-
Total de itens
83 -
Registro em
-
Última visita
Respostas na Comunidade
-
Don't's postagem in [Duvida] Chance de executar comando ao quebrar um bloco? was marked as the answer
@EventHandler public void onBreak(BlockBreakEvent e){ if (e.getBlock().getType().equals(Material.MELON_BLOCK)){ if ( Math.random() < 0.2 ){ //20% de chance Bukkit.dispatchCommand(Bukkit.getConsoleSender(), "comando aqui"); } } } Like + resolvido?
-
Don't's postagem in [duvida] qual a diferença? was marked as the answer
Material.WATER = Agua em movimento
Material.STATIONARY_WATER = Agua parada
Material.WATER_BUCKET = balde água
Like + resolvido?
-
Don't's postagem in [Pedido] Download do LegendChat Bridge was marked as the answer
Consegui achar em um site coreano '-'
Vou upar no mega mesmo.
Like + resolvido?