Want a better Minecraft server? Read about SpigotMC here!
Separate names with a comma.
I see.
Personally I have taken a lot of time to create some fun & interesting cosmetic upgrades that players will actually want to pay for. For example,...
These plugins should usually be using the Bukkit ban system under the hood anyways but you might need to use its API if it’s poorly designed.
Is there a reason 1.8.8 is used as opposed to 1.8.9?
I don't see any specific plugins in that stacktrace so it is possible it is a spigot issue but you should try removing all your plugins half at a...
I would say that all of them are pretty stable and you should use recent versions for the support & features
You should be doing the 2nd one with an event. Beginners often make the mistake of being lazy and using repeating tasks instead of proper events...
Make sure you are cancelling the vanilla packets of the same type.
You don't need ProtocolLib for that, just cancel PlayerCommandSendEvent.
There is also an NMS method if you're really interested in going that route:...
Using something like ProtocolLib and referencing wiki.vg should be fairly easy to get whatever it is that you need.
You are using the vertical location in the method for Z. Trying doing "rotateAround(angle, offHoriz, 0);" and then apply the vertical offset...
To change that message you would change unknown-command in spigot.yml but there is no way to put a placeholder there. If you really want that...
I use this method to rotate points around a center. Use this with the offsets from the player and the players rotation and add it to the players...