Ir para conteúdo

Ducky

Membros VIP
  • Total de itens

    850
  • Registro em

  • Última visita

Respostas na Comunidade

  1. Ducky's postagem in Como pegar uma linha da String list bungeecord was marked as the answer   
    String senha = args[0]; for (String lista : getConfig().getStringList("SenhasBloqueadas")) { if (senha.equalsIgnoreCase(lista)) {   } }
  2. Ducky's postagem in [Dúvida] Usar várias class. was marked as the answer   
    1. A única classe que você vai extends JavaPlugin é a MAIN. 2. Quando é uma classe de comandos, você tem que indicar isso,  implements CommandExecutor. Ficaria public class Aplicar implements CommandExecutor { 3. Não se esqueça de registrar o comando na plugin.yml
  3. Ducky's postagem in [Dúvida] Cache / Cacheamento was marked as the answer   
    Área errada -> Java -> Dúvidas
    Mas tae:
     
    Funciona da seguinte maneira:
     
     
    private String Nome_Que_Deseja = Main.getInstance().getConfig().getString(sla);
     
     
    p.sendMessage(Nome_Que_Deseja);
     
    Deu para entender?!
  4. Ducky's postagem in (Plugin/Skript) Ver mundo onde estou was marked as the answer   
    Está ai brother, não testei e.e
  5. Ducky's postagem in Como checo se o bloco clicado é uma placa e checar as linhas? was marked as the answer   
    @EventHandler public void onClick(PlayerInteractEvent e) { Player player = e.getPlayer(); if (e.getClickedBlock().getType() == Material.SIGN || e.getClickedBlock().getType() == Material.SIGN_POST || e.getClickedBlock().getType() == Material.WALL_SIGN) { if (e.getAction() == Action.RIGHT_CLICK_BLOCK) { Sign sign = (Sign) e.getClickedBlock().getState(); if (sign.getLine(0).equalsIgnoreCase("evento") && sign.getLine(1).equalsIgnoreCase("seila")) { player.sendMessage("ON"); return;   } } } }
  6. Ducky's postagem in Dúvida - OnlinePlayers na scoreboard. was marked as the answer   
    Já tentou?
     
    Bukkit.getOnlinePlayers().size
  7. Ducky's postagem in [Pedido] EssentialsX was marked as the answer   
    https://www.spigotmc.org/resources/essentialsx.9089/
  8. Ducky's postagem in Pedido - Mega simples... transformar essa imagem em 64x64 was marked as the answer   
    Já pegou os betas para o servidor? Estou aguardando...
     
    Aqui: 
  9. Ducky's postagem in [Entregue] Plugin de terreno was marked as the answer   
    Fterrenos
  10. Ducky's postagem in [Entregue] Mobs vs Players [1.5.2] was marked as the answer   
    Não é desetemido que se poem ! 
    Coloque {lsmvp} no legendchat
  11. Ducky's postagem in [Resolvido] IPB - Dúvida [ Preciso de Ajuda mais Rápido o Possível ]. was marked as the answer   
    Admin CP > System > System Settings > aba Members > Reputation System.
     
    Localize "Allow users to give themselves rep?" marque NO.
     
    Ou tente procurar "Allow users to give themselves rep?" na aba de pesquisa do AdminCP.
  12. Ducky's postagem in [Resolvido] Opção de admin in-fórum - Ip.Board was marked as the answer   
    Entre na configuração da ShoutBox, e adicione permissão para editar Shouts
×
×
  • Criar Novo...