ReActions v0.9.2
Details
-
FilenameReActions.jar
-
Uploaded by
-
UploadedJul 12, 2014
-
Size381.32 KB
-
Downloads655
-
MD50f64c89edbf6dceaabf76d5763743b3e
Supported Bukkit Versions
- CB 1.7.9-R0.1
- 1.7.2
- 1.5.2
Changelog
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>