26.12.2015, 18:05
(
Last edited by Su37Erich; 28/12/2015 at 11:23 PM.
)
Thanks for replying but this didn't work
I was still able to spawn
I updated the shoebill files using the updater.bat
Here is my code:
Quote:
eventManager.registerHandler(PlayerRequestSpawnEve nt.class, (e) -> { Callbacks.onPlayerRequestSpawn(e.getPlayer()); e.disallow(); }); |
I updated the shoebill files using the updater.bat
Here is my code:
Quote:
settings.addPlayerClass(287, 2744.3704F, -2537.4812F, 13.6557F, 50.0F, 0, 0, 0, 0, 0, 0); for(short i=0; i<312; i++){ if(Server.isValidSkin(i) && i != 287){ settings.addPlayerClass(i, 2744.3704F, -2537.4812F, 13.6557F, 50.0F, 0, 0, 0, 0, 0, 0); } } |