Frequently asked questions
X is not working and there are no errors in console
If something isn't working and there aren't any errors in the console it may be because of other plugins installed on your server. Sometimes they affect player or world which causes bugs. Try testing plugin on a server without any other plugins and check if the bug still exists.
Players can't join by clicking signs
It may be caused by spawn-protection
feature from server.properties . Just set it to 0.
Carried sheep are invisible (1.9 and 1.10)
In these two spigot versions there was a bug which made carried entities invisible. I've made a small fix which removes this bug, but for some reason it only works on spigot but not on paper or other spigot forks. So if you encounter this bug either switch to classic spigot or to another version.
Server isn't displaying custom characters correctly
If your server doesn't display charracters like »
, «
, ą
, ę
correctly, try adding -Dfile.encoding=UTF-8
to your server startup script. This bug appears often on older spigot versions running on a windows machine.