PaperMC/Spigot-Server-Patches
Spottedleaf 4742d47392 Add PlayerConnectionCloseEvent (#1552)
* Add PlayerConnectionCloseEvent

This event is invoked when a player has disconnected. It is guaranteed that,
if the server is in online-mode, that the provided uuid and username have been
validated.

The event is invoked for players who have not yet logged into the world, whereas
PlayerQuitEvent is only invoked on players who have logged into the world.

The event is invoked for players who have already logged into the world,
although whether or not the player exists in the world at the time of
firing is undefined. (That is, whether the plugin can retrieve a Player object
using the event parameters is undefined). However, it is guaranteed that this
event is invoked AFTER PlayerQuitEvent, if the player has already logged into
the world.

This event is guaranteed to never fire unless AsyncPlayerPreLoginEvent has
been invoked beforehand, and this event may not be called in parallel with
AsyncPlayerPreLoginEvent for the same connection.

Cancelling the AsyncPlayerPreLoginEvent guarantees the corresponding
PlayerConnectionCloseEvent is never called.

The event may be invoked asynchronously or synchronously. As it stands,
it is never invoked asynchronously. However, plugins should check
Event#isAsynchronous to be future-proof.

On purpose, the deprecated PlayerPreLoginEvent event is left out of the
API spec for this event. Plugins should not be using that event, and
how PlayerPreLoginEvent interacts with PlayerConnectionCloseEvent
is undefined.
2018-12-12 17:17:38 -08:00
..
Ability-to-apply-mending-to-XP-API.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch Pull the last upstream updates 2018-08-31 11:51:41 -04:00
Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-08-28 17:49:36 -04:00
Access-items-by-EquipmentSlot.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Activation-Range-Improvements.patch Improve Activation Range by running target rules 2018-11-08 22:43:38 -05:00
Add-ability-to-configure-frosted_ice-properties.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Add-API-methods-to-control-if-armour-stands-can-move.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Add-ArmorStand-Item-Meta.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Add-BeaconEffectEvent.patch update B/CB/S 2018-07-20 20:57:43 +01:00
Add-config-to-disable-ender-dragon-legacy-check.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Add-configurable-despawn-distances-for-living-entiti.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Add-configurable-portal-search-radius.patch Re-enable light queue toggle, optimize neighbor checks, add max queue time 2018-09-26 00:57:59 -04:00
Add-configuration-option-to-prevent-player-names-fro.patch Update upstream B/CB/S 2018-11-11 00:37:15 -05:00
Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch Improvements to Logging Warnings/Dupe Entities - Resolves #1544 2018-10-07 14:58:53 -04:00
Add-Early-Warning-Feature-to-WatchDog.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-24 05:28:04 +00:00
Add-EntityZapEvent.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Add-exception-reporting-event.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Add-hand-to-bucket-events.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Add-handshake-event-to-allow-plugins-to-handle-clien.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
Add-LivingEntity-getTargetEntity.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Add-method-to-open-already-placed-sign.patch Updated Upstream (Bukkit/CraftBukkit) 2018-10-02 11:01:56 +01:00
Add-methods-for-working-with-arrows-stuck-in-living-.patch Update upstream B/CB/S 2018-10-27 00:02:22 -04:00
Add-MinecraftKey-Information-to-Objects.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-26 22:35:42 -04:00
Add-missing-coverages-for-getTileEntity-in-order-to-.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
Add-More-Creeper-API.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
add-more-information-to-Entity.toString.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Add-more-Witch-API.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Add-more-Zombie-API.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Add-option-to-make-parrots-stay-on-shoulders-despite.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Add-option-to-prevent-players-from-moving-into-unloa.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Add-option-to-remove-invalid-statistics.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Add-PhantomPreSpawnEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-26 22:35:42 -04:00
Add-player-view-distance-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:23:27 +00:00
Add-PlayerArmorChangeEvent.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Add-PlayerConnectionCloseEvent.patch Add PlayerConnectionCloseEvent (#1552) 2018-12-12 17:17:38 -08:00
Add-PlayerInitialSpawnEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
Add-PlayerJumpEvent.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Add-PlayerUseUnknownEntityEvent.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Add-ProjectileCollideEvent.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Add-ray-tracing-methods-to-LivingEntity.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Add-server-name-parameter.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
Add-setPlayerProfile-API-for-Skulls.patch Update upstream B/CB/S 2018-10-27 00:02:22 -04:00
Add-setting-for-proxy-online-mode-status.patch Update upstream B/CB/S 2018-11-11 00:37:15 -05:00
Add-some-Debug-to-Chunk-Entity-slices.patch Update for Minecraft 1.13.2 2018-10-23 00:16:21 +01:00
Add-source-block-to-BlockPhysicsEvent.patch Improvements to Logging Warnings/Dupe Entities - Resolves #1544 2018-10-07 14:58:53 -04:00
Add-source-to-PlayerExpChangeEvent.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Add-sun-related-API.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Add-system-property-to-disable-book-size-limits.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Add-TNTPrimeEvent.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Add-UnknownCommandEvent.patch Update upstream B/CB/S 2018-11-11 00:37:15 -05:00
Add-Velocity-IP-Forwarding-Support.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
Add-velocity-warnings.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-24 05:28:04 +00:00
Add-World-Util-Methods.patch Update for Minecraft 1.13.2 2018-10-23 00:16:21 +01:00
All-chunks-are-slime-spawn-chunks-toggle.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Allow-chests-to-be-placed-with-NBT-data.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
Allow-disabling-armour-stand-ticking.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Allow-for-toggling-of-spawn-chunks.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
Allow-nerfed-mobs-to-jump.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Allow-Reloading-of-Command-Aliases.patch Update upstream B/CB/S 2018-11-11 00:37:15 -05:00
Allow-Reloading-of-Custom-Permissions.patch Update upstream B/CB/S 2018-11-11 00:37:15 -05:00
Allow-setting-the-vex-s-summoner.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
Allow-spawning-Item-entities-with-World.spawnEntity.patch [Auto] Updated Upstream (Spigot) 2018-11-03 05:31:30 -04:00
Allow-specifying-a-custom-authentication-servers-dow.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Always-process-chunk-removal-in-removeEntity.patch Improvements to Logging Warnings/Dupe Entities - Resolves #1544 2018-10-07 14:58:53 -04:00
Always-tick-falling-blocks.patch NOT FINISHED!!! Current Progress on 1.13-pre7 update 2018-07-14 21:53:17 -04:00
Anti-Xray.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
AnvilDamageEvent.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-10-06 05:31:40 -04:00
API-to-get-a-BlockState-without-a-snapshot.patch Update upstream B/CB/S 2018-10-27 00:02:22 -04:00
Async-Chunk-Loading-and-Generation.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
AsyncTabCompleteEvent.patch Update upstream B/CB/S 2018-11-11 00:37:15 -05:00
Auto-fix-bad-Y-levels-on-player-login.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:23:27 +00:00
Auto-Save-Improvements.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Avoid-blocking-on-Network-Manager-creation.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
Avoid-Chunk-Lookups-for-Entity-TileEntity-Current-Ch.patch Update for Minecraft 1.13.2 2018-10-23 00:16:21 +01:00
Avoid-dimension-id-collisions.patch Update upstream B/CB/S 2018-11-11 00:37:15 -05:00
Avoid-hopper-searches-if-there-are-no-items.patch fix "avoid hopper searches" and make it use an obfhelper 2018-10-25 21:27:54 +01:00
Avoid-item-merge-if-stack-size-above-max-stack-size.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
Avoid-NPE-in-PathfinderGoalTempt.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Basic-PlayerProfile-API.patch Update upstream B/CB/S 2018-11-11 00:37:15 -05:00
Be-a-bit-more-informative-in-maxHealth-exception.patch Update upstream B/CB/S 2018-10-27 00:02:22 -04:00
Block-Enderpearl-Travel-Exploit.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Block-player-logins-during-server-shutdown.patch Updated Upstream (CraftBukkit) 2018-11-12 18:23:18 +00:00
Book-Size-Limits.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Bound-Treasure-Maps-to-World-Border.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
Break-up-and-make-tab-spam-limits-configurable.patch Add Velocity IP forwarding support (#1557) 2018-10-18 20:44:59 -04:00
Cache-user-authenticator-threads.patch Pull the last upstream updates 2018-08-31 11:51:41 -04:00
Cache-World-Entity-Type-counts.patch Update for Minecraft 1.13.2 2018-10-23 00:16:21 +01:00
Call-PaperServerListPingEvent-for-legacy-pings.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 18:56:57 -04:00
Call-player-spectator-target-events.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
Call-PortalCreateEvent-for-exit-portals.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Cap-Entity-Collisions.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Catch-Async-PlayerChunkMap-operations.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
Catch-JsonParseException-in-Entity-and-TE-names.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Change-implementation-of-tile-entity-removal-list.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
Check-Drowned-for-Villager-Aggression-Config.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
Check-online-mode-before-converting-and-renaming-pla.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
Chunk-registration-fixes.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
Chunk-save-queue-improvements.patch Add Velocity IP forwarding support (#1557) 2018-10-18 20:44:59 -04:00
Chunk-Save-Reattempt.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 18:56:57 -04:00
Chunk-Save-Stats-Debug-Option.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Complete-resource-pack-API.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Configurable-Alternative-LootPool-Luck-Formula.patch Add Velocity IP forwarding support (#1557) 2018-10-18 20:44:59 -04:00
Configurable-baby-zombie-movement-speed.patch Update upstream B/CB/S 2018-11-13 23:21:32 -05:00
Configurable-Bed-Search-Radius.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Configurable-cactus-and-reed-natural-growth-heights.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Configurable-Cartographer-Treasure-Maps.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Configurable-Chunk-Inhabited-Time.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Configurable-Chunks-Sends-per-Tick-setting.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Configurable-connection-throttle-kick-message.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
Configurable-container-update-tick-rate.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:23:27 +00:00
Configurable-Disabling-Cat-Chest-Detection.patch Re-enable light queue toggle, optimize neighbor checks, add max queue time 2018-09-26 00:57:59 -04:00
Configurable-end-credits.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:23:27 +00:00
Configurable-fishing-time-ranges.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Configurable-flying-kick-messages.patch Add Velocity IP forwarding support (#1557) 2018-10-18 20:44:59 -04:00
Configurable-Grass-Spread-Tick-Rate.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Configurable-inter-world-teleportation-safety.patch Update upstream CB 2018-11-21 21:49:47 -05:00
Configurable-Keep-Spawn-Loaded-range-per-world.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Configurable-Max-Chunk-Gens-per-Tick.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Configurable-mob-spawner-tick-rate.patch Re-enable light queue toggle, optimize neighbor checks, add max queue time 2018-09-26 00:57:59 -04:00
Configurable-Non-Player-Arrow-Despawn-Rate.patch Re-enable light queue toggle, optimize neighbor checks, add max queue time 2018-09-26 00:57:59 -04:00
Configurable-packet-in-spam-threshold.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Configurable-Player-Collision.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Configurable-RCON-IP-address.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 18:56:57 -04:00
Configurable-spawn-chances-for-skeleton-horses.patch Re-enable light queue toggle, optimize neighbor checks, add max queue time 2018-09-26 00:57:59 -04:00
Configurable-speed-for-water-flowing-over-lava.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Configurable-sprint-interruption-on-attack.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Configurable-top-of-nether-void-damage.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Configurable-Villages-loading-chunks-for-door-checks.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Custom-replacement-for-eaten-items.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Default-loading-permissions.yml-before-plugins.patch Update upstream B/CB/S 2018-11-11 00:37:15 -05:00
Delay-Chunk-Unloads-based-on-Player-Movement.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Detect-and-repair-corrupt-Region-Files.patch Improvements to Async Chunks 2018-10-10 22:48:35 -04:00
Disable-Explicit-Network-Manager-Flushing.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
Disable-explosion-knockback.patch Re-enable light queue toggle, optimize neighbor checks, add max queue time 2018-09-26 00:57:59 -04:00
Disable-ice-and-snow.patch Re-enable light queue toggle, optimize neighbor checks, add max queue time 2018-09-26 00:57:59 -04:00
Disable-logger-prefix-for-various-plugins-bypassing-.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Disable-Scoreboards-for-non-players-by-default.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-26 22:35:42 -04:00
Disable-spigot-tick-limiters.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-15 12:10:26 -04:00
Disable-thunder.patch Re-enable light queue toggle, optimize neighbor checks, add max queue time 2018-09-26 00:57:59 -04:00
Disable-ticking-of-snow-blocks.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Disable-Vanilla-Chunk-GC.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
Do-not-let-armorstands-drown.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Do-not-load-chunks-for-light-checks.patch [CI-SKIP] Undo an accidental merger of patches 2018-10-04 23:31:01 -04:00
Do-not-load-chunks-for-Pathfinding.patch Update for Minecraft 1.13.2 2018-10-23 00:16:21 +01:00
Don-t-allow-digging-into-unloaded-chunks.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Don-t-allow-entities-to-ride-themselves-572.patch Update for Minecraft 1.13.2 2018-10-23 00:16:21 +01:00
Don-t-call-getItemMeta-on-hasItemMeta.patch [Auto] Updated Upstream (CraftBukkit) 2018-11-15 23:21:38 -05:00
Don-t-change-the-Entity-Random-seed-for-squids.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
Don-t-double-add-golems-to-world.patch Update upstream B/CB/S 2018-11-13 23:21:32 -05:00
Don-t-let-fishinghooks-use-portals.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
Don-t-load-Chunks-from-Hoppers-and-other-things.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 18:56:57 -04:00
Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Don-t-modify-item-tag-if-interaction-is-canceled.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
Don-t-process-despawn-if-entity-is-in-a-chunk-schedu.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Don-t-recheck-type-after-setting-a-block.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch Add Velocity IP forwarding support (#1557) 2018-10-18 20:44:59 -04:00
Don-t-save-Proto-Chunks.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-26 22:35:42 -04:00
Don-t-sleep-after-profile-lookups-if-not-needed.patch Change the reserved channel check to be sensible (#1610) 2018-12-01 02:08:31 +02:00
Don-t-spam-reload-spawn-chunks-in-nether-end.patch Update for Minecraft 1.13.2 2018-10-23 00:16:21 +01:00
Don-t-teleport-dead-entities.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-26 22:35:42 -04:00
Don-t-tick-Skulls-unused-code.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
Don-t-update-snapshot-blockstates.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
Drop-falling-block-and-tnt-entities-at-the-specified.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-26 22:35:42 -04:00
Duplicate-UUID-Resolve-Option.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
EnderDragon-Events.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 18:56:57 -04:00
Enderman.teleportRandomly.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
EndermanAttackPlayerEvent.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
EndermanEscapeEvent.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
Enforce-Sync-Chunk-Unloads.patch Update upstream B/CB/S 2018-10-27 00:02:22 -04:00
Enforce-Sync-Player-Saves.patch More improvements to activation range, improve turtles 2018-10-04 23:18:46 -04:00
Ensure-Chunks-never-ever-load-async.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
Ensure-commands-are-not-ran-async.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Ensure-inv-drag-is-in-bounds.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
Entity-add-to-world-fixes.patch Update for Minecraft 1.13.2 2018-10-23 00:16:21 +01:00
Entity-AddTo-RemoveFrom-World-Events.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
Entity-fromMobSpawner.patch Update upstream B/CB/S 2018-10-27 00:02:22 -04:00
Entity-Origin-API.patch Update upstream B/CB/S 2018-10-27 00:02:22 -04:00
Entity-Tracking-Improvements.patch Use a method for EntityTrackerEntry for Gerrygames 2018-10-10 23:18:02 -04:00
EntityPathfindEvent.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 18:56:57 -04:00
EntityRegainHealthEvent-isFastRegen-API.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
EntityShootBowEvent-consumeArrow-and-getArrowItem-AP.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
EntityTransformedEvent.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Expand-Explosions-API.patch [Auto] Updated Upstream (Spigot) 2018-11-03 05:31:30 -04:00
Expand-World.spawnParticle-API-and-add-Builder.patch [Auto] Updated Upstream (Spigot) 2018-11-03 05:31:30 -04:00
ExperienceOrbMergeEvent.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Expose-attack-cooldown-methods-for-Player.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Expose-client-protocol-version-and-virtual-host.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Expose-server-CommandMap.patch Update upstream B/CB/S 2018-11-11 00:37:15 -05:00
Extend-Player-Interact-cancellation.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-10-31 05:01:59 -04:00
Faster-redstone-torch-rapid-clock-removal.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
Fill-Profile-Property-Events.patch [CI-SKIP] merge profile fill fix into base patch 2018-11-08 18:50:17 -05:00
Filter-bad-data-from-ArmorStand-and-SpawnEgg-items.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Fire-EntityCombustEvent-for-phantoms.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
Fire-EntityShootBowEvent-for-Illusioner.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
Firework-API-s.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 18:56:57 -04:00
Fix-AIOOBE-in-inventory-handling.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Fix-Anvil-Level-sync-to-client.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Fix-block-break-desync.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
Fix-client-rendering-skulls-from-same-user.patch Update for Minecraft 1.13.2 2018-10-23 00:16:21 +01:00
Fix-CraftEntity-hashCode.patch Update upstream B/CB/S 2018-10-27 00:02:22 -04:00
Fix-Double-World-Add-issues.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-26 22:35:42 -04:00
Fix-Dragon-Server-Crashes.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 18:56:57 -04:00
Fix-exploit-that-allowed-colored-signs-to-be-created.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Fix-FileIOThread-concurrency-issues.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
Fix-issues-with-entity-loss-due-to-unloaded-chunks.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Fix-lag-from-explosions-processing-dead-entities.patch Add obfuscation helper (aikar's request) (#1468) 2018-09-22 21:28:16 -05:00
Fix-MC-93764.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
Fix-MC-117075-TE-Unload-Lag-Spike.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
Fix-MC-124320.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
fix-newlines-in-spigot-tab-list-API.patch Update for Minecraft 1.13.2 2018-10-23 00:16:21 +01:00
Fix-NPE-when-getting-location-from-InventoryEnderChe.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Fix-Old-Sign-Conversion.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 18:56:57 -04:00
Fix-reducedDebugInfo-not-initialized-on-client.patch [CI-SKIP] Undo an accidental merger of patches 2018-10-04 23:31:01 -04:00
Fix-Sending-Chunks-to-Client.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Fix-SpongeAbsortEvent-handling.patch Update upstream B/CB/S 2018-11-11 00:37:15 -05:00
Fix-this-stupid-bullshit.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
Flag-to-disable-the-channel-limit.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
force-entity-dismount-during-teleportation.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Further-improve-server-tick-loop.patch Update upstream B/CB/S 2018-11-11 00:37:15 -05:00
getPlayerUniqueId-API.patch Update upstream B/CB/S 2018-11-11 00:37:15 -05:00
GH-806-Respect-saving-disabled-before-unloading-all-.patch Update for Minecraft 1.13.2 2018-10-23 00:16:21 +01:00
Handle-Item-Meta-Inconsistencies.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Handle-Large-Packets-disconnecting-client.patch Handle Large Packets disconnecting client 2018-11-27 21:42:42 -05:00
handle-NaN-health-absorb-values-and-repair-bad-data.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
handle-PacketPlayInKeepAlive-async.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Handle-plugin-prefixes-using-Log4J-configuration.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
Here-s-Johnny.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
Honor-EntityAgeable.ageLock.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
Hook-into-CB-plugin-rewrites.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Ignore-Dead-Entities-in-entityList-iteration.patch [Auto] Updated Upstream (Spigot) 2018-11-03 05:31:30 -04:00
Ignore-Dimension-NBT-field-in-Entity-data.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
Ignore-Missing-Recipes-in-RecipeBook-to-avoid-data-e.patch Update upstream B/CB/S 2018-11-11 00:37:15 -05:00
Implement-an-API-for-CanPlaceOn-and-CanDestroy-NBT-v.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Implement-ensureServerConversions-API.patch [Auto] Updated Upstream (CraftBukkit) 2018-11-15 23:21:38 -05:00
Implement-EntityKnockbackByEntityEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
Implement-EntityTeleportEndGatewayEvent.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
Implement-Expanded-ArmorStand-API.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Implement-extended-PaperServerListPingEvent.patch Update for Minecraft 1.13.2 2018-10-23 00:16:21 +01:00
Implement-Force-Loaded-Chunk-API.patch [Auto] Updated Upstream (Spigot) 2018-11-03 05:31:30 -04:00
Implement-furnace-cook-speed-multiplier-API.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
Implement-getI18NDisplayName.patch [Auto] Updated Upstream (CraftBukkit) 2018-11-15 23:21:38 -05:00
Implement-getters-and-setters-for-EntityItem-owner-a.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
Implement-PlayerLocaleChangeEvent.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Implement-World.getEntity-UUID-API.patch [Auto] Updated Upstream (Spigot) 2018-11-03 05:31:30 -04:00
Improve-death-events.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Improve-Maps-in-item-frames-performance-and-bug-fixe.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:23:27 +00:00
Improve-ProjectileHitEvent-to-include-the-BlockFace-.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Improve-the-Saddle-API-for-Horses.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Improved-Async-Task-Scheduler.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-24 05:28:04 +00:00
Include-Log4J2-SLF4J-implementation.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
Inventory-removeItemAnySlot.patch Update for Minecraft 1.13.2 2018-10-23 00:16:21 +01:00
InventoryCloseEvent-Reason-API.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Item-canEntityPickup.patch Improve Activation Range by running target rules 2018-11-08 22:43:38 -05:00
ItemStack-getMaxItemUseDuration.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
Lazy-init-world-storage-in-CraftOfflinePlayer.patch Lazy init world storage in CraftOfflinePlayer 2018-12-11 22:32:39 -05:00
Lighting-Queue.patch Update for Minecraft 1.13.2 2018-10-23 00:16:21 +01:00
Limit-lightning-strike-effect-distance.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
limit-the-range-at-which-we-ll-consider-an-attackabl.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
LivingEntity-Hand-Raised-Item-Use-API.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
LivingEntity-setKiller.patch Update upstream B/CB/S 2018-10-27 00:02:22 -04:00
Load-version-history-at-server-start.patch Add Velocity IP forwarding support (#1557) 2018-10-18 20:44:59 -04:00
LootTable-API-Replenishable-Lootables-Feature.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Make-CraftWorld-loadChunk-int-int-false-load-unconve.patch [Auto] Updated Upstream (Spigot) 2018-11-03 05:31:30 -04:00
Make-EnderDragon-implement-Mob.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
Make-legacy-ping-handler-more-reliable.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 18:56:57 -04:00
Make-max-squid-spawn-height-configurable.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Make-player-data-saving-configurable.patch Add Velocity IP forwarding support (#1557) 2018-10-18 20:44:59 -04:00
Make-portal-teleportation-adjustment-math-more-accur.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 18:56:57 -04:00
Make-shield-blocking-delay-configurable.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Make-targetSize-more-aggressive-in-the-chunk-unload-.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Make-the-default-permission-message-configurable.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
Mark-chunk-dirty-anytime-entities-change-to-guarante.patch Update for Minecraft 1.13.2 2018-10-23 00:16:21 +01:00
MC-2025-Save-and-load-entity-AABB-to-prevent-wobble.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
MC-50319-Check-other-worlds-for-shooter-of-projectil.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
MC-111480-Start-Entity-ID-s-at-1.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-26 22:35:42 -04:00
MC-135506-Experience-should-save-as-Integers.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
MC-136865-Use-valid-item-for-enchantment-checks-on-b.patch Use empty itemstack, not null in PlayerInteractManager 2018-11-03 04:50:42 -04:00
MC-Dev-fixes.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
MC-Utils.patch Update for Minecraft 1.13.2 2018-10-23 00:16:21 +01:00
Mob-Pathfinding-API.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
More-informative-vehicle-moved-wrongly-message.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-26 22:35:42 -04:00
Ocelot-despawns-should-honor-nametags-and-leash.patch Update for Minecraft 1.13.2 2018-10-23 00:16:21 +01:00
Only-refresh-abilities-if-needed.patch update upstream 2018-07-29 12:42:07 -04:00
Only-send-Dragon-Wither-Death-sounds-to-same-world.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
Optimise-BlockStateEnum-hashCode-and-equals.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 18:56:57 -04:00
Optimise-removeQueue.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Optimize-and-Fix-ExpiringMap-Issues.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Optimize-Biome-Mob-Lookups-for-Mob-Spawning.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
Optimize-BlockPosition-helper-methods.patch More improvements to activation range, improve turtles 2018-10-04 23:18:46 -04:00
Optimize-Chunk-Access.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Optimize-CraftBlockData-Creation.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 18:56:57 -04:00
Optimize-explosions.patch Update for Minecraft 1.13.2 2018-10-23 00:16:21 +01:00
Optimize-getChunkIfLoaded-type-calls.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Optimize-Hoppers.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Optimize-isValidLocation-getType-and-getBlockData-fo.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Optimize-ItemStack.isEmpty.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
Optimize-Light-Recalculations.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Optimize-Pathfinding.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 18:56:57 -04:00
Optimize-redstone-algorithm.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Optimize-Region-File-Cache.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
Optimize-RegistryID.c.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 18:56:57 -04:00
Optimize-RegistryMaterials.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 18:56:57 -04:00
Optimize-Server-World-Map.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
Optimize-TileEntity-Ticking.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 18:56:57 -04:00
Optimize-UserCache-Thread-Safe.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
Optimize-World-Time-Updates.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
Optimize-World.isLoaded-BlockPosition-Z.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
Optimized-Light-Level-Comparisons.patch Update upstream B/CB/S 2018-11-13 23:21:32 -05:00
Option-for-maximum-exp-value-when-merging-orbs.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Option-to-disable-BlockPhysicsEvent-for-Redstone.patch Re-enable light queue toggle, optimize neighbor checks, add max queue time 2018-09-26 00:57:59 -04:00
Option-to-prevent-armor-stands-from-doing-entity-loo.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Option-to-remove-corrupt-tile-entities.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Option-to-use-vanilla-per-world-scoreboard-coloring-.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Optional-TNT-doesn-t-move-in-water.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Paper-config-files.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Paper-Metrics.patch Add Velocity IP forwarding support (#1557) 2018-10-18 20:44:59 -04:00
Pass-world-to-Village-creation.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 18:56:57 -04:00
Player-affects-spawning-API.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Player-Tab-List-and-Title-APIs.patch Actually set the header (#1576) 2018-10-15 01:05:02 -04:00
Player.setPlayerProfile-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:23:27 +00:00
PlayerAdvancementCriterionGrantEvent.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
PlayerAttemptPickupItemEvent.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
PlayerElytraBoostEvent.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 18:56:57 -04:00
PlayerLaunchProjectileEvent.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 18:56:57 -04:00
PlayerNaturallySpawnCreaturesEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
PlayerPickupExperienceEvent.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
PlayerPickupItemEvent-setFlyAtPlayer.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
PlayerReadyArrowEvent.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
PlayerTeleportEndGatewayEvent.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
POM-Changes.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
PreCreatureSpawnEvent.patch Update for Minecraft 1.13.2 2018-10-23 00:16:21 +01:00
PreSpawnerSpawnEvent.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
Prevent-Auto-Save-if-Save-Queue-is-full.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Prevent-chunk-loading-from-Fluid-Flowing.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Prevent-Fire-from-loading-chunks.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
Prevent-Frosted-Ice-from-loading-holding-chunks.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 18:56:57 -04:00
Prevent-logins-from-being-processed-when-the-player-.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
Prevent-Mob-AI-Rules-from-Loading-Chunks.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Prevent-mob-spawning-from-loading-generating-chunks.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
Prevent-Pathfinding-out-of-World-Border.patch More improvements to activation range, improve turtles 2018-10-04 23:18:46 -04:00
Prevent-rayTrace-from-loading-chunks.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Prevent-Saving-Bad-entities-to-chunks.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-26 22:35:42 -04:00
Prevent-tile-entity-and-entity-crashes.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-15 12:10:26 -04:00
Print-Error-details-when-failing-to-save-player-data.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
Profile-Lookup-Events.patch Updated Upstream (CraftBukkit) 2018-11-12 18:23:18 +00:00
ProfileWhitelistVerifyEvent.patch More improvements to activation range, improve turtles 2018-10-04 23:18:46 -04:00
Properly-fix-item-duplication-bug.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Properly-handle-async-calls-to-restart-the-server.patch More improvements to activation range, improve turtles 2018-10-04 23:18:46 -04:00
Properly-remove-entities-on-dimension-teleport.patch give EAR immunity to piston pushed entities 2018-10-25 23:26:29 -04:00
provide-a-configurable-option-to-disable-creeper-lin.patch Modified Configurable Chunk Inhabited Timer Patch 2018-12-12 19:40:29 -05:00
Provide-E-TE-Chunk-count-stat-methods.patch Update upstream B/CB/S 2018-10-27 00:02:22 -04:00
Provide-option-to-use-a-versioned-world-folder-for-t.patch Add Velocity IP forwarding support (#1557) 2018-10-18 20:44:59 -04:00
RangedEntity-API.patch Update upstream B/CB/S 2018-11-11 00:37:15 -05:00
Re-add-vanilla-entity-warnings-for-duplicates.patch Remove the "Entity already removed" warning unless debug entities is on 2018-09-28 22:37:11 -04:00
Re-track-players-that-dismount-from-other-players.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:23:27 +00:00
Reduce-IO-ops-opening-a-new-region-file.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 18:56:57 -04:00
Refresh-player-inventory-when-cancelling-PlayerInter.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Remove-CraftScheduler-Async-Task-Debugger.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-24 05:28:04 +00:00
Remove-Debug-checks-from-DataBits.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 18:56:57 -04:00
Remove-FishingHook-reference-on-Craft-Entity-removal.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Remove-invalid-mob-spawner-tile-entities.patch Update for Minecraft 1.13.2 2018-10-23 00:16:21 +01:00
Remove-Metadata-on-reload.patch Update upstream B/CB/S 2018-11-11 00:37:15 -05:00
remove-null-possibility-for-getServer-singleton.patch Use BigDecimal to improve accracy of TPS results - long live 20 TPS! 2018-09-17 22:32:37 -04:00
Remove-unused-World-Tile-Entity-List.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
Replace-HashSet-with-fastutil-s-ObjectOpenHashSet-in.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Reset-players-airTicks-on-respawn.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
Reset-spawner-timer-when-spawner-event-is-cancelled.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-15 12:10:26 -04:00
Restore-custom-InventoryHolder-support.patch Update upstream B/CB/S 2018-11-11 00:37:15 -05:00
Restore-vanlla-default-mob-spawn-range.patch More improvements to activation range, improve turtles 2018-10-04 23:18:46 -04:00
revert-serverside-behavior-of-keepalives.patch Fix custom flying kick message 2018-10-02 06:54:45 +01:00
Sanitise-RegionFileCache-and-make-configurable.patch Add Velocity IP forwarding support (#1557) 2018-10-18 20:44:59 -04:00
Send-absolute-position-the-first-time-an-entity-is-s.patch Use a method for EntityTrackerEntry for Gerrygames 2018-10-10 23:18:02 -04:00
Send-attack-SoundEffects-only-to-players-who-can-see.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Send-nearby-packets-from-world-player-list-not-serve.patch [Auto] Updated Upstream (Spigot) 2018-11-03 05:31:30 -04:00
Shame-on-you-Mojang.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 18:56:57 -04:00
Shoulder-Entities-Release-API.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Show-Paper-in-client-crashes-server-lists-and-Mojang.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
ShulkerBox-Dupe-Prevention.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
SkeletonHorse-Additions.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-09-26 22:35:42 -04:00
Slime-Pathfinder-Events.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Speedup-BlockPos-by-fixing-inlining.patch More improvements to activation range, improve turtles 2018-10-04 23:18:46 -04:00
Store-counts-for-each-Entity-Block-Entity-Type.patch Update for Minecraft 1.13.2 2018-10-23 00:16:21 +01:00
Store-reference-to-current-Chunk-for-Entity-and-Bloc.patch Update upstream B/CB/S 2018-10-27 00:02:22 -04:00
String-based-Action-Bar-API.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
Strip-private-area-unicode-characters-from-signs.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
Support-Overriding-World-Seeds.patch Update upstream B/CB/S 2018-11-11 00:37:15 -05:00
System-property-for-disabling-watchdoge.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-24 05:28:04 +00:00
Tameable-getOwnerUniqueId-API.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Timings-v2.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Toggleable-player-crits-helps-mitigate-hacked-client.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Turtle-API.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Undead-horse-leashing.patch Re-enable light queue toggle, optimize neighbor checks, add max queue time 2018-09-26 00:57:59 -04:00
Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
Use-a-Queue-for-Queueing-Commands.patch Add Velocity IP forwarding support (#1557) 2018-10-18 20:44:59 -04:00
Use-a-Shared-Random-for-Entities.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
Use-asynchronous-Log4j-2-loggers.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
use-CB-BlockState-implementations-for-captured-block.patch Ensure mobs don't spawn out of world border 2018-09-17 21:50:02 -04:00
Use-ConcurrentHashMap-in-JsonList.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
Use-EntityTypes-for-living-entities.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Use-Log4j-IOStreams-to-redirect-System.out-err-to-lo.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
Use-more-reasonable-thread-count-default-for-bootstr.patch Upstate upstream B/CB 2018-12-02 18:31:09 -05:00
Use-Optimized-Collections.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Use-TerminalConsoleAppender-for-console-improvements.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Use-UserCache-for-player-heads.patch Updated Upstream (CraftBukkit) 2018-09-06 22:08:35 -04:00
Use-Vanilla-Minecart-Speeds.patch Update upstream B/CB/S 2018-11-11 00:37:15 -05:00
Vanished-players-don-t-have-rights.patch Update upstream BD/B/CB/S 2018-12-08 05:09:55 -05:00
Vex-getSummoner-API.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
Waving-banner-workaround.patch Switch to using ForgeFlower for Paper Only mc-dev imports 2018-08-31 18:56:57 -04:00
WitchConsumePotionEvent.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
WitchReadyPotionEvent.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
WitchThrowPotionEvent.patch Paper 1.13.1 Update 2018-08-26 14:11:49 -04:00
Workaround-for-setting-passengers-on-players.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
World-EntityHuman-Lookup-Optimizations.patch Update for Minecraft 1.13.2 2018-10-23 00:16:21 +01:00