Minecraft CommandRouter mod 2026 download
logo
minecraft mod CommandRouter

CommandRouter

Game Version: CB 1.7.2-R0.3
Total Downloads: 3,510
Updated: May 8, 2014
Created: May 2, 2012
Download CommandRouterDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
CommandRouter v2 (CB 1.7.9) release 9.05 KB May 8, 2014 CB 1.7.2-R0.3 732 download CommandRouter CommandRouter v2 (CB 1.7.9) releaseDownload
CommandRouter v1.1.1 release 5.95 KB Mar 2, 2014 CB 1.7.2-R0.3 265 download CommandRouter CommandRouter v1.1.1 releaseDownload
CommandRouter v1.1 release 5.57 KB Jun 25, 2012 CB 1.2.5-R4.0 1,313 download CommandRouter CommandRouter v1.1 releaseDownload
CommandRouter v1.0 release 5.53 KB May 3, 2012 CB 1.2.5-R1.2 847 download CommandRouter CommandRouter v1.0 releaseDownload
CommandRouter v0.1-alpha alpha 5.73 KB May 2, 2012 CB 1.2.5-R1.2 353 download CommandRouter CommandRouter v0.1-alpha alphaDownload

Screenshots

Description

Share this:

Tired of people logging in for the first time, typing /home, and then quitting cause you use a different command and it says permission denied? Want to make your own short-hand commands? Then this plugin is for you. The plugin adds to the aliases in bukkit.yml by allowing you to redirect to lengthy commands like /spawn => /skill port spawn

Command Router listens for commands, compares them against your configured list of commands, and redirects them as necessary to other commands. For example, if in my config, I list "/home" to be redirected to "/skill recall", then when anyone types "/home" it will cancel that command, and act as if that player issued the command "/skill recall" instead.

NEW!
You can now replace exact commands with other commands. Also you can replace commands based on the biome the player is in. If a command starts with a prefix, you can replace the last parameter based on the biome.

Example configs:

commands:
    home: 'skill recall'
    sethome: 'skill mark'
    spawn: 'skill port spawn'
    money: 'econ'
    eco: 'econ'

replace:
  'time set 0': 'time set 14000'

biomes:
  hs:
    house:
      plains: '[pl]house'

biome-groups:
  plains: [ PLAINS, SUNFLOWER_PLAINS ]
  swamp: [ SWAMPLAND, SWAMPLAND_MOUNTAINS ]
  roofed-forest: [ ROOFED_FOREST, ROOFED_FOREST_MOUNTAINS ]
  forest: [ FOREST, FOREST_HILLS, FLOWER_FOREST ]
  desert: [ DESERT, DESERT_HILLS, DESERT_MOUNTAINS ]
  ocean: [ OCEAN, DEEP_OCEAN ]
  mountains: [ EXTREME_HILLS, SMALL_MOUNTAINS, EXTREME_HILLS_PLUS, EXTREME_HILLS_PLUS_MOUNTAINS, EXTREME_HILLS_MOUNTAINS ]
  ice-plains: [ ICE_PLAINS, ICE_MOUNTAINS, ICE_PLAINS_SPIKES, FROZEN_OCEAN ]
  jungle: [ JUNGLE, JUNGLE_HILLS, JUNGLE_EDGE, JUNGLE_MOUNTAINS, JUNGLE_EDGE_MOUNTAINS ]
  birch-forest: [ BIRCH_FOREST, BIRCH_FOREST_HILLS, BIRCH_FOREST_MOUNTAINS, BIRCH_FOREST_HILLS_MOUNTAINS ]
  savanna: [ SAVANNA, SAVANNA_PLATEAU, SAVANNA_MOUNTAINS, SAVANNA_PLATEAU_MOUNTAINS ]
  mesa: [ MESA, MESA_PLATEAU_FOREST, MESA_PLATEAU, MESA_BRYCE, MESA_PLATEAU_FOREST_MOUNTAINS, MESA_PLATEAU_MOUNTAINS ]
  mushroom: [ MUSHROOM_ISLAND, MUSHROOM_SHORE ]

Installation

Drop it in your /plugins folder and then start your server. It will generate your config.yml file. Stop your server then edit config.yml as much as you like.

If you want to get ahold of me, get on esper.net and find me in the #heroes, or #herostronghold channels

Paypal Youtube Twitter github tumblr

HeroCraft Coding

Comments

Add a comment