Ir para conteúdo

mabazi

Membros
  • Total de itens

    415
  • Registro em

  • Última visita

Tudo que mabazi postou

  1. mabazi

    Montando meu portifolio

    Estou iniciando um portifolio e gostaria de ideias, me mandem, dependendo eu faço e posto aqui atualizando o post!!
  2. mabazi

    Key de ativação

    Qual a melhor forma de criar uma key de ativação segura para só quem tiver a tal key conseguir usar o programa?
  3. Paga quanto? chama no discord: [Dev] MushroomPCBoy#4852
  4. mabazi

    Procuro desenvolvedores

    ja encontrou um desenvolvedor?
  5. manda a log atualizada dos erros que ainda nao resolvel
  6. mabazi

    plugin skywars

    Faço pra ti, me chama no discord e explica melhor para fazer orçamento Discord: [Dev] MushroomPCBoy#4852
  7. mabazi

    Erro Plugin

    O erro é que o coder não colocou uma verificação correta do tipo de entidade ou na configuração ouve algum problema no tipo de entidade mas ele ta tentando usar atributos de jogador em outros mobs Dependendo faço pra ti de graça, me chama no discord e explica melhor como esse plugin funciona Discord: [Dev] MushroomPCBoy#4852
  8. Me chama no discord e explica melhor, faço preço barato Discord: [Dev] MushroomPCBoy#4852
  9. Dependendo faço pra ti de graça, me chama no discord e explica melhor Discord: [Dev] MushroomPCBoy#4852
  10. Faço pra ti de graça, me chama no discord e explica melhor Discord: [Dev] MushroomPCBoy#4852
  11. Mandei uma solicitação no discord para gente trocar uma ideia
  12. @EventHandler public void ev1(BlockPlaceEvent e){ MaquinasManager mm = new MaquinasManager(); if(e.getBlockPlaced().getState() instanceof Skull){ Skull s = (Skull)e.getBlockPlaced().getState(); try { Field field = s.getClass().getDeclaredField("profile"); field.setAccessible(true); GameProfile gp = (GameProfile) field.get(s); if(gp.getProperties().isEmpty()) return; if(!gp.getProperties().containsKey("textures")) return; Collection<Property> t = gp.getProperties().get("textures"); for(Property p : t){ String txt = "codigo da textura" if(p.getValue().equals(txt)){ mm.place(e.getPlayer().getUniqueId(), e.getBlockPlaced().getLocation(), m); e.getBlock().setType(Material.AIR); e.setCancelled(true); } } } catch (NullPointerException | IllegalAccessException | NoSuchFieldException | SecurityException | IllegalArgumentException e1) { } } } Ta ai o codigo, o erro da dando na hora de remover a skull, tentei varias formas mas todas dão esse erro como resolveu?
  13. esta dando ao iniciar o servidor
  14. esta aparecendo uma mensagem de erro no console basicamente coloquei pra verificar se uma cabeça tem uma determinada skin, se tiver ele faz os eventos e dps deleta ela ta funcionando tudo ok coloquei pra setar o bloco como ar event.getBlock().setType(Material.AIR); e começou a dar este erro toda vez que coloca a cabeça com skin certa no chao mas o bloco some normalmente. (funciona tudo ok mas da essa msg de erro) [17:09:08] [Server thread/INFO]: Attempted to place a tile entity (net.minecraft.server.v1_13_R1.TileEntitySkull@2920e8ac) at 150,5,150 (minecraft:air) where there was no entity tile! [17:09:08] [Server thread/INFO]: Chunk coordinates: 144,144 [17:09:08] [Server thread/WARN]: java.lang.Exception [17:09:08] [Server thread/WARN]: at net.minecraft.server.v1_13_R1.Chunk.a(Chunk.java:743) [17:09:08] [Server thread/WARN]: at net.minecraft.server.v1_13_R1.World.setTileEntity(World.java:1763) [17:09:08] [Server thread/WARN]: at net.minecraft.server.v1_13_R1.ItemStack.placeItem(ItemStack.java:228) [17:09:08] [Server thread/WARN]: at net.minecraft.server.v1_13_R1.PlayerInteractManager.a(PlayerInteractManager.java:500) [17:09:08] [Server thread/WARN]: at net.minecraft.server.v1_13_R1.PlayerConnection.a(PlayerConnection.java:1227) [17:09:08] [Server thread/WARN]: at net.minecraft.server.v1_13_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:37) [17:09:08] [Server thread/WARN]: at net.minecraft.server.v1_13_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1) [17:09:08] [Server thread/WARN]: at net.minecraft.server.v1_13_R1.PlayerConnectionUtils.a(SourceFile:10) [17:09:08] [Server thread/WARN]: at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [17:09:08] [Server thread/WARN]: at java.util.concurrent.FutureTask.run(Unknown Source) [17:09:08] [Server thread/WARN]: at net.minecraft.server.v1_13_R1.SystemUtils.a(SourceFile:198) [17:09:08] [Server thread/WARN]: at net.minecraft.server.v1_13_R1.MinecraftServer.w(MinecraftServer.java:884) [17:09:08] [Server thread/WARN]: at net.minecraft.server.v1_13_R1.DedicatedServer.w(DedicatedServer.java:411) [17:09:08] [Server thread/WARN]: at net.minecraft.server.v1_13_R1.MinecraftServer.v(MinecraftServer.java:819) [17:09:08] [Server thread/WARN]: at net.minecraft.server.v1_13_R1.MinecraftServer.run(MinecraftServer.java:717) [17:09:08] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  15. mabazi

    Meu progresso.

    acho que você deve aprender no seu tempo e não apressar se não vai acabar enjoando de programação
  16. mabazi

    Mensagem no console

    a galera, bem, eu estava arrumando uns bag no meu server e do nada apareceu umas msg e eu acho q sei oq é, mas alguem poderia me dizer oque acham q é? [00:19:07] [main/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498] [00:19:08] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0] [00:19:08] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0] [00:19:08] [main/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498] [00:19:08] [main/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
  17. mabazi

    Plugin de /mina

    Não entendi oque você quer...
  18. Me chama no discord: MushroomPCBoy#4852
×
×
  • Criar Novo...