Jump to content

UwUOwOAwA

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

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

UwUOwOAwA's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. public static void addChatMessage(String Message) { Minecraft.getMinecraft().thePlayer.addChatMessage(new ChatComponentText(Message)); }
  2. @SubscribeEvent public void onInteract(PlayerInteractEvent event) { if (event.action == PlayerInteractEvent.Action.LEFT_CLICK_BLOCK) { ChatUtils.addChatMessage("LEFT CLICK"); } } and this code only work in single player, how can i fix it?
×
×
  • Create New...

Important Information

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