testserver/Spigot-Server-Patches
Spottedleaf c4ff33a9e5
Make region files more reliable to write to
Previously we would write to header before writing our chunk data,
which opens a window for corruption (or we would overwrite entirely).
Now the saving process has been changed to follow this chain of events:

1. We always allocate a new space to write so we do not potentially
overwrite and corrupt the current data
2. Write the chunk data first (the order of the fields in
the chunk data isn't relevant though)
3. Flush to disk
4. Write to the region header last
5. Flush to disk
6. Then we free the previous space allocated

With this chain of events it is impossible for a chunk write to corrupt
a region file, unless the operating system has lied and we have NOT flushed
to disk.

However server administrators are still recommended to continue performing
regular backups.

Note that when Mojang finally decides to change their region format
to deal with oversized chunks this patch must be changed to deal with
whatever system they decide to impose.

We also make use of two flushes to disk per chunk save (to ensure
ordering and ensure data has gone to disk), so this will negatively
affect save performance.
2019-04-03 22:24:55 -04:00
..
0001-POM-Changes.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0002-Paper-config-files.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-02-21 22:41:40 -05:00
0003-MC-Dev-fixes.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0004-MC-Utils.patch PlayerDeathEvent#getItemsToKeep 2019-03-28 01:12:38 -04:00
0005-Paper-Metrics.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0006-Add-MinecraftKey-Information-to-Objects.patch Updated Upstream (Bukkit/CraftBukkit) 2019-01-15 21:12:19 +00:00
0007-Store-reference-to-current-Chunk-for-Entity-and-Bloc.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2019-04-03 04:51:39 -04:00
0008-Store-counts-for-each-Entity-Block-Entity-Type.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0009-Timings-v2.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2019-04-03 04:51:39 -04:00
0010-Configurable-cactus-and-reed-natural-growth-heights.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
0011-Configurable-baby-zombie-movement-speed.patch Updated Upstream (Bukkit/CraftBukkit) 2019-01-15 21:12:19 +00:00
0012-Configurable-fishing-time-ranges.patch Merge pull request #1248 2018-07-23 20:29:55 -04:00
0013-Allow-nerfed-mobs-to-jump.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0014-Add-configurable-despawn-distances-for-living-entiti.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0015-Allow-for-toggling-of-spawn-chunks.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-02-03 15:34:04 +00:00
0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch Updated Upstream (Bukkit/CraftBukkit) 2019-01-15 21:12:19 +00:00
0017-Show-Paper-in-client-crashes-server-lists-and-Mojang.patch Updated Upstream (Bukkit/CraftBukkit) 2019-02-10 21:17:18 +00:00
0018-Player-affects-spawning-API.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2019-04-03 04:51:39 -04:00
0019-Remove-invalid-mob-spawner-tile-entities.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0020-Optimize-TileEntity-Ticking.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0021-Further-improve-server-tick-loop.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-02-21 22:41:40 -05:00
0022-Only-refresh-abilities-if-needed.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2019-04-03 04:51:39 -04:00
0023-Entity-Origin-API.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2019-04-03 04:51:39 -04:00
0024-Prevent-tile-entity-and-entity-crashes.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-02-03 15:34:04 +00:00
0025-Configurable-top-of-nether-void-damage.patch Updated Upstream (Bukkit/CraftBukkit) 2019-01-15 21:12:19 +00:00
0026-Check-online-mode-before-converting-and-renaming-pla.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0027-Always-tick-falling-blocks.patch NOT FINISHED! She compiles, and she... suffers the wrath of chunkgen... 2018-07-19 05:42:43 +01:00
0028-Lighting-Queue.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-02-03 15:34:04 +00:00
0029-Configurable-end-credits.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0030-Fix-lag-from-explosions-processing-dead-entities.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0031-Optimize-explosions.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-02-03 15:34:04 +00:00
0032-Add-player-view-distance-API.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2019-04-03 04:51:39 -04:00
0033-Disable-explosion-knockback.patch Re-enable light queue toggle, optimize neighbor checks, add max queue time 2018-09-26 00:57:59 -04:00
0034-Disable-thunder.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0035-Disable-ice-and-snow.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0036-Configurable-mob-spawner-tick-rate.patch Re-enable light queue toggle, optimize neighbor checks, add max queue time 2018-09-26 00:57:59 -04:00
0037-Send-absolute-position-the-first-time-an-entity-is-s.patch Don't double broadcast movement packets (fixes #1784) 2019-01-02 16:40:09 +00:00
0038-Add-BeaconEffectEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0039-Configurable-container-update-tick-rate.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0040-Use-UserCache-for-player-heads.patch Updated Upstream (Bukkit/CraftBukkit) 2019-01-15 21:12:19 +00:00
0041-Disable-spigot-tick-limiters.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-02-03 15:34:04 +00:00
0042-Add-PlayerInitialSpawnEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0043-Configurable-Disabling-Cat-Chest-Detection.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0044-Ensure-commands-are-not-ran-async.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0045-All-chunks-are-slime-spawn-chunks-toggle.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
0046-Optimize-Pathfinding.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0047-Avoid-hopper-searches-if-there-are-no-items.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0048-Expose-server-CommandMap.patch Updated Upstream (Bukkit/CraftBukkit) 2019-01-31 04:49:52 +00:00
0049-Be-a-bit-more-informative-in-maxHealth-exception.patch Update upstream B/CB/S 2018-10-27 00:07:20 -04:00
0050-Player-Tab-List-and-Title-APIs.patch Updated Upstream (Bukkit/CraftBukkit) 2019-01-02 18:10:14 +00:00
0051-Ensure-inv-drag-is-in-bounds.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
0052-Change-implementation-of-tile-entity-removal-list.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-02-03 15:34:04 +00:00
0053-Add-configurable-portal-search-radius.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
0054-Add-velocity-warnings.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2019-04-03 04:51:39 -04:00
0055-Configurable-inter-world-teleportation-safety.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2019-04-03 04:51:39 -04:00
0056-Add-exception-reporting-event.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-02-21 22:41:40 -05:00
0057-Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
0058-Disable-Scoreboards-for-non-players-by-default.patch Updated Upstream (Bukkit/CraftBukkit) 2019-01-15 21:12:19 +00:00
0059-Add-methods-for-working-with-arrows-stuck-in-living-.patch Update upstream B/CB/S 2018-10-27 00:07:20 -04:00
0060-Complete-resource-pack-API.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2019-04-03 04:51:39 -04:00
0061-Chunk-save-queue-improvements.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-04 19:19:36 +00:00
0062-Chunk-Save-Reattempt.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-02-21 22:41:40 -05:00
0063-Default-loading-permissions.yml-before-plugins.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-02-21 22:41:40 -05:00
0064-Allow-Reloading-of-Custom-Permissions.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-02-21 22:41:40 -05:00
0065-Remove-Metadata-on-reload.patch Updated Upstream (Bukkit/CraftBukkit) 2019-01-31 04:49:52 +00:00
0066-Undead-horse-leashing.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
0067-Handle-Item-Meta-Inconsistencies.patch Updated Upstream (CraftBukkit/Spigot) 2019-04-02 23:27:31 -04:00
0068-Configurable-Non-Player-Arrow-Despawn-Rate.patch Updated Upstream (Bukkit/CraftBukkit) 2019-01-15 21:12:19 +00:00
0069-Add-World-Util-Methods.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-02-03 15:34:04 +00:00
0070-Optimized-Light-Level-Comparisons.patch Updated Upstream (Bukkit/CraftBukkit) 2019-01-15 21:12:19 +00:00
0071-Pass-world-to-Village-creation.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0072-Custom-replacement-for-eaten-items.patch [Auto] Updated Upstream (CraftBukkit) 2019-02-25 02:56:39 -05:00
0073-handle-NaN-health-absorb-values-and-repair-bad-data.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2019-04-03 04:51:39 -04:00
0074-Catch-Async-PlayerChunkMap-operations.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0075-Waving-banner-workaround.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0076-Use-a-Shared-Random-for-Entities.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0077-Don-t-teleport-dead-entities.patch Updated Upstream (Bukkit/CraftBukkit) 2019-01-15 21:12:19 +00:00
0078-Optimize-Chunk-Access.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-04 19:19:36 +00:00
0079-Configurable-spawn-chances-for-skeleton-horses.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0080-Optimize-isValidLocation-getType-and-getBlockData-fo.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-02-03 15:34:04 +00:00
0081-Access-items-by-EquipmentSlot.patch Updated Upstream (Bukkit/CraftBukkit) 2019-01-15 21:12:19 +00:00
0082-Only-process-BlockPhysicsEvent-if-a-plugin-has-a-lis.patch Fix crops not popping when no plugin listens to physics 2019-03-03 12:22:24 -05:00
0083-Entity-AddTo-RemoveFrom-World-Events.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-02-03 15:34:04 +00:00
0084-Configurable-Chunk-Inhabited-Time.patch Remove redstone checks for BlockPhysicsEvent as it wasnt working, general optimize 2019-02-25 21:26:12 -05:00
0085-EntityPathfindEvent.patch Use proper max length when serialising BungeeCord text component 2019-03-20 21:20:56 -07:00
0086-Reduce-IO-ops-opening-a-new-region-file.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-02-21 22:41:40 -05:00
0087-Sanitise-RegionFileCache-and-make-configurable.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-12-17 05:19:39 +00:00
0088-Use-Optimized-Collections.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
0089-Do-not-load-chunks-for-Pathfinding.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0090-Do-not-load-chunks-for-light-checks.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-02-03 15:34:04 +00:00
0091-Add-PlayerUseUnknownEntityEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0092-Fix-reducedDebugInfo-not-initialized-on-client.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0093-Configurable-Grass-Spread-Tick-Rate.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:41:37 -05:00
0094-Configurable-Keep-Spawn-Loaded-range-per-world.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-02-03 15:34:04 +00:00
0095-Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-02-03 15:34:04 +00:00
0096-Don-t-spam-reload-spawn-chunks-in-nether-end.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-02-03 15:34:04 +00:00
0097-Remove-Debug-checks-from-DataBits.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0098-Option-to-use-vanilla-per-world-scoreboard-coloring-.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0099-Workaround-for-setting-passengers-on-players.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2019-04-03 04:51:39 -04:00
0100-Remove-unused-World-Tile-Entity-List.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-02-03 15:34:04 +00:00
0101-Don-t-tick-Skulls-unused-code.patch [CI-SKIP] Undo an accidental merger of patches 2018-10-04 23:31:01 -04:00
0102-Configurable-Player-Collision.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-06 17:15:21 +00:00
0103-Add-handshake-event-to-allow-plugins-to-handle-clien.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-12-17 05:19:39 +00:00
0104-Configurable-RCON-IP-address.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0105-Prevent-Fire-from-loading-chunks.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0106-Implement-PlayerLocaleChangeEvent.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2019-04-03 04:51:39 -04:00
0107-EntityRegainHealthEvent-isFastRegen-API.patch [CI-SKIP] Undo an accidental merger of patches 2018-10-04 23:31:01 -04:00
0108-Add-ability-to-configure-frosted_ice-properties.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0109-remove-null-possibility-for-getServer-singleton.patch Remove redstone checks for BlockPhysicsEvent as it wasnt working, general optimize 2019-02-25 21:26:12 -05:00
0110-Improve-Maps-in-item-frames-performance-and-bug-fixe.patch Fix map rendering issues - Fixes #1796 2019-03-29 03:38:23 -04:00
0111-LootTable-API-Replenishable-Lootables-Feature.patch Fix loot table restriction when replenish is disabled - Fixes #1860 2019-02-16 18:22:35 -05:00
0112-Entity-Tracking-Improvements.patch Don't double broadcast movement packets (fixes #1784) 2019-01-02 16:40:09 +00:00
0113-Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0114-System-property-for-disabling-watchdoge.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-24 05:28:04 +00:00
0115-Activation-Range-Improvements.patch Updated Upstream (Bukkit/CraftBukkit) 2019-01-15 21:12:19 +00:00
0116-Optimize-UserCache-Thread-Safe.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-06 17:15:21 +00:00
0117-Avoid-blocking-on-Network-Manager-creation.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0118-Optional-TNT-doesn-t-move-in-water.patch [Auto] Updated Upstream (CraftBukkit) 2019-03-05 00:46:37 -05:00
0119-Faster-redstone-torch-rapid-clock-removal.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
0120-Ensure-Chunks-never-ever-load-async.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
0121-Add-server-name-parameter.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
0122-Only-send-Dragon-Wither-Death-sounds-to-same-world.patch Updated Upstream (Bukkit/CraftBukkit) 2019-02-10 21:17:18 +00:00
0123-Delay-Chunk-Unloads-based-on-Player-Movement.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-02-03 15:34:04 +00:00
0124-Fix-Double-World-Add-issues.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-02-03 15:34:04 +00:00
0125-Fix-Old-Sign-Conversion.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0126-Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0127-More-informative-vehicle-moved-wrongly-message.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0128-Re-track-players-that-dismount-from-other-players.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 00:31:18 +00:00
0129-Add-setting-for-proxy-online-mode-status.patch Updated Upstream (Bukkit/CraftBukkit) 2019-01-31 04:49:52 +00:00
0130-Optimise-BlockState-s-hashCode-equals.patch Fix BlockState hashCode optimization patch performance bug 2019-02-28 01:35:06 -05:00
0131-Disable-ticking-of-snow-blocks.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
0132-Fix-AIOOBE-in-inventory-handling.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0133-Configurable-packet-in-spam-threshold.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0134-Configurable-flying-kick-messages.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0135-Auto-Save-Improvements.patch Remove redstone checks for BlockPhysicsEvent as it wasnt working, general optimize 2019-02-25 21:26:12 -05:00
0136-Chunk-registration-fixes.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-02-03 15:34:04 +00:00
0137-Remove-FishingHook-reference-on-Craft-Entity-removal.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
0138-Auto-fix-bad-Y-levels-on-player-login.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0139-Disable-Vanilla-Chunk-GC.patch Remove redstone checks for BlockPhysicsEvent as it wasnt working, general optimize 2019-02-25 21:26:12 -05:00
0140-Option-to-remove-corrupt-tile-entities.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0141-Add-EntityZapEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2019-01-30 13:26:12 +00:00
0142-Don-t-load-Chunks-from-Hoppers-and-other-things.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0143-Prevent-Auto-Save-if-Save-Queue-is-full.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-04 19:19:36 +00:00
0144-Chunk-Save-Stats-Debug-Option.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-04 19:19:36 +00:00
0145-Filter-bad-data-from-ArmorStand-and-SpawnEgg-items.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:41:37 -05:00
0146-Cache-user-authenticator-threads.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0147-Optimise-removeQueue.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 00:31:18 +00:00
0148-Allow-Reloading-of-Command-Aliases.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-02-21 22:41:40 -05:00
0149-Add-source-to-PlayerExpChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2019-01-30 13:26:12 +00:00
0150-Optimize-World.isLoaded-BlockPosition-Z.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-02-03 15:34:04 +00:00
0151-Don-t-let-fishinghooks-use-portals.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0152-Add-ProjectileCollideEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2019-01-30 13:26:12 +00:00
0153-Prevent-Pathfinding-out-of-World-Border.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0154-Bound-Treasure-Maps-to-World-Border.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0155-Configurable-Cartographer-Treasure-Maps.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0156-Optimize-ItemStack.isEmpty.patch PlayerDeathEvent#getItemsToKeep 2019-03-28 01:12:38 -04:00
0157-Add-API-methods-to-control-if-armour-stands-can-move.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
0158-Properly-fix-item-duplication-bug.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0159-String-based-Action-Bar-API.patch Updated Upstream (Bukkit/CraftBukkit) 2019-01-02 18:10:14 +00:00
0160-Firework-API-s.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0161-PlayerTeleportEndGatewayEvent.patch Make scan-for-legacy-ender-dragon config work again 2018-12-14 20:17:27 -05:00
0162-ShulkerBox-Dupe-Prevention.patch Block Entity#remove from being called on Players 2019-02-04 23:43:28 -05:00
0163-Provide-E-TE-Chunk-count-stat-methods.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0164-Enforce-Sync-Player-Saves.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0165-Enforce-Sync-Chunk-Unloads.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-01 03:29:51 +00:00
0166-Don-t-allow-entities-to-ride-themselves-572.patch Updated Upstream (Bukkit/CraftBukkit) 2019-01-15 21:12:19 +00:00
0167-Fix-block-break-desync.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0168-ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch Updated Upstream (Bukkit/CraftBukkit) 2019-01-30 13:26:12 +00:00
0169-Cap-Entity-Collisions.patch [Auto] Updated Upstream (CraftBukkit) 2019-02-25 02:56:39 -05:00
0170-Remove-CraftScheduler-Async-Task-Debugger.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-01-06 17:15:21 +00:00
0171-Make-targetSize-more-aggressive-in-the-chunk-unload-.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0172-Do-not-let-armorstands-drown.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0173-Properly-handle-async-calls-to-restart-the-server.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0174-Add-system-property-to-disable-book-size-limits.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0175-Add-option-to-make-parrots-stay-on-shoulders-despite.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0176-Add-configuration-option-to-prevent-player-names-fro.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0177-Use-TerminalConsoleAppender-for-console-improvements.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0178-provide-a-configurable-option-to-disable-creeper-lin.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0179-Item-canEntityPickup.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0180-PlayerPickupItemEvent-setFlyAtPlayer.patch don't go below 0 for pickupDelay, breaks picking up items 2019-03-24 18:12:56 -04:00
0181-PlayerAttemptPickupItemEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0182-Add-UnknownCommandEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0183-Basic-PlayerProfile-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0184-Shoulder-Entities-Release-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0185-Profile-Lookup-Events.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0186-Block-player-logins-during-server-shutdown.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0187-Entity-fromMobSpawner.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2019-04-03 04:51:39 -04:00
0188-Fix-Anvil-Level-sync-to-client.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2019-04-03 04:51:39 -04:00
0189-Add-missing-coverages-for-getTileEntity-in-order-to-.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0190-Improve-the-Saddle-API-for-Horses.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0191-Implement-ensureServerConversions-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0192-Implement-getI18NDisplayName.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0193-GH-806-Respect-saving-disabled-before-unloading-all-.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0194-ProfileWhitelistVerifyEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0195-Fix-this-stupid-bullshit.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0196-Ocelot-despawns-should-honor-nametags-and-leash.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0197-Reset-spawner-timer-when-spawner-event-is-cancelled.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0198-Fix-MC-117075-TE-Unload-Lag-Spike.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0199-Allow-specifying-a-custom-authentication-servers-dow.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0200-LivingEntity-setKiller.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0201-Use-Log4j-IOStreams-to-redirect-System.out-err-to-lo.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0202-Handle-plugin-prefixes-using-Log4J-configuration.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0203-Include-Log4J2-SLF4J-implementation.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0204-Disable-logger-prefix-for-various-plugins-bypassing-.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0205-Add-PlayerJumpEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0206-handle-PacketPlayInKeepAlive-async.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0207-Expose-client-protocol-version-and-virtual-host.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0208-revert-serverside-behavior-of-keepalives.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0209-Replace-HashSet-with-fastutil-s-ObjectOpenHashSet-in.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0210-Send-attack-SoundEffects-only-to-players-who-can-see.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0211-Option-for-maximum-exp-value-when-merging-orbs.patch Updated Upstream (CraftBukkit/Spigot) 2019-03-27 18:41:12 +00:00
0212-Add-PlayerArmorChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0213-Prevent-logins-from-being-processed-when-the-player-.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0214-use-CB-BlockState-implementations-for-captured-block.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0215-API-to-get-a-BlockState-without-a-snapshot.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0216-AsyncTabCompleteEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0217-Avoid-NPE-in-PathfinderGoalTempt.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0218-PlayerPickupExperienceEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0219-ExperienceOrbMergeEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0220-Ability-to-apply-mending-to-XP-API.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2019-04-03 04:51:39 -04:00
0221-Configurable-Chunks-Sends-per-Tick-setting.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0222-Configurable-Max-Chunk-Gens-per-Tick.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0223-Make-max-squid-spawn-height-configurable.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0224-PreCreatureSpawnEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0225-PlayerNaturallySpawnCreaturesEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0226-Add-setPlayerProfile-API-for-Skulls.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0227-Fill-Profile-Property-Events.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0228-PlayerAdvancementCriterionGrantEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0229-Add-ArmorStand-Item-Meta.patch Updated Upstream (CraftBukkit/Spigot) 2019-04-02 23:27:31 -04:00
0230-Extend-Player-Interact-cancellation.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0231-Tameable-getOwnerUniqueId-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0232-Toggleable-player-crits-helps-mitigate-hacked-client.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0233-Fix-NPE-when-getting-location-from-InventoryEnderChe.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0234-Prevent-Frosted-Ice-from-loading-holding-chunks.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0235-Disable-Explicit-Network-Manager-Flushing.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0236-Implement-extended-PaperServerListPingEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0237-Improved-Async-Task-Scheduler.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0238-Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0239-Call-PortalCreateEvent-for-exit-portals.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0240-Player.setPlayerProfile-API.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2019-04-03 04:51:39 -04:00
0241-Fix-Dragon-Server-Crashes.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0242-getPlayerUniqueId-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0243-Make-player-data-saving-configurable.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0244-Make-legacy-ping-handler-more-reliable.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0245-Call-PaperServerListPingEvent-for-legacy-pings.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0246-Flag-to-disable-the-channel-limit.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2019-04-03 04:51:39 -04:00
0247-Add-method-to-open-already-placed-sign.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0248-Load-version-history-at-server-start.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0249-Configurable-sprint-interruption-on-attack.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0250-Fix-exploit-that-allowed-colored-signs-to-be-created.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0251-EndermanEscapeEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0252-Enderman.teleportRandomly.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0253-Block-Enderpearl-Travel-Exploit.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0254-Expand-World.spawnParticle-API-and-add-Builder.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0255-EndermanAttackPlayerEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0256-WitchConsumePotionEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0257-WitchThrowPotionEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0258-Allow-spawning-Item-entities-with-World.spawnEntity.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0259-Configurable-Villages-loading-chunks-for-door-checks.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0260-WitchReadyPotionEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0261-ItemStack-getMaxItemUseDuration.patch PlayerDeathEvent#getItemsToKeep 2019-03-28 01:12:38 -04:00
0262-Implement-EntityTeleportEndGatewayEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0263-Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0264-Properly-remove-entities-on-dimension-teleport.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0265-Fix-CraftEntity-hashCode.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2019-04-03 04:51:39 -04:00
0266-Configurable-Alternative-LootPool-Luck-Formula.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0267-Print-Error-details-when-failing-to-save-player-data.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0268-Make-shield-blocking-delay-configurable.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0269-Ignore-Missing-Recipes-in-RecipeBook-to-avoid-data-e.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0270-EntityShootBowEvent-consumeArrow-and-getArrowItem-AP.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0271-PlayerReadyArrowEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0272-Fire-EntityShootBowEvent-for-Illusioner.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0273-Implement-EntityKnockbackByEntityEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0274-Expand-Explosions-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0275-LivingEntity-Hand-Raised-Item-Use-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0276-RangedEntity-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0277-Add-config-to-disable-ender-dragon-legacy-check.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0278-Implement-World.getEntity-UUID-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0279-InventoryCloseEvent-Reason-API.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2019-04-03 04:51:39 -04:00
0280-Avoid-Chunk-Lookups-for-Entity-TileEntity-Current-Ch.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0281-Configurable-Bed-Search-Radius.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0282-Vex-getSummoner-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0283-Refresh-player-inventory-when-cancelling-PlayerInter.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0284-Don-t-change-the-Entity-Random-seed-for-squids.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0285-Re-add-vanilla-entity-warnings-for-duplicates.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0286-Don-t-process-despawn-if-entity-is-in-a-chunk-schedu.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0287-Avoid-item-merge-if-stack-size-above-max-stack-size.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0288-Use-asynchronous-Log4j-2-loggers.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0289-add-more-information-to-Entity.toString.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0290-Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0291-EnderDragon-Events.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0292-PlayerElytraBoostEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0293-PlayerLaunchProjectileEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0294-Duplicate-UUID-Resolve-Option.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0295-Speedup-BlockPos-by-fixing-inlining.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0296-Don-t-save-Proto-Chunks.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0297-Optimize-RegistryID.c.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0298-Option-to-prevent-armor-stands-from-doing-entity-loo.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0299-Vanished-players-don-t-have-rights.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0300-Mark-chunk-dirty-anytime-entities-change-to-guarante.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0301-Add-some-Debug-to-Chunk-Entity-slices.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0302-Optimize-Region-File-Cache.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0303-EntityTransformedEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0304-SkeletonHorse-Additions.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0305-Prevent-Saving-Bad-entities-to-chunks.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0306-Don-t-call-getItemMeta-on-hasItemMeta.patch PlayerDeathEvent#getItemsToKeep 2019-03-28 01:12:38 -04:00
0307-Always-process-chunk-removal-in-removeEntity.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0308-Ignore-Dead-Entities-in-entityList-iteration.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0309-Provide-option-to-use-a-versioned-world-folder-for-t.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0310-MC-111480-Start-Entity-ID-s-at-1.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0311-Implement-Expanded-ArmorStand-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0312-AnvilDamageEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0313-World-EntityHuman-Lookup-Optimizations.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0314-Add-TNTPrimeEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0315-Break-up-and-make-tab-spam-limits-configurable.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0316-Make-portal-teleportation-adjustment-math-more-accur.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0317-Add-hand-to-bucket-events.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0318-MC-135506-Experience-should-save-as-Integers.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0319-Entity-add-to-world-fixes.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0320-Fix-client-rendering-skulls-from-same-user.patch PlayerDeathEvent#getItemsToKeep 2019-03-28 01:12:38 -04:00
0321-Add-Early-Warning-Feature-to-WatchDog.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0322-Make-EnderDragon-implement-Mob.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0323-Detect-and-repair-corrupt-Region-Files.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0324-Use-ConcurrentHashMap-in-JsonList.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0325-Use-a-Queue-for-Queueing-Commands.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0326-Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0327-Allow-disabling-armour-stand-ticking.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0328-Optimize-BlockPosition-helper-methods.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0329-Send-nearby-packets-from-world-player-list-not-serve.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0330-Cache-World-Entity-Type-counts.patch Re-add isTypeNotPersistent check 2019-03-29 08:50:52 -04:00
0331-Restore-vanlla-default-mob-spawn-range.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0332-Optimize-Hoppers.patch PlayerDeathEvent#getItemsToKeep 2019-03-28 01:12:38 -04:00
0333-Optimize-CraftBlockData-Creation.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0334-Fix-MC-124320.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0335-Slime-Pathfinder-Events.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0336-Anti-Xray.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0337-Configurable-speed-for-water-flowing-over-lava.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0338-Optimize-RegistryMaterials.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0339-Add-PhantomPreSpawnEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0340-Add-More-Creeper-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0341-Inventory-removeItemAnySlot.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0342-Optimize-getChunkIfLoaded-type-calls.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0343-Make-CraftWorld-loadChunk-int-int-false-load-unconve.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0344-Add-ray-tracing-methods-to-LivingEntity.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0345-Expose-attack-cooldown-methods-for-Player.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2019-04-03 04:51:39 -04:00
0346-Improve-death-events.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2019-04-03 04:51:39 -04:00
0347-Allow-chests-to-be-placed-with-NBT-data.patch PlayerDeathEvent#getItemsToKeep 2019-03-28 01:12:38 -04:00
0348-Mob-Pathfinding-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0349-Prevent-chunk-loading-from-Fluid-Flowing.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0350-Implement-an-API-for-CanPlaceOn-and-CanDestroy-NBT-v.patch Updated Upstream (CraftBukkit/Spigot) 2019-04-02 23:27:31 -04:00
0351-Prevent-Mob-AI-Rules-from-Loading-Chunks.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0352-Prevent-mob-spawning-from-loading-generating-chunks.patch Fix a case where mob spawning could load/gen chunks 2019-03-24 01:05:20 -04:00
0353-Optimize-Biome-Mob-Lookups-for-Mob-Spawning.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0354-Optimize-and-Fix-ExpiringMap-Issues.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0355-Implement-furnace-cook-speed-multiplier-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0356-Support-Overriding-World-Seeds.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0357-Optimize-Server-World-Map.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0358-PreSpawnerSpawnEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0359-Catch-JsonParseException-in-Entity-and-TE-names.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0360-Avoid-dimension-id-collisions.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0361-Honor-EntityAgeable.ageLock.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0362-Async-Chunk-Loading-and-Generation.patch Fix a concurrency issue with legacy structure data loading 2019-03-29 03:38:22 -04:00
0363-Ignore-Dimension-NBT-field-in-Entity-data.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0364-Optimize-Light-Recalculations.patch Remove light optimization 2019-03-27 20:46:46 -04:00
0365-Fix-issues-with-entity-loss-due-to-unloaded-chunks.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0366-Don-t-recheck-type-after-setting-a-block.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0367-Fix-Sending-Chunks-to-Client.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0368-Configurable-connection-throttle-kick-message.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0369-Fix-FileIOThread-concurrency-issues.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0370-Hook-into-CB-plugin-rewrites.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0371-Allow-setting-the-vex-s-summoner.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0372-Add-LivingEntity-getTargetEntity.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0373-Add-sun-related-API.patch Restore vanilla behavior of mob counts for persistent mobs 2019-03-29 03:38:23 -04:00
0374-Check-Drowned-for-Villager-Aggression-Config.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0375-Here-s-Johnny.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0376-Turtle-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0377-Limit-lightning-strike-effect-distance.patch Fix a concurrency issue with legacy structure data loading 2019-03-29 03:38:22 -04:00
0378-Implement-getters-and-setters-for-EntityItem-owner-a.patch don't go below 0 for pickupDelay, breaks picking up items 2019-03-24 18:12:56 -04:00
0379-MC-50319-Check-other-worlds-for-shooter-of-projectil.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0380-Call-player-spectator-target-events.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0381-Add-Velocity-IP-Forwarding-Support.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0382-Add-more-Witch-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0383-Fix-MC-93764.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0384-Add-option-to-prevent-players-from-moving-into-unloa.patch Remove light optimization 2019-03-27 20:46:46 -04:00
0385-Reset-players-airTicks-on-respawn.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0386-Strip-private-area-unicode-characters-from-signs.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0387-Don-t-sleep-after-profile-lookups-if-not-needed.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0388-Use-more-reasonable-thread-count-default-for-bootstr.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0389-Use-EntityTypes-for-living-entities.patch Fix a concurrency issue with legacy structure data loading 2019-03-29 03:38:22 -04:00
0390-MC-136865-Use-valid-item-for-enchantment-checks-on-b.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0391-Optimize-World-Time-Updates.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0392-Restore-custom-InventoryHolder-support.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0393-Use-Vanilla-Minecart-Speeds.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0394-Fix-SpongeAbsortEvent-handling.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0395-Don-t-allow-digging-into-unloaded-chunks.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0396-Optimize-redstone-algorithm.patch Remove light optimization 2019-03-27 20:46:46 -04:00
0397-force-entity-dismount-during-teleportation.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0398-Book-Size-Limits.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0399-Make-the-default-permission-message-configurable.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0400-Add-more-Zombie-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0401-limit-the-range-at-which-we-ll-consider-an-attackabl.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0402-Prevent-rayTrace-from-loading-chunks.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0403-Handle-Large-Packets-disconnecting-client.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0404-Lazy-init-world-storage-in-CraftOfflinePlayer.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0405-Add-PlayerConnectionCloseEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0406-Prevent-Enderman-from-loading-chunks.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0407-Add-APIs-to-replace-OfflinePlayer-getLastPlayed.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2019-04-03 04:51:39 -04:00
0408-Fix-PlayerEditBookEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0409-Workaround-for-vehicle-tracking-issue-on-disconnect.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0410-Fire-BlockPistonRetractEvent-for-all-empty-pistons.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0411-Block-Entity-remove-from-being-called-on-Players.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2019-04-03 04:51:39 -04:00
0412-Allow-Saving-of-Oversized-Chunks.patch Reuse buffers for chunk compression to optimize memory use 2019-03-28 23:46:45 -04:00
0413-BlockDestroyEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0414-Fix-Custom-Shapeless-Custom-Crafting-Recipes.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0415-Fix-sign-edit-memory-leak.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0416-Limit-Client-Sign-length-more.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0417-Don-t-check-ConvertSigns-boolean-every-sign-save.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0418-Handle-Excessive-Signs-in-Chunks-creating-too-large-.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0419-MC-145260-Fix-Whitelist-On-Off-inconsistency.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0420-Set-Zombie-last-tick-at-start-of-drowning-process.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0421-Call-WhitelistToggleEvent-when-whitelist-is-toggled.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-03-20 01:55:16 +00:00
0422-Use-proper-max-length-when-serialising-BungeeCord-te.patch Use proper max length when serialising BungeeCord text component 2019-03-20 21:20:56 -07:00
0423-Entity-getEntitySpawnReason.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2019-04-03 04:51:39 -04:00
0424-Only-count-Natural-Spawned-mobs-towards-natural-spaw.patch Remove light optimization 2019-03-27 20:46:46 -04:00
0425-Update-entity-Metadata-for-all-tracked-players.patch update metadata refresh approach 2019-03-24 17:48:22 -04:00
0426-Fire-event-on-GS4-query.patch Add GS4 query event (#1906) 2019-03-24 13:01:31 -04:00
0427-Implement-PlayerPostRespawnEvent.patch Add PlayerPostRespawnEvent (#1622) 2019-03-24 13:50:42 -04:00
0428-don-t-go-below-0-for-pickupDelay-breaks-picking-up-i.patch missed a spot for pickupDelay fix 2019-03-24 18:15:39 -04:00
0429-Don-t-update-entity-trackers-for-worlds-without-play.patch [CI-SKIP] [Auto] Rebuild Patches 2019-03-24 23:51:44 -04:00
0430-Server-Tick-Events.patch Forgot to convert duration to millis per the API expectation for tick event 2019-03-28 01:27:39 -04:00
0431-PlayerDeathEvent-getItemsToKeep.patch PlayerDeathEvent#getItemsToKeep 2019-03-28 01:12:38 -04:00
0432-Optimize-Persistent-Data-Loading.patch Fix PersistentStructureLegacy NPE on custom worlds 2019-03-29 11:37:20 +00:00
0433-Allow-login-events-to-fire-only-after-the-server-plu.patch Allow login events to fire only after the server has loaded 2019-04-03 02:27:09 -04:00
0434-Make-region-files-more-reliable-to-write-to.patch Make region files more reliable to write to 2019-04-03 22:24:55 -04:00