rTriggers 2.7

Details

  • Filename
    rTriggers.jar
  • Uploaded by
  • Uploaded
    Aug 4, 2013
  • Size
    63.07 KB
  • Downloads
    767
  • MD5
    d6dd44ff58867d17c42eefac40821513

Supported Bukkit Versions

  • CB 1.6.2-R0.1

Changelog

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.