Unexpected /v behavior
Opened this issue ยท 9 comments
Type of bug
Other unexpected behaviour
/ess version
output
[19:42:43 INFO]: Server Version: 1.8.8-R0.1-SNAPSHOT git-Spigot-21fe707-e1ebe52 (MC: 1.8.8)
[19:42:43 INFO]: EssentialsX Version: 2.18.2.0
[19:42:43 INFO]: PlaceholderAPI Version: 2.10.9
[19:42:43 INFO]: LuckPerms Version: 5.3.0
[19:42:43 INFO]: Vault Version: 1.7.3-b131
[19:42:43 INFO]: EssentialsXChat Version: 2.18.2.0
[19:42:43 INFO]: You are running a server with limited API functionality. EssentialsX will still work, but certain features may be disabled.
Server startup log
https://gist.github.com/GeGrieftGames/4d09c91ea44c19ebf7a47bffa94a1a7e
EssentialsX config files
https://gist.github.com/GeGrieftGames/96437a2986eeb03f48546dfdfbc64c5c
Error log (if applicable)
No response
Bug description
When a Player1 is using "/v Player2" instead of "/ev Player2" or "/essentials:v Player2" he gets vanished instead of unvanishing Player2.
Steps to reproduce
- Have two players online (Player: 1)
- Have one player vanished (Player: 2)
- Player1 enters "/v Player2"
- Player1 get vanished
- Player1 enters "/essentials:v Player2" or "/ev Player2"
- Player2 get unvanished
Expected behaviour
When Player1 enters "/v Player2" (Player2: Vanished) Player2 should get unvanished.
Actual behaviour
When Player1 enters "/v Player2" (Player2: Vanished) Player1 gets vanished.
You have a plugin that overrides /v
, therefore EssentialsX is not causing this issue
You can see which commands are being handled by other plugins by using /ess commands
==> No plugin is overriding the command. ("/v" ist the essentials command) I have the same problem on my private friend server with only essentials for 1.8.8 installed
Unable to reproduce this bug on 2.19.0-dev+103-cfc5ea2
. Since you're running an old version I would recommend trying to update first and see if the issue still persists.
That's the spigot release, you can find the latest here: https://essentialsx.net/downloads.html
That's the spigot release, you can find the latest here: https://essentialsx.net/downloads.html
Ohh. I have tested the last Dev-Version and have the same problem.
Try reproducing without any other plugins installed except Essentials. Does it still happen?