-
Total de itens
564 -
Registro em
-
Última visita
Respostas na Comunidade
-
sadUKZ's postagem in [Dúvida] Pegar local da locations.yml e teleportar o jogador was marked as the answer
World w = Bukkit.getWorld(loc.getString("Spawn.World")); double x = loc.getDouble("Spawn.X"); double y = loc.getDouble("Spawn.Y"); double z = loc.getDouble("Spawn.Z"); float pitch = (float) loc.getDouble("Spawn.Pitch"); float yaw = (float) loc.getDouble("Spawn.Yaw"); Location location = new Location(w, x, y, z); location.setPitch(pitch); location.setYaw(yaw);
Ou você pode usar assim tbm
Location location = new Location(Bukkit.getWorld(loc.getString("Spawn.World")), loc.getDouble("Spawn.X"), loc.getDouble("Spawn.Y"), loc.getDouble("Spawn.Z")); location.setPitch((float) loc.getDouble("Spawn.Pitch")); location.setYaw((float) loc.getDouble("Spawn.Yaw"));
-
sadUKZ's postagem in [Dúvida] Runnable was marked as the answer
Pra isso você teria que ter fazer um runnable fazer um for em todos os players e verificar
-
sadUKZ's postagem in Remover item do inventário was marked as the answer
https://bukkit.org/threads/remove-items-from-a-players-inventory.100677/
-
sadUKZ's postagem in Erro coding + obj de um metodo em outra class was marked as the answer
Classe (ComandosSpawn)
Vai na sua Main e coloca esse cod la
ai quondo você quiser pega a location e so pegar assim
Main.getLocation()
Para teleporta o player para essa location so fazer assim
p.teleport(Main.getLocation());
-
sadUKZ's postagem in Pegar a tag do clan was marked as the answer
public static String getClan(Player p) { ClanPlayer cp = SimpleClans.getInstance().getClanManager().getClanPlayer(p); if (cp != null) { return cp.getTagLabel().replaceAll("&", "§"); } return "§7Nenhum"; } Quondo ele estiver sem clan ira aparece Nenhum
-
sadUKZ's postagem in Pedido plugin de mcmmo em actionbar was marked as the answer
Por favor na proxima vez tenta procurar antes de criar um tópico
Aqui está (Clique Aqui)
-
sadUKZ's postagem in Pedido + Dúvida - Textura obrigatória! (1.8x) was marked as the answer
Tem o ResourcePackDownloader
Resolvido? Like
-
sadUKZ's postagem in COMPRO PLUGIN DE TAGS was marked as the answer
tem um aqui no forum http://gamersboard.com.br/topic/37309-systemtags-plugin-de-tag-em-gui/
-
sadUKZ's postagem in Scoreboard Plugin/Skript was marked as the answer
Isso ai e o plugin vIUltimatePrefixos vc vai ter que coloca o update na config dele mais de 20 para + eu uso 10
-
sadUKZ's postagem in MCMMO 1.8 configurado/traduzido was marked as the answer
Mcmmo Traduzido + mcMMOAction
Ajudei Like + Resolvido
-
sadUKZ's postagem in Plugin de holograma was marked as the answer
HolographicDisplays
Ajudei Like + Resolvido
-
sadUKZ's postagem in plugin: /vip was marked as the answer
E so seta a warp e muda o comando no mycommand ou chestcommands se vc quiser em gui
-
sadUKZ's postagem in Pedido de plugin was marked as the answer
Algum plugin seu que ta dando conflito