Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | SPIGOT-1185: Add correct MaterialData for TRAPPED_CHEST. | Tanner Embry | 2015-09-15 | -1/+1 | |
| | |||||
* | SPIGOT-918: Add constructor for DyeColor to Dye | t7seven7t | 2015-09-15 | -0/+8 | |
| | |||||
* | Implement greatly expanded ChunkGenerator API | Antony Riley | 2015-08-01 | -1/+254 | |
| | | | | | | | This new API: * Has first class support for Material / MaterialData * Abstracts away the underlying Chunk format * Implements useful utility methods to make life easier | ||||
* | Allow setName to change a Command name before registration. | Aikar | 2015-07-31 | -6/+26 | |
| | |||||
* | Update to Minecraft 1.8.8 (Pre-)Release. | md_5 | 2015-07-27 | -1/+1 | |
| | |||||
* | Add PlayerResourcePackStatusEvent. | Adam Thomas | 2015-07-25 | -0/+61 | |
| | | | | This event is called when the server received status updates about the progress of a resource pack which it attempted to send to the client. | ||||
* | Fix an issue with the potion test | Thinkofdeath | 2015-07-24 | -17/+39 | |
| | |||||
* | SPIGOT-749: Fix NullPointerException and broken logic in Potion.fromDamage(int) | Antony Riley | 2015-07-23 | -1/+1 | |
| | |||||
* | Add ItemMergeEvent | Morphan1 | 2015-07-12 | -0/+50 | |
| | |||||
* | Server Commands and Remote Commands are now Cancellable. | Matt | 2015-07-12 | -1/+13 | |
| | |||||
* | Add basic sendTitle / resetTitle API. | Jofkos | 2015-07-10 | -0/+21 | |
| | | | | More APIs to follow pending feedback of whether this is the preferred implementation. Methods marked as deprecated and subject to change, but work as is. | ||||
* | SPIGOT-1031: Fix acacia fences being mistakenly labeled as doors | Thinkofdeath | 2015-07-08 | -1/+1 | |
| | |||||
* | Retrofit Door in order to work with modern Minecraft doors. | Xor Boole | 2015-06-28 | -30/+49 | |
| | |||||
* | SPIGOT-436: Add accompanying getSpectatorTarget(). | md_5 | 2015-06-12 | -0/+9 | |
| | |||||
* | SPIGOT-973: Add marker API to ArmorStand | Nathan Wolf | 2015-06-09 | -0/+16 | |
| | |||||
* | SPIGOT-436: Add spectator camera API. | md_5 | 2015-06-09 | -0/+11 | |
| | |||||
* | Update to Minecraft 1.8.7 | md_5 | 2015-06-05 | -1/+1 | |
| | |||||
* | Fix move event validation. | md_5 | 2015-06-05 | -2/+3 | |
| | |||||
* | [SPIGOT-950] Make handlerList requirement really obvious. | md_5 | 2015-06-01 | -1/+3 | |
| | |||||
* | Deprecate exact login location. It is unlikely anyone uses it. | md_5 | 2015-05-31 | -0/+6 | |
| | |||||
* | Add ability to add a string to a scoreboard instead of a player | Matt | 2015-05-29 | -8/+70 | |
| | |||||
* | [SPIGOT-251] Removed deprecation of playSound() method, as new resource pack ↵ | olivervscreeper | 2015-05-28 | -2/+0 | |
| | | | | | | | features mean sound names as strings are intended. For more information see the linked issue or the playsound command. http://minecraft.gamepedia.com/Sounds.json | ||||
* | Fix snapshot repository name, bump SnakeYaml version. | md_5 | 2015-05-28 | -2/+3 | |
| | | | | Grammar fix and additional option added: https://code.google.com/p/snakeyaml/wiki/changes | ||||
* | Fix javadoc HTML error with properly escaped symbols - SPIGOT-935 | DemonWav | 2015-05-28 | -1/+1 | |
| | |||||
* | Add more detailed documentation for setItem() in PlayerInventory | DemonWav | 2015-05-26 | -0/+24 | |
| | |||||
* | Checked for instant potions, to fix NPE in serialization. Fixes SPIGOT-749 | olivervscreeper | 2015-05-26 | -1/+1 | |
| | |||||
* | Update to Minecraft 1.8.6 | md_5 | 2015-05-25 | -1/+1 | |
| | |||||
* | Update to 1.8.5 | Thinkofdeath | 2015-05-22 | -1/+1 | |
| | |||||
* | SPIGOT-859: Ensure plugins cannot set locations without worlds in move events. | md_5 | 2015-05-21 | -0/+7 | |
| | |||||
* | SPIGOT-893: Fix bridge method registering generic listeners twice | Jonas Konrad | 2015-05-18 | -0/+54 | |
| | |||||
* | Update to 1.8.4 | Thinkofdeath | 2015-05-05 | -1/+1 | |
| | |||||
* | Add a getNearbyEntities method to get entities which are within range of a ↵ | Nathan Wolf | 2015-04-07 | -0/+13 | |
| | | | | specified location. | ||||
* | Add BlockStateMeta which allows creating and editting 1.8's blockEntityTag | Thinkofdeath | 2015-03-24 | -0/+46 | |
| | |||||
* | Add BlockExplodeEvent | Thinkofdeath | 2015-03-22 | -0/+69 | |
| | |||||
* | Update vague WorldBorder JavaDocs. | MattBDev | 2015-03-22 | -5/+5 | |
| | |||||
* | Revert "SPIGOT-264: Remove PlayerPortalEvent's handler list" | Thinkofdeath | 2015-03-21 | -1/+12 | |
| | | | | This reverts commit dcd92097e987ccd4030fa11135cf5147d6b6f7ad. | ||||
* | SPIGOT-264: Remove PlayerPortalEvent's handler list | Thinkofdeath | 2015-03-11 | -12/+1 | |
| | | | | So it can chain PlayerTeleportEvent at the same time | ||||
* | SPIGOT-370: Remove LOCKED_CHEST | Thinkofdeath | 2015-03-11 | -3/+0 | |
| | | | | It doesn't exist anymore and has been deprecated for a year | ||||
* | SPIGOT-678: Fix the particles flag being ignored in hashCode, equals and ↵ | Thinkofdeath | 2015-03-11 | -5/+8 | |
| | | | | serialization | ||||
* | SPIGOT-665: Sticky pistons are moving pistons during the event | Thinkofdeath | 2015-03-09 | -1/+1 | |
| | |||||
* | SPIGOT-542: Clarify PlayerDeathEvent.setKeepLevel | Thinkofdeath | 2015-03-08 | -0/+4 | |
| | |||||
* | SPIGOT-652: Update the map colors to match Minecraft | Thinkofdeath | 2015-03-07 | -8/+7 | |
| | |||||
* | Update to Minecraft 1.8.3 | Thinkofdeath | 2015-03-07 | -2/+27 | |
| | |||||
* | Revert finite checks in locations. Fixes SPIGOT-628 and others | md_5 | 2015-02-28 | -92/+115 | |
| | |||||
* | Add isFinite util methods. | md_5 | 2015-02-26 | -2/+10 | |
| | |||||
* | Move checkFinite methods to a util class. | md_5 | 2015-02-26 | -20/+16 | |
| | |||||
* | Only allow finite x,y,z and yaw,pitch values for Vector and Location | Jonas Konrad | 2015-02-20 | -115/+110 | |
| | | | | Many API methods rely on these to be finite (especially not NaN). | ||||
* | API for setting/removing hideflags on ItemStacks | Fabian Faßbender | 2015-02-15 | -0/+63 | |
| | |||||
* | Implement armor stand event. | FearThe1337 | 2015-02-15 | -0/+85 | |
| | |||||
* | Add alternatives for deprecated methods | BillyGalbreath | 2015-02-15 | -0/+42 | |
| |