Command Simplifier

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

Command Simplifier

This simple plugin allows you to add commands to the game that are based off other commands. For example, if you wanted to create a shorter command than /effect <player> <potion effect> <length> <amplifier>, you could use this plugin to create a shorter command for it without having to program anything. NOTE: This plugin will override all current commands, so make sure you create a name that is not used in your current plugins.

Commands

/cmds add <new command name and arguments> - Adds a new command with the arguments you specified. You do not need to place a slash. Next you would use the command that you would like to create a shortcut to.

/cmds remove <command shortcut/arguments> - Removes the already-created command shortcut that you have.

/cmds addlist - For advanced users. If you would like to create a shortcut to many commands that have the same start, you would use this command. If you wanted to create a shortcut to /effect and call it /e, you would use something like this: /cmds addlist e. Next, you would specify the old command you would use. In place of the first argument in /effect, you would put arg0. If you wanted to have all effects go to Notch, you would use /cmds addlist e arg1 arg2 arg3. Next, you would enter /effect Notch arg1 arg2 arg3. Note that arg0 is actually Notch in this case, and we are using arg1 in both commands so we know where they are going. Then, if you were to enter /e 1 10 2, it would give Notch speed 2 for 10 seconds (the equivalent of /effect Notch 1 10 2).

Permissions

simplifier.add - For /cmds add.

simplifier.remove - For /cmds remove.

simplifier.addlist - For /cmds addlist.

simplifier.* - For all permissions that start with /cmds.

Tips

When creating a command shortcut, You can use \p to refer to the player who is using the command, \r to select a random player on the server, \a to select all players, \o to select all ops, or even \s to select a random op. You can go into the config file located in plugins > CommandSimplifier and turn on/off op override.


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    60347
  • Created
    Jun 28, 2013
  • Last Released File
    Never
  • Total Downloads
    0
  • License

Categories

Members

Recent Files

No files uploaded yet.