promotional bannermobile promotional banner

ReActions

ReActions

File Details

ReActions v0.9.2

  • R
  • Jul 12, 2014
  • 381.32 KB
  • 769
  • 1.7.2+2

File Name

ReActions.jar

Supported Versions

  • 1.7.2
  • 1.5.2
  • CB 1.7.9-R0.1

v0.9.2

  • Added new Activator FCT_CREATE. This activator is bound to faction creating event. To add this activator use command: /react add FCT_CREATE <ActivatorId>. You can use local placeholder %faction% in this activator to find name of the created faction.
  • Added new Activator FCT_DISBAND. This activator is bound to faction disbanding event. To add this activator use command: /react add FCT_DISBAND <ActivatorId>. You can use local placeholder %faction% in this activator to find name of the disbanded faction.
  • Add new action — MENU_ITEM. This actions will show inventory-menu (GUI). You can define menu in action or use pre-stored menu.
  • Added Inventory-menu engine. New commands:
    • /react add menu <MenuId> [Size] [Title]
    • /react set id:<MenuId> <param>:<value>, where param could be: size, title, item1, ..., itemN, activator1, ..., activatorN.
    • /react remove menu <MenuId>
    • /react list menu [page] [mask]
    • /react info menu <MenuId>