Paper/Spigot-Server-Patches
Andrew Steinborn 987af1a1e4 Really fix JLine on Windows
The history of how paths work in Win32 is a sad story and shall not be documented here.
Needless to say, Windows hates the temporary file name for jansi's native code since it
includes the version. For git builds, it includes quotes around the actual version. But
alas, the issue apparently doesn't occur if you build on Windows since it removes the
quotes from the git commandline that is ultimately used to build the version string,
because of more Win32 sadness and shame.

Go look at Raymond Chen's blog, The Old New Thing. It's full of Windows oddities and
it will make you want to weep because almost 90% of the world uses this legacy OS from
the 1980s.
2019-10-13 16:35:54 -05:00
..
Ability-to-apply-mending-to-XP-API.patch Updated Upstream (Bukkit/CraftBukkit) 2019-08-26 15:25:58 +01:00
Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch Updated Upstream (Bukkit/CraftBukkit) 2019-09-10 19:51:02 +01:00
Access-items-by-EquipmentSlot.patch Updated Upstream (CraftBukkit) 2019-06-06 08:36:57 -07:00
Add-ability-to-configure-frosted_ice-properties.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Add-API-methods-to-control-if-armour-stands-can-move.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-08-31 20:30:44 +01:00
Add-APIs-to-replace-OfflinePlayer-getLastPlayed.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Add-ArmorStand-Item-Meta.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
Add-BeaconEffectEvent.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Add-config-to-disable-ender-dragon-legacy-check.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Add-configurable-despawn-distances-for-living-entiti.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-06-25 02:47:58 +01:00
Add-configurable-portal-search-radius.patch Updated Upstream (CraftBukkit) 2019-06-06 08:36:57 -07:00
Add-configuration-option-to-prevent-player-names-fro.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch Updated Upstream (Bukkit/CraftBukkit) 2019-08-26 15:25:58 +01:00
Add-Early-Warning-Feature-to-WatchDog.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
Add-EntityZapEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
Add-exception-reporting-event.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
Add-hand-to-bucket-events.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-08-31 20:30:44 +01:00
Add-handshake-event-to-allow-plugins-to-handle-clien.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Add-Heightmap-API.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
Add-LivingEntity-getTargetEntity.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2576) 2019-09-21 21:12:45 -07:00
Add-method-to-open-already-placed-sign.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
Add-methods-for-working-with-arrows-stuck-in-living-.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2576) 2019-09-21 21:12:45 -07:00
Add-MinecraftKey-Information-to-Objects.patch Fix some API and commands usage of inactive chunks (#2457) 2019-08-14 19:47:38 -07:00
Add-More-Creeper-API.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
add-more-information-to-Entity.toString.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Add-more-Witch-API.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Add-more-Zombie-API.patch Updated Upstream (Bukkit/CraftBukkit) 2019-07-28 15:32:14 +01:00
Add-option-to-make-parrots-stay-on-shoulders-despite.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Add-option-to-prevent-players-from-moving-into-unloa.patch use getChunkImmediately for vehicles 2019-07-28 00:38:49 +01:00
Add-PhantomPreSpawnEvent.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Add-PlayerArmorChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
Add-PlayerConnectionCloseEvent.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Add-PlayerInitialSpawnEvent.patch Update upstream & fix some chunk related issues (#2177) 2019-06-13 19:27:40 -07:00
Add-PlayerJumpEvent.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Add-PlayerUseUnknownEntityEvent.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Add-ProjectileCollideEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
Add-ray-tracing-methods-to-LivingEntity.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2576) 2019-09-21 21:12:45 -07:00
Add-server-name-parameter.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Add-setPlayerProfile-API-for-Skulls.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Add-setting-for-proxy-online-mode-status.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
Add-some-Debug-to-Chunk-Entity-slices.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Add-source-to-PlayerExpChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
Add-sun-related-API.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
Add-system-property-to-disable-book-size-limits.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
Add-TNTPrimeEvent.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Add-UnknownCommandEvent.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Add-Velocity-IP-Forwarding-Support.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Add-velocity-warnings.patch Update upstream B/CB/S 2019-07-01 23:51:06 -05:00
Add-version-history-to-version-command.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
Add-World-Util-Methods.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
All-chunks-are-slime-spawn-chunks-toggle.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-06-25 02:47:58 +01:00
Allow-chests-to-be-placed-with-NBT-data.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Allow-disabling-armour-stand-ticking.patch Don't save canTick of armor stands if it has not been set by API (#2608) 2019-10-02 20:20:40 -04:00
Allow-for-toggling-of-spawn-chunks.patch Update upstream & fix some chunk related issues (#2177) 2019-06-13 19:27:40 -07:00
Allow-nerfed-mobs-to-jump.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-06-25 02:47:58 +01:00
Allow-Reloading-of-Command-Aliases.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
Allow-Reloading-of-Custom-Permissions.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
Allow-Saving-of-Oversized-Chunks.patch Fix java cross-version compilation 2019-08-08 16:12:57 +01:00
Allow-setting-the-vex-s-summoner.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Allow-spawning-Item-entities-with-World.spawnEntity.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
Allow-specifying-a-custom-authentication-servers-dow.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Always-tick-falling-blocks.patch Updated Upstream (CraftBukkit) 2019-06-06 08:36:57 -07:00
Anti-Xray.patch Implement optional per player mobspawning (#2171) 2019-08-21 06:02:51 +05:00
AnvilDamageEvent.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
API-to-get-a-BlockState-without-a-snapshot.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Asynchronous-chunk-IO-and-loading.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
AsyncTabCompleteEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
Auto-fix-bad-Y-levels-on-player-login.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Avoid-blocking-on-Network-Manager-creation.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
Avoid-dimension-id-collisions.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Avoid-hopper-searches-if-there-are-no-items.patch Implement optional per player mobspawning (#2171) 2019-08-21 06:02:51 +05:00
Avoid-item-merge-if-stack-size-above-max-stack-size.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Avoid-NPE-in-PathfinderGoalTempt.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Basic-PlayerProfile-API.patch Add server oversleep to timings (#2509) 2019-09-29 13:49:38 -07:00
Be-a-bit-more-informative-in-maxHealth-exception.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2576) 2019-09-21 21:12:45 -07:00
Block-Enderpearl-Travel-Exploit.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Block-Entity-remove-from-being-called-on-Players.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Block-player-logins-during-server-shutdown.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
BlockDestroyEvent.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Book-Size-Limits.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Bound-Treasure-Maps-to-World-Border.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Break-up-and-make-tab-spam-limits-configurable.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Cache-user-authenticator-threads.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Call-PaperServerListPingEvent-for-legacy-pings.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Call-player-spectator-target-events.patch Update upstream CB 2019-10-13 00:28:46 -05:00
Call-WhitelistToggleEvent-when-whitelist-is-toggled.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Cap-Entity-Collisions.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
Catch-exceptions-from-dispenser-entity-spawns.patch Implement optional per player mobspawning (#2171) 2019-08-21 06:02:51 +05:00
Catch-JsonParseException-in-Entity-and-TE-names.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Change-implementation-of-tile-entity-removal-list.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Check-Drowned-for-Villager-Aggression-Config.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Check-online-mode-before-converting-and-renaming-pla.patch Updated Upstream (CraftBukkit) 2019-06-06 08:36:57 -07:00
Chunk-debug-command.patch Implement optional per player mobspawning (#2171) 2019-08-21 06:02:51 +05:00
Chunk-registration-fixes.patch Bring task execution into server tick timings (#2357) 2019-07-23 20:20:14 -07:00
Chunk-Save-Reattempt.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
ChunkMapDistance-CME.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
Complete-resource-pack-API.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Configurable-Alternative-LootPool-Luck-Formula.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Configurable-baby-zombie-movement-speed.patch Updated Upstream (Bukkit/CraftBukkit) 2019-07-28 15:32:14 +01:00
Configurable-Bed-Search-Radius.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07: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 Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Configurable-Chunk-Inhabited-Time.patch Remove unused fire-physics-event-for-redstone config option (#2277) 2019-07-03 13:44:07 -07:00
Configurable-connection-throttle-kick-message.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Configurable-container-update-tick-rate.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-06-25 02:47:58 +01:00
Configurable-Disabling-Cat-Chest-Detection.patch Updated Upstream (CraftBukkit) 2019-06-06 08:36:57 -07:00
Configurable-end-credits.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
Configurable-fishing-time-ranges.patch Updated Upstream (CraftBukkit) 2019-06-06 08:36:57 -07:00
Configurable-flying-kick-messages.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Configurable-Grass-Spread-Tick-Rate.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Configurable-inter-world-teleportation-safety.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-06-25 02:47:58 +01:00
Configurable-Keep-Spawn-Loaded-range-per-world.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
Configurable-mob-spawner-tick-rate.patch Updated Upstream (CraftBukkit) 2019-06-06 08:36:57 -07:00
Configurable-Non-Player-Arrow-Despawn-Rate.patch Revert "Optimize Pathfinding" 2019-06-25 20:18:50 +01:00
Configurable-packet-in-spam-threshold.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Configurable-Player-Collision.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
Configurable-projectile-relative-velocity.patch Implement optional per player mobspawning (#2171) 2019-08-21 06:02:51 +05:00
Configurable-RCON-IP-address.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Configurable-spawn-chances-for-skeleton-horses.patch Bring task execution into server tick timings (#2357) 2019-07-23 20:20:14 -07:00
Configurable-speed-for-water-flowing-over-lava.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Configurable-sprint-interruption-on-attack.patch Updated Upstream (Bukkit/CraftBukkit) 2019-08-26 15:25:58 +01:00
Configurable-top-of-nether-void-damage.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Custom-replacement-for-eaten-items.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
Default-loading-permissions.yml-before-plugins.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-05 03:13:38 +01:00
Detect-and-repair-corrupt-Region-Files.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
Disable-Explicit-Network-Manager-Flushing.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Disable-explosion-knockback.patch Updated Upstream (CraftBukkit) 2019-06-06 08:36:57 -07:00
Disable-ice-and-snow.patch Bring task execution into server tick timings (#2357) 2019-07-23 20:20:14 -07:00
Disable-logger-prefix-for-various-plugins-bypassing-.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Disable-Scoreboards-for-non-players-by-default.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Disable-spigot-tick-limiters.patch Improve chunk loaded checks 2019-06-10 17:29:30 -07:00
Disable-thunder.patch Bring task execution into server tick timings (#2357) 2019-07-23 20:20:14 -07:00
Do-less-work-if-we-have-a-custom-Bukkit-generator.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
Do-not-let-armorstands-drown.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-08-31 20:30:44 +01:00
Do-not-load-chunks-for-light-checks.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Do-not-load-chunks-for-Pathfinding.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Don-t-allow-digging-into-unloaded-chunks.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Don-t-allow-entities-to-ride-themselves-572.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Don-t-call-getItemMeta-on-hasItemMeta.patch Updated Upstream (Bukkit/CraftBukkit) 2019-09-10 19:51:02 +01:00
Don-t-change-the-Entity-Random-seed-for-squids.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Don-t-check-ConvertSigns-boolean-every-sign-save.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
don-t-go-below-0-for-pickupDelay-breaks-picking-up-i.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Don-t-let-fishinghooks-use-portals.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Don-t-load-Chunks-from-Hoppers-and-other-things.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch Updated Upstream (CraftBukkit) 2019-06-06 08:36:57 -07:00
Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Don-t-sleep-after-profile-lookups-if-not-needed.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Don-t-tick-Skulls-unused-code.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Drop-falling-block-and-tnt-entities-at-the-specified.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Duplicate-UUID-Resolve-Option.patch Updated Upstream (Bukkit/CraftBukkit) 2019-08-26 15:25:58 +01:00
EnderDragon-Events.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Enderman.teleportRandomly.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
EndermanAttackPlayerEvent.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
EndermanEscapeEvent.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Enforce-Sync-Player-Saves.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Ensure-commands-are-not-ran-async.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
Ensure-inv-drag-is-in-bounds.patch Updated Upstream (CraftBukkit) 2019-06-06 08:36:57 -07:00
Entity-AddTo-RemoveFrom-World-Events.patch Updated Upstream (Bukkit/CraftBukkit) 2019-08-26 15:25:58 +01:00
Entity-fromMobSpawner.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2576) 2019-09-21 21:12:45 -07:00
Entity-getEntitySpawnReason.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2576) 2019-09-21 21:12:45 -07:00
Entity-Origin-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2576) 2019-09-21 21:12:45 -07:00
EntityPathfindEvent.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
EntityRegainHealthEvent-isFastRegen-API.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
EntityShootBowEvent-consumeArrow-and-getArrowItem-AP.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-08-31 20:30:44 +01:00
EntityTransformedEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2019-07-28 15:32:14 +01:00
Expand-Explosions-API.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
Expand-World.spawnParticle-API-and-add-Builder.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
ExperienceOrbMergeEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-08-31 20:30:44 +01:00
ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
Expose-attack-cooldown-methods-for-Player.patch Updated Upstream (Bukkit/CraftBukkit) 2019-08-26 15:25:58 +01:00
Expose-client-protocol-version-and-virtual-host.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Expose-server-CommandMap.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
Extend-Player-Interact-cancellation.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
Faster-redstone-torch-rapid-clock-removal.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Fill-Profile-Property-Events.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Filter-bad-data-from-ArmorStand-and-SpawnEgg-items.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Fire-BlockPistonRetractEvent-for-all-empty-pistons.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Fire-EntityShootBowEvent-for-Illusioner.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Fire-event-on-GS4-query.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Firework-API-s.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-08-31 20:30:44 +01:00
Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Fix-CB-call-to-changed-postToMainThread-method.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
Fix-client-rendering-skulls-from-same-user.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Fix-CraftEntity-hashCode.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2576) 2019-09-21 21:12:45 -07:00
Fix-CraftServer-isPrimaryThread-and-MinecraftServer-.patch Add server oversleep to timings (#2509) 2019-09-29 13:49:38 -07:00
Fix-Custom-Shapeless-Custom-Crafting-Recipes.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Fix-Double-World-Add-issues.patch Bring task execution into server tick timings (#2357) 2019-07-23 20:20:14 -07:00
Fix-Dragon-Server-Crashes.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Fix-exploit-that-allowed-colored-signs-to-be-created.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Fix-issues-with-entity-loss-due-to-unloaded-chunks.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
Fix-lag-from-explosions-processing-dead-entities.patch Updated Upstream (CraftBukkit) 2019-06-06 08:36:57 -07:00
Fix-MC-93764.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Fix-MC-117075-TE-Unload-Lag-Spike.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Fix-MC-124320.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Fix-MC-158900.patch Implement optional per player mobspawning (#2171) 2019-08-21 06:02:51 +05:00
Fix-MC-161754.patch Check horse entity validity in container interactions (#2584) 2019-09-24 16:16:16 -07:00
Fix-nether-portal-creation.patch Fix nether portal frame creation (#2546) 2019-09-16 13:12:17 +10:00
Fix-NPE-when-getting-location-from-InventoryEnderChe.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Fix-Old-Sign-Conversion.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Fix-PlayerEditBookEvent.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Fix-reducedDebugInfo-not-initialized-on-client.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Fix-sign-edit-memory-leak.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Fix-some-generation-concurrency-issues.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-08-31 20:30:44 +01:00
Fix-sounds-when-item-frames-are-modified-MC-123450.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
Fix-SpongeAbsortEvent-handling.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-08-31 20:30:44 +01:00
Fix-this-stupid-bullshit.patch Update upstream CB/S 2019-08-10 12:44:57 -05:00
Fix-World-isChunkGenerated-calls.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
Fix-zero-tick-instant-grow-farms-MC-113809.patch [CI-SKIP] Fix wrong patch author on zero-tick fix 2019-09-27 18:10:20 -05:00
Fixed-MC-156852.patch Implement optional per player mobspawning (#2171) 2019-08-21 06:02:51 +05:00
Flag-to-disable-the-channel-limit.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
force-entity-dismount-during-teleportation.patch Updated Upstream (Bukkit/CraftBukkit) 2019-08-26 15:25:58 +01:00
Further-improve-server-tick-loop.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
Generator-Settings.patch Use local variable for bedrock generation 2019-09-27 20:53:20 -05:00
getPlayerUniqueId-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
Handle-bad-chunks-more-gracefully.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
Handle-Excessive-Signs-in-Chunks-creating-too-large-.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Handle-Item-Meta-Inconsistencies.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
Handle-Large-Packets-disconnecting-client.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
handle-NaN-health-absorb-values-and-repair-bad-data.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
handle-PacketPlayInKeepAlive-async.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Handle-plugin-prefixes-using-Log4J-configuration.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
Here-s-Johnny.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Honor-EntityAgeable.ageLock.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Hook-into-CB-plugin-rewrites.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Ignore-Dead-Entities-in-entityList-iteration.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
Ignore-Missing-Recipes-in-RecipeBook-to-avoid-data-e.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Implement-alternative-item-despawn-rate.patch Updated Upstream (Bukkit/CraftBukkit) 2019-09-02 17:28:24 +01:00
Implement-an-API-for-CanPlaceOn-and-CanDestroy-NBT-v.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
Implement-CraftBlockSoundGroup.patch Implement optional per player mobspawning (#2171) 2019-08-21 06:02:51 +05:00
Implement-ensureServerConversions-API.patch Updated Upstream (Bukkit/CraftBukkit) 2019-09-10 19:51:02 +01:00
Implement-EntityKnockbackByEntityEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
Implement-EntityTeleportEndGatewayEvent.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Implement-Expanded-ArmorStand-API.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Implement-extended-PaperServerListPingEvent.patch Add server oversleep to timings (#2509) 2019-09-29 13:49:38 -07:00
Implement-furnace-cook-speed-multiplier-API.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Implement-getI18NDisplayName.patch Updated Upstream (Bukkit/CraftBukkit) 2019-09-10 19:51:02 +01:00
Implement-getters-and-setters-for-EntityItem-owner-a.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
implement-optional-per-player-mob-spawns.patch Update upstream CB 2019-10-13 00:28:46 -05:00
Implement-Paper-VersionChecker.patch Update upstream B/CB/S 2019-07-01 23:51:06 -05:00
Implement-PlayerLocaleChangeEvent.patch Update upstream CB 2019-10-13 00:28:46 -05:00
Implement-PlayerPostRespawnEvent.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Implement-World.getEntity-UUID-API.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
improve-CraftWorld-isChunkLoaded.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
Improve-death-events.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
Improve-Maps-in-item-frames-performance-and-bug-fixe.patch Bring task execution into server tick timings (#2357) 2019-07-23 20:20:14 -07:00
Improve-POI-data-saving-logic.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
Improve-the-Saddle-API-for-Horses.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Improved-Async-Task-Scheduler.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Include-Log4J2-SLF4J-implementation.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
incremental-chunk-saving.patch Improve spawn loading and debug output for waiting on a chunk (#2595) 2019-09-29 18:23:09 -07:00
Inventory-removeItemAnySlot.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
InventoryCloseEvent-Reason-API.patch Update upstream CB 2019-10-13 00:28:46 -05:00
Item-canEntityPickup.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
ItemStack-getMaxItemUseDuration.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Lazy-init-world-storage-in-CraftOfflinePlayer.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Limit-Client-Sign-length-more.patch Fix sign line capping check (#2522) 2019-09-02 00:21:08 +02:00
Limit-lightning-strike-effect-distance.patch Updated Upstream (Bukkit/CraftBukkit) 2019-08-26 15:25:58 +01:00
LivingEntity-Hand-Raised-Item-Use-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2576) 2019-09-21 21:12:45 -07:00
LivingEntity-setKiller.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2576) 2019-09-21 21:12:45 -07:00
Log-other-thread-in-DataPaletteBlock-lock-failure.patch Implement optional per player mobspawning (#2171) 2019-08-21 06:02:51 +05:00
LootTable-API-Replenishable-Lootables-Feature.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Make-CraftWorld-loadChunk-int-int-false-load-unconve.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
Make-EnderDragon-implement-Mob.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Make-legacy-ping-handler-more-reliable.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Make-max-squid-spawn-height-configurable.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Make-player-data-saving-configurable.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Make-shield-blocking-delay-configurable.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2576) 2019-09-21 21:12:45 -07:00
Make-targetSize-more-aggressive-in-the-chunk-unload-.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Make-the-default-permission-message-configurable.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
Mark-chunk-dirty-anytime-entities-change-to-guarante.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Mark-entities-as-being-ticked-when-notifying-navigat.patch Updated Upstream (Bukkit/CraftBukkit) 2019-08-26 15:25:58 +01:00
MC-50319-Check-other-worlds-for-shooter-of-projectil.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
MC-111480-Start-Entity-ID-s-at-1.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
MC-114618-Fix-EntityAreaEffectCloud-from-going-negat.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
MC-135506-Experience-should-save-as-Integers.patch Updated Upstream (Bukkit/CraftBukkit) 2019-08-26 15:25:58 +01:00
MC-136865-Use-valid-item-for-enchantment-checks-on-b.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
MC-145260-Fix-Whitelist-On-Off-inconsistency.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
MC-Dev-fixes.patch Async chunk api/io/loading (#2308) 2019-08-18 16:40:04 -07:00
MC-Utils.patch Do not schedule to main for getChunkImmediately type calls (#2362) 2019-07-25 18:36:26 -07:00
Mob-Pathfinding-API.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Mob-Spawner-API-Enhancements.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
More-informative-vehicle-moved-wrongly-message.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Ocelot-despawns-should-honor-nametags-and-leash.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
offset-item-frame-ticking.patch Implement optional per player mobspawning (#2171) 2019-08-21 06:02:51 +05:00
only-add-passanger-entities-once-from-spawners.patch Updated Upstream (Bukkit/CraftBukkit) 2019-09-10 19:51:02 +01:00
Only-count-Natural-Spawned-mobs-towards-natural-spaw.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
Only-process-BlockPhysicsEvent-if-a-plugin-has-a-lis.patch Add server oversleep to timings (#2509) 2019-09-29 13:49:38 -07:00
Only-refresh-abilities-if-needed.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-06-25 02:47:58 +01:00
Only-send-Dragon-Wither-Death-sounds-to-same-world.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Optimise-BlockState-s-hashCode-equals.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Optimise-removeQueue.patch Update upstream CB 2019-10-13 00:28:46 -05:00
Optimize-Biome-Mob-Lookups-for-Mob-Spawning.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Optimize-BlockPosition-helper-methods.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Optimize-Captured-TileEntity-Lookup.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
Optimize-CraftBlockData-Creation.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Optimize-explosions.patch Add server oversleep to timings (#2509) 2019-09-29 13:49:38 -07:00
Optimize-Hoppers.patch Add server oversleep to timings (#2509) 2019-09-29 13:49:38 -07:00
Optimize-isValidLocation-getType-and-getBlockData-fo.patch Revert "Optimize Pathfinding" 2019-06-25 20:18:50 +01:00
Optimize-ItemStack.isEmpty.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Optimize-redstone-algorithm.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Optimize-RegistryID.c.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Optimize-RegistryMaterials.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Optimize-Server-World-Map.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
Optimize-TileEntity-Ticking.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
Optimize-UserCache-Thread-Safe.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
Optimize-World-Time-Updates.patch Add server oversleep to timings (#2509) 2019-09-29 13:49:38 -07:00
Optimize-World.isLoaded-BlockPosition-Z.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Option-for-maximum-exp-value-when-merging-orbs.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-08-31 20:30:44 +01:00
Option-to-prevent-armor-stands-from-doing-entity-loo.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Option-to-remove-corrupt-tile-entities.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Option-to-use-vanilla-per-world-scoreboard-coloring-.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Optional-TNT-doesn-t-move-in-water.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Paper-config-files.patch Fix some API and commands usage of inactive chunks (#2457) 2019-08-14 19:47:38 -07:00
Paper-Metrics.patch Updated Upstream (CraftBukkit) 2019-06-06 08:36:57 -07:00
Per-Player-View-Distance-API-placeholders.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
Player-affects-spawning-API.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Player-Tab-List-and-Title-APIs.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-06-25 02:47:58 +01:00
Player.setPlayerProfile-API.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
PlayerAdvancementCriterionGrantEvent.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
PlayerAttemptPickupItemEvent.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
PlayerDeathEvent-getItemsToKeep.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
PlayerElytraBoostEvent.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
PlayerLaunchProjectileEvent.patch Fix enderpearl item use cooldown (fix #2412) (#2413) 2019-08-04 21:15:53 -05:00
PlayerNaturallySpawnCreaturesEvent.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
PlayerPickupExperienceEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2019-08-26 15:25:58 +01:00
PlayerPickupItemEvent-setFlyAtPlayer.patch Updated Upstream (Bukkit/CraftBukkit) 2019-09-02 17:28:24 +01:00
PlayerReadyArrowEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2019-08-26 15:25:58 +01:00
PlayerTeleportEndGatewayEvent.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
POM-Changes.patch Revert "Fix jline with git builds under Windows (#2624)" (#2632) 2019-10-13 01:19:22 -05:00
PreCreatureSpawnEvent.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Preserve-old-flush-on-save-flag-for-reliable-regionf.patch Implement optional per player mobspawning (#2171) 2019-08-21 06:02:51 +05:00
PreSpawnerSpawnEvent.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Prevent-chunk-loading-from-Fluid-Flowing.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Prevent-consuming-the-wrong-itemstack.patch Prevent consuming the wrong itemstack (#2477) 2019-08-19 20:24:33 +05:00
Prevent-Enderman-from-loading-chunks.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Prevent-Fire-from-loading-chunks.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Prevent-Frosted-Ice-from-loading-holding-chunks.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Prevent-logins-from-being-processed-when-the-player-.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Prevent-Mob-AI-Rules-from-Loading-Chunks.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Prevent-mob-spawning-from-loading-generating-chunks.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Prevent-Pathfinding-out-of-World-Border.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Prevent-rayTrace-from-loading-chunks.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Prevent-Saving-Bad-entities-to-chunks.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Prevent-tile-entity-and-entity-crashes.patch Fix more issues with timings 2019-07-08 03:54:40 +01:00
Print-Error-details-when-failing-to-save-player-data.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Profile-Lookup-Events.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
ProfileWhitelistVerifyEvent.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Properly-fix-item-duplication-bug.patch Update upstream CB 2019-10-13 00:28:46 -05:00
Properly-handle-async-calls-to-restart-the-server.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
provide-a-configurable-option-to-disable-creeper-lin.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Provide-E-TE-Chunk-count-stat-methods.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
Provide-option-to-use-a-versioned-world-folder-for-t.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
RangedEntity-API.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Re-add-vanilla-entity-warnings-for-duplicates.patch Bring task execution into server tick timings (#2357) 2019-07-23 20:20:14 -07:00
Re-track-players-that-dismount-from-other-players.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
Reduce-IO-ops-opening-a-new-region-file.patch Fix java cross-version compilation 2019-08-08 16:12:57 +01:00
Reduce-sync-loads.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
Refresh-player-inventory-when-cancelling-PlayerInter.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Remove-CraftScheduler-Async-Task-Debugger.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Remove-Debug-checks-from-DataBits.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Remove-FishingHook-reference-on-Craft-Entity-removal.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Remove-invalid-mob-spawner-tile-entities.patch Updated Upstream (CraftBukkit) 2019-06-06 08:36:57 -07:00
Remove-Metadata-on-reload.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-05 03:13:38 +01:00
remove-null-possibility-for-getServer-singleton.patch Add server oversleep to timings (#2509) 2019-09-29 13:49:38 -07:00
Remove-unused-World-Tile-Entity-List.patch Updated Upstream (Bukkit/CraftBukkit) 2019-08-26 15:25:58 +01:00
Reset-players-airTicks-on-respawn.patch Update upstream CB 2019-10-13 00:28:46 -05:00
Reset-spawner-timer-when-spawner-event-is-cancelled.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Restore-custom-InventoryHolder-support.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Restore-vanlla-default-mob-spawn-range.patch Update upstream CB/S 2019-08-10 12:44:57 -05:00
revert-serverside-behavior-of-keepalives.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Sanitise-RegionFileCache-and-make-configurable.patch Fix World#isChunkGenerated calls (#2186) 2019-06-16 20:52:34 -07:00
Send-absolute-position-the-first-time-an-entity-is-s.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Send-attack-SoundEffects-only-to-players-who-can-see.patch Updated Upstream (Bukkit/CraftBukkit) 2019-08-26 15:25:58 +01:00
Send-nearby-packets-from-world-player-list-not-serve.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
Server-Tick-Events.patch Add server oversleep to timings (#2509) 2019-09-29 13:49:38 -07:00
Set-Zombie-last-tick-at-start-of-drowning-process.patch Updated Upstream (Bukkit/CraftBukkit) 2019-07-28 15:32:14 +01:00
Shoulder-Entities-Release-API.patch Updated Upstream (Bukkit/CraftBukkit) 2019-08-26 15:25:58 +01:00
Show-blockstate-location-if-we-failed-to-read-it.patch Implement optional per player mobspawning (#2171) 2019-08-21 06:02:51 +05:00
Show-Paper-in-client-crashes-server-lists-and-Mojang.patch Add server oversleep to timings (#2509) 2019-09-29 13:49:38 -07:00
SkeletonHorse-Additions.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Slime-Pathfinder-Events.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Speedup-BlockPos-by-fixing-inlining.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Store-counts-for-each-Entity-Block-Entity-Type.patch Updated Upstream (CraftBukkit) 2019-06-06 08:36:57 -07:00
Store-reference-to-current-Chunk-for-Entity-and-Bloc.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
String-based-Action-Bar-API.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Strip-private-area-unicode-characters-from-signs.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Support-Overriding-World-Seeds.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
System-property-for-disabling-watchdoge.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Tameable-getOwnerUniqueId-API.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Timings-v2.patch Add more timings to chunk provider tick (#2549) 2019-09-29 14:06:03 -07:00
Toggleable-player-crits-helps-mitigate-hacked-client.patch Updated Upstream (Bukkit/CraftBukkit) 2019-08-26 15:25:58 +01:00
Turtle-API.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Undead-horse-leashing.patch Revert "Optimize Pathfinding" 2019-06-25 20:18:50 +01:00
Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Update-entity-Metadata-for-all-tracked-players.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Use-a-Queue-for-Queueing-Commands.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
Use-a-Shared-Random-for-Entities.patch Revert "Optimize Pathfinding" 2019-06-25 20:18:50 +01:00
Use-asynchronous-Log4j-2-loggers.patch Update TerminalConsoleAppender + JLine, use Jansi instead of JNA (#2299) 2019-07-24 02:25:05 +02:00
use-CB-BlockState-implementations-for-captured-block.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Use-ChunkStatus-cache-when-saving-protochunks.patch Implement optional per player mobspawning (#2171) 2019-08-21 06:02:51 +05:00
Use-ConcurrentHashMap-in-JsonList.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Use-getChunkIfLoadedImmediately-in-places.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
Use-Log4j-IOStreams-to-redirect-System.out-err-to-lo.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 09:35:40 -07:00
Use-more-reasonable-thread-count-default-for-bootstr.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Use-proper-max-length-when-serialising-BungeeCord-te.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Use-TerminalConsoleAppender-for-console-improvements.patch Really fix JLine on Windows 2019-10-13 16:35:54 -05:00
Use-UserCache-for-player-heads.patch Updated Upstream (CraftBukkit) 2019-06-06 08:36:57 -07:00
Use-Vanilla-Minecart-Speeds.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Vanished-players-don-t-have-rights.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
Vex-getSummoner-API.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Waving-banner-workaround.patch Updated Upstream (CraftBukkit) 2019-06-06 08:36:57 -07:00
WitchConsumePotionEvent.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
WitchReadyPotionEvent.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
WitchThrowPotionEvent.patch Update to 1.14.4 (#2333) 2019-07-19 21:01:24 -07:00
Workaround-for-setting-passengers-on-players.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
Workaround-for-vehicle-tracking-issue-on-disconnect.patch Update upstream CB 2019-10-13 00:28:46 -05:00