Minecraft Trigger Commands mod 2026 download
logo
minecraft mod Trigger Commands

Trigger Commands

Game Version: CB 1.7.2-R0.2
Total Downloads: 656
Updated: Jun 26, 2014
Created: May 21, 2014
Download Trigger CommandsDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Trigger Commands v1.0.1 release 4.93 KB Jun 26, 2014 CB 1.7.2-R0.2 515 download Trigger Commands Trigger Commands v1.0.1 releaseDownload
Trigger Commands v1.0.0 release 4.88 KB May 21, 2014 CB 1.7.2-R0.2 141 download Trigger Commands Trigger Commands v1.0.0 releaseDownload

Description

Share this:

TriggerCommands

Tiggercommands allows you to run configurable commands through a config.

Features

  • Perform commands on right-click of the configured item!

Permissions

The permission used for this plugin:

trigger.command Allows you to trigger the command on right click (NOTE: The player must also have permission for the command they are executing.)

Configuration

The configuration is simple. Here's how to configure it:

items: # This checks for the items that will have commands executed. 
  - 291
  - 292

291: # Now, we have to list every item that is in the items list. 
  random: true #Determines if a random command will be chosen, or if all commands will run.
  removeonuse: true #Determines if the item will be removed from the player's inventory on use.
  commands: #Get all the commands to run on right click.
    - help
    - plugins

292:
  random: false
  removeonuse: false
  commands:
    - help
    - plugins

Support

All support questions can be asked in the comments, and I will get around to answering all!

Donate

Support me and my plugins making by donating! Any amount will help!

Donate

To-Do

  • See what else can be suggested

Comments

Add a comment