Jump to content

TimTarAn

Members
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

TimTarAn's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. How to do only button text visible?
  2. yes, so I need to do something looks like
  3. I want to do this: If player has 1 heard he will die if don't heal hearts to 3 in 1 minute
  4. Luis_ST, lol, what, 1.16.5 is LTS
  5. TimTarAn

    1.16.5 or 1.17.1

    Hello, what version was more optimized for modding?
  6. thx, but I use 1.12.2 for create mods to my friends, what recording at 1.12.2, bcs he has bad pc
  7. Hello, I have this code @SubscribeEvent public static void chat(final ClientChatEvent event){ System.out.println(event.getMessage()); System.out.println(event.getMessage() == "inventory"); if (event.getMessage() == "inventory"){ Minecraft.getMinecraft().player.sendChatMessage("No"); event.setCanceled(true); } } But.. [11:46:54] [Client thread/INFO] [STDOUT]: [com.example.examplemod.Blocks2:chat:39]: inventory false [11:46:54] [Client thread/INFO] [STDOUT]: [com.example.examplemod.Blocks2:clientChatEvent:31]: inventory [11:46:54] [Server thread/INFO] [minecraft/MinecraftServer]: <TimTarAn> inventory [11:46:54] [Client thread/INFO] [minecraft/GuiNewChat]: [CHAT] <TimTarAn> inventory WTF
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.