Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | SPIGOT-4534: CreatureSpawnEvent not being called for CHUNK_GEN | md_5 | 2018-12-17 | -0/+41 |
| | ||||
* | SPIGOT-4526: Add conversion time API for Zombie & subclasses | md_5 | 2018-12-13 | -0/+62 |
| | ||||
* | Mappings Update | md_5 | 2018-12-13 | -26/+26 |
| | ||||
* | Add PlayerSpawned API for Endermites | md_5 | 2018-12-10 | -0/+15 |
| | ||||
* | Use ImmutableList rather than AbstractList for CraftMetaBook | Javacraft | 2018-12-07 | -13/+1 |
| | | | | | | | Although the AbstracList implementation does return a list, it is a of a form that does not play well with libraries using reflection, such as Gson. Leveraging a stream and the ImmutableList collector, this process is greatly simplified (and cleaner). | |||
* | Fix setRecipes(List) not setting Knowledge Book recipes. | Javacraft | 2018-12-05 | -1/+1 |
| | | | | | | Iterator source for recipe NamespacedKeys is changed to use method parameter 'recipes' specifying recipes to be added, rather than class property 'recipes', to which recipes are added. | |||
* | Mappings Update | md_5 | 2018-12-06 | -38/+38 |
| | ||||
* | Add list of entities to EntityTransformEvent & move die calls | nathat890 | 2018-12-05 | -2/+15 |
| | ||||
* | SPIGOT-4347: Add API to allow storing arbitrary values on ItemStacks | Bjarne Koll | 2018-12-04 | -1/+496 |
| | ||||
* | Add Vanilla help to default permissions | md_5 | 2018-12-03 | -0/+1 |
| | ||||
* | Tweak outdated windows | md_5 | 2018-11-28 | -1/+1 |
| | ||||
* | SPIGOT-4500: callSyncMethod broken | md_5 | 2018-11-24 | -2/+2 |
| | ||||
* | SPIGOT-4498: Crash on startup | md_5 | 2018-11-23 | -1/+1 |
| | ||||
* | SPIGOT-4496: Undeprecate MapView.getId and make int | md_5 | 2018-11-23 | -2/+11 |
| | ||||
* | SPIGOT-4472: Add Consumer scheduler methods | md_5 | 2018-11-23 | -38/+92 |
| | ||||
* | SPIGOT-4489: NOTE_BLOCK incorrectly has BlockStateMeta | md_5 | 2018-11-16 | -4/+0 |
| | ||||
* | SPIGOT-4339: Add EntityTransformEvent | nathat890 | 2018-11-14 | -0/+10 |
| | | | | Thanks klugemonkey for some contributions in https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/pull-requests/351/overview | |||
* | Add API to manipulate boss bar of entities and those created by commands | Yannick Lamprecht | 2018-11-10 | -25/+177 |
| | ||||
* | SPIGOT-4469: Age API for EndGateway | md_5 | 2018-11-07 | -0/+10 |
| | ||||
* | SPIGOT-4438: Add choice API to furnace recipes | md_5 | 2018-11-03 | -8/+5 |
| | ||||
* | API to get client side view distance. | md_5 | 2018-11-02 | -0/+5 |
| | ||||
* | Remove note about development build | md_5 | 2018-11-02 | -2/+0 |
| | ||||
* | SPIGOT-4395: Additions to PlayerBedEnterEvent. | Ugleh | 2018-11-02 | -0/+40 |
| | | | | Contributions by blablubbabc as well - https://hub.spigotmc.org/stash/projects/SPIGOT/repos/craftbukkit/pull-requests/500/overview | |||
* | Make natural item dropping mimic Vanilla | md_5 | 2018-10-31 | -33/+8 |
| | | | | Make sure we don't regress SPIGOT-260 by using exact drop method like Entity does | |||
* | SPIGOT-4376: Add draft BlockDropItemEvent | AndaBlock | 2018-10-31 | -0/+7 |
| | ||||
* | SPIGOT-4455: ChunkData.getType returns legacy material | md_5 | 2018-10-29 | -1/+1 |
| | ||||
* | SPIGOT-4447: Clear error for people trying to set an item as a block | md_5 | 2018-10-27 | -0/+2 |
| | ||||
* | SPIGOT-4446: Legacy rotation methods don't work for wall mounted skulls | md_5 | 2018-10-27 | -3/+10 |
| | ||||
* | Add ray tracing and bounding box API | blablubbabc | 2018-10-26 | -7/+299 |
| | ||||
* | SPIGOT-4443: Scoreboard RenderType API | md_5 | 2018-10-26 | -4/+34 |
| | ||||
* | Update to Minecraft 1.13.2 | md_5 | 2018-10-23 | -14/+25 |
| | ||||
* | Remove outdated build delay. | md_5 | 2018-10-23 | -1/+1 |
| | ||||
* | Add Block#isPassable | blablubbabc | 2018-10-13 | -0/+5 |
| | ||||
* | Catch plugins setting null Material or BlockData to blocks | md_5 | 2018-10-13 | -0/+5 |
| | ||||
* | Implement maximum repair cost API to AnvilInventory | Parker Hawke | 2018-10-06 | -0/+12 |
| | ||||
* | SPIGOT-4411: Document use of null for shulker colours | md_5 | 2018-10-06 | -3/+1 |
| | ||||
* | Implement PlayerRecipeDiscoverEvent and methods to (un/)discover recipes | Parker Hawke | 2018-10-01 | -0/+48 |
| | ||||
* | SPIGOT-4398: Set ASM7_EXPERIMENTAL flag | md_5 | 2018-09-27 | -1/+1 |
| | ||||
* | SPIGOT-4397: isChunkGenerated API | md_5 | 2018-09-26 | -0/+5 |
| | ||||
* | API to generate filled explorer maps | Ugleh | 2018-09-24 | -0/+27 |
| | ||||
* | SPIGOT-4391: Sign editable API | md_5 | 2018-09-24 | -0/+13 |
| | ||||
* | SPIGOT-4389: Fix empty custom inventory title | md_5 | 2018-09-23 | -1/+1 |
| | ||||
* | Don't throw error on invalid data in CraftMetaItem. | Senmori | 2018-09-22 | -7/+23 |
| | ||||
* | Increase expiration time to 10 days | md_5 | 2018-09-22 | -1/+1 |
| | ||||
* | Add API to locate structures. | Senmori | 2018-09-22 | -0/+8 |
| | ||||
* | SPIGOT-1916: Attribute modifiers for ItemStacks | Senmori | 2018-09-21 | -55/+317 |
| | ||||
* | Implement BatToggleSleepEvent | Parker Hawke | 2018-09-17 | -0/+7 |
| | ||||
* | SPIGOT-4373: Item display colours are white by default | md_5 | 2018-09-16 | -2/+3 |
| | | | | Should probably look at all this code at some point | |||
* | SPIGOT-4363: Bad colours in leather armor | md_5 | 2018-09-11 | -1/+5 |
| | ||||
* | SPIGOT-4314: Ability to change item in frame without playing sound | simpleauthority | 2018-09-11 | -1/+5 |
| |