Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. if(Minecraft.thePlayer.username.equals("banned username"){
  2. //prevent user from using mod, maybe fuck over his world while you're at it.
  3. //Minecraft.thePlayer.getPlayerSpawnCoordinate(); will return the location of the player's bed,
  4. //(or crash the game if it's a new world).
  5. //world.setBlockWithNotify(i, j, k, 11); will replace a block with lava.
  6. //Now just replace the whole area around the bed with lava.
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement