File Details
rTriggers 2.7
- R
- Aug 5, 2013
- 63.07 KB
- 936
- CB 1.6.2-R0.1
File Name
rTriggers.jar
Supported Versions
- CB 1.6.2-R0.1
Now supports 'greater than or equal to' and 'less than or equal to' parameters for oncommand events, such as :
<<everyone>>=:oncommand|/midiall|override|4+:Har, this triggers with 4 or more parameters <<everyone>>=:oncommand|/midiall|override|5-:Yar, this triggers with 5 or fewer parameters.
Fixed a but where not|<<hasperm|whatever>> wasn't actually working. (The code was actually checking to see if they lacked '<<hasperm|whatever>>' as a permission, instead of 'whatever'.
Beginning of the Great Code Refactoring. Have split the massive main plugin class into 3: Plugin, Dispatcher, Formatter. Plugin handles loading and unloading. Dispatcher handles the messages/commands to send out. Formatter does tag replacement and colours and stuff. Yay!
Code's a mess, but that'll sort itself out eventually.

