Paper/Spigot-Server-Patches
Aikar 0645364ee5
Ensure chunks are always loaded on hard position sets
Player Movement, Entity Creation and Teleportation move
entities with a very "You are here, no debate" change, making
the server register them as there, regardless if that chunk was
loaded or not.

It appears possible that with hack clients and lag, a player
may be able to move fast enough to move into an unloaded
chunk and get into a buggy state.

To prevent this, we will ensure a chunk is always loaded,
guaranteeing that the entity will be properly registered
into its new home comfortably.

Closes #1316
2018-08-16 17:46:38 -04:00
..
0001-POM-Changes.patch
0002-Paper-config-files.patch
0003-MC-Dev-fixes.patch
0004-Paper-Metrics.patch
0005-Add-MinecraftKey-Information-to-Objects.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
0006-Store-reference-to-current-Chunk-for-Entity-and-Bloc.patch clear current chunk and entity slice on chunk unload 2018-07-30 00:51:58 -04:00
0007-Store-counts-for-each-Entity-Block-Entity-Type.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
0008-MC-Utils.patch
0009-Timings-v2.patch clear current chunk and entity slice on chunk unload 2018-07-30 00:51:58 -04:00
0010-Configurable-cactus-and-reed-natural-growth-heights.patch
0011-Configurable-baby-zombie-movement-speed.patch
0012-Configurable-fishing-time-ranges.patch
0013-Allow-nerfed-mobs-to-jump.patch
0014-Add-configurable-despawn-distances-for-living-entiti.patch
0015-Allow-for-toggling-of-spawn-chunks.patch
0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
0017-Configurable-speed-for-water-flowing-over-lava.patch
0018-Show-Paper-in-client-crashes-server-lists-and-Mojang.patch
0019-Player-affects-spawning-API.patch
0020-Remove-invalid-mob-spawner-tile-entities.patch
0021-Optimize-TileEntity-Ticking.patch
0022-Further-improve-server-tick-loop.patch
0023-Only-refresh-abilities-if-needed.patch
0024-Add-async-chunk-load-API.patch
0025-Entity-Origin-API.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
0026-Prevent-tile-entity-and-entity-crashes.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
0027-Configurable-top-of-nether-void-damage.patch
0028-Check-online-mode-before-converting-and-renaming-pla.patch
0029-Always-tick-falling-blocks.patch
0030-Lighting-Queue.patch clear current chunk and entity slice on chunk unload 2018-07-30 00:51:58 -04:00
0031-Configurable-end-credits.patch
0032-Fix-lag-from-explosions-processing-dead-entities.patch
0033-Generator-Settings.patch
0034-Optimize-explosions.patch
0035-Stop-updating-flowing-block-if-material-has-changed.patch
0036-Fast-draining.patch
0037-Configurable-lava-flow-speed.patch
0038-Add-player-view-distance-API.patch
0039-Disable-explosion-knockback.patch
0040-Disable-thunder.patch
0041-Disable-ice-and-snow.patch
0042-Configurable-mob-spawner-tick-rate.patch
0043-Send-absolute-position-the-first-time-an-entity-is-s.patch
0044-Add-BeaconEffectEvent.patch
0045-Configurable-container-update-tick-rate.patch
0046-Use-UserCache-for-player-heads.patch
0047-Disable-spigot-tick-limiters.patch
0048-Configurable-Chunk-IO-Thread-Base-Count.patch
0049-Add-PlayerInitialSpawnEvent.patch
0050-Disable-chest-cat-detection.patch
0051-Ensure-commands-are-not-ran-async.patch
0052-All-chunks-are-slime-spawn-chunks-toggle.patch
0053-Optimize-Pathfinding.patch
0054-Avoid-hopper-searches-if-there-are-no-items.patch clear current chunk and entity slice on chunk unload 2018-07-30 00:51:58 -04:00
0055-Expose-server-CommandMap.patch
0056-Be-a-bit-more-informative-in-maxHealth-exception.patch
0057-Player-Tab-List-and-Title-APIs.patch
0058-Ensure-inv-drag-is-in-bounds.patch
0059-Change-implementation-of-tile-entity-removal-list.patch If Entity is added to chunk, look up the chunk if current isnt set 2018-07-29 12:06:20 -04:00
0060-Add-configurable-portal-search-radius.patch
0061-Add-velocity-warnings.patch
0062-Configurable-inter-world-teleportation-safety.patch
0063-Add-exception-reporting-event.patch
0064-Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch
0065-Disable-Scoreboards-for-non-players-by-default.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
0066-Add-methods-for-working-with-arrows-stuck-in-living-.patch
0067-Complete-resource-pack-API.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
0068-Chunk-save-queue-improvements.patch
0069-Chunk-Save-Reattempt.patch
0070-Default-loading-permissions.yml-before-plugins.patch
0071-Allow-Reloading-of-Custom-Permissions.patch Fix custom permissions reloading (#1325) 2018-08-11 09:39:53 -04:00
0072-Remove-Metadata-on-reload.patch
0073-Undead-horse-leashing.patch
0074-Fix-Furnace-cook-time-bug.patch
0075-Handle-Item-Meta-Inconsistencies.patch Fix ItemStack.removeEnchantment returning wrong value 2018-08-04 01:13:10 -04:00
0076-Configurable-Non-Player-Arrow-Despawn-Rate.patch
0077-Add-World-Util-Methods.patch
0078-Optimized-Light-Level-Comparisons.patch
0079-Pass-world-to-Village-creation.patch
0080-Custom-replacement-for-eaten-items.patch
0081-handle-NaN-health-absorb-values-and-repair-bad-data.patch
0082-Catch-Async-PlayerChunkMap-operations.patch
0083-Support-offline-mode-in-whitelist-command-as-well.patch
0084-Waving-banner-workaround.patch
0085-Use-a-Shared-Random-for-Entities.patch
0086-Don-t-teleport-dead-entities.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
0087-Optimize-Chunk-Access.patch
0088-Configurable-spawn-chances-for-skeleton-horses.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0089-Optimize-isValidLocation-getType-and-getBlockData-fo.patch
0090-Fix-cooked-fish-legacy-import.patch
0091-Access-items-by-EquipmentSlot.patch
0092-Check-async-remove-unused-vars-GH-159.patch
0093-Option-to-disable-BlockPhysicsEvent-for-Redstone.patch
0094-Entity-AddTo-RemoveFrom-World-Events.patch
0095-Configurable-Chunk-Inhabited-Timer.patch clear current chunk and entity slice on chunk unload 2018-07-30 00:51:58 -04:00
0096-EntityPathfindEvent.patch Break up and make tab spam limits configurable 2018-07-31 13:53:49 +01:00
0097-Prevent-Waterflow-BlockFromToEvent-from-loading-chun.patch
0098-Reduce-IO-ops-opening-a-new-region-file.patch
0099-Sanitise-RegionFileCache-and-make-configurable.patch
0100-Use-Optimized-Collections.patch
0101-Do-not-load-chunks-for-light-checks.patch
0102-Add-PlayerUseUnknownEntityEvent.patch
0103-Fix-reducedDebugInfo-not-initialized-on-client.patch
0104-Configurable-Grass-Spread-Tick-Rate.patch
0105-Configurable-Keep-Spawn-Loaded-range-per-world.patch
0106-Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch
0107-Don-t-spam-reload-spawn-chunks-in-nether-end.patch
0108-Remove-Debug-checks-from-DataBits.patch
0109-Option-to-use-vanilla-per-world-scoreboard-coloring-.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
0110-Workaround-for-setting-passengers-on-players.patch
0111-Remove-unused-World-Tile-Entity-List.patch
0112-Don-t-tick-Skulls-unused-code.patch
0113-Configurable-Player-Collision.patch
0114-Add-handshake-event-to-allow-plugins-to-handle-clien.patch
0115-Water-mobs-should-only-spawn-in-the-water.patch
0116-Fix-Bugs-with-Spigot-Mob-Spawn-Logic.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
0117-Configurable-RCON-IP-address.patch
0118-Prevent-Fire-from-loading-chunks.patch
0119-Implement-PlayerLocaleChangeEvent.patch
0120-EntityRegainHealthEvent-isFastRegen-API.patch
0121-Add-ability-to-configure-frosted_ice-properties.patch
0122-Vehicle-Event-Cancellation-Changes.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
0123-SPIGOT-1401-Fix-dispenser-dropper-furnace-placement.patch
0124-remove-null-possibility-for-getServer-singleton.patch
0125-Improve-Maps-in-item-frames-performance-and-bug-fixe.patch
0126-LootTable-API-Replenishable-Lootables-Feature.patch
0127-Do-not-load-chunks-for-pathfinding.patch
0128-Entity-Tracking-Improvements.patch
0129-Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch Break up and make tab spam limits configurable 2018-07-31 13:53:49 +01:00
0130-Do-not-mark-chunks-as-active-for-neighbor-updates.patch clear current chunk and entity slice on chunk unload 2018-07-30 00:51:58 -04:00
0131-Fix-Chunk-Unload-Queue-Issues.patch
0132-System-property-for-disabling-watchdoge.patch
0133-Optimize-EAR.patch
0134-Optimize-UserCache-Thread-Safe.patch
0135-Avoid-blocking-on-Network-Manager-creation.patch
0136-Optional-TNT-doesn-t-move-in-water.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
0137-Faster-redstone-torch-rapid-clock-removal.patch
0138-Ensure-Chunks-never-ever-load-async.patch
0139-Add-server-name-parameter.patch
0140-Only-send-Dragon-Wither-Death-sounds-to-same-world.patch
0141-Fix-FallingBlocks-being-stuck-on-fences.patch
0142-Make-entities-look-for-hoppers.patch
0143-Delay-Chunk-Unloads-based-on-Player-Movement.patch
0144-Toggleable-Elytra-Wall-Damage.patch
0145-Fix-Double-World-Add-issues.patch
0146-Fix-Old-Sign-Conversion.patch
0147-Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch
0148-More-informative-vehicle-moved-wrongly-message.patch
0149-Re-track-players-that-dismount-from-other-players.patch
0150-Add-setting-for-proxy-online-mode-status.patch
0151-Optimise-BlockStateEnum-hashCode-and-equals.patch
0152-Disable-ticking-of-snow-blocks.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0153-Fix-AIOOBE-in-inventory-handling.patch
0154-Configurable-packet-in-spam-threshold.patch
0155-Configurable-flying-kick-messages.patch
0156-Auto-Save-Improvements.patch clear current chunk and entity slice on chunk unload 2018-07-30 00:51:58 -04:00
0157-Chunk-registration-fixes.patch Undo a mistaken chunk registration change - Closes #1302 2018-08-04 12:53:38 -04:00
0158-Remove-FishingHook-reference-on-Craft-Entity-removal.patch
0159-Auto-fix-bad-Y-levels-on-player-login.patch
0160-Raise-string-limit-for-packet-serialization.patch
0161-Disable-Vanilla-Chunk-GC.patch
0162-Option-to-remove-corrupt-tile-entities.patch
0163-Add-EntityZapEvent.patch
0164-Don-t-load-Chunks-from-Hoppers-and-other-things.patch
0165-Prevent-Auto-Save-if-Save-Queue-is-full.patch
0166-Chunk-Save-Stats-Debug-Option.patch
0167-Filter-bad-data-from-ArmorStand-and-SpawnEgg-items.patch
0168-Cache-user-authenticator-threads.patch
0169-Optimize-Network-Queue.patch
0170-Optimise-removeQueue.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0171-Allow-Reloading-of-Command-Aliases.patch Fix custom permissions reloading (#1325) 2018-08-11 09:39:53 -04:00
0172-Add-source-to-PlayerExpChangeEvent.patch
0173-Optimize-World.isLoaded-BlockPosition-Z.patch
0174-Speedup-BlockPos-by-fixing-inlining.patch
0175-Don-t-let-fishinghooks-use-portals.patch
0176-Add-ProjectileCollideEvent.patch
0177-Vanished-players-don-t-have-rights.patch
0178-Prevent-Pathfinding-out-of-World-Border.patch
0179-Bound-Treasure-Maps-to-World-Border.patch
0180-Configurable-Cartographer-Treasure-Maps.patch
0181-Optimize-ItemStack.isEmpty.patch
0182-Add-API-methods-to-control-if-armour-stands-can-move.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0183-Option-to-prevent-armor-stands-from-doing-entity-loo.patch
0184-Add-option-to-remove-invalid-statistics.patch
0185-IllegalPacketEvent.patch
0186-Properly-fix-item-duplication-bug.patch
0187-String-based-Action-Bar-API.patch
0188-Activation-Range-Improvements.patch
0189-Firework-API-s.patch
0190-PlayerTeleportEndGatewayEvent.patch
0191-ShulkerBox-Dupe-Prevention.patch
0192-Provide-E-TE-Chunk-count-stat-methods.patch
0193-Enforce-Sync-Player-Saves.patch
0194-Enforce-Sync-Chunk-Unloads.patch
0195-Don-t-allow-entities-to-ride-themselves-572.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
0196-Fix-block-break-desync.patch
0197-Assign-the-World-in-WorldGenStronghold.patch
0198-ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch
0199-Cap-Entity-Collisions.patch
0200-Do-not-allow-a-zero-max-height-in-BiomeJungle.patch
0201-Remove-CraftScheduler-Async-Task-Debugger.patch
0202-Shame-on-you-Mojang.patch
0203-Make-targetSize-more-aggressive-in-the-chunk-unload-.patch
0204-Do-not-let-armorstands-drown.patch
0205-Fix-NFE-when-attempting-to-read-EMPTY-ItemStack.patch
0206-Properly-handle-async-calls-to-restart-the-server.patch
0207-Add-system-property-to-disable-book-size-limits.patch
0208-Add-option-to-make-parrots-stay-on-shoulders-despite.patch
0209-Add-configuration-option-to-prevent-player-names-fro.patch Fix custom permissions reloading (#1325) 2018-08-11 09:39:53 -04:00
0210-Use-TerminalConsoleAppender-for-console-improvements.patch
0211-provide-a-configurable-option-to-disable-creeper-lin.patch
0212-Item-canEntityPickup.patch
0213-PlayerPickupItemEvent-setFlyAtPlayer.patch
0214-PlayerAttemptPickupItemEvent.patch
0215-Add-UnknownCommandEvent.patch
0216-Basic-PlayerProfile-API.patch Fix custom permissions reloading (#1325) 2018-08-11 09:39:53 -04:00
0217-Shoulder-Entities-Release-API.patch
0218-Profile-Lookup-Events.patch
0219-Block-player-logins-during-server-shutdown.patch
0220-Entity-fromMobSpawner.patch
0221-Fix-Anvil-Level-sync-to-client.patch
0222-Add-missing-coverages-for-getTileEntity-in-order-to-.patch
0223-Improve-the-Saddle-API-for-Horses.patch
0224-Implement-ensureServerConversions-API.patch
0225-Implement-getI18NDisplayName.patch
0226-GH-806-Respect-saving-disabled-before-unloading-all-.patch
0227-ProfileWhitelistVerifyEvent.patch
0228-Fix-this-stupid-bullshit.patch
0229-Ocelot-despawns-should-honor-nametags-and-leash.patch
0230-Reset-spawner-timer-when-spawner-event-is-cancelled.patch
0231-MC-94186-Fix-dragon-egg-falling-in-lazy-chunks.patch
0232-Fix-MC-117075-TE-Unload-Lag-Spike.patch
0233-Allow-specifying-a-custom-authentication-servers-dow.patch
0234-LivingEntity-setKiller.patch
0235-Anti-Xray.patch
0236-Use-Log4j-IOStreams-to-redirect-System.out-err-to-lo.patch
0237-Handle-plugin-prefixes-using-Log4J-configuration.patch
0238-Include-Log4J2-SLF4J-implementation.patch
0239-Disable-logger-prefix-for-various-plugins-bypassing-.patch
0240-Add-PlayerJumpEvent.patch
0241-handle-PacketPlayInKeepAlive-async.patch
0242-Expose-client-protocol-version-and-virtual-host.patch
0243-revert-serverside-behavior-of-keepalives.patch
0244-Replace-HashSet-with-fastutil-s-ObjectOpenHashSet-in.patch
0245-Send-attack-SoundEffects-only-to-players-who-can-see.patch
0246-Option-for-maximum-exp-value-when-merging-orbs.patch Fix logic bug in negative XP bug fix - Closes #1169 2018-08-03 20:59:35 -04:00
0247-Add-PlayerArmorChangeEvent.patch
0248-Improve-Structures-Checking.patch
0249-Prevent-logins-from-being-processed-when-the-player-.patch
0250-use-CB-BlockState-implementations-for-captured-block.patch
0251-API-to-get-a-BlockState-without-a-snapshot.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
0252-AsyncTabCompleteEvent.patch
0253-Avoid-NPE-in-PathfinderGoalTempt.patch
0254-Don-t-blindly-send-unlit-chunks-when-lighting-update.patch clear current chunk and entity slice on chunk unload 2018-07-30 00:51:58 -04:00
0255-PlayerPickupExperienceEvent.patch
0256-ExperienceOrbMergeEvent.patch Fix logic bug in negative XP bug fix - Closes #1169 2018-08-03 20:59:35 -04:00
0257-Ability-to-apply-mending-to-XP-API.patch
0258-Configurable-Chunks-Sends-per-Tick-setting.patch
0259-Configurable-Max-Chunk-Gens-per-Tick.patch
0260-Make-max-squid-spawn-height-configurable.patch
0261-PreCreatureSpawnEvent.patch Apply spawner delay for cancelled pre spawn events (#1276) 2018-07-25 18:19:51 -04:00
0262-PlayerNaturallySpawnCreaturesEvent.patch
0263-Add-SkullMeta.setPlayerProfile-API.patch
0264-Fill-Profile-Property-Events.patch
0265-PlayerAdvancementCriterionGrantEvent.patch
0266-MC-99321-Dont-check-for-blocked-double-chest-for-hop.patch
0267-Add-ArmorStand-Item-Meta.patch Fix ItemStack.removeEnchantment returning wrong value 2018-08-04 01:13:10 -04:00
0268-Extend-Player-Interact-cancellation.patch
0269-Optimize-Hoppers.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
0270-Tameable-getOwnerUniqueId-API.patch
0271-Toggleable-player-crits-helps-mitigate-hacked-client.patch
0272-Fix-NPE-when-getting-location-from-InventoryEnderChe.patch
0273-Prevent-Frosted-Ice-from-loading-holding-chunks.patch
0274-Disable-Explicit-Network-Manager-Flushing.patch
0275-Implement-extended-PaperServerListPingEvent.patch
0276-Improved-Async-Task-Scheduler.patch
0277-Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch
0278-Call-PortalCreateEvent-for-exit-portals.patch
0279-Player.setPlayerProfile-API.patch
0280-Configurable-Unrestricted-Signs.patch
0281-Fix-Dragon-Server-Crashes.patch
0282-getPlayerUniqueId-API.patch
0283-Make-player-data-saving-configurable.patch
0284-Make-legacy-ping-handler-more-reliable.patch
0285-Call-PaperServerListPingEvent-for-legacy-pings.patch
0286-Flag-to-disable-the-channel-limit.patch
0287-MC-124833.patch
0288-Add-method-to-open-already-placed-sign.patch
0289-Load-version-history-at-server-start.patch
0290-Handle-bad-chunks-more-gracefully.patch
0291-Configurable-sprint-interruption-on-attack.patch
0292-Configurable-Allowance-of-Permanent-Chunk-Loaders.patch
0293-Fix-exploit-that-allowed-colored-signs-to-be-created.patch
0294-EndermanEscapeEvent.patch
0295-Enderman.teleportRandomly.patch
0296-Block-Enderpearl-Travel-Exploit.patch
0297-Expand-World.spawnParticle-API-and-add-Builder.patch Add a force option to the ParticleBuilder API (#1322) 2018-08-14 01:42:31 -04:00
0298-EndermanAttackPlayerEvent.patch
0299-WitchConsumePotionEvent.patch
0300-WitchThrowPotionEvent.patch
0301-Allow-spawning-Item-entities-with-World.spawnEntity.patch
0302-Don-t-load-chunks-for-villager-door-checks.patch
0303-WitchReadyPotionEvent.patch
0304-ItemStack-getMaxItemUseDuration.patch
0305-Implement-EntityTeleportEndGatewayEvent.patch
0306-Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch
0307-Properly-remove-entities-on-dimension-teleport.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
0308-Fix-CraftEntity-hashCode.patch
0309-Configurable-Alternative-LootPool-Luck-Formula.patch
0310-Print-Error-details-when-failing-to-save-player-data.patch
0311-Make-shield-blocking-delay-configurable.patch
0312-Ignore-Missing-Recipes-in-RecipeBook-to-avoid-data-e.patch
0313-EntityShootBowEvent-consumeArrow-and-getArrowItem-AP.patch
0314-PlayerReadyArrowEvent.patch
0315-Fire-EntityShootBowEvent-for-Illusioner.patch
0316-Implement-EntityKnockbackByEntityEvent.patch
0317-Expand-Explosions-API.patch
0318-LivingEntity-Hand-Raised-Item-Use-API.patch
0319-RangedEntity-API.patch
0320-Add-SentientNPC-Interface-to-Entities.patch
0321-Cleanup-allocated-favicon-ByteBuf.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:58:56 -04:00
0322-Improve-ProjectileHitEvent-to-include-the-BlockFace-.patch
0323-Add-config-to-disable-ender-dragon-legacy-check.patch
0324-Implement-World.getEntity-UUID-API.patch
0325-InventoryCloseEvent-Reason-API.patch
0326-Avoid-Chunk-Lookups-for-Entity-TileEntity-Current-Ch.patch Fix logic bug in negative XP bug fix - Closes #1169 2018-08-03 20:59:35 -04:00
0327-Configurable-Bed-Search-Radius.patch
0328-Vex-getOwner-API.patch
0329-Refresh-player-inventory-when-cancelling-PlayerInter.patch
0330-Avoid-item-merge-if-stack-size-above-max-stack-size.patch
0331-Re-add-vanilla-entity-warnings-for-duplicates.patch
0332-add-more-information-to-Entity.toString.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
0333-Don-t-process-despawn-if-entity-is-in-a-chunk-schedu.patch
0334-Use-asynchronous-Log4j-2-loggers.patch
0335-Don-t-change-the-Entity-Random-seed-for-squids.patch
0336-Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch Prevent Saving Bad entities to chunks 2018-07-26 00:51:20 -04:00
0337-Additional-Paper-Config-options.patch
0338-Duplicate-UUID-Resolve-Option.patch make dupe uuid saferegen delete range configurable 2018-08-04 00:26:56 -04:00
0339-Mark-chunk-dirty-anytime-entities-change-to-guarante.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
0340-Add-some-Debug-to-Chunk-Entity-slices.patch make dupe uuid saferegen delete range configurable 2018-08-04 00:26:56 -04:00
0341-Prevent-Saving-Bad-entities-to-chunks.patch Entity add to world fixes - #1223 2018-08-03 23:02:44 -04:00
0342-Always-process-chunk-removal-in-removeEntity.patch Fix logic bug in negative XP bug fix - Closes #1169 2018-08-03 20:59:35 -04:00
0343-Ignore-Dead-Entities-in-entityList-iteration.patch Fix logic bug in negative XP bug fix - Closes #1169 2018-08-03 20:59:35 -04:00
0344-Always-process-chunk-registration-after-moving.patch Always process chunk registration after moving 2018-07-29 12:10:20 -04:00
0345-MC-111480-Start-Entity-ID-s-at-1.patch MC-111480: Start Entity ID's at 1 - Closes #1287 2018-07-29 23:00:00 -04:00
0346-Break-up-and-make-tab-spam-limits-configurable.patch Break up and make tab spam limits configurable 2018-07-31 13:53:49 +01:00
0347-MC-135506-Experience-should-save-as-Integers.patch Fix "MC-135506: Experience should save as Integers" still saving as short" (#1301) 2018-08-03 09:25:21 -04:00
0348-Entity-add-to-world-fixes.patch make dupe uuid saferegen delete range configurable 2018-08-04 00:26:56 -04:00
0349-Add-Early-Warning-Feature-to-WatchDog.patch Improve Watchdog Early Warning Feature - Closes #1319 2018-08-16 17:30:26 -04:00
0350-Use-ConcurrentHashMap-in-JsonList.patch Fix custom permissions reloading (#1325) 2018-08-11 09:39:53 -04:00
0351-Use-a-Queue-for-Queueing-Commands.patch Use a Queue for Queueing Commands 2018-08-12 02:34:34 -04:00
0352-Allow-disabling-armour-stand-ticking.patch Allow disabling armour stand ticking 2018-08-15 01:29:41 -07:00
0353-Ensure-chunks-are-always-loaded-on-hard-position-set.patch Ensure chunks are always loaded on hard position sets 2018-08-16 17:46:38 -04:00