promotional bannermobile promotional banner

CommandRouter

redirects commands to other commands
Back to Files

CommandRouter v2 (CB 1.7.9)

File nameCommandRouter.jar
Uploaded
May 8, 2014
Downloads
1.1K
Size
9.1 KB
File ID
789872
Type
R
Release
Supported game versions
  • CB 1.7.2-R0.3

What's new

  • Updated to CB 1.7.9
  • Added new functionality for replacing exact commands (including their params)
  • Added new functionality for replacing commands based on the biome the player is in
  • To save typing, you can specify a biome-group instead of a each biome you want to command to be re-routed for

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 ]

This mod has no related projects