Started by
MrGeroge
on
Topic category: Help with MCreator software
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 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.