How do i make ::master only done once? People are abusing it on my PK server. And they can do it in the wild [email protected]!
Printable View
How do i make ::master only done once? People are abusing it on my PK server. And they can do it in the wild [email protected]!
if(c.inWild())
return;
thats how you block using it in wild.
Go to your player.java and define:
isMastered;
And then let the saving method also write the mastered as 1 or 0. if its 0, he can use it, else he can't. So it will be blocked in everyway.
Nevermind i figured it out :D
How did you do it?^^ Usefull for other people around here that has the same problem.