27 Commits

Author SHA1 Message Date
Erik Broes
992f1f2bf3 Whitespace + general cleanup 2011-05-15 14:06:02 +02:00
Erik Broes
94894216e8 Some more backwards incompatible changes (minor though), also a ton of small cleanup.
onPluginEnable(PluginEvent event)   -> onPluginEnable(PluginEnableEvent event)
onPluginDisable(PluginEvent event)  -> onPluginDisable(PluginDisableEvent event)
onVehicleUpdate(VehicleEvent event) -> onVehicleUpdate(VehicleUpdateEvent event)
onWorldSave(WorldEvent event)       -> onWorldSave(WorldSaveEvent event)
onWorldLoad(WorldEvent event)       -> onWorldLoad(WorldLoadEvent event)
2011-03-26 22:32:14 +01:00
Raphfrk
ebf1904fff Adds an onLoad method to Plugin. The onLoad method is called for all plugins before the onEnable calls 2011-03-14 14:46:11 +00:00
Dinnerbone
4879aee1b5 Adds basic plugin dependencies, courtesy of Raphfrk 2011-03-07 14:04:00 +00:00
VictorD
aa0614d785 Added a few null pointer checks and performed minor touchups (tried improving a few equals, clone and hashCode methods). 2011-03-05 12:27:51 +01:00
Dinnerbone
72e6769d68 Removed onPlayerCommand (PLAYER_COMMAND) (and fixed Fillr to stop using it) 2011-02-26 19:09:57 +00:00
Dinnerbone
3c1255da0c Added Server.getLogger, changed a few anonymous loggers to use it 2011-02-20 02:27:31 +00:00
Dinnerbone
1a2c154145 Removed TSLPC (That Stupidly Long Plugin Constructor) 2011-02-20 00:13:25 +00:00
VictorD
8eeb293d2b Added null check and removed unused method from Fillr 2011-01-16 17:05:13 +01:00
VictorD
267afcb0ea Added command registration to plugin config file. Registered commands are sent to the corresponding plugin.onCommand method when executed. 2011-01-16 16:30:34 +01:00
durron597
d41105f3af Removed unnecessary imports 2011-01-16 09:00:25 -05:00
Dinnerbone
4764962cf9 All entity stuff in org.bukkit moved to org.bukkit.entity 2011-01-15 21:20:59 +00:00
sk89q
a9f9c6e6c2 Added configuration and plugin data directory support to plugins. 2011-01-14 23:38:53 -08:00
Dinnerbone
c69dd6a9e0 Renamed Color -> ChatColor, and added DyeColor 2011-01-13 20:27:28 +00:00
Taylor Kelly
9967ab16f6 Cleaned up Fillr 2011-01-10 09:08:11 +08:00
Dinnerbone
c0ca2918a5 Fixed Updatr stuff 2011-01-05 23:00:13 +00:00
Taylor Kelly
bdec088e65 forgotten FillrListener 2011-01-04 06:05:25 +08:00
Dinnerbone
9b80d7a947 Formatting 2011-01-03 15:31:54 +00:00
Dinnerbone
f0d96a47fd Fixed Fillr.java, added /get command ingame 2011-01-03 15:29:33 +00:00
Taylor Kelly
4c5a66f2a6 hot damn. get <name> added 2011-01-03 23:15:18 +08:00
Taylor Kelly
9123928883 hot damn. get <name> added 2011-01-03 23:15:17 +08:00
Taylor Kelly
d9fc1dffea better visibility/javadoc 2011-01-03 23:15:17 +08:00
Taylor Kelly
596ad60575 updated TODO 2011-01-03 23:15:16 +08:00
Taylor Kelly
0dfe39b18f updated TODO 2011-01-03 23:15:16 +08:00
Taylor Kelly
76e4185b21 yml for fillr 2011-01-03 23:15:15 +08:00
Taylor Kelly
16854885c7 fillr -> plugin 2011-01-03 23:15:14 +08:00
Taylor Kelly
65394859c9 all the fillr stuff 2011-01-03 23:15:14 +08:00