summaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Expand)AuthorAgeLines
* 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-1/+1
* SPIGOT-1068: Limit the number of patterns on bannersThinkofdeath2015-07-23-2/+2
* 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
* 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
* Implement ItemMergeEventMorphan12015-07-12-0/+13
* Add basic sendTitle / resetTitle API.Jofkos2015-07-10-0/+20
* SPIGOT-977: Use vanilla's handling for command messages for vanilla commandsThinkofdeath2015-07-08-6/+2
* SPIGOT-986: Default back to skull ID 0 (SKELETON) whenever an invalid ID is e...BlackyPaw2015-06-28-4/+2
* SPIGOT-980: Fix NPE when setting items of offline playersDoctorDark2015-06-27-0/+1
* Clean up World.getPlayers().md_52015-06-27-8/+5
* SPIGOT-892: Set chicken egg baby age before adding it to world.md_52015-06-21-7/+21
* SPIGOT-436: Add accompanying getSpectatorTarget().md_52015-06-21-0/+6
* SPIGOT-973: Add marker API to ArmorStandNathan Wolf2015-06-09-0/+12
* SPIGOT-436: Add spectator camera API.md_52015-06-09-0/+7
* Serialize full skull item profile data in internal blobNathan Wolf2015-06-07-14/+51
* Remove unused bukkit.yml options and update links / info.md_52015-05-31-4/+0
* Handle a missed case with our vanilla permissions overrideThinkofdeath2015-05-30-0/+1
* Add ability to add a string to a scoreboard instead of a playerMatt2015-05-29-8/+41
* Send the packet for the correct container, rather than just the container tha...DemonWav2015-05-28-1/+1
* Send the set item packet to the client when an item is changed or added in a ...DemonWav2015-05-26-0/+45
* SPIGOT-769: Fix opening custom inventories.md_52015-05-24-6/+6
* Default to BlockFace.SELF for null directions in getFacingNathan Wolf2015-05-24-1/+3
* Update to 1.8.4Thinkofdeath2015-05-17-8/+8
* Remove unneeded Java 1.5 CompatMatt2015-05-03-41/+7
* Add the ability for commandblocks to be sent messages via the API.Cory Redmond2015-04-19-0/+8
* SPIGOT-581: Allow for unhandled nbt tags to be serialized to yamlThinkofdeath2015-04-16-29/+62
* SPIGOT-798: Allow for CustomPotionEffects to be emptyThinkofdeath2015-04-15-14/+15
* Strip events from book pages on signingThinkofdeath2015-04-14-3/+35
* SPIGOT-742: Throw an exception instead of passing null when the sender cannot...Thinkofdeath2015-04-13-1/+1
* Replace the two nextTickList sets with a single one that combines bothThinkofdeath2015-04-13-0/+117
* Implement World.getNearbyEntitiesNathan Wolf2015-04-07-0/+16
* Implement BlockStateMeta which allows creating and editting 1.8's blockEntityTagThinkofdeath2015-03-24-131/+528
* SPIGOT-729: Revert the entity slice moveThinkofdeath2015-03-22-4/+0
* Update the rename markersThinkofdeath2015-03-19-9/+9
* SPIGOT-716: Fix regenerating chunksThinkofdeath2015-03-17-0/+4
* Move the entity slice loadingThinkofdeath2015-03-16-4/+0
* SPIGOT-705: Fix possible CMEThinkofdeath2015-03-15-0/+6
* SPIGOT-323: Enchanting tables can no longer be force opened. (reverted from c...md_52015-03-13-9/+0
* SPIGOT-323: Enchanting tables can no longer be force opened.md_52015-03-13-0/+9
* Fix getActivePotionEffects ignoring the particles flagThinkofdeath2015-03-11-1/+1
* SPIGOT-678: Fix the particles flag being ignored in PotionMetaThinkofdeath2015-03-11-1/+4
* Update to Minecraft 1.8.3Thinkofdeath2015-03-04-93/+147
* SPIGOT-586: Fix a mistake in CraftMetaItemThinkofdeath2015-02-18-1/+1