Paper/Spigot-Server-Patches
Spottedleaf f210855d4c Chunk debug command (#2118)
* Chunk debug command

Prints all chunk information to a text file into the debug
folder in the root server folder.

Will output server version and all online players to the
file as well. We do not log anything but the location,
world and username of the player.

Also logs the value of these config values (note not all are paper's):
- keep spawn loaded value
- spawn radius
- view distance

Each chunk has the following logged:
- Coordinate
- Ticket level & its corresponding state
- Whether it is queued for unload
- Chunk status (may be unloaded)
- All tickets on the chunk

Example log:
https://gist.github.com/Spottedleaf/203bd211020a3a04da0e574fb57dab45

For references on certain keywords (ticket, status, etc), please see:

https://bugs.mojang.com/browse/MC-141484?focusedCommentId=528273&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-528273
https://bugs.mojang.com/browse/MC-141484?focusedCommentId=528577&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-528577

* Use JSON for the chunk dump

* Fix obfhelper naming

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