314bf387b5
Fixed event priorities
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-19 20:43:35 +00:00
a5886d6edc
Scheduler
...
By: Raphfrk <raphfrk@gmail.com >
2011-02-02 23:51:52 +00:00
6f4cf0388b
Renamed IExecutor -> CommandExecutor and fixed SERVER_COMMAND doc
...
By: stevenh <steven.hartland@multiplay.co.uk >
2011-01-29 21:17:36 +00:00
c736e00b8c
merge with head
...
By: stevenh <steven.hartland@multiplay.co.uk >
2011-01-29 17:18:32 +00:00
df05c36540
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 :(
By: stevenh <steven.hartland@multiplay.co.uk >
2011-01-29 16:23:56 +00:00
14c7da2f6e
clearPlugins() and clearCommands() for PluginManager and CommandMap respectively
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-28 14:18:24 +00:00
be759ba36e
onDisable on stop - stephank
...
By: Taylor Kelly <tkelly910@gmail.com >
2011-01-27 16:15:24 -05:00
f0ab429e01
Fixed empty check in PluginCommand
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-20 03:08:15 +00:00
14009cb350
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
By: mcasper <mcasper@FLARE>
2011-01-19 10:23:00 +08:00
1627c78fa1
Added PluginManager.getPlugins()
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-11 20:58:01 +00:00
88c998f4a2
Tweaked some more exceptions, get messages passed
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-05 22:56:12 +00:00
f436f334ed
Added enablePlugin and disablePlugin, triggers events
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-03 02:20:11 +00:00
af1435dfe3
Use parametrized reflection to remove warnings
...
By: durron597 <martin.jared@gmail.com >
2011-01-01 17:08:32 -05:00
76ab7321fd
Changed all tabs to 4 spaces
...
By: durron597 <martin.jared@gmail.com >
2011-01-01 08:01:07 -05:00
a0fc0979f7
Transition to Maven
...
By: Erik Broes <erikbroes@grum.nl >
2011-01-01 11:23:14 +01:00