Ir para conteúdo

Boladexziinho

Membros
  • Total de itens

    372
  • Registro em

  • Última visita

Respostas na Comunidade

  1. Boladexziinho's postagem in [Server-icon] Pedido MileniosPvP . was marked as the answer   
    Resolvido?
  2. Boladexziinho's postagem in [Entregue] [Pedido] Server-Icon » StarterPvP was marked as the answer   
    ----------------------------------------------------------------------------------------------------
       

  3. Boladexziinho's postagem in [Entregue] Traduzir o PlotSquared was marked as the answer   
    Eu já traduzi e postei aqui uma vez.
    Segue link: link
  4. Boladexziinho's postagem in [Resolvido] [Dúvida] GUI was marked as the answer   
    Te mandei na shout, mas pelo jeito cê não viu..
     
    Coloca o teu code dentro de um try, e depois no catch cê coloca nullpointerexception:
     

  5. Boladexziinho's postagem in [Resolvido] [Duvida] SimpleClans was marked as the answer   
    Tenta assim:
    private static SimpleClans sc; if (sc != null){ //se o simplesclan estiver ativo... ClanPlayer cp = sc.getClanManager().getClanPlayer(p); if (cp != null){ //se tiver clan p.sendMessage("Tag do seu clan: " + cp.getTag().replace(".", "")); }else{ p.sendMessage("Você não tem clan..); }
  6. Boladexziinho's postagem in [Resolvido] [Ajuda] 047 was marked as the answer   
    Tenta assim:
    TimeZone tempozn = TimeZone.getTimeZone("America/Sao_Paulo"); Calendar c = Calendar.getInstance(tempozn); int hora = c.get(Calendar.HOUR_OF_DAY); int minuto = c.get(Calendar.MINUTE); if (hora<10 && minuto<10) { System.out.println("0"+(c.get(Calendar.HOUR_OF_DAY)+":"+"0"+c.get(Calendar.MINUTE))); }else if (hora<10 && minuto>10){ System.out.println("0"+(c.get(Calendar.HOUR_OF_DAY)+":"+c.get(Calendar.MINUTE))); }else if (hora>10 && minuto<10){ System.out.println((c.get(Calendar.HOUR_OF_DAY)+":"+"0"+c.get(Calendar.MINUTE))); }else{ System.out.println(c.get(Calendar.HOUR_OF_DAY)+":"+c.get(Calendar.MINUTE)); }
  7. Boladexziinho's postagem in [Entregue] Retirar fundo branco was marked as the answer   
  8. Boladexziinho's postagem in [Resolvido] Criar uma key e salvar na config.yml.. (tipo VipZero) was marked as the answer   
    //Gerar private String getString(int lenght){ StringBuilder builder = new StringBuilder(); s = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; for(int i = 0; i<lenght; i++){ double index = Math.random() * s.length(); builder.append(s.charAt((int)index)); } return builder.toString(); } //key String randomString = getString(QUANTIDADEDECARACTERES) Acho que da pra entender como gera..
    Duvida responda e.e
  9. Boladexziinho's postagem in [Resolvido] [Pedido] Código :d was marked as the answer   
    Esqueceu dos ()
    p.sendMessage("§6[§eTheMine§6] §7Agora temos §f" + Bukkit.getOnlinePlayers().size() + "§7/§f" + Bukkit.getMaxPlayers() + " §7jogadores");
  10. Boladexziinho's postagem in [Resolvido] Como Tiro isto !! http://prntscr.com/8naezi was marked as the answer   
    Primeiro deve entrar na skin que quer mudar o nome no caso essa CombatNetwork
    E depois vai em ipbConfig > textlogo
  11. Boladexziinho's postagem in [Entregue] Pedido Mensagens was marked as the answer   
    Entregue via skype, podem fechar.
  12. Boladexziinho's postagem in [Entregue] Spot was marked as the answer   
    Poderia falar qual o erro ?
×
×
  • Criar Novo...