summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* [SPIGOT-1494] Really fix player skulls with custom texture but without owner.BlackHole2016-02-19-1/+1
* [BUKKIT-3451] Use correct item amount for FurnaceExtractEvent.hibo982016-02-07-5/+6
* Removed tried to add entity warning.md_52016-02-05-24/+7
* [SPIGOT-1465] Fix skulls with no owner not displaying texture.md_52016-02-05-1/+1
* Strengthen CraftMetaSkull hasOwner methodAndrew2016-02-02-1/+1
* Remove the length limit on inventory titlesThinkofdeath2016-01-29-1/+0
* SPIGOT-1308: Fix typo in PlayerList#sendAllThinkofdeath2016-01-22-1/+1
* SPIGOT-1390: Fixed issues with Array.fill upper bound in setRegionryanbennitt2016-01-03-5/+7
* SPIGOT-1347: Don't change entity add behaviour, just print warning.md_52015-12-17-16/+8
* Add some warnings from snapshot versions to check whether they are applicable...md_52015-12-15-7/+32
* SPIGOT-1235: Correctly validate MaterialData for playEffect.md_52015-10-18-2/+2
* SPIGOT-1232: CraftServer.getPlayer(String name) returns incorrect results in ...Adam Thomas2015-10-18-1/+1
* SPIGOT-1230: Normalize null log names in ForwardLogHandler.md_52015-10-10-1/+1
* Ensure the buffer for plugin messages is freed.Thinkofdeath2015-10-07-6/+21
* SPIGOT-1219: Allow ping without status query.md_52015-10-03-30/+7
* SPIGOT-759: Add FireworkExplodeEvent.DemonWav2015-09-30-1/+18
* SPIGOT-989: Cap assignment of pickup delays to Short.MAX_VALUE due to storage...BlackyPaw2015-09-30-1/+1
* SPIGOT-1076: Add HurtEntities API for FallingBlock.md_52015-09-19-1/+19
* Add a missing break statement for openInventory, fixes opening dropper invent...Thinkofdeath2015-09-18-0/+1
* Fixed how Dropper inventories are shown to players.0x277F2015-09-18-0/+6
* SPIGOT-1192: Restore some behaviour to entity.getNearbyEntitiesmd_52015-09-18-1/+7
* SPIGOT-625: Insert a small delay when shutting down to allow packets to have ...md_52015-09-15-25/+32
* SPIGOT-1168: Fix setSleepingIgnored not working on spectators.md_52015-09-06-1/+1
* SPIGOT-1165: Restore getNearbyEntities behaviour to include spectators.md_52015-09-06-9/+4
* SPIGOT-949: Fix damage cooldown reducing explosion knockbackJedediah Smith2015-08-31-38/+44
* SPIGOT-1111: Fix ServerCommandEvent not being cancelled.md_52015-08-08-2/+3
* New ChunkGenerator.generate api for block ids and avoiding magic values.Antony Riley2015-08-01-61/+295
* SPIGOT-1080: Added support for opening all inventories implementing Bukkit's ...Riccardo Paolo Bestetti2015-07-31-61/+235
* Update for minor remapping changes.md_52015-07-30-189/+135
* Update to Minecraft 1.8.8 (Pre-)Release.md_52015-07-27-29/+22
* Add a sane limit for name lengthThinkofdeath2015-07-25-1/+13
* Implement PlayerResourcePackStatusEvent.Adam Thomas2015-07-25-41/+70
* SPIGOT-1068: Limit the number of patterns on bannersThinkofdeath2015-07-23-2/+28
* Correctly update the last location for a player on teleportThinkofdeath2015-07-23-30/+44
* Give the README a small update.Xor Boole2015-07-22-11/+25
* Correct handling of relative teleports for PlayerMoveEvent and PlayerTeleport...Thinkofdeath2015-07-20-63/+76
* Fix handling of changes to PlayerVelocityEvent.velocity by event callers.Antony Riley2015-07-20-3/+3
* Prevent an Entity from riding itself.Xor Boole2015-07-20-0/+2
* SPIGOT-1060: Allow custom generators to use block ids > 127 with bytes.Antony Riley2015-07-19-2/+2
* SPIGOT-1051: CraftInventoryPlayer.setItem can cause NPE.md_52015-07-18-0/+1
* SPIGOT-1058: Fix lost player list capping to 60.md_52015-07-18-2/+4
* SPIGOT-1055: Send empty string when RCON command is cancelled.md_52015-07-17-52/+1
* Fix ItemStack.isSimilar(CraftItemStack) when HideFlags are set.Antony Riley2015-07-15-0/+1
* Simplify getPlayerExact / try for exact match first in getPlayer.md_52015-07-13-10/+8
* Simplify OfflinePlayer.getPlayer() logic.md_52015-07-13-8/+1
* Simplify isOnline() logic.md_52015-07-13-7/+1
* SPIGOT-1047: Fix RCON.md_52015-07-13-0/+37
* Implement ItemMergeEventMorphan12015-07-12-3/+24
* Server Commands and Remote Commands are now Cancellable.Matt2015-07-12-38/+51
* Add basic sendTitle / resetTitle API.Jofkos2015-07-10-0/+20