Commit Graph

9 Commits

Author SHA1 Message Date
stevenh
cc404ced12 Refactored event calling so its front loading avoiding the lookup for each event call.
This now uses an annoymous class implementing IExecutor that facilitates direct event method handler calling

Changed commands from being executed exclusively by a player to by a CommandSender to facilitate external command callers such as rcon

Fixed CustomEventListener

Merged in additional events

Added getFullName to PluginDescriptionFile which returns the combination of Name and Version

There's also a few bits of reformatting as it seems someones been editing with either tabs or dos eol :(
2011-01-29 16:23:56 +00:00
Dinnerbone
a057aadf8e Added extra plugin description fields 2011-01-20 16:26:56 +00:00
VictorD
f8335d6cab Added command registration to plugin config file. Registered commands are sent to the corresponding plugin.onCommand method when executed. 2011-01-16 16:30:34 +01:00
Dinnerbone
dd843748fa Tweaked some more exceptions, get messages passed 2011-01-05 22:56:12 +00:00
Dinnerbone
7f72490281 Slightly better "invalid plugin.yml" errors 2011-01-05 22:40:45 +00:00
stevenh
98d6a33d0d Fix for plugin description file cast error 2011-01-04 23:30:44 +00:00
Taylor Kelly
3e6604fb68 all the fillr stuff 2011-01-03 23:15:14 +08:00
Lymia
09633833d7 Fixed generics warning. 2011-01-02 00:38:51 -06:00
Erik Broes
f46d9ada1c Transition to Maven 2011-01-01 11:23:14 +01:00