13
0
geforkt von Mirrors/Paper
Paper/Spigot-Server-Patches
Spottedleaf b56a982756 Optimize DataWatcher
The lock in DataWatcher is used to prevent concurrent modifications
to the 'd' field (entries in MCP). However any modifications to
this map only occur on initialization of an Entity in its
constructor. This modification is write-locked.

Every other access is through a readlock, which allows
the threads to pass if there is no thread holding the
writelock.

Since the writelock is only obtained in the constructor
of the Entity, the further readlocks are actually
useless (which get obtained on set, get, etc calls).

The entries field ('d' currently) has also been declared as
Int2ObjectOpenHashMap to avoid autoboxing on put(), get(), etc
calls.
2019-05-13 20:37:18 -07:00
..
Ability-to-apply-mending-to-XP-API.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch More 1.14 patches 2019-04-28 10:59:47 -07:00
Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Access-items-by-EquipmentSlot.patch Update Upstream 2019-05-05 19:58:04 -07:00
Add-ability-to-configure-frosted_ice-properties.patch More 1.14 updates (#1995) 2019-04-26 20:05:36 -07:00
Add-API-methods-to-control-if-armour-stands-can-move.patch More 1.14 work 2019-04-26 23:26:04 -07:00
Add-APIs-to-replace-OfflinePlayer-getLastPlayed.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Add-ArmorStand-Item-Meta.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Add-BeaconEffectEvent.patch Aim towards real 1.14 2019-04-25 07:53:51 +01:00
Add-config-to-disable-ender-dragon-legacy-check.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Add-configurable-despawn-distances-for-living-entiti.patch More work towards 1.14 pre5 2019-04-24 02:00:24 +01:00
Add-configurable-portal-search-radius.patch Fix entities refusing to die and portal search not working 2019-05-07 05:00:51 -07:00
Add-configuration-option-to-prevent-player-names-fro.patch More compile fixes 2019-05-06 03:20:16 -04:00
Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Add-Early-Warning-Feature-to-WatchDog.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Add-EntityZapEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Add-exception-reporting-event.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Add-hand-to-bucket-events.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Add-handshake-event-to-allow-plugins-to-handle-clien.patch More 1.14 updates (#1995) 2019-04-26 20:05:36 -07:00
Add-Heightmap-API.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Add-LivingEntity-getTargetEntity.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Add-method-to-open-already-placed-sign.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Add-methods-for-working-with-arrows-stuck-in-living-.patch Update Upstream 2019-05-05 19:58:04 -07:00
Add-MinecraftKey-Information-to-Objects.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Add-More-Creeper-API.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
add-more-information-to-Entity.toString.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Add-more-Witch-API.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Add-more-Zombie-API.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Add-option-to-make-parrots-stay-on-shoulders-despite.patch Update Upstream 2019-05-05 19:58:04 -07:00
Add-option-to-prevent-players-from-moving-into-unloa.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Add-PhantomPreSpawnEvent.patch More compile fixes 2019-05-06 03:20:16 -04:00
Add-PlayerArmorChangeEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Add-PlayerConnectionCloseEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Add-PlayerInitialSpawnEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Add-PlayerJumpEvent.patch Update Upstream 2019-05-05 19:58:04 -07:00
Add-PlayerUseUnknownEntityEvent.patch Update Upstream 2019-05-05 19:58:04 -07:00
Add-ProjectileCollideEvent.patch Update Upstream 2019-05-05 19:58:04 -07:00
Add-ray-tracing-methods-to-LivingEntity.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Add-server-name-parameter.patch Update Upstream 2019-05-05 19:58:04 -07:00
Add-setPlayerProfile-API-for-Skulls.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Add-setting-for-proxy-online-mode-status.patch More compile fixes 2019-05-06 03:20:16 -04:00
Add-some-Debug-to-Chunk-Entity-slices.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Add-source-to-PlayerExpChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2019-05-09 08:20:01 +01:00
Add-sun-related-API.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Add-system-property-to-disable-book-size-limits.patch Update Upstream 2019-05-05 19:58:04 -07:00
Add-TNTPrimeEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Add-UnknownCommandEvent.patch Fix some more compile errors 2019-05-05 20:53:47 -07:00
Add-Velocity-IP-Forwarding-Support.patch More compile fixes 2019-05-06 03:20:16 -04:00
Add-velocity-warnings.patch Update Upstream 2019-05-05 19:58:04 -07:00
Add-World-Util-Methods.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
All-chunks-are-slime-spawn-chunks-toggle.patch Aim towards real 1.14 2019-04-25 07:53:51 +01:00
Allow-chests-to-be-placed-with-NBT-data.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Allow-disabling-armour-stand-ticking.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Allow-for-toggling-of-spawn-chunks.patch More work towards 1.14 pre5 2019-04-24 02:00:24 +01:00
Allow-login-events-to-fire-only-after-the-server-plu.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Allow-nerfed-mobs-to-jump.patch More compile error fixes 2019-05-05 17:57:14 -07:00
Allow-Reloading-of-Command-Aliases.patch Update Upstream 2019-05-05 19:58:04 -07:00
Allow-Reloading-of-Custom-Permissions.patch Update Upstream 2019-05-05 19:58:04 -07:00
Allow-Saving-of-Oversized-Chunks.patch Fix RegionFileCache write logic 2019-05-07 16:26:37 +01:00
Allow-setting-the-vex-s-summoner.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Allow-spawning-Item-entities-with-World.spawnEntity.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Allow-specifying-a-custom-authentication-servers-dow.patch More compile fixes 2019-05-06 03:20:16 -04:00
Always-tick-falling-blocks.patch A bit more work for 1.14 2019-04-24 03:34:11 +01:00
AnvilDamageEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
API-to-get-a-BlockState-without-a-snapshot.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Async-Chunk-placeholder.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
AsyncTabCompleteEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Auto-fix-bad-Y-levels-on-player-login.patch Update Upstream 2019-05-05 19:58:04 -07:00
Avoid-blocking-on-Network-Manager-creation.patch More 1.14 work 2019-04-26 23:26:04 -07:00
Avoid-Chunk-Lookups-for-Entity-TileEntity-Current-Ch.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Avoid-dimension-id-collisions.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Avoid-item-merge-if-stack-size-above-max-stack-size.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Avoid-NPE-in-PathfinderGoalTempt.patch More patches for 1.14 2019-04-27 19:23:53 -04:00
Basic-PlayerProfile-API.patch Update upstream 2019-05-06 17:33:26 -07:00
Be-a-bit-more-informative-in-maxHealth-exception.patch Update Upstream 2019-05-05 19:58:04 -07:00
Block-Enderpearl-Travel-Exploit.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Block-Entity-remove-from-being-called-on-Players.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Block-player-logins-during-server-shutdown.patch More patches for 1.14 2019-04-27 19:23:53 -04:00
BlockDestroyEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Book-Size-Limits.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Bound-Treasure-Maps-to-World-Border.patch Fix some compile errors 2019-05-05 16:24:37 -07:00
Break-up-and-make-tab-spam-limits-configurable.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Cache-user-authenticator-threads.patch More 1.14 work 2019-04-26 23:26:04 -07:00
Call-PaperServerListPingEvent-for-legacy-pings.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Call-player-spectator-target-events.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Call-WhitelistToggleEvent-when-whitelist-is-toggled.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Cap-Entity-Collisions.patch Update Upstream 2019-05-05 19:58:04 -07:00
Catch-JsonParseException-in-Entity-and-TE-names.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Change-implementation-of-tile-entity-removal-list.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Check-Drowned-for-Villager-Aggression-Config.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Check-online-mode-before-converting-and-renaming-pla.patch A bit more work for 1.14 2019-04-24 03:34:11 +01:00
Chunk-registration-fixes.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Chunk-Save-Reattempt.patch Fix RegionFileCache write logic 2019-05-07 16:26:37 +01:00
Complete-resource-pack-API.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Configurable-Alternative-LootPool-Luck-Formula.patch More compile fixes 2019-05-06 03:20:16 -04:00
Configurable-baby-zombie-movement-speed.patch Fix some issues on the list 2019-05-05 14:39:51 -07:00
Configurable-Bed-Search-Radius.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Configurable-cactus-and-reed-natural-growth-heights.patch More work towards 1.14 pre5 2019-04-24 02:00:24 +01:00
Configurable-Cartographer-Treasure-Maps.patch Shove decompile fixes into the proper patch 2019-05-05 11:09:29 -07:00
Configurable-Chunk-Inhabited-Time.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Configurable-connection-throttle-kick-message.patch More compile fixes 2019-05-06 03:20:16 -04:00
Configurable-container-update-tick-rate.patch Update Upstream 2019-05-05 19:58:04 -07:00
Configurable-Disabling-Cat-Chest-Detection.patch Aim towards real 1.14 2019-04-25 07:53:51 +01:00
Configurable-end-credits.patch Update Upstream 2019-05-05 19:58:04 -07:00
Configurable-fishing-time-ranges.patch More work towards 1.14 pre5 2019-04-24 02:00:24 +01:00
Configurable-flying-kick-messages.patch More compile fixes 2019-05-06 03:20:16 -04:00
Configurable-Grass-Spread-Tick-Rate.patch More 1.14 updates (#1995) 2019-04-26 20:05:36 -07:00
Configurable-inter-world-teleportation-safety.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Configurable-mob-spawner-tick-rate.patch Aim towards real 1.14 2019-04-25 07:53:51 +01:00
Configurable-Non-Player-Arrow-Despawn-Rate.patch More work for 1.14 2019-04-26 02:24:00 +01:00
Configurable-packet-in-spam-threshold.patch More compile fixes 2019-05-06 03:20:16 -04:00
Configurable-Player-Collision.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Configurable-RCON-IP-address.patch More 1.14 updates (#1995) 2019-04-26 20:05:36 -07:00
Configurable-spawn-chances-for-skeleton-horses.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Configurable-speed-for-water-flowing-over-lava.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Configurable-sprint-interruption-on-attack.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Configurable-top-of-nether-void-damage.patch Update Upstream 2019-05-05 19:58:04 -07:00
Custom-replacement-for-eaten-items.patch More work for 1.14 2019-04-26 02:24:00 +01:00
Default-loading-permissions.yml-before-plugins.patch More compile fixes 2019-05-06 03:20:16 -04:00
Detect-and-repair-corrupt-Region-Files.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Disable-Explicit-Network-Manager-Flushing.patch More 1.14 patches 2019-04-28 10:59:47 -07:00
Disable-explosion-knockback.patch Aim towards real 1.14 2019-04-25 07:53:51 +01:00
Disable-ice-and-snow.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Disable-logger-prefix-for-various-plugins-bypassing-.patch More patches for 1.14 2019-04-27 19:23:53 -04:00
Disable-Scoreboards-for-non-players-by-default.patch Update Upstream 2019-05-05 19:58:04 -07:00
Disable-spigot-tick-limiters.patch It compiles 2019-05-06 12:30:27 -07:00
Disable-thunder.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Do-not-let-armorstands-drown.patch More 1.14 work 2019-04-26 23:26:04 -07:00
Do-not-load-chunks-for-light-checks.patch It compiles 2019-05-06 12:30:27 -07:00
Do-not-load-chunks-for-Pathfinding.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Don-t-allow-digging-into-unloaded-chunks.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Don-t-allow-entities-to-ride-themselves-572.patch Fix TODOs in Optional TNT doesn't move in water 2019-05-12 16:42:49 -07:00
Don-t-call-getItemMeta-on-hasItemMeta.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Don-t-change-the-Entity-Random-seed-for-squids.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Don-t-check-ConvertSigns-boolean-every-sign-save.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
don-t-go-below-0-for-pickupDelay-breaks-picking-up-i.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Don-t-let-fishinghooks-use-portals.patch Update Upstream 2019-05-05 19:58:04 -07:00
Don-t-load-Chunks-from-Hoppers-and-other-things.patch More 1.14 work 2019-04-26 23:26:04 -07:00
Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch More 1.14 work 2019-04-26 23:26:04 -07:00
Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch More work for 1.14 2019-04-26 02:24:00 +01:00
don-t-NPE-on-dimensionmanager-toString.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Don-t-recheck-type-after-setting-a-block.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch More compile fixes 2019-05-06 03:20:16 -04:00
Don-t-save-Proto-Chunks.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Don-t-sleep-after-profile-lookups-if-not-needed.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Don-t-tick-Skulls-unused-code.patch It compiles 2019-05-06 12:30:27 -07:00
Drop-falling-block-and-tnt-entities-at-the-specified.patch Update Upstream 2019-05-05 19:58:04 -07:00
Elide-lock-in-DataWatcher.patch Optimize DataWatcher 2019-05-13 20:37:18 -07:00
EnderDragon-Events.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Enderman.teleportRandomly.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
EndermanAttackPlayerEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
EndermanEscapeEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Enforce-Sync-Player-Saves.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Ensure-commands-are-not-ran-async.patch Update Upstream 2019-05-05 19:58:04 -07:00
Ensure-inv-drag-is-in-bounds.patch More work for 1.14 2019-04-26 02:24:00 +01:00
Entity-AddTo-RemoveFrom-World-Events.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Entity-fromMobSpawner.patch Fix TODOs in Optional TNT doesn't move in water 2019-05-12 16:42:49 -07:00
Entity-getEntitySpawnReason.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Entity-Origin-API.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
EntityPathfindEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
EntityRegainHealthEvent-isFastRegen-API.patch Fix some issues on the list 2019-05-05 14:39:51 -07:00
EntityShootBowEvent-consumeArrow-and-getArrowItem-AP.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
EntityTransformedEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Expand-Explosions-API.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Expand-World.spawnParticle-API-and-add-Builder.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
ExperienceOrbMergeEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Expose-attack-cooldown-methods-for-Player.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Expose-client-protocol-version-and-virtual-host.patch Update Upstream 2019-05-05 19:58:04 -07:00
Expose-server-CommandMap.patch Update Upstream 2019-05-05 19:58:04 -07:00
Extend-Player-Interact-cancellation.patch More 1.14 patches 2019-04-28 10:59:47 -07:00
Faster-redstone-torch-rapid-clock-removal.patch Fix patch "Faster redstone torch rapid clock removal" (#2014) 2019-05-10 08:48:58 -07:00
Fill-Profile-Property-Events.patch More 1.14 patches 2019-04-28 10:59:47 -07:00
Filter-bad-data-from-ArmorStand-and-SpawnEgg-items.patch More 1.14 work 2019-04-26 23:26:04 -07:00
Fire-BlockPistonRetractEvent-for-all-empty-pistons.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Fire-EntityShootBowEvent-for-Illusioner.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Fire-event-on-GS4-query.patch More compile fixes 2019-05-06 03:20:16 -04:00
Firework-API-s.patch More 1.14 work 2019-04-26 23:26:04 -07:00
Fix-block-break-desync.patch Update Upstream 2019-05-05 19:58:04 -07:00
Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch It compiles 2019-05-06 12:30:27 -07:00
Fix-CB-call-to-changed-postToMainThread-method.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Fix-client-rendering-skulls-from-same-user.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Fix-CraftEntity-hashCode.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Fix-Custom-Shapeless-Custom-Crafting-Recipes.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Fix-Double-World-Add-issues.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Fix-Dragon-Server-Crashes.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Fix-exploit-that-allowed-colored-signs-to-be-created.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Fix-lag-from-explosions-processing-dead-entities.patch A bit more work for 1.14 2019-04-24 03:34:11 +01:00
Fix-MC-93764.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Fix-MC-117075-TE-Unload-Lag-Spike.patch Fix patch "Faster redstone torch rapid clock removal" (#2014) 2019-05-10 08:48:58 -07:00
Fix-MC-124320.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Fix-MC-151674-Close-RegionFiles-when-they-get-evicte.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Fix-NPE-when-getting-location-from-InventoryEnderChe.patch More 1.14 patches 2019-04-28 10:59:47 -07:00
Fix-Old-Sign-Conversion.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Fix-PlayerEditBookEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Fix-reducedDebugInfo-not-initialized-on-client.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Fix-sign-edit-memory-leak.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Fix-sounds-when-item-frames-are-modified-MC-123450.patch Merge branch 'master' into ver/1.14 2019-05-10 20:03:43 +01:00
Fix-SpongeAbsortEvent-handling.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Fix-this-stupid-bullshit.patch Update Upstream 2019-05-05 19:58:04 -07:00
Flag-to-disable-the-channel-limit.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
force-entity-dismount-during-teleportation.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Further-improve-server-tick-loop.patch Update upstream 2019-05-06 17:33:26 -07:00
getPlayerUniqueId-API.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Handle-bad-chunks-more-gracefully.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Handle-Excessive-Signs-in-Chunks-creating-too-large-.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Handle-Item-Meta-Inconsistencies.patch Update Upstream 2019-05-05 19:58:04 -07:00
Handle-Large-Packets-disconnecting-client.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
handle-NaN-health-absorb-values-and-repair-bad-data.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
handle-PacketPlayInKeepAlive-async.patch Fix MCUtils and other calls to postTaskOnMain 2019-05-10 18:42:33 +01:00
Handle-plugin-prefixes-using-Log4J-configuration.patch More patches for 1.14 2019-04-27 19:23:53 -04:00
Here-s-Johnny.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Honor-EntityAgeable.ageLock.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Hook-into-CB-plugin-rewrites.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Ignore-Dead-Entities-in-entityList-iteration.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Ignore-Missing-Recipes-in-RecipeBook-to-avoid-data-e.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Implement-an-API-for-CanPlaceOn-and-CanDestroy-NBT-v.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Implement-ensureServerConversions-API.patch Update Upstream 2019-05-05 19:58:04 -07:00
Implement-EntityKnockbackByEntityEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Implement-EntityTeleportEndGatewayEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Implement-Expanded-ArmorStand-API.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Implement-extended-PaperServerListPingEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Implement-furnace-cook-speed-multiplier-API.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Implement-getI18NDisplayName.patch Update Upstream 2019-05-05 19:58:04 -07:00
Implement-getters-and-setters-for-EntityItem-owner-a.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Implement-PlayerLocaleChangeEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Implement-PlayerPostRespawnEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Implement-World.getEntity-UUID-API.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Improve-death-events.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Improve-Maps-in-item-frames-performance-and-bug-fixe.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Improve-the-Saddle-API-for-Horses.patch Update Upstream 2019-05-05 19:58:04 -07:00
Improved-Async-Task-Scheduler.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Include-Log4J2-SLF4J-implementation.patch More patches for 1.14 2019-04-27 19:23:53 -04:00
Inventory-removeItemAnySlot.patch Updated Upstream (Bukkit/CraftBukkit) 2019-05-09 08:20:01 +01:00
InventoryCloseEvent-Reason-API.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Item-canEntityPickup.patch Update Upstream 2019-05-05 19:58:04 -07:00
ItemStack-getMaxItemUseDuration.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Lazy-init-world-storage-in-CraftOfflinePlayer.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Limit-Client-Sign-length-more.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Limit-lightning-strike-effect-distance.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
LivingEntity-Hand-Raised-Item-Use-API.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
LivingEntity-setKiller.patch Update Upstream 2019-05-05 19:58:04 -07:00
Load-version-history-at-server-start.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
LootTable-API-Replenishable-Lootables-Feature.patch Update Upstream 2019-05-05 19:58:04 -07:00
Make-CraftWorld-loadChunk-int-int-false-load-unconve.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Make-EnderDragon-implement-Mob.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Make-legacy-ping-handler-more-reliable.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Make-max-squid-spawn-height-configurable.patch More patches for 1.14 2019-04-27 19:23:53 -04:00
Make-player-data-saving-configurable.patch More compile fixes 2019-05-06 03:20:16 -04:00
Make-region-files-more-reliable-to-write-to.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Make-shield-blocking-delay-configurable.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Make-targetSize-more-aggressive-in-the-chunk-unload-.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Make-the-default-permission-message-configurable.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Mark-chunk-dirty-anytime-entities-change-to-guarante.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
MC-50319-Check-other-worlds-for-shooter-of-projectil.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
MC-111480-Start-Entity-ID-s-at-1.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
MC-135506-Experience-should-save-as-Integers.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
MC-136865-Use-valid-item-for-enchantment-checks-on-b.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
MC-145260-Fix-Whitelist-On-Off-inconsistency.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
MC-Dev-fixes.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
MC-Utils.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Mob-Pathfinding-API.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Mob-Spawner-API-Enhancements.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
More-informative-vehicle-moved-wrongly-message.patch Update Upstream 2019-05-05 19:58:04 -07:00
Ocelot-despawns-should-honor-nametags-and-leash.patch More patches for 1.14 2019-04-27 19:23:53 -04:00
Only-process-BlockPhysicsEvent-if-a-plugin-has-a-lis.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Only-refresh-abilities-if-needed.patch Update Upstream 2019-05-05 19:58:04 -07:00
Only-send-Dragon-Wither-Death-sounds-to-same-world.patch Update upstream 2019-05-06 17:33:26 -07:00
Optimise-BlockState-s-hashCode-equals.patch More 1.14 work 2019-04-26 23:26:04 -07:00
Optimise-removeQueue.patch Updated Upstream (CraftBukkit) 2019-05-10 19:11:17 +01:00
Optimize-Biome-Mob-Lookups-for-Mob-Spawning.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Optimize-BlockPosition-helper-methods.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Optimize-Captured-TileEntity-Lookup.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Optimize-CraftBlockData-Creation.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Optimize-explosions.patch Update upstream 2019-05-06 17:33:26 -07:00
Optimize-GameRules-to-use-LinkedHashMap.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Optimize-Hoppers.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Optimize-isValidLocation-getType-and-getBlockData-fo.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Optimize-ItemStack.isEmpty.patch More 1.14 work 2019-04-26 23:26:04 -07:00
Optimize-Pathfinding.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Optimize-Persistent-Data-Loading.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Optimize-redstone-algorithm.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Optimize-RegistryID.c.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Optimize-RegistryMaterials.patch More compile fixes 2019-05-06 03:20:16 -04:00
Optimize-Server-World-Map.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Optimize-TileEntity-Ticking.patch More work towards 1.14 pre5 2019-04-24 02:00:24 +01:00
Optimize-UserCache-Thread-Safe.patch Update upstream 2019-05-06 17:33:26 -07:00
Optimize-World-Time-Updates.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Optimize-World.isLoaded-BlockPosition-Z.patch Fix patch "Faster redstone torch rapid clock removal" (#2014) 2019-05-10 08:48:58 -07:00
Option-for-maximum-exp-value-when-merging-orbs.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Option-to-prevent-armor-stands-from-doing-entity-loo.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Option-to-remove-corrupt-tile-entities.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Option-to-use-vanilla-per-world-scoreboard-coloring-.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Optional-TNT-doesn-t-move-in-water.patch Fix TODOs in Optional TNT doesn't move in water 2019-05-12 16:42:49 -07:00
Paper-config-files.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Paper-Metrics.patch Initial work on 1.14 pre-5 2019-04-23 05:47:07 +01:00
Per-Player-View-Distance-API-placeholders.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Player-affects-spawning-API.patch Update Upstream 2019-05-05 19:58:04 -07:00
Player-Tab-List-and-Title-APIs.patch Update Upstream 2019-05-05 19:58:04 -07:00
Player.setPlayerProfile-API.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
PlayerAdvancementCriterionGrantEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
PlayerAttemptPickupItemEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
PlayerDeathEvent-getItemsToKeep.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
PlayerElytraBoostEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
PlayerLaunchProjectileEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
PlayerNaturallySpawnCreaturesEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
PlayerPickupExperienceEvent.patch More patches for 1.14 2019-04-27 19:23:53 -04:00
PlayerPickupItemEvent-setFlyAtPlayer.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
PlayerReadyArrowEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
PlayerTeleportEndGatewayEvent.patch More 1.14 work 2019-04-26 23:26:04 -07:00
POM-Changes.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
PreCreatureSpawnEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
PreSpawnerSpawnEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Prevent-chunk-loading-from-Fluid-Flowing.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Prevent-Enderman-from-loading-chunks.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Prevent-Fire-from-loading-chunks.patch More 1.14 updates (#1995) 2019-04-26 20:05:36 -07:00
Prevent-Frosted-Ice-from-loading-holding-chunks.patch More 1.14 patches 2019-04-28 10:59:47 -07:00
Prevent-logins-from-being-processed-when-the-player-.patch More patches for 1.14 2019-04-27 19:23:53 -04:00
Prevent-Mob-AI-Rules-from-Loading-Chunks.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Prevent-mob-spawning-from-loading-generating-chunks.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Prevent-Pathfinding-out-of-World-Border.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Prevent-rayTrace-from-loading-chunks.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Prevent-Saving-Bad-entities-to-chunks.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Prevent-tile-entity-and-entity-crashes.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Print-Error-details-when-failing-to-save-player-data.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Profile-Lookup-Events.patch More patches for 1.14 2019-04-27 19:23:53 -04:00
ProfileWhitelistVerifyEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Properly-fix-item-duplication-bug.patch Updated Upstream (CraftBukkit) 2019-05-10 19:11:17 +01:00
Properly-handle-async-calls-to-restart-the-server.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
provide-a-configurable-option-to-disable-creeper-lin.patch More 1.14 work 2019-04-26 23:26:04 -07:00
Provide-E-TE-Chunk-count-stat-methods.patch Fix accidental reversion of patches, oops 2019-05-09 15:23:52 +01:00
Provide-option-to-use-a-versioned-world-folder-for-t.patch Fix RegionFileCache write logic 2019-05-07 16:26:37 +01:00
RangedEntity-API.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Re-add-vanilla-entity-warnings-for-duplicates.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Re-track-players-that-dismount-from-other-players.patch Update Upstream 2019-05-05 19:58:04 -07:00
Reduce-IO-ops-opening-a-new-region-file.patch More 1.14 updates (#1995) 2019-04-26 20:05:36 -07:00
Refresh-player-inventory-when-cancelling-PlayerInter.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Remove-CraftScheduler-Async-Task-Debugger.patch Update Upstream 2019-05-05 19:58:04 -07:00
Remove-Debug-checks-from-DataBits.patch More 1.14 updates (#1995) 2019-04-26 20:05:36 -07:00
Remove-FishingHook-reference-on-Craft-Entity-removal.patch Update Upstream 2019-05-05 19:58:04 -07:00
Remove-invalid-mob-spawner-tile-entities.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Remove-Metadata-on-reload.patch More work for 1.14 2019-04-26 02:24:00 +01:00
remove-null-possibility-for-getServer-singleton.patch Update upstream 2019-05-06 17:33:26 -07:00
Remove-unused-World-Tile-Entity-List.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Reset-players-airTicks-on-respawn.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Reset-spawner-timer-when-spawner-event-is-cancelled.patch More patches for 1.14 2019-04-27 19:23:53 -04:00
Restore-custom-InventoryHolder-support.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Restore-vanlla-default-mob-spawn-range.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
revert-serverside-behavior-of-keepalives.patch Update Upstream 2019-05-05 19:58:04 -07:00
Sanitise-RegionFileCache-and-make-configurable.patch More compile fixes 2019-05-06 03:20:16 -04:00
Send-absolute-position-the-first-time-an-entity-is-s.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Send-attack-SoundEffects-only-to-players-who-can-see.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Send-nearby-packets-from-world-player-list-not-serve.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Server-Tick-Events.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Set-Zombie-last-tick-at-start-of-drowning-process.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Shoulder-Entities-Release-API.patch Update Upstream 2019-05-05 19:58:04 -07:00
Show-Paper-in-client-crashes-server-lists-and-Mojang.patch Update upstream 2019-05-06 17:33:26 -07:00
SkeletonHorse-Additions.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Slime-Pathfinder-Events.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Speedup-BlockPos-by-fixing-inlining.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Store-counts-for-each-Entity-Block-Entity-Type.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Store-reference-to-current-Chunk-for-Entity-and-Bloc.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
String-based-Action-Bar-API.patch Update Upstream 2019-05-05 19:58:04 -07:00
Strip-private-area-unicode-characters-from-signs.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Support-Overriding-World-Seeds.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
System-property-for-disabling-watchdoge.patch More 1.14 updates (#1995) 2019-04-26 20:05:36 -07:00
Tameable-getOwnerUniqueId-API.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Timings-v2.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Toggleable-player-crits-helps-mitigate-hacked-client.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Turtle-API.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Undead-horse-leashing.patch More work for 1.14 2019-04-26 02:24:00 +01:00
Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Update-entity-Metadata-for-all-tracked-players.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Use-a-Queue-for-Queueing-Commands.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Use-a-Shared-Random-for-Entities.patch Update Upstream 2019-05-05 19:58:04 -07:00
Use-asynchronous-Log4j-2-loggers.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
use-CB-BlockState-implementations-for-captured-block.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Use-ConcurrentHashMap-in-JsonList.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Use-Log4j-IOStreams-to-redirect-System.out-err-to-lo.patch More patches for 1.14 2019-04-27 19:23:53 -04:00
Use-more-reasonable-thread-count-default-for-bootstr.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Use-Optimized-Collections.patch Optimize DataWatcher 2019-05-13 20:37:18 -07:00
Use-proper-max-length-when-serialising-BungeeCord-te.patch More compile fixes 2019-05-06 03:20:16 -04:00
Use-TerminalConsoleAppender-for-console-improvements.patch Update upstream 2019-05-06 17:33:26 -07:00
Use-UserCache-for-player-heads.patch Update Upstream 2019-05-05 19:58:04 -07:00
Use-Vanilla-Minecart-Speeds.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Vanished-players-don-t-have-rights.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Vex-getSummoner-API.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Waving-banner-workaround.patch More work for 1.14 2019-04-26 02:24:00 +01:00
WitchConsumePotionEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
WitchReadyPotionEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
WitchThrowPotionEvent.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Workaround-for-setting-passengers-on-players.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
Workaround-for-vehicle-tracking-issue-on-disconnect.patch MC 1.14.1 2019-05-13 21:20:58 -05:00