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