Bukkit/Spigot
b58168b112
[Bleeding] Exception cleanup. Addresses BUKKIT-774
...
By: Wesley Wolfe <weswolf@aol.com >
2012-02-18 17:15:59 -06:00
Bukkit/Spigot
91c8bbacc7
[Bleeding] Skip InvocationTargetException. Addresses BUKKIT-774
...
By: Wesley Wolfe <weswolf@aol.com >
2012-02-16 18:14:39 -06:00
Bukkit/Spigot
75fd934339
Deprecation cleanup.
...
By: Erik Broes <erikbroes@grum.nl >
2012-01-30 21:32:48 +01:00
Bukkit/Spigot
63464c3bb0
[Bleeding] Update serialVersionUID.
...
By: Wesley Wolfe <weswolf@aol.com >
2012-02-13 01:22:39 -06:00
Bukkit/Spigot
4e48b4725f
[Bleeding] Added ability to register and listen to SubEvents. Addresses
...
BUKKIT-585
By: Feildmaster <admin@feildmaster.com >
2012-01-25 09:49:12 -06:00
Bukkit/Spigot
6492eb9683
[Bleeding] Cleanup of exceptions org.bukkit.plugin.Invalid*
...
Removed throwable and message, because the superclass already stores them
Added message of inner exception to the outer exception to make the first line of the stacktrace more verbose
By: Zeerix <zeerix@draig.de >
2012-02-11 02:16:16 +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
3dadfe5e85
Properly unregister plugin channels when a plugin gets disabled.
...
By: Meaglin <meaglin.wasabi@gmail.com >
2012-01-28 03:45:49 +01:00
Bukkit/Spigot
e423860f9f
onEnable and onDisable are no longer required implementations for JavaPlugins
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2012-02-01 01:53:38 +00:00
Bukkit/Spigot
5541a29f2d
Fixed plugin loader. Thanks Wolvereness!
...
By: EvilSeph <evilseph@gmail.com >
2012-01-25 04:11:37 -05: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
1a86a7e3f7
Added new PlayerExpChangeEvent and PlayerLevelChangeEvent events. Thanks to feildmaster for the PR.
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2012-01-19 16:07:03 +00: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
0c50b9eeb1
Added a default to EventHandler.priority()
...
Fixed HandlerList.unregisterAll()
Fixed incorrect isAssignableFrom check in SimplePluginManager.getRegistrationClass()
By: zml2008 <zach@zachsthings.com >
2012-01-17 19:06:48 -08:00
Bukkit/Spigot
33f366c08d
Minor cleanup
...
By: Erik Broes <erikbroes@grum.nl >
2012-01-17 19:35:28 +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
c02d8155ad
[Bleeding] Added Plugin.getLogger() which returns a java.util.Logger that prefixes messages with the plugin name.
...
Note: the server when enabling or disabling a plugin will now by default log this.
By: rmichela <deltahat@gmail.com >
2011-12-15 00:31:13 -05:00
Bukkit/Spigot
4c80a49933
Generic cleaning
...
By: Erik Broes <erikbroes@grum.nl >
2012-01-15 14:37:30 +01:00
Bukkit/Spigot
8377ee22f8
Added "class-loader-of" field to plugin.yml. Big thanks to CmdrDats for the PR.
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2012-01-15 12:54:06 +00:00
Bukkit/Spigot
77c577bdf8
Added an EntityCreatePortalEvent
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2012-01-15 11:58:03 +00:00
Bukkit/Spigot
44c58c4952
Don't send events to disabled plugins.
...
By: Feildmaster <admin@feildmaster.com >
2012-01-15 02:14:28 -06:00
Bukkit/Spigot
4e9fcec4a4
Changed PluginDisableEvent to fire before the disabling of a plugin, instead of after (where it's then invalid). Thanks to holic for the PR.
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2012-01-15 08:16:57 +00:00
Bukkit/Spigot
40f4710726
Added ItemDespawnEvent
...
By: Feildmaster <admin@feildmaster.com >
2011-10-16 20:47:49 -05:00
Bukkit/Spigot
544b0a05ae
Fixed nullcheck error message on null plugin (see previous commit)
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2012-01-14 14:32:56 +00:00
Bukkit/Spigot
d87866b158
Nullcheck in registerEvent (thanks to an old PR by LRFLEW - I'm sorry for the wait!)
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2012-01-14 14:31:00 +00: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
387d09faa1
Added timings command.
...
By: Tahg <tahgtahv@gmail.com >
2012-01-09 01:09:10 -05:00
Bukkit/Spigot
d97df0f9dc
Fix NPE when saving config before the config is loaded - thanks to Wolvereness for the pull request
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2012-01-07 15:11:22 +00:00
Bukkit/Spigot
6a81f9ccab
Minor text changes
...
By: Erik Broes <erikbroes@grum.nl >
2012-01-04 09:05:28 +01:00
Bukkit/Spigot
aaab1cba23
Generic cleanup of warnings, whitespace and style.
...
By: Erik Broes <erikbroes@grum.nl >
2011-12-25 16:02:30 +01:00
Bukkit/Spigot
98960fd73e
Added plugin saveResources + saveDefaultConfig methods. This completes a bleeding branch by deltahat at http://forums.bukkit.org/threads/branch-complete-savedefaultconfig.48721/
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-12-22 21:18:36 +00:00
Bukkit/Spigot
f63d8e600d
Fixed silly NPE during shutdown when java becomes a meanie-pants and steals our lunch money :(
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-12-09 17:13:47 +00:00
Bukkit/Spigot
7aff3534fa
Added onStructureGrow event, thanks to md-5.
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-12-09 16:12:05 +00:00
Bukkit/Spigot
8afb3fdf8e
Fixed the fix of the fix of javaplugin.getResource
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-11-22 00:03:16 +00:00
Bukkit/Spigot
67a69090f5
Fixed getResource not working post-reload, thanks to feildmaster
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-11-13 11:11:45 +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
b94e100930
Added reloadConfig() plugin method
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-10-11 15:50:59 +01:00
Bukkit/Spigot
f22a79981c
Fixed NPE on unloading plugins
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-10-11 04:41:34 +01:00
Bukkit/Spigot
1ad373d9f6
Lazy-load the old and new configs for plugins .getConfig
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-10-10 23:04:01 +01:00
Bukkit/Spigot
429eb80d6e
Small javadoc cleanup
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-10-10 21:58:44 +01:00
Bukkit/Spigot
96063a2b4d
Updated snakeyaml to 1.9 (up from 1.7)
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-10-10 21:39:27 +01:00
Bukkit/Spigot
6c7412d365
Added new Configuration classes
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-19 20:36:44 +01:00
Bukkit/Spigot
2a3a80d543
Added PlayerChangedWorldEvent.
...
By: sunkid <sunkid@iminurnetz.com >
2011-09-30 20:29:24 +02:00
Bukkit/Spigot
2ef3dfed7b
Moved itr.remove() in loadPlugins(). Thanks lahwran!
...
This was moved so that the loop does not end until it has gone through a
whole pass without finding any loadable plugins.
By: EvilSeph <evilseph@gmail.com >
2011-10-01 13:56:17 -04:00
Bukkit/Spigot
5db08677a3
Added SlimeSplit event. Thanks garbagemule!
...
The SlimeSplit event is fired when a Slime attempts to split upon death. The event may be cancelled, and the amount of smaller slimes may be customized.
By: EvilSeph <evilseph@gmail.com >
2011-09-30 19:34:06 -04:00
Bukkit/Spigot
d0f0db958d
Added server list ping event.
...
By: sk89q <the.sk89q@gmail.com >
2011-09-26 15:32:01 -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
547ab9f1be
Added FoodLevelChange event.
...
By: EvilSeph <evilseph@gmail.com >
2011-09-21 18:52:23 -04:00
Bukkit/Spigot
a3e8ec7d78
Added PlayerToggleSprint event and sprinting related API.
...
By: Rigby <rigby@onarandombox.com >
2011-09-21 11:46:33 +01:00