Bukkit/Spigot
bb50f1a774
Pulling all pending Bukkit-JavaDoc changes
...
A special thanks goes to @aerouk for almost all of the changes found here.
By: Wesley Wolfe <weswolf@aol.com >
2013-12-15 01:07:43 -05:00
Bukkit/Spigot
761a84cb1b
Pulling all pending Bukkit-JavaDoc changes
...
By: Edmond Poon <sagaciouszzzz@gmail.com >
2013-04-02 00:11:22 -04:00
Bukkit/Spigot
ad7045596d
Support asynchronous events; Addresses BUKKIT-1212
...
By: Wesley Wolfe <weswolf@aol.com >
2012-06-13 21:28:13 -05:00
Bukkit/Spigot
795a61bbeb
Fix javadoc errors/warnings
...
By: Celtic Minstrel <celtic.minstrel.ca@some.place >
2012-02-26 10:35:17 -05:00
Bukkit/Spigot
75fd934339
Deprecation cleanup.
...
By: Erik Broes <erikbroes@grum.nl >
2012-01-30 21:32:48 +01:00
Bukkit/Spigot
cb2fe27653
[Bleeding] Add the ability for plugins to ignore cancelled events when
...
using the new event system.
By: md_5 <md_5@bigpond.com >
2012-01-21 15:34:22 +11:00
Bukkit/Spigot
05b6ad92d1
Updated timing code for new event system
...
By: Tahg <tahgtahv@gmail.com >
2012-01-16 15:03:41 -05:00
Bukkit/Spigot
84372f7cd5
Use the type of the eventhandler method's parameter as type rather than specificing it. Thanks zml2008.
...
By: Erik Broes <erikbroes@grum.nl >
2012-01-19 08:13:49 +01:00
Bukkit/Spigot
e0c7fc6bf5
[Bleeding] Changed event system into a new, much faster design. Huge thanks to @zml2008 & @lahwran.
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2012-01-16 18:25:17 +00:00
Bukkit/Spigot
4c80a49933
Generic cleaning
...
By: Erik Broes <erikbroes@grum.nl >
2012-01-15 14:37:30 +01:00
Bukkit/Spigot
48ecb11c09
Implemented new Plugin Message API - see http://dinnerbone.com/blog/2012/01/13/minecraft-plugin-channels-messaging/
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2012-01-13 08:51:10 +00:00
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