EssentialsX

EssentialsX

2M Downloads

Warp signs no permission message

Opened this issue ยท 0 comments

commented

Information

Full output of /ess version:
[16:17:02] [Server thread/INFO]: CONSOLE issued server command: /ess version
[16:17:02] [Server thread/INFO]:Server version: 1.13.2-R0.1-SNAPSHOT git-Spigot-f56e2e7-b634e05 (MC: 1.13.2)
[16:17:02] [Server thread/INFO]: EssentialsX version: 2.16.0.16
[16:17:02] [Server thread/INFO]: LuckPerms version: 4.3.17
[16:17:02] [Server thread/INFO]:Vault version: 1.7.1-b91
[16:17:02] [Server thread/INFO]: EssentialsXSpawn version: 2.16.0.16

Server log: https://gist.github.com/shepdog2/f52031a2e0964ee92bd1ad1cff17cc87

EssentialsX config: https://gist.github.com/shepdog2/f52031a2e0964ee92bd1ad1cff17cc87

Details

Description
I have per-warp permissions enabled and all warping is done through signs instead of commands. The users unlock more warps as they rank-up, so they don't have access certain warp signs until they rank up. Upon using the sign they don't have permission for, instead of getting a message saying that the user does not have permission to use that warp sign, nothing happens at all. There is a message in the language file called "warpUsePermission" so, I assume that message should be sent when you don't have permission to use the warp, but it isn't being sent to the user.

Steps to reproduce
Create a warp and a warp sign. Give the user permission to use warp signs, not the warp command, and enable per-warp permissions and don't give the user permission to use that specific warp. Have them use that specific warp sign.
Expected behavior
You should get a message in chat saying that the user does not have permission to use the warp, instead nothing happens.