summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Allow for easier plugin debugging from an IDEdebuggingThinkofdeath2015-06-09-1/+16
|
* SPIGOT-973: Add marker API to ArmorStandNathan Wolf2015-06-09-0/+16
|
* SPIGOT-436: Add spectator camera API.md_52015-06-09-0/+11
|
* Update to Minecraft 1.8.7md_52015-06-05-1/+1
|
* Fix move event validation.md_52015-06-05-2/+3
|
* [SPIGOT-950] Make handlerList requirement really obvious.md_52015-06-01-1/+3
|
* Deprecate exact login location. It is unlikely anyone uses it.md_52015-05-31-0/+6
|
* Add ability to add a string to a scoreboard instead of a playerMatt2015-05-29-8/+70
|
* [SPIGOT-251] Removed deprecation of playSound() method, as new resource pack ↵olivervscreeper2015-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_52015-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-935DemonWav2015-05-28-1/+1
|
* Add more detailed documentation for setItem() in PlayerInventoryDemonWav2015-05-26-0/+24
|
* Checked for instant potions, to fix NPE in serialization. Fixes SPIGOT-749olivervscreeper2015-05-26-1/+1
|
* Update to Minecraft 1.8.6md_52015-05-25-1/+1
|
* Update to 1.8.5Thinkofdeath2015-05-22-1/+1
|
* SPIGOT-859: Ensure plugins cannot set locations without worlds in move events.md_52015-05-21-0/+7
|
* SPIGOT-893: Fix bridge method registering generic listeners twiceJonas Konrad2015-05-18-0/+54
|
* Update to 1.8.4Thinkofdeath2015-05-05-1/+1
|
* Add a getNearbyEntities method to get entities which are within range of a ↵Nathan Wolf2015-04-07-0/+13
| | | | specified location.
* Add BlockStateMeta which allows creating and editting 1.8's blockEntityTagThinkofdeath2015-03-24-0/+46
|
* Add BlockExplodeEventThinkofdeath2015-03-22-0/+69
|
* Update vague WorldBorder JavaDocs.MattBDev2015-03-22-5/+5
|
* Revert "SPIGOT-264: Remove PlayerPortalEvent's handler list"Thinkofdeath2015-03-21-1/+12
| | | | This reverts commit dcd92097e987ccd4030fa11135cf5147d6b6f7ad.
* SPIGOT-264: Remove PlayerPortalEvent's handler listThinkofdeath2015-03-11-12/+1
| | | | So it can chain PlayerTeleportEvent at the same time
* SPIGOT-370: Remove LOCKED_CHESTThinkofdeath2015-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 ↵Thinkofdeath2015-03-11-5/+8
| | | | serialization
* SPIGOT-665: Sticky pistons are moving pistons during the eventThinkofdeath2015-03-09-1/+1
|
* SPIGOT-542: Clarify PlayerDeathEvent.setKeepLevelThinkofdeath2015-03-08-0/+4
|
* SPIGOT-652: Update the map colors to match MinecraftThinkofdeath2015-03-07-8/+7
|
* Update to Minecraft 1.8.3Thinkofdeath2015-03-07-2/+27
|
* Revert finite checks in locations. Fixes SPIGOT-628 and othersmd_52015-02-28-92/+115
|
* Add isFinite util methods.md_52015-02-26-2/+10
|
* Move checkFinite methods to a util class.md_52015-02-26-20/+16
|
* Only allow finite x,y,z and yaw,pitch values for Vector and LocationJonas Konrad2015-02-20-115/+110
| | | | Many API methods rely on these to be finite (especially not NaN).
* API for setting/removing hideflags on ItemStacksFabian Faßbender2015-02-15-0/+63
|
* Implement armor stand event.FearThe13372015-02-15-0/+85
|
* Add alternatives for deprecated methodsBillyGalbreath2015-02-15-0/+42
|
* SPIGOT-547: Increase the max plugin message channel name to 20Thinkofdeath2015-02-12-1/+1
| | | | This matches up with the protocol
* Document PlayerInteractEvent's behavior for airThinkofdeath2015-02-12-0/+3
|
* Deprecate refreshChunk.md_52015-01-31-0/+3
| | | | This method is not guaranteed to work suitably across all client implementations.
* Fix mistakes in MaterialThinkofdeath2015-01-25-1/+17
|
* Revert: A sign isn't a solid block (reverted from commit ↵md_52015-01-25-0/+2
| | | | d3d800aee315670609d21142475b6df0091b44a7)
* SPIGOT-469: Add nag message for using (buggy) reload command.md_52015-01-25-0/+2
|
* Fix a missed assignment with the last commitThinkofdeath2015-01-19-0/+2
|
* Give BlockPistonRetractEvent a list of pulled blocks for sticky pistonsThinkofdeath2015-01-19-1/+15
|
* Add animal sniffer plugin to check API usages.md_52015-01-12-0/+20
| | | | Wouldn't want @yawkat submitting PRs that only work on Java 8.
* SPIGOT-371: Fix incorrect data bit for leap potion effectDoctorDark2015-01-12-1/+1
|
* A sign isn't a solid blockTobias Kunicke2015-01-11-2/+0
|
* Make Location ConfigurationSerializable.Jofkos2015-01-07-1/+39
|
* SPIGOT-362: Add TeleportCause.SPECTATEThinkofdeath2015-01-06-0/+5
|