-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
-
This server is running CraftBukkit version git-Spigot-c3093ef-9f49ad6 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT) You are 196 version(s) behind
-
EssentialsX
-
Yes
For the longest time, I've been attempting to run some functions on a spigot server using essentials. It took me a while to realize that the commands, /tp and /kill are edited by essentials to not work the same as vanilla. I tried to use the Minecraft:tp and Minecraft:kill commands in the functions but they won't work. (I'm assuming that's because functions only know how to handle vanilla commands and don't allow spigot ones) I've tried using all combinations of making the command revert to the vanilla version in the spigot.yml and the commands.yml as well as forcing essentials to not handle the /tp and /kill commands but nothing works. Thanks in advance.