So this plugin I am trying to finish off wants to be a bitch, I am trying to code a ProxyNoJoin plugin for my server and in the listener.java I have this line of code.
e.disallow(Result.KICK_OTHER, main.Tag + "\nTo join this server, connect with the hub IP!");
It says that "KICK_OTHER" can not be resolved or is not a field, what do I put there then?
e.disallow(Result.KICK_OTHER, main.Tag + "\nTo join this server, connect with the hub IP!");
It says that "KICK_OTHER" can not be resolved or is not a field, what do I put there then?
