Jump to content

Intijir

Members
  • Posts

    45
  • Joined

  • Last visited

Recent Profile Visitors

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

Intijir's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Thank you so much!
  2. how would i do that i reached here: @SubscribeEvent public static void command(CommandEvent event){ event.getParseResults().getReader(); new ImmutableStringReader().getRead(); } but its giving me an error that i need to implement methods for the ImmutableString reader. and i dont know alot about commands in forge. Thanks!
  3. I havent tried anything because i havent figured out anything
  4. Im trying to cancel a /give command based on what it contains for example if its /give @p minecraft:diamond i want it to be canceled but if it is /give @p minecraft:dirt i don't want it to i have tried messing around with the CommandEvent but got nowhere with that. Thanks for your time!
  5. Thanks!
  6. is there a way to remove a player's hand while in first person but not all the content as f1 does just remove the player's hand and only when in first person
  7. yes but it requires the pos which ik but it also requires the blockstates which idk how to set
  8. How do i use the event.getWorld().setBlockState to change the targeted block?
  9. this didnt work but idk what is wrong with it
  10. and then i check if it equals the blockstate of the block correct?
  11. but can you help me with checking because i dont know how to check it using the getWorld(), i got the position as a string using event.getPos().getCoordinateAsString;
  12. So i check the block position then i use the .getWorld() to check what the block type is correct?
  13. How can i use this event: to determin which block is being targeted? I tried using the event.getUseBlock() but it doesnt work thanks!
  14. oh thanks!
×
×
  • Create New...

Important Information

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