Paper/Spigot-Server-Patches
Aikar 5ef5f3b67b
Optimize Server World Map
Minecraft moved worlds to a hashmap in 1.13.1.
This creates inconsistent order for iteration of the map.

This patch restores World management to be back as an Array.

.values() will allow us to iterate as it was pre 1.13.1 by
ArrayList, giving consistent ordering and effecient iteration performance.

KeySet and EntrySet iteration is proxied to the List iterator,
and should retain manipulation behavior but nothing should be doing that.

Getting a World by dimension ID is now back a constant time operation.

Hopefully no other plugins try to mess with this map, as we are only handling
known NMS used methods, but we can add more if naughty plugins are found later.

Multiverse was tested with this and no breakage.
2018-09-18 01:34:44 -04:00
..
0001-POM-Changes.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0002-Paper-config-files.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-09-07 23:49:37 -04:00
0003-MC-Dev-fixes.patch Improve death events (#1362) 2018-09-07 20:14:48 -04:00
0004-MC-Utils.patch Add ray tracing methods to LivingEntity (#1410) 2018-09-03 19:59:54 -04:00
0005-Paper-Metrics.patch Merge pull request #1248 2018-07-23 20:29:55 -04:00
0006-Add-MinecraftKey-Information-to-Objects.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0007-Store-reference-to-current-Chunk-for-Entity-and-Bloc.patch [Auto] Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-03 04:14:40 -04:00
0008-Store-counts-for-each-Entity-Block-Entity-Type.patch Update upstream CB 2018-08-27 11:07:22 -04:00
0009-Timings-v2.patch [Auto] Updated Upstream (CraftBukkit) 2018-09-17 02:46:39 -04:00
0010-Configurable-cactus-and-reed-natural-growth-heights.patch Merge pull request #1248 2018-07-23 20:29:55 -04:00
0011-Configurable-baby-zombie-movement-speed.patch Merge pull request #1248 2018-07-23 20:29:55 -04: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 Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0014-Add-configurable-despawn-distances-for-living-entiti.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0015-Allow-for-toggling-of-spawn-chunks.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0017-Show-Paper-in-client-crashes-server-lists-and-Mojang.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-09-07 23:49:37 -04:00
0018-Player-affects-spawning-API.patch Updated Upstream (CraftBukkit) 2018-09-15 19:13:40 -04:00
0019-Remove-invalid-mob-spawner-tile-entities.patch Update upstream CB 2018-08-27 11:07:22 -04:00
0020-Optimize-TileEntity-Ticking.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0021-Further-improve-server-tick-loop.patch Use BigDecimal to improve accracy of TPS results - long live 20 TPS! 2018-09-17 22:32:37 -04:00
0022-Only-refresh-abilities-if-needed.patch update upstream 2018-07-29 12:42:07 -04:00
0023-Entity-Origin-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-15 12:10:26 -04:00
0024-Prevent-tile-entity-and-entity-crashes.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-15 12:10:26 -04:00
0025-Configurable-top-of-nether-void-damage.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04: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
0028-Lighting-Queue.patch Use BigDecimal to improve accracy of TPS results - long live 20 TPS! 2018-09-17 22:32:37 -04:00
0029-Configurable-end-credits.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0030-Fix-lag-from-explosions-processing-dead-entities.patch Fix explosions not doing damage to entities (#1380) 2018-08-27 13:59:07 -04:00
0031-Optimize-explosions.patch Use BigDecimal to improve accracy of TPS results - long live 20 TPS! 2018-09-17 22:32:37 -04:00
0032-Add-player-view-distance-API.patch Fix view distance API (#1419) 2018-09-09 14:38:27 -04:00
0033-Disable-explosion-knockback.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0034-Disable-thunder.patch Merge pull request #1248 2018-07-23 20:29:55 -04:00
0035-Disable-ice-and-snow.patch Merge pull request #1248 2018-07-23 20:29:55 -04:00
0036-Configurable-mob-spawner-tick-rate.patch Merge pull request #1248 2018-07-23 20:29:55 -04:00
0037-Send-absolute-position-the-first-time-an-entity-is-s.patch
0038-Add-BeaconEffectEvent.patch
0039-Configurable-container-update-tick-rate.patch Fix view distance API (#1419) 2018-09-09 14:38:27 -04:00
0040-Use-UserCache-for-player-heads.patch Updated Upstream (CraftBukkit) 2018-09-06 22:08:35 -04:00
0041-Disable-spigot-tick-limiters.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-15 12:10:26 -04:00
0042-Configurable-Chunk-IO-Thread-Base-Count.patch Merge pull request #1248 2018-07-23 20:29:55 -04:00
0043-Add-PlayerInitialSpawnEvent.patch
0044-Configurable-Disabling-Cat-Chest-Detection.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0045-Ensure-commands-are-not-ran-async.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-09-07 23:49:37 -04:00
0046-All-chunks-are-slime-spawn-chunks-toggle.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0047-Optimize-Pathfinding.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0048-Avoid-hopper-searches-if-there-are-no-items.patch Update upstream CB 2018-08-27 11:07:22 -04:00
0049-Expose-server-CommandMap.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-09-07 23:49:37 -04:00
0050-Be-a-bit-more-informative-in-maxHealth-exception.patch Update CB/S 2018-07-28 03:38:13 +01:00
0051-Player-Tab-List-and-Title-APIs.patch fix newlines in spigot tab list API 2018-09-01 11:33:50 +01:00
0052-Ensure-inv-drag-is-in-bounds.patch Update upstream 2018-07-23 19:41:14 -04:00
0053-Change-implementation-of-tile-entity-removal-list.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-15 12:10:26 -04:00
0054-Add-configurable-portal-search-radius.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0055-Add-velocity-warnings.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-09-07 23:49:37 -04:00
0056-Configurable-inter-world-teleportation-safety.patch fix paper tab list API 2018-09-01 11:23:11 +01:00
0057-Add-exception-reporting-event.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-15 12:10:26 -04:00
0058-Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch
0059-Disable-Scoreboards-for-non-players-by-default.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-09 15:26:56 -04:00
0060-Add-methods-for-working-with-arrows-stuck-in-living-.patch Update upstream 2018-08-01 22:49:47 -04:00
0061-Complete-resource-pack-API.patch fix paper tab list API 2018-09-01 11:23:11 +01:00
0062-Chunk-save-queue-improvements.patch Updated Upstream (CraftBukkit/Spigot) 2018-09-10 23:14:02 -04:00
0063-Chunk-Save-Reattempt.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0064-Default-loading-permissions.yml-before-plugins.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-09-07 23:49:37 -04:00
0065-Allow-Reloading-of-Custom-Permissions.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-09-07 23:49:37 -04:00
0066-Remove-Metadata-on-reload.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-09-07 23:49:37 -04:00
0067-Undead-horse-leashing.patch Merge pull request #1248 2018-07-23 20:29:55 -04:00
0068-Handle-Item-Meta-Inconsistencies.patch Updated Upstream (CraftBukkit) 2018-09-15 19:13:40 -04:00
0069-Configurable-Non-Player-Arrow-Despawn-Rate.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0070-Add-World-Util-Methods.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0071-Optimized-Light-Level-Comparisons.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0072-Pass-world-to-Village-creation.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0073-Custom-replacement-for-eaten-items.patch [Auto] Updated Upstream (CraftBukkit) 2018-09-17 02:46:39 -04:00
0074-handle-NaN-health-absorb-values-and-repair-bad-data.patch [Auto] Updated Upstream (CraftBukkit) 2018-09-17 02:46:39 -04:00
0075-Catch-Async-PlayerChunkMap-operations.patch Fix view distance API (#1419) 2018-09-09 14:38:27 -04:00
0076-Waving-banner-workaround.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0077-Use-a-Shared-Random-for-Entities.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0078-Don-t-teleport-dead-entities.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-09 15:26:56 -04:00
0079-Optimize-Chunk-Access.patch Updated Upstream (CraftBukkit/Spigot) 2018-09-10 23:14:02 -04:00
0080-Configurable-spawn-chances-for-skeleton-horses.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0081-Optimize-isValidLocation-getType-and-getBlockData-fo.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0082-Access-items-by-EquipmentSlot.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0083-Option-to-disable-BlockPhysicsEvent-for-Redstone.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0084-Entity-AddTo-RemoveFrom-World-Events.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0085-Configurable-Chunk-Inhabited-Timer.patch Update upstream CB 2018-08-27 11:07:22 -04:00
0086-EntityPathfindEvent.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0087-Reduce-IO-ops-opening-a-new-region-file.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0088-Sanitise-RegionFileCache-and-make-configurable.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0089-Use-Optimized-Collections.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0090-Do-not-load-chunks-for-light-checks.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0091-Add-PlayerUseUnknownEntityEvent.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0092-Fix-reducedDebugInfo-not-initialized-on-client.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0093-Configurable-Grass-Spread-Tick-Rate.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0094-Configurable-Keep-Spawn-Loaded-range-per-world.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0095-Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0096-Don-t-spam-reload-spawn-chunks-in-nether-end.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0097-Remove-Debug-checks-from-DataBits.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0098-Option-to-use-vanilla-per-world-scoreboard-coloring-.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-09 15:26:56 -04:00
0099-Workaround-for-setting-passengers-on-players.patch fix paper tab list API 2018-09-01 11:23:11 +01:00
0100-Remove-unused-World-Tile-Entity-List.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0101-Don-t-tick-Skulls-unused-code.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0102-Configurable-Player-Collision.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-09-07 23:49:37 -04:00
0103-Add-handshake-event-to-allow-plugins-to-handle-clien.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0104-Configurable-RCON-IP-address.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0105-Prevent-Fire-from-loading-chunks.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0106-Implement-PlayerLocaleChangeEvent.patch Fix view distance API (#1419) 2018-09-09 14:38:27 -04:00
0107-EntityRegainHealthEvent-isFastRegen-API.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
0108-Add-ability-to-configure-frosted_ice-properties.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0109-remove-null-possibility-for-getServer-singleton.patch Use BigDecimal to improve accracy of TPS results - long live 20 TPS! 2018-09-17 22:32:37 -04:00
0110-Improve-Maps-in-item-frames-performance-and-bug-fixe.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0111-LootTable-API-Replenishable-Lootables-Feature.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0112-Do-not-load-chunks-for-pathfinding.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0113-Entity-Tracking-Improvements.patch Fix view distance API (#1419) 2018-09-09 14:38:27 -04:00
0114-Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0115-System-property-for-disabling-watchdoge.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0116-Optimize-EAR.patch Fix view distance API (#1419) 2018-09-09 14:38:27 -04:00
0117-Optimize-UserCache-Thread-Safe.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-09-07 23:49:37 -04:00
0118-Avoid-blocking-on-Network-Manager-creation.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0119-Optional-TNT-doesn-t-move-in-water.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-09 15:26:56 -04:00
0120-Faster-redstone-torch-rapid-clock-removal.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0121-Ensure-Chunks-never-ever-load-async.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0122-Add-server-name-parameter.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0123-Only-send-Dragon-Wither-Death-sounds-to-same-world.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0124-Delay-Chunk-Unloads-based-on-Player-Movement.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0125-Fix-Double-World-Add-issues.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0126-Fix-Old-Sign-Conversion.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0127-Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0128-More-informative-vehicle-moved-wrongly-message.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0129-Re-track-players-that-dismount-from-other-players.patch Fix view distance API (#1419) 2018-09-09 14:38:27 -04:00
0130-Add-setting-for-proxy-online-mode-status.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-09-07 23:49:37 -04:00
0131-Optimise-BlockStateEnum-hashCode-and-equals.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0132-Disable-ticking-of-snow-blocks.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0133-Fix-AIOOBE-in-inventory-handling.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0134-Configurable-packet-in-spam-threshold.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0135-Configurable-flying-kick-messages.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0136-Auto-Save-Improvements.patch Use BigDecimal to improve accracy of TPS results - long live 20 TPS! 2018-09-17 22:32:37 -04:00
0137-Chunk-registration-fixes.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0138-Remove-FishingHook-reference-on-Craft-Entity-removal.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0139-Auto-fix-bad-Y-levels-on-player-login.patch Fix view distance API (#1419) 2018-09-09 14:38:27 -04:00
0140-Disable-Vanilla-Chunk-GC.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0141-Option-to-remove-corrupt-tile-entities.patch Update upstream CB 2018-08-27 11:07:22 -04:00
0142-Add-EntityZapEvent.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-09-17 03:06:34 -04:00
0143-Don-t-load-Chunks-from-Hoppers-and-other-things.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0144-Prevent-Auto-Save-if-Save-Queue-is-full.patch Forgot to rebuild patches after I fixed things in upstream update 2018-09-09 15:29:22 -04:00
0145-Chunk-Save-Stats-Debug-Option.patch Updated Upstream (CraftBukkit/Spigot) 2018-09-10 23:14:02 -04:00
0146-Filter-bad-data-from-ArmorStand-and-SpawnEgg-items.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0147-Cache-user-authenticator-threads.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0148-Optimise-removeQueue.patch Fix view distance API (#1419) 2018-09-09 14:38:27 -04:00
0149-Allow-Reloading-of-Command-Aliases.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-09-07 23:49:37 -04:00
0150-Add-source-to-PlayerExpChangeEvent.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-09-17 03:06:34 -04:00
0151-Optimize-World.isLoaded-BlockPosition-Z.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0152-Don-t-let-fishinghooks-use-portals.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0153-Add-ProjectileCollideEvent.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-09-17 03:06:34 -04:00
0154-Prevent-Pathfinding-out-of-World-Border.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0155-Bound-Treasure-Maps-to-World-Border.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0156-Configurable-Cartographer-Treasure-Maps.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0157-Optimize-ItemStack.isEmpty.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0158-Add-API-methods-to-control-if-armour-stands-can-move.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0159-Add-option-to-remove-invalid-statistics.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0160-Properly-fix-item-duplication-bug.patch Fix view distance API (#1419) 2018-09-09 14:38:27 -04:00
0161-String-based-Action-Bar-API.patch Add ray tracing methods to LivingEntity (#1410) 2018-09-03 19:59:54 -04:00
0162-Activation-Range-Improvements.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0163-Firework-API-s.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0164-PlayerTeleportEndGatewayEvent.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0165-ShulkerBox-Dupe-Prevention.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0166-Provide-E-TE-Chunk-count-stat-methods.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0167-Enforce-Sync-Player-Saves.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0168-Enforce-Sync-Chunk-Unloads.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0169-Don-t-allow-entities-to-ride-themselves-572.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-09 15:26:56 -04:00
0170-Fix-block-break-desync.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0171-ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0172-Cap-Entity-Collisions.patch [Auto] Updated Upstream (CraftBukkit) 2018-09-17 02:46:39 -04:00
0173-Remove-CraftScheduler-Async-Task-Debugger.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0174-Shame-on-you-Mojang.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0175-Make-targetSize-more-aggressive-in-the-chunk-unload-.patch Disable Vanilla last chunk access cache, use ours 2018-08-27 00:26:00 -04:00
0176-Do-not-let-armorstands-drown.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0177-Properly-handle-async-calls-to-restart-the-server.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-09-07 23:49:37 -04:00
0178-Add-system-property-to-disable-book-size-limits.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0179-Add-option-to-make-parrots-stay-on-shoulders-despite.patch Fix view distance API (#1419) 2018-09-09 14:38:27 -04:00
0180-Add-configuration-option-to-prevent-player-names-fro.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-09-07 23:49:37 -04:00
0181-Use-TerminalConsoleAppender-for-console-improvements.patch Use BigDecimal to improve accracy of TPS results - long live 20 TPS! 2018-09-17 22:32:37 -04:00
0182-provide-a-configurable-option-to-disable-creeper-lin.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0183-Item-canEntityPickup.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0184-PlayerPickupItemEvent-setFlyAtPlayer.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0185-PlayerAttemptPickupItemEvent.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0186-Add-UnknownCommandEvent.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-09-07 23:49:37 -04:00
0187-Basic-PlayerProfile-API.patch Use BigDecimal to improve accracy of TPS results - long live 20 TPS! 2018-09-17 22:32:37 -04:00
0188-Shoulder-Entities-Release-API.patch Fix view distance API (#1419) 2018-09-09 14:38:27 -04:00
0189-Profile-Lookup-Events.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0190-Block-player-logins-during-server-shutdown.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0191-Entity-fromMobSpawner.patch [Auto] Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-03 04:14:40 -04:00
0192-Fix-Anvil-Level-sync-to-client.patch fix paper tab list API 2018-09-01 11:23:11 +01:00
0193-Add-missing-coverages-for-getTileEntity-in-order-to-.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0194-Improve-the-Saddle-API-for-Horses.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0195-Implement-ensureServerConversions-API.patch Update upstream CB 2018-08-27 11:07:22 -04:00
0196-Implement-getI18NDisplayName.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0197-GH-806-Respect-saving-disabled-before-unloading-all-.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0198-ProfileWhitelistVerifyEvent.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0199-Fix-this-stupid-bullshit.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0200-Ocelot-despawns-should-honor-nametags-and-leash.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0201-Reset-spawner-timer-when-spawner-event-is-cancelled.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-15 12:10:26 -04:00
0202-Fix-MC-117075-TE-Unload-Lag-Spike.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0203-Allow-specifying-a-custom-authentication-servers-dow.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0204-LivingEntity-setKiller.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0205-Use-Log4j-IOStreams-to-redirect-System.out-err-to-lo.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0206-Handle-plugin-prefixes-using-Log4J-configuration.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0207-Include-Log4J2-SLF4J-implementation.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0208-Disable-logger-prefix-for-various-plugins-bypassing-.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0209-Add-PlayerJumpEvent.patch Fix view distance API (#1419) 2018-09-09 14:38:27 -04:00
0210-handle-PacketPlayInKeepAlive-async.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0211-Expose-client-protocol-version-and-virtual-host.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0212-revert-serverside-behavior-of-keepalives.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0213-Replace-HashSet-with-fastutil-s-ObjectOpenHashSet-in.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0214-Send-attack-SoundEffects-only-to-players-who-can-see.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0215-Option-for-maximum-exp-value-when-merging-orbs.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0216-Add-PlayerArmorChangeEvent.patch [Auto] Updated Upstream (CraftBukkit) 2018-09-17 02:46:39 -04:00
0217-Prevent-logins-from-being-processed-when-the-player-.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0218-use-CB-BlockState-implementations-for-captured-block.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0219-API-to-get-a-BlockState-without-a-snapshot.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0220-AsyncTabCompleteEvent.patch The disconnect on packet spam must be called sync (#1452) 2018-09-17 22:04:47 -04:00
0221-Avoid-NPE-in-PathfinderGoalTempt.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0222-PlayerPickupExperienceEvent.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0223-ExperienceOrbMergeEvent.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0224-Ability-to-apply-mending-to-XP-API.patch fix paper tab list API 2018-09-01 11:23:11 +01:00
0225-Configurable-Chunks-Sends-per-Tick-setting.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0226-Configurable-Max-Chunk-Gens-per-Tick.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0227-Make-max-squid-spawn-height-configurable.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0228-PreCreatureSpawnEvent.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0229-PlayerNaturallySpawnCreaturesEvent.patch Fix view distance API (#1419) 2018-09-09 14:38:27 -04:00
0230-Add-setPlayerProfile-API-for-Skulls.patch Updated Upstream (CraftBukkit) 2018-09-06 22:08:35 -04:00
0231-Fill-Profile-Property-Events.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0232-PlayerAdvancementCriterionGrantEvent.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0233-Add-ArmorStand-Item-Meta.patch Updated Upstream (CraftBukkit) 2018-09-15 19:13:40 -04:00
0234-Extend-Player-Interact-cancellation.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0235-Tameable-getOwnerUniqueId-API.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0236-Toggleable-player-crits-helps-mitigate-hacked-client.patch Fix view distance API (#1419) 2018-09-09 14:38:27 -04:00
0237-Fix-NPE-when-getting-location-from-InventoryEnderChe.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0238-Prevent-Frosted-Ice-from-loading-holding-chunks.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0239-Disable-Explicit-Network-Manager-Flushing.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0240-Implement-extended-PaperServerListPingEvent.patch Use BigDecimal to improve accracy of TPS results - long live 20 TPS! 2018-09-17 22:32:37 -04:00
0241-Improved-Async-Task-Scheduler.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0242-Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0243-Call-PortalCreateEvent-for-exit-portals.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0244-Player.setPlayerProfile-API.patch fix paper tab list API 2018-09-01 11:23:11 +01:00
0245-Fix-Dragon-Server-Crashes.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0246-getPlayerUniqueId-API.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-09-07 23:49:37 -04:00
0247-Make-player-data-saving-configurable.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0248-Make-legacy-ping-handler-more-reliable.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0249-Call-PaperServerListPingEvent-for-legacy-pings.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0250-Flag-to-disable-the-channel-limit.patch fix paper tab list API 2018-09-01 11:23:11 +01:00
0251-Add-method-to-open-already-placed-sign.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0252-Load-version-history-at-server-start.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0253-Configurable-sprint-interruption-on-attack.patch Fix view distance API (#1419) 2018-09-09 14:38:27 -04:00
0254-Fix-exploit-that-allowed-colored-signs-to-be-created.patch The disconnect on packet spam must be called sync (#1452) 2018-09-17 22:04:47 -04:00
0255-EndermanEscapeEvent.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0256-Enderman.teleportRandomly.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0257-Block-Enderpearl-Travel-Exploit.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0258-Expand-World.spawnParticle-API-and-add-Builder.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-15 12:10:26 -04:00
0259-EndermanAttackPlayerEvent.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0260-WitchConsumePotionEvent.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0261-WitchThrowPotionEvent.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0262-Allow-spawning-Item-entities-with-World.spawnEntity.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0263-Don-t-load-chunks-for-villager-door-checks.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0264-WitchReadyPotionEvent.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0265-ItemStack-getMaxItemUseDuration.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0266-Implement-EntityTeleportEndGatewayEvent.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0267-Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0268-Properly-remove-entities-on-dimension-teleport.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-09 15:26:56 -04:00
0269-Fix-CraftEntity-hashCode.patch [Auto] Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-03 04:14:40 -04:00
0270-Configurable-Alternative-LootPool-Luck-Formula.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0271-Print-Error-details-when-failing-to-save-player-data.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0272-Make-shield-blocking-delay-configurable.patch [Auto] Updated Upstream (CraftBukkit) 2018-09-17 02:46:39 -04:00
0273-Ignore-Missing-Recipes-in-RecipeBook-to-avoid-data-e.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0274-EntityShootBowEvent-consumeArrow-and-getArrowItem-AP.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-09-17 03:06:34 -04:00
0275-PlayerReadyArrowEvent.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0276-Fire-EntityShootBowEvent-for-Illusioner.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0277-Implement-EntityKnockbackByEntityEvent.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0278-Expand-Explosions-API.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0279-LivingEntity-Hand-Raised-Item-Use-API.patch [Auto] Updated Upstream (CraftBukkit) 2018-09-17 02:46:39 -04:00
0280-RangedEntity-API.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0281-Improve-ProjectileHitEvent-to-include-the-BlockFace-.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-09-17 03:06:34 -04:00
0282-Add-config-to-disable-ender-dragon-legacy-check.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0283-Implement-World.getEntity-UUID-API.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0284-InventoryCloseEvent-Reason-API.patch The disconnect on packet spam must be called sync (#1452) 2018-09-17 22:04:47 -04:00
0285-Avoid-Chunk-Lookups-for-Entity-TileEntity-Current-Ch.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0286-Configurable-Bed-Search-Radius.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0287-Vex-getSummoner-API.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0288-Refresh-player-inventory-when-cancelling-PlayerInter.patch The disconnect on packet spam must be called sync (#1452) 2018-09-17 22:04:47 -04:00
0289-Don-t-change-the-Entity-Random-seed-for-squids.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0290-Re-add-vanilla-entity-warnings-for-duplicates.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0291-Don-t-process-despawn-if-entity-is-in-a-chunk-schedu.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0292-Avoid-item-merge-if-stack-size-above-max-stack-size.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0293-Use-asynchronous-Log4j-2-loggers.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0294-add-more-information-to-Entity.toString.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-09 15:26:56 -04:00
0295-Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch Updated Upstream (CraftBukkit/Spigot) 2018-09-10 23:14:02 -04:00
0296-EnderDragon-Events.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0297-PlayerElytraBoostEvent.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0298-PlayerLaunchProjectileEvent.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0299-Duplicate-UUID-Resolve-Option.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-09 15:26:56 -04:00
0300-Add-async-chunk-load-API.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0301-Speedup-BlockPos-by-fixing-inlining.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0302-Don-t-save-Proto-Chunks.patch Forgot to rebuild patches after I fixed things in upstream update 2018-09-09 15:29:22 -04:00
0303-Optimize-RegistryID.c.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0304-Option-to-prevent-armor-stands-from-doing-entity-loo.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0305-Vanished-players-don-t-have-rights.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0306-Mark-chunk-dirty-anytime-entities-change-to-guarante.patch Update upstream CB 2018-08-27 11:07:22 -04:00
0307-Add-some-Debug-to-Chunk-Entity-slices.patch Update upstream CB 2018-08-27 11:07:22 -04:00
0308-Optimize-Region-File-Cache.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0309-EntityTransformedEvent.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0310-SkeletonHorse-Additions.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0311-Prevent-Saving-Bad-entities-to-chunks.patch Updated Upstream (CraftBukkit/Spigot) 2018-09-10 23:14:02 -04:00
0312-Don-t-call-getItemMeta-on-hasItemMeta.patch Update upstream CB 2018-08-27 11:07:22 -04:00
0313-Always-process-chunk-removal-in-removeEntity.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0314-Ignore-Dead-Entities-in-entityList-iteration.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0315-Always-process-chunk-registration-after-moving.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0316-Provide-option-to-use-a-versioned-world-folder-for-t.patch Updated Upstream (CraftBukkit/Spigot) 2018-09-10 23:14:02 -04:00
0317-MC-111480-Start-Entity-ID-s-at-1.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0318-Implement-Expanded-ArmorStand-API.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0319-AnvilDamageEvent.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0320-World-EntityHuman-Lookup-Optimizations.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0321-Add-TNTPrimeEvent.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0322-Break-up-and-make-tab-spam-limits-configurable.patch The disconnect on packet spam must be called sync (#1452) 2018-09-17 22:04:47 -04:00
0323-Make-portal-teleportation-adjustment-math-more-accur.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0324-Add-hand-to-bucket-events.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-09-17 03:06:34 -04:00
0325-MC-135506-Experience-should-save-as-Integers.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0326-Entity-add-to-world-fixes.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0327-Fix-client-rendering-skulls-from-same-user.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0328-Add-Early-Warning-Feature-to-WatchDog.patch Use BigDecimal to improve accracy of TPS results - long live 20 TPS! 2018-09-17 22:32:37 -04:00
0329-Make-EnderDragon-implement-Mob.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0330-Detect-and-repair-corrupt-Region-Files.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 23:47:57 -04:00
0331-Use-ConcurrentHashMap-in-JsonList.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0332-Use-a-Queue-for-Queueing-Commands.patch Paper 1.13.1 Update 2018-08-26 20:51:39 -04:00
0333-Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-08-28 17:49:36 -04:00
0334-Allow-disabling-armour-stand-ticking.patch [CI-SKIP] [Auto] Rebuild Patches 2018-09-03 12:31:32 -04:00
0335-Ensure-chunks-are-always-loaded-on-hard-position-set.patch [CI-SKIP] [Auto] Rebuild Patches 2018-09-03 12:31:32 -04:00
0336-Optimize-BlockPosition-helper-methods.patch [CI-SKIP] [Auto] Rebuild Patches 2018-09-03 12:31:32 -04:00
0337-Send-nearby-packets-from-world-player-list-not-serve.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-15 12:10:26 -04:00
0338-Cache-World-Entity-Type-counts.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0339-Restore-vanlla-default-mob-spawn-range.patch [CI-SKIP] [Auto] Rebuild Patches 2018-09-03 12:31:32 -04:00
0340-Optimize-Hoppers.patch Use BigDecimal to improve accracy of TPS results - long live 20 TPS! 2018-09-17 22:32:37 -04:00
0341-Optimize-CraftBlockData-Creation.patch [CI-SKIP] [Auto] Rebuild Patches 2018-09-03 12:31:32 -04:00
0342-Fix-MC-124320.patch [CI-SKIP] [Auto] Rebuild Patches 2018-09-03 12:31:32 -04:00
0343-Slime-Pathfinder-Events.patch [CI-SKIP] [Auto] Rebuild Patches 2018-09-03 12:31:32 -04:00
0344-isChunkGenerated-API.patch [CI-SKIP] [Auto] Rebuild Patches 2018-09-03 12:31:32 -04:00
0345-Add-source-block-to-BlockPhysicsEvent.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0346-Anti-Xray.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0347-Configurable-speed-for-water-flowing-over-lava.patch [CI-SKIP] [Auto] Rebuild Patches 2018-09-03 12:31:32 -04:00
0348-Optimize-RegistryMaterials.patch [CI-SKIP] [Auto] Rebuild Patches 2018-09-03 12:31:32 -04:00
0349-Add-PhantomPreSpawnEvent.patch Check that phantom spawned uuid is set for save/load 2018-09-03 15:22:41 -04:00
0350-Add-More-Creeper-API.patch [CI-SKIP] [Auto] Rebuild Patches 2018-09-03 12:31:32 -04:00
0351-Optimize-Chunk-getPos.patch [CI-SKIP] [Auto] Rebuild Patches 2018-09-03 12:31:32 -04:00
0352-Use-an-EnumMap-for-Chunk-Height-Maps.patch [CI-SKIP] [Auto] Rebuild Patches 2018-09-03 12:31:32 -04:00
0353-Implement-Force-Loaded-Chunk-API.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0354-Inventory-removeItemAnySlot.patch [CI-SKIP] [Auto] Rebuild Patches 2018-09-03 12:31:32 -04:00
0355-Optimize-getChunkIfLoaded-type-calls.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0356-Don-t-double-add-golems-to-world.patch [CI-SKIP] [Auto] Rebuild Patches 2018-09-03 12:31:32 -04:00
0357-fix-newlines-in-spigot-tab-list-API.patch [CI-SKIP] [Auto] Rebuild Patches 2018-09-03 12:31:32 -04:00
0358-Make-CraftWorld-loadChunk-int-int-false-load-unconve.patch [CI-SKIP] [Auto] Rebuild Patches 2018-09-03 12:31:32 -04:00
0359-Add-ray-tracing-methods-to-LivingEntity.patch [Auto] Updated Upstream (CraftBukkit) 2018-09-17 02:46:39 -04:00
0360-Fix-concurrency-and-performance-issues-in-DataFixers.patch I dedicate this to Billy, the one and true dolphin rider 2018-09-17 00:41:20 -04:00
0361-Fix-1420.patch Fix #1420 (#1421) 2018-09-07 20:03:38 -04:00
0362-MC-2025-Save-and-load-entity-AABB-to-prevent-wobble.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-09 15:26:56 -04:00
0363-Improve-death-events.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-09-17 03:06:34 -04:00
0364-Allow-chests-to-be-placed-with-NBT-data.patch Allow chests to be placed with NBT (#1425) 2018-09-09 12:53:23 -04:00
0365-Mob-Pathfinding-API.patch Mob Pathfinding API 2018-09-09 21:50:12 -04:00
0366-Prevent-chunk-loading-from-Fluid-Flowing.patch Prevent fluids from loading chunks - major performance boost 2018-09-10 23:38:16 -04:00
0367-Prevent-pathfinding-from-loading-chunks.patch Fix pathfinding NPE - Fixes #1435 2018-09-12 21:17:59 -04:00
0368-Prevent-Mob-AI-Rules-from-Loading-Chunks.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0369-Prevent-mob-spawning-from-loading-generating-chunks.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
0370-Optimize-Biome-Mob-Lookups-for-Mob-Spawning.patch Optimize Biome Mob Lookups for Mob Spawning 2018-09-12 21:50:34 -04:00
0371-MC-136886-Don-t-load-chunks-looking-for-features.patch MC-136886: Don't load chunks looking for features - Fixes #1438 2018-09-13 22:36:38 -04:00
0372-Fix-major-memory-leaks-in-ExpiringMap.patch Use BigDecimal to improve accracy of TPS results - long live 20 TPS! 2018-09-17 22:32:37 -04:00
0373-Implement-furnace-cook-speed-multiplier-API.patch Implement furnace cook speed multiplier API. (#1437) 2018-09-17 18:53:27 -04:00
0374-Support-Overriding-World-Seeds.patch Support Overriding World Seeds - Closes #350 2018-09-17 23:38:17 -04:00
0375-Optimize-Server-World-Map.patch Optimize Server World Map 2018-09-18 01:34:44 -04:00