First i will start off with My the ::Noclip
I know that is client sided but many players have my client
How can i block it server sided ?
I have this but it does not work any ideas?
Code:if (playerCommand.startsWith("noclip")) {
c.logout();
}
}
The Follow in my Minigame. I wan't to disable people to follow in my minigame!
Client.java
That one isn't working!Code:if(!isInMinigame()); {
getPA().showOption(4, 0,"Trade With", 3);
getPA().showOption(5, 0,"Follow", 4);
}
Any ideas ?
