Bukkit/Spigot
98583f6462
Revert "Added the ability to register commands dynamically."
...
This reverts commit 737d6347b1d74e13191df7c521d8db30fa174c9b.
Because this is *NOT* how it should be.
By: Erik Broes <erikbroes@grum.nl >
2011-10-13 18:27:34 +02:00
Bukkit/Spigot
fa0a9be46c
Added the ability to register commands dynamically.
...
By: sk89q <the.sk89q@gmail.com >
2011-10-13 01:05:20 -07:00
Bukkit/Spigot
a8e72bdb91
Many javadoc fixes thanks to Celtic Minstrel
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-25 02:56:40 +01:00
Bukkit/Spigot
8be947f1d8
Added method to retrieve all registered permissions
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-08-29 14:58:42 +01:00
Bukkit/Spigot
bfd0ab1851
Made Permissions mutable, added methods to view which Permissibles are subscribed to which Permission
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-07-20 18:05:04 +01:00
Bukkit/Spigot
67a52cca79
Added new permission system
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-07-17 17:17:47 +01:00
Bukkit/Spigot
855f4133b6
Whitespace + general cleanup
...
By: Erik Broes <erikbroes@grum.nl >
2011-05-14 23:22:54 +02:00
Bukkit/Spigot
6dc6946312
Adds basic plugin dependencies, courtesy of Raphfrk
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-03-07 13:56:34 +00:00
Bukkit/Spigot
bb755bb9a2
Added a few null pointer checks and performed minor touchups (tried improving a few equals, clone and hashCode methods).
...
By: VictorD <victor.danell@gmail.com >
2011-03-05 12:27:51 +01:00
Bukkit/Spigot
6f4cf0388b
Renamed IExecutor -> CommandExecutor and fixed SERVER_COMMAND doc
...
By: stevenh <steven.hartland@multiplay.co.uk >
2011-01-29 21:17:36 +00:00
Bukkit/Spigot
c736e00b8c
merge with head
...
By: stevenh <steven.hartland@multiplay.co.uk >
2011-01-29 17:18:32 +00:00
Bukkit/Spigot
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
Bukkit/Spigot
14c7da2f6e
clearPlugins() and clearCommands() for PluginManager and CommandMap respectively
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-28 14:18:24 +00:00
Bukkit/Spigot
be759ba36e
onDisable on stop - stephank
...
By: Taylor Kelly <tkelly910@gmail.com >
2011-01-27 16:15:24 -05:00
Bukkit/Spigot
1627c78fa1
Added PluginManager.getPlugins()
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-11 20:58:01 +00:00
Bukkit/Spigot
88c998f4a2
Tweaked some more exceptions, get messages passed
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-05 22:56:12 +00:00
Bukkit/Spigot
f436f334ed
Added enablePlugin and disablePlugin, triggers events
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-03 02:20:11 +00:00
Bukkit/Spigot
af1435dfe3
Use parametrized reflection to remove warnings
...
By: durron597 <martin.jared@gmail.com >
2011-01-01 17:08:32 -05:00
Bukkit/Spigot
a0fc0979f7
Transition to Maven
...
By: Erik Broes <erikbroes@grum.nl >
2011-01-01 11:23:14 +01:00