Drop items procedure

Started by Steve381489 on

Topic category: Help with MCreator software

Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Drop items procedure
Mon, 06/30/2025 - 20:23 (edited)

I want to create a procedure that whenever the player does not have permission X to pick up an item from a specific mod, that item will be dropped.

Because I want to create a server so that certain players can access certain mods, so I want to block them for players who do not have permission, I am trying to do this through this mod that I am creating in Mcreator.

The idea is that if the collected item has a tag for example:
minecraft:
Which is a tag used on Minecraft items, and the player does not allow the item from that mod to be dropped.
Does anyone know how to do this?

Edited by Steve381489 on Mon, 06/30/2025 - 20:23
I think there is item picked…
Mon, 06/30/2025 - 20:01

I think there is item picked up global trigger that you could conditionally cancel and spawn intem instead in such cases