Skip to content

Instantly share code, notes, and snippets.

View Hexanilix's full-sized avatar
🤞
*plz work plz work plz work* FUUUUU

Hexanilix Hexanilix

🤞
*plz work plz work plz work* FUUUUU
  • Hex dumbshit inc.
  • /home/hex/cooking
  • X @Hexanilix
View GitHub Profile
//Use this in your Java plugin to play russian roulette with your hardware server <3
//If it doesn't die, props to you, else well.......
@EventHandler
public void russianRoulette(InventoryCloseEvent event) {
event.getPlayer().openInventory(Bukkit.createInventory(null, 9, "Roulette"));
}
}