Compatibility
Minecraft: Java Edition
1.20.6
Platforms
NeoForge
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published 5 months ago
Updated 5 months ago
Pick Command add a new component called command
, value is a string
.
the command will be execute on player pick up.
player is the executor, and with 4 level permission.
example:
/give @p diamond[pickcommand.command="give @p iron_sword"]
the item will give a iron_sword
to player on pick up.