改善:
- Support asynchronous events
- Set NoDamageTicks to reflect the invincibility on login
- HandToolBreakEvent
- Preserve whitelist ordering
新特性:
- Added an isValid() method to Entity.
- Allow an asynchronous pre-login event
- Add a way to do notchian line-of-sight detection.
- Silverfish call EntityChangeBlockEvent
- PlayerToggleFlyingEvent
- NotePlayEvent - called when a note block is being played.
- Add "query-plugins" option to Bukkit.yml
- Add method to get the servers motd
- Whitelist returns comment lines
- Plugins should be notified when a player registers a plugin channel
- Add method for returning total experience required for next level
漏洞修正:
- World.refreshChunk does not refresh biome data
- spawnCreature gives (useless) ClassCastEception by spawning non-living entities.
- Tameable animals which have been .setTame(false) still teleport to their owner if not .setOwner(null) as well.
- Silverfish enter block event
- EnderDragons Not doing damage after being hit.
- PlayerKickEvent displays a blank line when the leave message is suppressed
- IllegalArgumentException when playing a Jukebox
- Big bug! PlayerRespawnEvent doesn't work with player commands!
- Set LastDamager on a ComplextPart should set LastDamager on the Parent
- damage(amount) does not work on EnderDragons
- Client Crash on InventoryClickEvent.setCancelled(true);
- Update redstone consistently
- Explosions cause NaN velocities at same location
- craftWorld.spawnCreature(Location, EntityType) now fails in all cases
- Entity's LastDamageCause is not actually the "LastDamageCause" under certain circumstances
- 1.3 Clients are not disconnected with outdated server
|