Ir para conteúdo

Langsdorf

Membros
  • Total de itens

    1.204
  • Registro em

  • Última visita

Tudo que Langsdorf postou

  1. Sua dúvida foi marcada como [Resolvido] e movido à área de dúvidas resolvidas. Atenciosamente, Gamer's Board
  2. "Esse erro ai está falando que o caminho para o java não foi encontrado" hur dur
  3. Não precisa de JDK bando de nubs so baixa o ultimo java.. Esse erro ai está falando que o caminho para o java não foi encontrado
  4. Usando Vault se o dinheiro e igual a 10 ou mais: if (eco.getBalance(p.getName()) >+ 10) { }
  5. Sua dúvida foi marcada como [Resolvido] e movido à área de dúvidas resolvidas. Atenciosamente, Gamer's Board
  6. Exemplo: <style> #div_barra { visibility: hidden; } </style> <span>(XX) XXXX-<span id="div_barra">XXX</span></span>
  7. Langsdorf

    Kyeeebi (Yeeepz) ladrãozinho

    Passa seu skype? Quero ver um negoço .-.
  8. PotionMeta import org.bukkit.Material; import org.bukkit.entity.Player; import org.bukkit.inventory.ItemStack; import org.bukkit.inventory.meta.PotionMeta; import org.bukkit.plugin.java.JavaPlugin; import org.bukkit.potion.PotionEffectType; public static void p(Player p, PotionEffectType pte) { ItemStack pt = new ItemStack(Material.POTION); PotionMeta ptm = (PotionMeta)pt.getItemMeta(); ptm.setMainEffect(pte); ptm.setDisplayName("§cPoçaum"); pt.setItemMeta(ptm); p.getInventory().addItem(pt); } p(p, PotionEffectType.CONFUSION);
  9. Langsdorf

    Qual?

    Pesquisa flat theme bootstrap '='
  10. Langsdorf

    Qual?

    Para de dar quote '-' Mais alguém?
  11. Sua dúvida foi marcada como [Resolvido] e movido à área de dúvidas resolvidas. Atenciosamente, Gamer's Board
  12. Langsdorf

    Qual?

    1. http://p.w3layouts.com/demos/sitename/web/index.html 2. http://shapebootstrap.net/demo/html/flat_theme/index.html 3. http://thebootstrapthemes.com/live/thebootstrapthemes-digitalagency/index.php Qual? Ou fala um ae...
  13. Langsdorf

    TZRChat

    Só isso? -' Coloca mais funções que fica legal
  14. apoio sa poha n e whatsapp n bando de emoctions chato pra kct eu nem uso eles no whatsapp imagine aqui
  15. Langsdorf

    Quem decifrar ganha um "Oi" e.e

    "Parabéns, você achou a mensagem secreta!!!"
  16. msn > all esses do whatsapp e uma bosta, falo mesmo BOSTA
  17. Pra q isso '-' Bom plugin.. Parabéns
  18. Q vei '-' public static String nome; @EventHandler public void e(PlayerInteractEvent e) { Player p = e.getPlayer(); if (!e.isCancelled()) { if (e.getAction() == Action.RIGHT_CLICK_AIR || e.getAction() == Action.RIGHT_CLICK_BLOCK || e.getAction() == Action.LEFT_CLICK_AIR || e.getAction() == Action.LEFT_CLICK_BLOCK) { if (p.getItemInHand().getType() == Material.BOOK || p.getItemInHand().getType() == Material.BOOK_AND_QUILL || p.getItemInHand().getType() == Material.WRITTEN_BOOK) { if (p.getItemInHand().getItemMeta().getDisplayName() == nome) { p.sendMessage("Oi"); } } } } } @Override public void onEnable() { getServer().getPluginManager().registerEvents(this, this); nome = "§6Nome do Livro"; }
  19. '-' Tópico movido. public static String nome; @EventHandler public void e(PlayerInteractEvent e) { Player p = e.getPlayer(); if (!e.isCancelled()) { if (p.getItemInHand().getType() == Material.BOOK || p.getItemInHand().getType() == Material.BOOK_AND_QUILL || p.getItemInHand().getType() == Material.WRITTEN_BOOK) { if (p.getItemInHand().getItemMeta().getDisplayName() == nome) { p.sendMessage("Oi"); } } } } @Override public void onEnable() { getServer().getPluginManager().registerEvents(this, this); nome = "§6Nome do Livro"; }
×
×
  • Criar Novo...