Ir para conteúdo

DeathRush

Membros
  • Total de itens

    223
  • Registro em

  • Última visita

Respostas na Comunidade

  1. DeathRush's postagem in [Entregue] [URGENTE] Bloquear Blocos/Itens was marked as the answer   
    procura por world guard blacklist
  2. DeathRush's postagem in [Entregue] Plugin was marked as the answer   
    Acho que isso é ActionBar
  3. DeathRush's postagem in [Resolvido] [ajuda] code legendchat was marked as the answer   
    public void onChat(ChatMessageEvent e) {
    if (e.getTags().contains("pvplevel")) {
    Player player = e.getSender().getPlayer();
    PvpPlayer pp = plugin.getPlayer(player);
    String lvl = String.valueOf(pp.getLevel());
    e.setTagValue("pvplevel", lvl);
    }
    if (e.getTags().contains("pvpkdr")) {
    Player player = e.getSender().getPlayer();
    PvpPlayer pp = plugin.getPlayer(player);
    e.setTagValue("pvpkdr", String.valueOf(PvpLevels.getKdr(pp)));
    }
    }

  4. DeathRush's postagem in [Entregue] pedidin was marked as the answer   
    ClickWarp >> Achei ele o melhor, deve ter alguma coisa melhor que isso!
    Ele tem uma função de exibir as warps em uma GUI, tu pode configurar os itens tmb!
     

×
×
  • Criar Novo...