Bukkit/Spigot
|
855f4133b6
|
Whitespace + general cleanup
By: Erik Broes <erikbroes@grum.nl>
|
2011-05-14 23:22:54 +02:00 |
|
Bukkit/Spigot
|
020da84ad2
|
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)
By: Erik Broes <erikbroes@grum.nl>
|
2011-03-26 22:21:20 +01:00 |
|
Bukkit/Spigot
|
e377a96a02
|
Adds an onLoad method to Plugin. The onLoad method is called for all plugins before the onEnable calls
By: Raphfrk <raphfrk@gmail.com>
|
2011-03-12 17:39:51 +00: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
|
1595230d40
|
Removed onPlayerCommand (PLAYER_COMMAND) (and fixed Fillr to stop using it)
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2011-02-26 19:08:12 +00:00 |
|
Bukkit/Spigot
|
f398397845
|
Added Server.getLogger, changed a few anonymous loggers to use it
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2011-02-20 02:24:47 +00:00 |
|
Bukkit/Spigot
|
4bb9f83d53
|
Removed TSLPC (That Stupidly Long Plugin Constructor)
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2011-02-20 00:13:25 +00:00 |
|
Bukkit/Spigot
|
6000fee9fc
|
Added null check and removed unused method from Fillr
By: VictorD <victor.danell@gmail.com>
|
2011-01-16 17:05:13 +01:00 |
|
Bukkit/Spigot
|
a17e7470e8
|
Added command registration to plugin config file. Registered commands are sent to the corresponding plugin.onCommand method when executed.
By: VictorD <victor.danell@gmail.com>
|
2011-01-16 16:30:34 +01:00 |
|
Bukkit/Spigot
|
c95bbac2bd
|
Removed unnecessary imports
By: durron597 <martin.jared@gmail.com>
|
2011-01-16 09:00:25 -05:00 |
|
Bukkit/Spigot
|
e2fd2dfd00
|
All entity stuff in org.bukkit moved to org.bukkit.entity
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2011-01-15 21:20:59 +00:00 |
|
Bukkit/Spigot
|
33e5645054
|
Added configuration and plugin data directory support to plugins.
By: sk89q <the.sk89q@gmail.com>
|
2011-01-14 23:33:45 -08:00 |
|
Bukkit/Spigot
|
0a677497d4
|
Renamed Color -> ChatColor, and added DyeColor
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2011-01-13 20:27:28 +00:00 |
|
Bukkit/Spigot
|
a27364193d
|
Cleaned up Fillr
By: Taylor Kelly <tkelly910@gmail.com>
|
2011-01-10 06:05:43 +08:00 |
|
Bukkit/Spigot
|
6f77375dc5
|
Fixed Updatr stuff
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2011-01-05 23:00:13 +00:00 |
|
Bukkit/Spigot
|
b706c19913
|
forgotten FillrListener
By: Taylor Kelly <tkelly910@gmail.com>
|
2011-01-04 05:24:10 +08:00 |
|
Bukkit/Spigot
|
346e41a6e5
|
Formatting
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2011-01-03 15:31:54 +00:00 |
|
Bukkit/Spigot
|
891a7dd5f8
|
Fixed Fillr.java, added /get command ingame
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2011-01-03 15:29:33 +00:00 |
|
Bukkit/Spigot
|
9370aac0da
|
hot damn. get <name> added
By: Taylor Kelly <tkelly910@gmail.com>
|
2011-01-03 16:25:10 +08:00 |
|
Bukkit/Spigot
|
fa875ff2b6
|
hot damn. get <name> added
By: Taylor Kelly <tkelly910@gmail.com>
|
2011-01-03 16:23:24 +08:00 |
|
Bukkit/Spigot
|
ca056597e1
|
better visibility/javadoc
By: Taylor Kelly <tkelly910@gmail.com>
|
2011-01-03 12:26:35 +08:00 |
|
Bukkit/Spigot
|
b01c65f9bc
|
updated TODO
By: Taylor Kelly <tkelly910@gmail.com>
|
2011-01-03 12:20:02 +08:00 |
|
Bukkit/Spigot
|
0e2f93cbd6
|
updated TODO
By: Taylor Kelly <tkelly910@gmail.com>
|
2011-01-03 12:19:46 +08:00 |
|
Bukkit/Spigot
|
94c1492af9
|
yml for fillr
By: Taylor Kelly <tkelly910@gmail.com>
|
2011-01-03 12:13:38 +08:00 |
|
Bukkit/Spigot
|
a57c79eb6f
|
fillr -> plugin
By: Taylor Kelly <tkelly910@gmail.com>
|
2011-01-03 12:06:36 +08:00 |
|
Bukkit/Spigot
|
7f5bbdf764
|
all the fillr stuff
By: Taylor Kelly <tkelly910@gmail.com>
|
2011-01-03 11:01:36 +08:00 |
|