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 |
|
Dinnerbone
|
4879aee1b5
|
Adds basic plugin dependencies, courtesy of Raphfrk
|
2011-03-07 14:04:00 +00: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
|
4764962cf9
|
All entity stuff in org.bukkit moved to org.bukkit.entity
|
2011-01-15 21:20:59 +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 |
|
Dinnerbone
|
9b80d7a947
|
Formatting
|
2011-01-03 15:31:54 +00: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
|
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 |
|