promotional bannermobile promotional banner

Command Tokens

Create custom token items that execute commands when a player uses them

File Details

CommandTokens (NeoForge) - V1.0.2

  • R
  • Apr 2, 2025
  • 19.74 KB
  • 25
  • 1.21.1
  • NeoForge

File Name

commandtokens-1.0.2.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:command-tokens-1122936:6378053"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Updated to add "isLockedToReceivingPlayer?" argument to give command
  • If this argument is true, only the player defined in the give command will be able to redeem the token
  • For example "/commandtokens give Notch exampletoken true" will mean only player Notch can redeem the token
  • Defaults to false