summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Fix MapInitializeEvent firing every tickmd_52018-07-16-7/+9
|
* Add ignore-vanilla-permissions option to assist with disabling default commandsmd_52018-07-16-2/+5
|
* CraftBanner also needs to use wool datamd_52018-07-16-2/+2
|
* SPIGOT-4015: Make CraftTeam tie into backing prefix/suffixmd_52018-07-16-52/+4
|
* SPIGOT-4008: Fix server-icon loadingmd_52018-07-16-3/+5
|
* SPIGOT-4010: Prefix / suffix compatibility should default to empty stringmd_52018-07-16-2/+2
|
* SPIGOT-4011: Clear error for plugin misusing ChunkDatamd_52018-07-16-2/+4
|
* SPIGOT-4006: ICE rather than SNOW forming in some biomesmd_52018-07-16-1/+1
|
* Fish / Dolphin should be WaterMob, and WaterMob Creaturemd_52018-07-16-4/+3
|
* SPIGOT-4004: Fix banner pattern colouringmd_52018-07-15-4/+4
|
* Validate world in CraftServer.createChunkDatamd_52018-07-15-0/+1
|
* SPIGOT-4003: Fix TropicalFish.getTypemd_52018-07-15-0/+6
|
* Add javadocs to new CraftBlockData utility methods.Senmori2018-07-15-0/+77
|
* Add EntityToggleSwimEvent and isSwimming / setSwimming APImd_52018-07-15-6/+36
|
* SPIGOT-4002: Fix usage of default: statements in 1.13 plugins compiled w/ ↵md_52018-07-15-0/+12
| | | | Eclipse
* Update to Minecraft 1.13-pre7md_52018-07-15-9337/+17747
|
* Player metadata really should be keyed by UUID not namemd_52018-07-11-2/+2
|
* Add validation checks to CraftPlayer.teleportmd_52018-07-11-0/+4
|
* SPIGOT-3987: Preserve attributes when writing in booksmd_52018-07-08-10/+8
|
* SPIGOT-3976: Add some additional toStrings to CraftEntity classesmd_52018-06-27-0/+25
|
* SPIGOT-3619: Improve CraftScheduler#isCurrentlyRunningblablubbabc2018-06-20-2/+12
| | | | | * No longer returns opposite of what it should * Works for sync tasks as well
* Remove outdated build delay.md_52018-06-17-1/+1
|
* SPIGOT-3945: Remove RepairCost tag when cost is 0blablubbabc2018-05-27-1/+16
|
* Implement Arrow tile methodsParker Hawke2018-05-06-0/+29
|
* SPIGOT-3923: Defer PlayerInventory ItemStack change to 1.13md_52018-05-05-7/+4
|
* SPIGOT-3920: Make player inventories consistently return null for empty stacksmd_52018-05-04-4/+7
|
* Netty 4.1.24.Finalmd_52018-04-30-1/+1
|
* SPIGOT-3908: Fix signed books incorrect defaulting to unresolvedmd_52018-04-19-2/+29
|
* SPIGOT-3904: Consolidate book handling codemd_52018-04-16-33/+3
|
* SPIGOT-3899: Only load advancements from primary worldmd_52018-04-15-31/+34
|
* SPIGOT-3886: Plugin exceptions in map rendering should not crash servermd_52018-04-08-1/+7
|
* SPIGOT-3883: Better reloading of pending unload chunksmd_52018-04-04-1/+1
|
* SPIGOT-3882: Extra call site for VehicleEntityCollisionEventmd_52018-04-02-1/+16
|
* SPIGOT-3879: Make end->overworld spawning more consistent with vanillamd_52018-03-30-30/+33
|
* SPIGOT-3875: Book selectors not resolvingmd_52018-03-29-0/+34
|
* Remove magic values in scheduler packageSenmori2018-03-26-50/+55
|
* SPIGOT-3869: More resurrect fixesmd_52018-03-24-3/+5
|
* SPIGOT-3869: Error when forcing EntityResurrectEventmd_52018-03-23-14/+16
|
* SPIGOT-3864: Protect against suffocation on world changemd_52018-03-22-1/+1
|
* SPIGOT-3845: Fix spawnRadius on respawnmd_52018-03-08-50/+82
| | | | Thanks senmori for the investigation in PR #431
* Add setTarget and getTarget to Slime.Senmori2018-03-03-0/+15
|
* Add missing WEARABLE EnchantmentTargetmd_52018-02-19-0/+2
|
* SPIGOT-3829: Apply some speed limits to all entitiesmd_52018-02-19-23/+22
|
* SPIGOT-3824: Return the direct vehicle of an entity, not the root vehicleBlackHole2018-02-16-1/+1
|
* Fix incorrect unit test namemd_52018-02-16-1/+1
|
* Fix bad usage of setter in previous commitmd_52018-02-12-1/+1
|
* Expand Structure Block APISenmori2018-02-12-1/+207
|
* SPIGOT-3813: Player.setHealth not reliable in conjunction with attribute APImd_52018-02-12-3/+6
|
* SPIGOT-3812: Workbench from Bukkit.createInventory does not updatemd_52018-02-12-2/+27
|
* SPIGOT-3807: Improve getEyeHeightmd_52018-02-10-13/+4
|