How to stop players from dropping items

Started by MrGeroge on

Topic category: Help with MCreator software

Last seen on 10:20, 19. Jan 2022
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to stop players from dropping items

I'm trying to make it so players cannot drop any items while in a specific dimension but I have no clue how to, any help on this would be greatly appreciated.

If there isn't a way then I guess I could also spawn in a structure of command blocks and do it through them.

I never tried that, but you…
Wed, 01/12/2022 - 10:13

I never tried that, but you can try to use global trigger "gem dropped", make it conditional to dimension, and then "cancel the global event".

If mining/gathering resources got affected, you can also try to add "if event/target entity = player" to conditions, so it should work more correctly.