Raphfrk
83d2d304ba
Scheduler
2011-02-07 01:06:20 +01:00
stevenh
247e77579a
Renamed IExecutor -> CommandExecutor and fixed SERVER_COMMAND doc
2011-01-29 21:17:36 +00:00
stevenh
0814239f31
merge with head
2011-01-29 17:18:32 +00:00
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
d67110aecf
clearPlugins() and clearCommands() for PluginManager and CommandMap respectively
2011-01-28 14:18:24 +00:00
Taylor Kelly
99d78d912c
onDisable on stop - stephank
2011-01-27 16:15:24 -05:00
Dinnerbone
868aee0046
Fixed empty check in PluginCommand
2011-01-20 03:08:15 +00:00
mcasper
ba78a90a4f
Event hooks were ordered in backwards order versus the expected way. To avoid sorting problems and manual sorting, changed priority to be handled by a PriorityQueue<>() rather than a manually sorted List().
...
Resolves issue 211 http://bugs.bukkit.org/issues/211
2011-01-20 07:52:55 +08:00
Dinnerbone
39922fb7ff
Added PluginManager.getPlugins()
2011-01-11 20:58:01 +00:00
Dinnerbone
dd843748fa
Tweaked some more exceptions, get messages passed
2011-01-05 22:56:12 +00:00
Dinnerbone
97dd74c4f2
Added enablePlugin and disablePlugin, triggers events
2011-01-03 02:20:11 +00:00
durron597
7845f58d1a
Use parametrized reflection to remove warnings
2011-01-01 17:08:32 -05:00
durron597
de177404e3
Changed all tabs to 4 spaces
2011-01-01 08:01:07 -05:00
Erik Broes
f46d9ada1c
Transition to Maven
2011-01-01 11:23:14 +01:00