Bukkit/Spigot
a53996b243
Added pre-login event for catching logins right after name verification has completed. This happens in a different thread from the server (and thus can also block).
...
By: sk89q <the.sk89q@gmail.com >
2011-04-16 03:08:05 -07:00
Bukkit/Spigot
f31d7de587
Added bed events and methods.
...
By: sk89q <the.sk89q@gmail.com >
2011-04-07 11:26:33 -07:00
Bukkit/Spigot
b6e68ee5e5
Line endings. This is getting very annoying.
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-04-05 16:35:57 +01:00
Bukkit/Spigot
871953413c
Fixed PlayerInventoryEvent Type.
...
By: EvilSeph <evilseph@unaligned.org >
2011-04-04 20:40:46 -04:00
Bukkit/Spigot
a977e93d7f
Added the ability to set the quit message
...
By: Raphfrk <raphfrk@gmail.com >
2011-04-02 15:40:25 +01:00
Bukkit/Spigot
19ec204cc9
We weren't supposed to break things *that* hard. Plugins still need to update but here's a TEMPORARY fix.
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-03-31 22:51:26 +01:00
Bukkit/Spigot
db5dfb3f10
Force compile-time failures for the subtle changes done in the API
...
By: Erik Broes <erikbroes@grum.nl >
2011-03-30 00:25:59 +02:00
Bukkit/Spigot
de1f8b0dba
Added the KICK_WHITELIST Result for players being kicked from not being on the whitelist, just because KICK_BANNED didn't seem to fit.
...
By: HACKhalo2 <hackhalotwo@gmail.com >
2011-03-20 02:06:19 -04:00
Bukkit/Spigot
7e6d0bd531
fixed PlayerCommandPreprocessEvent inheritance
...
By: sunkid <sunkid@iminurnetz.com >
2011-03-28 17:15:41 -07:00
Bukkit/Spigot
7237d8aa07
Fixed PlayerTeleportEvent so getType() returns Type.PLAYER_TELEPORT
...
By: Byron Shelden <byron.shelden@gmail.com >
2011-03-27 16:08:57 -07:00
Bukkit/Spigot
9418264170
Line endings, consistency!
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-03-27 21:27:27 +01:00
Bukkit/Spigot
c640518469
Change some more signatures :(
...
onPlayerCommandPreprocess(PlayerChatEvent event) -> onPlayerCommandPreprocess(PlayerCommandPreprocessEvent event)
onBlockFlow(BlockFromToEvent event) -> onBlockFromTo(BlockFromToEvent event)
onPlayerJoin(PlayerEvent event) -> onPlayerJoin(PlayerJoinEvent event)
onPlayerQuit(PlayerEvent event) -> onPlayerQuit(PlayerQuitEvent event)
onPlayerTeleport(PlayerMoveEvent event) -> onPlayerTeleport(PlayerTeleportEvent event)
By: Erik Broes <erikbroes@grum.nl >
2011-03-27 00:16:06 +01: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
0bde75cc9d
Added player join event
...
By: Raphfrk <raphfrk@gmail.com >
2011-03-26 11:29:48 +00:00
Bukkit/Spigot
c51e8f2f54
Fix wrong useItemInHand setting
...
By: Erik Broes <erikbroes@grum.nl >
2011-03-24 22:50:12 +01:00
Bukkit/Spigot
b0cbecff2b
Fix for placing blocks after interacting with a block
...
By: Erik Broes <erikbroes@grum.nl >
2011-03-24 12:12:21 +01:00
Bukkit/Spigot
70faad257f
Remove lingering PlayerItemEvent file
...
By: Erik Broes <erikbroes@grum.nl >
2011-03-24 00:11:26 +01:00
Bukkit/Spigot
7824cc02e7
Add PLAYER_INTERACT, remove BLOCK_RIGHT_CLICK, BLOCK_INTERACT and PLAYER_ITEM
...
By: Erik Broes <erikbroes@ripe.net >
2011-03-23 12:30:54 +01:00
Bukkit/Spigot
4819bb5819
Added PlayerBucket events
...
By: Erik Broes <erikbroes@grum.nl >
2011-03-21 00:48:34 +01:00
Bukkit/Spigot
de5eddce7d
Purged deprecated MobType and MobSpawner
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-03-07 16:29:03 +00:00
Bukkit/Spigot
258fa8e21c
Added PlayerChatEvent.getRecipients
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-26 19:31:13 +00: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
3cc14ab40f
refactor Items
...
By: Tahg <tahgtahv@gmail.com >
2011-02-21 19:57:06 -05:00
Bukkit/Spigot
e3b86cda50
Lowered the priority of the old command handler event because a number of plugins were using this event incorrectly. A new event, the command preprocesser event, has replaced the previous function of the original command event.
...
By: sk89q <the.sk89q@gmail.com >
2011-02-19 01:41:33 -08:00
Bukkit/Spigot
ffe5fb2dfb
When deprecating, the alternative should be provided.
...
By: EvilSeph <evilseph@unaligned.org >
2011-02-19 06:00:55 -05:00
Bukkit/Spigot
ca55cacd67
Renamed MobType->CreatureType and MobSpawner->CreatureSpawner.
...
This is to bring the names in line with the rest of bukkit.
Deprecated code has been left in to ensure nothing breaks as
a result of refactoring MobType.
This will be removed after 1 week, to give plugin devs time to
migrate
By: Andrew Ardill <andrew.ardill@gmail.com >
2011-02-17 14:19:57 +11:00
Bukkit/Spigot
7bfb006b2c
Deprecated PlayerListener.onPlayerCommand(PlayerChatEvent event).
...
By: sk89q <the.sk89q@gmail.com >
2011-02-16 21:23:47 -08:00
Bukkit/Spigot
1336c08f59
Exposes recently added PLAYER_PICKUP_ITEM event.
...
By: EvilSeph <evilseph@unaligned.org >
2011-02-12 07:52:08 -05:00
Bukkit/Spigot
fd090160f2
Adding PLAYER_PICKUP_ITEM event
...
By: James Logsdon <dwarf@girsbrain.org >
2011-02-11 17:08:53 -05:00
Bukkit/Spigot
7bbba13655
Cleaning up PlayerDropItemEvent
...
By: James Logsdon <dwarf@girsbrain.org >
2011-02-11 16:49:47 -05:00
Bukkit/Spigot
845e8fbc2e
PlayerChatEvent.setFormat validation
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-09 19:08:45 +00:00
Bukkit/Spigot
b280199e83
Added Sneaking Event
...
By: Alexander Hesse <azi@MacBook-Pro.local >
2011-01-25 19:04:52 +01:00
Bukkit/Spigot
566638ff0c
Added PlayerKick (setReason, setLeaveMessage, setCancelled) and PlayerRespawn (setLocation)
...
By: Forsaken <darkmaster87@gmx.de >
2011-02-04 16:02:49 +01:00
Bukkit/Spigot
474817bf11
General cleanup (deprecated+whitespace)
...
By: Erik Broes <erikbroes@grum.nl >
2011-02-02 00:02:08 +01:00
Bukkit/Spigot
c76bf04e6d
Added PLAYER_DROP_ITEM
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-01 10:45:39 +00:00
Bukkit/Spigot
497ac626bf
Added PLAYER_ITEM_HELD event
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-31 01:34:23 +00:00
Bukkit/Spigot
63181e1c59
Added INVENTORY_OPEN as a player event
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-30 22:05:36 +00:00
Bukkit/Spigot
6c00742888
Added PlayerEggThrowEvent.getEgg().
...
By: sk89q <the.sk89q@gmail.com >
2011-01-23 14:06:58 -08:00
Bukkit/Spigot
f0cb21dc46
Address Feature#105:Implement support for PLAYER_ANIMATION hook/event.
...
Requires corresponding CraftBukkit change.
NOTE: The email address of this commit used to be: "Nathan Wolf < <nteske@gmail.com >"
This has been fixed but will cause all commits after to change.
By: Nathan Wolf <nteske@gmail.com >
2011-01-19 00:07:38 +08:00
Bukkit/Spigot
73edbc4902
Moved block stuff from org.bukkit to org.bukkit.block
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-15 21:37:08 +00:00
Bukkit/Spigot
1de48a9184
All inventory stuff in org.bukkit moved to org.bukkit.inventory
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-15 21:27:40 +00: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
2fab54ae7b
New materials, changed material names per style guidelines + correct names
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-13 23:33:10 +00:00
Bukkit/Spigot
77e9ecedb9
PlayerEggThrowEvent
...
By: Taylor Kelly <tkelly910@gmail.com >
2011-01-11 02:58:51 -05:00
Bukkit/Spigot
a617a398a1
Implemented BlockInteract, BlockRightClicked and PlayerItem. Removed
...
BlockItem as we're not doing it that way anymore.
By: durron597 <martin.jared@gmail.com >
2011-01-08 05:44:42 -05:00
Bukkit/Spigot
e39ba776c9
Added PlayerChatEvent.getFormat/setFormat
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-07 13:31:16 +00:00
Bukkit/Spigot
99ed6048d7
Added canBuild to event
...
By: durron597 <martin.jared@gmail.com >
2011-01-07 05:38:45 -05:00
Bukkit/Spigot
019134d7df
Implemented Item_Use events
...
By: durron597 <martin.jared@gmail.com >
2011-01-07 05:11:16 -05:00
Bukkit/Spigot
d7bd97f934
First version of item use event
...
By: durron597 <martin.jared@gmail.com >
2011-01-03 21:22:52 -05:00
Bukkit/Spigot
a0fc0979f7
Transition to Maven
...
By: Erik Broes <erikbroes@grum.nl >
2011-01-01 11:23:14 +01:00