-
Total de itens
64 -
Registro em
-
Última visita
Respostas na Comunidade
-
Flocaum's postagem in Mapa - Plugin was marked as the answer
Plugin + src
https://mega.nz/#!L4ViVZDQ!oPViJL6mRQXJrMRA60avu_rxU4bdhUzBCSj-LdScZ1I
-
Flocaum's postagem in [Soyoustart] E boa? was marked as the answer
Bom isso é ovh... ping não vai ser mt agradável aos "br pvpzero" mas tecnicamente é boa sim
-
Flocaum's postagem in [Resolvido] Pegar Item Que Foi Clicado No GUI ! was marked as the answer
Tenta assim meu jovem
@EventHandler void clicar(InventoryClickEvent e) { if ((e.getInventory().getTitle().equalsIgnoreCase("§cNome do inventario")) && (e.getCurrentItem() != null)) { if (e.getCurrentItem().getType() == Material.APPLE) { //Caso queira cancelar quando ele click na apple e.setCancelled(true); //CODIGO return; } } }