Paper/Spigot-Server-Patches
Shane Freeder d72dce83ad Break up and make tab spam limits configurable
Due to the changes in 1.13, clients will send a tab completion request
for all bukkit commands in order to factor in the lack of support for
brigadier and provide backwards support in the API.

Craftbukkit, however; has moved the chat spam limiter to also interact
with the tab completion request, which while good for avoiding abuse,
causes 1.13 clients to easilly be kicked from a server in bukkit due
to this. Removing the spam limit could cause issues for servers, however,
there is no way for servers to manipulate this without blindly cancelling
kick events, which only causes additional complications. This also causes
issues in that the tab spam limit and chat share the same field but different
limits, meaning that a player having typed a long command may be kicked from
the server.

Splitting the field up and making it configurable allows for server owners
to take the burden of this into their own hand without having to rely on
plugins doing unsafe things.

This patch has been applied to 1.12.2 in order to allow people using
plugins which allow clients of newer versions to connect, this is
not a common practice, however is being done as a level of nicety
given the current status of 1.13
2018-07-31 13:53:49 +01:00
..
Ability-to-apply-mending-to-XP-API.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Access-items-by-EquipmentSlot.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Activation-Range-Improvements.patch Multitude of changes to attempt to fix #1199 2018-07-12 16:42:56 -04:00
Add-ability-to-configure-frosted_ice-properties.patch Added options to disable additional ore generation in Mesa and Extreme Hills (#1006) 2018-02-13 03:44:50 +03:00
Add-API-methods-to-control-if-armour-stands-can-move.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Add-ArmorStand-Item-Meta.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Add-async-chunk-load-API.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Add-BeaconEffectEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Add-config-to-disable-ender-dragon-legacy-check.patch Add config to disable ender dragon legacy check (#1167) 2018-06-22 10:49:10 -05:00
Add-configurable-despawn-distances-for-living-entiti.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Add-configurable-portal-search-radius.patch Added options to disable additional ore generation in Mesa and Extreme Hills (#1006) 2018-02-13 03:44:50 +03:00
Add-configuration-option-to-prevent-player-names-fro.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch Prevent Saving Bad entities to chunks 2018-07-26 00:51:20 -04:00
Add-EntityZapEvent.patch Update upstream 2018-04-22 10:40:36 -04:00
Add-exception-reporting-event.patch Fix placement of chunk tracking - Fixes #1199 2018-07-15 02:44:37 -04:00
Add-handshake-event-to-allow-plugins-to-handle-clien.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Add-method-to-open-already-placed-sign.patch Add method to open already placed sign 2018-04-01 02:30:41 +03:00
Add-methods-for-working-with-arrows-stuck-in-living-.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Add-MinecraftKey-Information-to-Objects.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
Add-missing-coverages-for-getTileEntity-in-order-to-.patch Update upstream CB/S 2018-04-17 22:25:50 -04:00
add-more-information-to-Entity.toString.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
Add-option-to-make-parrots-stay-on-shoulders-despite.patch Don't send digged block updates for unloaded chunks 2018-07-12 15:19:33 +01:00
Add-option-to-remove-invalid-statistics.patch Add max-player-auto-save-per-tick setting to spread out saves more 2018-03-04 20:20:27 -05:00
Add-player-view-distance-API.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
Add-PlayerArmorChangeEvent.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Add-PlayerInitialSpawnEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Add-PlayerJumpEvent.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Add-PlayerUseUnknownEntityEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Add-ProjectileCollideEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Add-SentientNPC-Interface-to-Entities.patch Add Critical missing Bukkit API - setTarget/getTarget moved down to SentientNPC 2018-07-01 22:07:35 -04:00
Add-server-name-parameter.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Add-setting-for-proxy-online-mode-status.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Add-SkullMeta.setPlayerProfile-API.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Add-some-Debug-to-Chunk-Entity-slices.patch clear current chunk and entity slice on chunk unload 2018-07-30 00:51:58 -04:00
Add-source-to-PlayerExpChangeEvent.patch Optimize Hoppers 2018-01-18 01:00:51 -05:00
Add-system-property-to-disable-book-size-limits.patch Update upstream 2018-04-22 10:40:36 -04:00
Add-UnknownCommandEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Add-velocity-warnings.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Add-World-Util-Methods.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Additional-Paper-Config-options.patch Duplicate UUID Resolve Option 2018-07-21 14:47:05 -04:00
All-chunks-are-slime-spawn-chunks-toggle.patch Added options to disable additional ore generation in Mesa and Extreme Hills (#1006) 2018-02-13 03:44:50 +03:00
Allow-for-toggling-of-spawn-chunks.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Allow-nerfed-mobs-to-jump.patch Allow plugins to replace texture if already set on skulls 2018-06-09 12:09:21 +01:00
Allow-Reloading-of-Command-Aliases.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Allow-Reloading-of-Custom-Permissions.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Allow-spawning-Item-entities-with-World.spawnEntity.patch Allow spawning Item entities with World.spawnEntity 2018-06-04 20:48:14 -04:00
Allow-specifying-a-custom-authentication-servers-dow.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Always-process-chunk-registration-after-moving.patch Always process chunk registration after moving 2018-07-29 12:10:20 -04:00
Always-process-chunk-removal-in-removeEntity.patch Always process chunk removal in removeEntity 2018-07-28 12:13:52 -04:00
Always-tick-falling-blocks.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Anti-Xray.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
API-to-get-a-BlockState-without-a-snapshot.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
Assign-the-World-in-WorldGenStronghold.patch Optimize Hoppers 2018-01-18 01:00:51 -05:00
AsyncTabCompleteEvent.patch Don't send digged block updates for unloaded chunks 2018-07-12 15:19:33 +01:00
Auto-fix-bad-Y-levels-on-player-login.patch Update CB/S 2018-03-08 19:36:35 +00:00
Auto-Save-Improvements.patch clear current chunk and entity slice on chunk unload 2018-07-30 00:51:58 -04:00
Avoid-blocking-on-Network-Manager-creation.patch Optimize Hoppers 2018-01-18 01:00:51 -05:00
Avoid-Chunk-Lookups-for-Entity-TileEntity-Current-Ch.patch Fix placement of chunk tracking - Fixes #1199 2018-07-15 02:44:37 -04:00
Avoid-hopper-searches-if-there-are-no-items.patch clear current chunk and entity slice on chunk unload 2018-07-30 00:51:58 -04:00
Avoid-item-merge-if-stack-size-above-max-stack-size.patch Avoid item merge if stack size above max stack size (#1217) 2018-07-19 17:51:55 +02:00
Avoid-NPE-in-PathfinderGoalTempt.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Basic-PlayerProfile-API.patch PlayerProfile.complete shouldn't throw NPE 2018-07-31 01:37:41 -04:00
Be-a-bit-more-informative-in-maxHealth-exception.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Block-Enderpearl-Travel-Exploit.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Block-player-logins-during-server-shutdown.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Bound-Treasure-Maps-to-World-Border.patch Optimize Hoppers 2018-01-18 01:00:51 -05:00
Break-up-and-make-tab-spam-limits-configurable.patch Break up and make tab spam limits configurable 2018-07-31 13:53:49 +01:00
Cache-user-authenticator-threads.patch Optimize Hoppers 2018-01-18 01:00:51 -05:00
Call-PaperServerListPingEvent-for-legacy-pings.patch Avoid Netty buffer leak in LegacyPingHandler. Fixes #1200 (#1201) 2018-07-13 09:43:56 +02:00
Call-PortalCreateEvent-for-exit-portals.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Cap-Entity-Collisions.patch Guard the Entity.SHARED_RANDOM from seed changes 2018-07-21 09:03:10 -04:00
Catch-Async-PlayerChunkMap-operations.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Change-implementation-of-tile-entity-removal-list.patch If Entity is added to chunk, look up the chunk if current isnt set 2018-07-29 12:04:09 -04:00
Check-async-remove-unused-vars-GH-159.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Check-online-mode-before-converting-and-renaming-pla.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Chunk-registration-fixes.patch Always move Entity to its new Chunk even if unloaded 2018-07-29 12:06:35 -04:00
Chunk-save-queue-improvements.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Chunk-Save-Reattempt.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Chunk-Save-Stats-Debug-Option.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Cleanup-allocated-favicon-ByteBuf.patch Cleanup allocated favicon ByteBuf (fixes #1191) 2018-07-03 19:19:47 +01:00
Complete-resource-pack-API.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
Configurable-Allowance-of-Permanent-Chunk-Loaders.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Configurable-Alternative-LootPool-Luck-Formula.patch Configurable Alternative LootPool Luck Formula 2018-06-15 00:32:35 -04:00
Configurable-baby-zombie-movement-speed.patch Allow plugins to replace texture if already set on skulls 2018-06-09 12:09:21 +01:00
Configurable-Bed-Search-Radius.patch Improve bed search pattern to go inwards out for bed search radius 2018-07-08 03:30:40 -04:00
Configurable-cactus-and-reed-natural-growth-heights.patch Allow plugins to replace texture if already set on skulls 2018-06-09 12:09:21 +01:00
Configurable-Cartographer-Treasure-Maps.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Configurable-Chunk-Inhabited-Timer.patch clear current chunk and entity slice on chunk unload 2018-07-30 00:51:58 -04:00
Configurable-Chunk-IO-Thread-Base-Count.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Configurable-Chunks-Sends-per-Tick-setting.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Configurable-container-update-tick-rate.patch Update CB/S 2018-03-08 19:36:35 +00:00
Configurable-end-credits.patch Update CB/S 2018-03-08 19:36:35 +00:00
Configurable-fishing-time-ranges.patch Allow plugins to replace texture if already set on skulls 2018-06-09 12:09:21 +01:00
Configurable-flying-kick-messages.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Configurable-Grass-Spread-Tick-Rate.patch Added options to disable additional ore generation in Mesa and Extreme Hills (#1006) 2018-02-13 03:44:50 +03:00
Configurable-inter-world-teleportation-safety.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
Configurable-Keep-Spawn-Loaded-range-per-world.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Configurable-lava-flow-speed.patch Added options to disable additional ore generation in Mesa and Extreme Hills (#1006) 2018-02-13 03:44:50 +03:00
Configurable-Max-Chunk-Gens-per-Tick.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Configurable-mob-spawner-tick-rate.patch Added options to disable additional ore generation in Mesa and Extreme Hills (#1006) 2018-02-13 03:44:50 +03:00
Configurable-Non-Player-Arrow-Despawn-Rate.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Configurable-packet-in-spam-threshold.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Configurable-Player-Collision.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Configurable-RCON-IP-address.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Configurable-spawn-chances-for-skeleton-horses.patch Update upstream CB/S 2018-04-17 22:25:50 -04:00
Configurable-speed-for-water-flowing-over-lava.patch Allow plugins to replace texture if already set on skulls 2018-06-09 12:09:21 +01:00
Configurable-sprint-interruption-on-attack.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Configurable-top-of-nether-void-damage.patch Merge pull request #1250 2018-07-23 20:31:33 -04:00
Configurable-Unrestricted-Signs.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Custom-replacement-for-eaten-items.patch Update upstream 2018-03-25 20:06:44 -04:00
Default-loading-permissions.yml-before-plugins.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Delay-Chunk-Unloads-based-on-Player-Movement.patch Fix weird bugs with entities - Fixes #1195 2018-07-05 18:39:43 -04:00
Disable-chest-cat-detection.patch Added options to disable additional ore generation in Mesa and Extreme Hills (#1006) 2018-02-13 03:44:50 +03:00
Disable-Explicit-Network-Manager-Flushing.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Disable-explosion-knockback.patch Add Ban Methods to Player Objects 2018-04-28 11:31:26 -04:00
Disable-ice-and-snow.patch Update upstream CB/S 2018-04-17 22:25:50 -04:00
Disable-logger-prefix-for-various-plugins-bypassing-.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Disable-Scoreboards-for-non-players-by-default.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
Disable-spigot-tick-limiters.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Disable-thunder.patch Update upstream CB/S 2018-04-17 22:25:50 -04:00
Disable-ticking-of-snow-blocks.patch Optimize Hoppers 2018-01-18 01:00:51 -05:00
Disable-Vanilla-Chunk-GC.patch Update upstream CB/S 2018-04-17 22:25:50 -04:00
Do-not-allow-a-zero-max-height-in-BiomeJungle.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Do-not-let-armorstands-drown.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Do-not-load-chunks-for-light-checks.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Do-not-load-chunks-for-pathfinding.patch Optimize Hoppers 2018-01-18 01:00:51 -05:00
Do-not-mark-chunks-as-active-for-neighbor-updates.patch clear current chunk and entity slice on chunk unload 2018-07-30 00:51:58 -04:00
Don-t-allow-entities-to-ride-themselves-572.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
Don-t-blindly-send-unlit-chunks-when-lighting-update.patch clear current chunk and entity slice on chunk unload 2018-07-30 00:51:58 -04:00
Don-t-change-the-Entity-Random-seed-for-squids.patch Fix Squids corrupting the entire servers entity randomness.... 2018-07-19 01:13:53 -04:00
Don-t-let-fishinghooks-use-portals.patch Guard the Entity.SHARED_RANDOM from seed changes 2018-07-21 09:03:10 -04:00
Don-t-load-chunks-for-villager-door-checks.patch Fix another case where villages load chunks 2018-06-21 22:58:09 -04:00
Don-t-load-Chunks-from-Hoppers-and-other-things.patch Optimize Hoppers 2018-01-18 01:00:51 -05:00
Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Don-t-process-despawn-if-entity-is-in-a-chunk-schedu.patch Don't process despawn if entity is in a chunk scheduled for unload 2018-07-19 01:25:18 -04:00
Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch Break up and make tab spam limits configurable 2018-07-31 13:53:49 +01:00
Don-t-spam-reload-spawn-chunks-in-nether-end.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Don-t-teleport-dead-entities.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
Don-t-tick-Skulls-unused-code.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Drop-falling-block-and-tnt-entities-at-the-specified.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
Duplicate-UUID-Resolve-Option.patch Fix Dupe UUID logic triggering when the duplicate is pending unload 2018-07-28 01:20:06 -04:00
Enderman.teleportRandomly.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
EndermanAttackPlayerEvent.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
EndermanEscapeEvent.patch add Escape Reason Drown for EndermanEscapeEvent 2018-05-31 18:16:26 -04:00
Enforce-Sync-Chunk-Unloads.patch Optimize Hoppers 2018-01-18 01:00:51 -05:00
Enforce-Sync-Player-Saves.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Ensure-Chunks-never-ever-load-async.patch Optimize Hoppers 2018-01-18 01:00:51 -05:00
Ensure-commands-are-not-ran-async.patch Ignore AsyncCatcher setting for Command Dispatch, always force sync 2018-02-15 00:34:58 -05:00
Ensure-inv-drag-is-in-bounds.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Entity-AddTo-RemoveFrom-World-Events.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Entity-fromMobSpawner.patch Guard the Entity.SHARED_RANDOM from seed changes 2018-07-21 09:03:10 -04:00
Entity-Origin-API.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
Entity-Tracking-Improvements.patch Guard the Entity.SHARED_RANDOM from seed changes 2018-07-21 09:03:10 -04:00
EntityPathfindEvent.patch Break up and make tab spam limits configurable 2018-07-31 13:53:49 +01:00
EntityRegainHealthEvent-isFastRegen-API.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
EntityShootBowEvent-consumeArrow-and-getArrowItem-AP.patch EntityShootBowEvent consumeArrow and getArrowItem API 2018-06-18 00:39:04 -04:00
Expand-Explosions-API.patch Expand Explosions API 2018-06-20 23:19:46 -04:00
Expand-World.spawnParticle-API-and-add-Builder.patch Expand World.spawnParticle API and add Builder 2018-04-30 20:32:15 -04:00
ExperienceOrbMergeEvent.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch Fix Reason = Player for Experience Orb drop 2018-05-18 19:40:33 -04:00
Expose-client-protocol-version-and-virtual-host.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Expose-server-CommandMap.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Extend-Player-Interact-cancellation.patch Avoid visual issues for adjacent blocks when cancelling PIE (#1198) 2018-07-13 09:48:51 +02:00
Fast-draining.patch Added options to disable additional ore generation in Mesa and Extreme Hills (#1006) 2018-02-13 03:44:50 +03:00
Faster-redstone-torch-rapid-clock-removal.patch Optimize Hoppers 2018-01-18 01:00:51 -05:00
Fill-Profile-Property-Events.patch Improve Profile API to directly extend Yggdrasil, Resolves #1117 2018-05-10 23:01:52 -04:00
Filter-bad-data-from-ArmorStand-and-SpawnEgg-items.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Fire-EntityShootBowEvent-for-Illusioner.patch Fire EntityShootBowEvent for Illusioner 2018-06-18 22:19:59 -04:00
Firework-API-s.patch Optimize Hoppers 2018-01-18 01:00:51 -05:00
Fix-AIOOBE-in-inventory-handling.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Fix-Anvil-Level-sync-to-client.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
Fix-block-break-desync.patch Don't send digged block updates for unloaded chunks 2018-07-12 15:19:33 +01:00
Fix-Bugs-with-Spigot-Mob-Spawn-Logic.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Fix-Chunk-Unload-Queue-Issues.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Fix-cooked-fish-legacy-import.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Fix-CraftEntity-hashCode.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Fix-Double-World-Add-issues.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Fix-Dragon-Server-Crashes.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Fix-exploit-that-allowed-colored-signs-to-be-created.patch Don't send digged block updates for unloaded chunks 2018-07-12 15:19:33 +01:00
Fix-FallingBlocks-being-stuck-on-fences.patch Added options to disable additional ore generation in Mesa and Extreme Hills (#1006) 2018-02-13 03:44:50 +03:00
Fix-Furnace-cook-time-bug.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Fix-lag-from-explosions-processing-dead-entities.patch Add Ban Methods to Player Objects 2018-04-28 11:31:26 -04:00
Fix-MC-117075-TE-Unload-Lag-Spike.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Fix-NFE-when-attempting-to-read-EMPTY-ItemStack.patch LivingEntity Hand Raised/Item Use API 2018-06-29 00:55:29 -04:00
Fix-NPE-when-getting-location-from-InventoryEnderChe.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Fix-Old-Sign-Conversion.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Fix-reducedDebugInfo-not-initialized-on-client.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Fix-this-stupid-bullshit.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Flag-to-disable-the-channel-limit.patch Merge pull request #1250 2018-07-23 20:31:33 -04:00
Further-improve-server-tick-loop.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Generator-Settings.patch Added options to disable additional ore generation in Mesa and Extreme Hills (#1006) 2018-02-13 03:44:50 +03:00
getPlayerUniqueId-API.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
GH-806-Respect-saving-disabled-before-unloading-all-.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Handle-bad-chunks-more-gracefully.patch Update upstream CB/S 2018-04-17 22:25:50 -04:00
Handle-Item-Meta-Inconsistencies.patch LivingEntity Hand Raised/Item Use API 2018-06-29 00:55:29 -04:00
handle-NaN-health-absorb-values-and-repair-bad-data.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
handle-PacketPlayInKeepAlive-async.patch Don't send digged block updates for unloaded chunks 2018-07-12 15:19:33 +01:00
Handle-plugin-prefixes-using-Log4J-configuration.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Ignore-Dead-Entities-in-entityList-iteration.patch Ignore Dead Entities in entityList iteration 2018-07-28 12:26:36 -04:00
Ignore-Missing-Recipes-in-RecipeBook-to-avoid-data-e.patch accidently set the wrong collection on last commit 2018-06-16 16:32:17 -04:00
IllegalPacketEvent.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
Implement-ensureServerConversions-API.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Implement-EntityKnockbackByEntityEvent.patch Add EntityKnockbackByEntityEvent (#1162) 2018-06-21 03:59:11 +02:00
Implement-EntityTeleportEndGatewayEvent.patch Actually call EntityTeleportEndGatewayEvent (#1147) 2018-06-13 23:29:49 +02:00
Implement-extended-PaperServerListPingEvent.patch Improve Profile API to directly extend Yggdrasil, Resolves #1117 2018-05-10 23:01:52 -04:00
Implement-getI18NDisplayName.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Implement-PlayerLocaleChangeEvent.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
Implement-World.getEntity-UUID-API.patch Add World.getEntity(UUID) API 2018-07-03 16:16:01 +02:00
Improve-Maps-in-item-frames-performance-and-bug-fixe.patch Allow plugins to replace texture if already set on skulls 2018-06-09 12:09:21 +01:00
Improve-ProjectileHitEvent-to-include-the-BlockFace-.patch Improve ProjectileHitEvent to include the BlockFace where the projectile has hit (#1182) 2018-06-30 05:50:17 +02:00
Improve-Structures-Checking.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Improve-the-Saddle-API-for-Horses.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Improved-Async-Task-Scheduler.patch Update Upstream 2018-06-20 23:29:33 -04:00
Include-Log4J2-SLF4J-implementation.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
InventoryCloseEvent-Reason-API.patch Fix placement of chunk tracking - Fixes #1199 2018-07-15 02:44:37 -04:00
Item-canEntityPickup.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
ItemStack-getMaxItemUseDuration.patch LivingEntity Hand Raised/Item Use API 2018-06-29 00:55:29 -04:00
Lighting-Queue.patch clear current chunk and entity slice on chunk unload 2018-07-30 00:51:58 -04:00
LivingEntity-Hand-Raised-Item-Use-API.patch LivingEntity Hand Raised/Item Use API 2018-06-29 00:55:29 -04:00
LivingEntity-setKiller.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Load-version-history-at-server-start.patch Update TerminalConsoleAppender to 1.1.0 2018-07-17 14:48:52 +02:00
LootTable-API-Replenishable-Lootables-Feature.patch Avoid int overflow in lootable refill time calculations (#1146) 2018-06-13 20:15:31 +02:00
Make-entities-look-for-hoppers.patch Guard the Entity.SHARED_RANDOM from seed changes 2018-07-21 09:03:10 -04:00
Make-legacy-ping-handler-more-reliable.patch Avoid Netty buffer leak in LegacyPingHandler. Fixes #1200 (#1201) 2018-07-13 09:43:56 +02:00
Make-max-squid-spawn-height-configurable.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Make-player-data-saving-configurable.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Make-shield-blocking-delay-configurable.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Make-targetSize-more-aggressive-in-the-chunk-unload-.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Mark-chunk-dirty-anytime-entities-change-to-guarante.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
MC-94186-Fix-dragon-egg-falling-in-lazy-chunks.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
MC-99321-Dont-check-for-blocked-double-chest-for-hop.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
MC-111480-Start-Entity-ID-s-at-1.patch MC-111480: Start Entity ID's at 1 - Closes #1287 2018-07-29 23:00:00 -04:00
MC-124833.patch Update upstream CB 2018-04-04 20:33:43 -04:00
MC-Dev-fixes.patch Configurable Alternative LootPool Luck Formula 2018-06-15 00:32:35 -04:00
MC-Utils.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
More-informative-vehicle-moved-wrongly-message.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Ocelot-despawns-should-honor-nametags-and-leash.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Only-refresh-abilities-if-needed.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
Only-send-Dragon-Wither-Death-sounds-to-same-world.patch Optimize Hoppers 2018-01-18 01:00:51 -05:00
Optimise-BlockStateEnum-hashCode-and-equals.patch Optimize Hoppers 2018-01-18 01:00:51 -05:00
Optimise-removeQueue.patch Update CB/S 2018-03-08 19:36:35 +00:00
Optimize-Chunk-Access.patch remove warning for custom entities in precreaturespawn (closes #1069) 2018-04-08 01:44:14 +01:00
Optimize-EAR.patch Optimize Hoppers 2018-01-18 01:00:51 -05:00
Optimize-explosions.patch Added options to disable additional ore generation in Mesa and Extreme Hills (#1006) 2018-02-13 03:44:50 +03:00
Optimize-Hoppers.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
Optimize-isValidLocation-getType-and-getBlockData-fo.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Optimize-ItemStack.isEmpty.patch LivingEntity Hand Raised/Item Use API 2018-06-29 00:55:29 -04:00
Optimize-Network-Queue.patch Optimize Hoppers 2018-01-18 01:00:51 -05:00
Optimize-Pathfinding.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Optimize-TileEntity-Ticking.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Optimize-UserCache-Thread-Safe.patch Check Profile Cache for PlayerProfile API 2018-03-22 01:28:22 -04:00
Optimize-World.isLoaded-BlockPosition-Z.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Optimized-Light-Level-Comparisons.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Option-for-maximum-exp-value-when-merging-orbs.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Option-to-disable-BlockPhysicsEvent-for-Redstone.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Option-to-prevent-armor-stands-from-doing-entity-loo.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Option-to-remove-corrupt-tile-entities.patch Fix placement of chunk tracking - Fixes #1199 2018-07-15 02:44:37 -04:00
Option-to-use-vanilla-per-world-scoreboard-coloring-.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
Optional-TNT-doesn-t-move-in-water.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
Paper-config-files.patch Update upstream B/CB/S 2017-12-27 22:45:33 -06:00
Paper-Metrics.patch Update metrics to support java 9 2017-09-26 05:58:52 +01:00
Pass-world-to-Village-creation.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Player-affects-spawning-API.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
Player-Tab-List-and-Title-APIs.patch Update B/CB 2018-02-12 18:04:05 +00:00
Player.setPlayerProfile-API.patch Merge pull request #1250 2018-07-23 20:31:33 -04:00
PlayerAdvancementCriterionGrantEvent.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
PlayerAttemptPickupItemEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
PlayerNaturallySpawnCreaturesEvent.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
PlayerPickupExperienceEvent.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
PlayerPickupItemEvent-setFlyAtPlayer.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
PlayerReadyArrowEvent.patch PlayerReadyArrowEvent 2018-06-18 01:13:16 -04:00
PlayerTeleportEndGatewayEvent.patch Optimize Hoppers 2018-01-18 01:00:51 -05:00
POM-Changes.patch Update B/CB 2017-11-20 14:49:40 +00:00
PreCreatureSpawnEvent.patch Apply spawner delay for cancelled pre spawn events (#1276) 2018-07-25 23:19:51 +01:00
Prevent-Auto-Save-if-Save-Queue-is-full.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Prevent-Fire-from-loading-chunks.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Prevent-Frosted-Ice-from-loading-holding-chunks.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Prevent-logins-from-being-processed-when-the-player-.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Prevent-Pathfinding-out-of-World-Border.patch Optimize Hoppers 2018-01-18 01:00:51 -05:00
Prevent-Saving-Bad-entities-to-chunks.patch Fix Dupe UUID logic triggering when the duplicate is pending unload 2018-07-28 01:20:06 -04:00
Prevent-tile-entity-and-entity-crashes.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
Prevent-Waterflow-BlockFromToEvent-from-loading-chun.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Print-Error-details-when-failing-to-save-player-data.patch Print Error details when failing to save player data 2018-06-15 20:40:39 -04:00
Profile-Lookup-Events.patch Improve Profile API to directly extend Yggdrasil, Resolves #1117 2018-05-10 23:01:52 -04:00
ProfileWhitelistVerifyEvent.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Properly-fix-item-duplication-bug.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00
Properly-handle-async-calls-to-restart-the-server.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Properly-remove-entities-on-dimension-teleport.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
provide-a-configurable-option-to-disable-creeper-lin.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Provide-E-TE-Chunk-count-stat-methods.patch Optimize Hoppers 2018-01-18 01:00:51 -05:00
Raise-string-limit-for-packet-serialization.patch Optimize Hoppers 2018-01-18 01:00:51 -05:00
RangedEntity-API.patch LivingEntity Hand Raised/Item Use API 2018-06-29 00:55:29 -04:00
Re-add-vanilla-entity-warnings-for-duplicates.patch Fix Squids corrupting the entire servers entity randomness.... 2018-07-19 01:13:53 -04:00
Re-track-players-that-dismount-from-other-players.patch Update CB/S 2018-03-08 19:36:35 +00:00
Reduce-IO-ops-opening-a-new-region-file.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Refresh-player-inventory-when-cancelling-PlayerInter.patch Refresh player inventory when cancelling PlayerInteractEntityEvent (#1205) 2018-07-13 22:52:34 +02:00
Remove-CraftScheduler-Async-Task-Debugger.patch Update Upstream 2018-06-20 23:29:33 -04:00
Remove-Debug-checks-from-DataBits.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Remove-FishingHook-reference-on-Craft-Entity-removal.patch Optimize Hoppers 2018-01-18 01:00:51 -05:00
Remove-invalid-mob-spawner-tile-entities.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Remove-Metadata-on-reload.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
remove-null-possibility-for-getServer-singleton.patch Optimize Hoppers 2018-01-18 01:00:51 -05:00
Remove-unused-World-Tile-Entity-List.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Replace-HashSet-with-fastutil-s-ObjectOpenHashSet-in.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Reset-spawner-timer-when-spawner-event-is-cancelled.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
revert-serverside-behavior-of-keepalives.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Sanitise-RegionFileCache-and-make-configurable.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Send-absolute-position-the-first-time-an-entity-is-s.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Send-attack-SoundEffects-only-to-players-who-can-see.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Shame-on-you-Mojang.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Shoulder-Entities-Release-API.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Show-Paper-in-client-crashes-server-lists-and-Mojang.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
ShulkerBox-Dupe-Prevention.patch Optimize Hoppers 2018-01-18 01:00:51 -05:00
Speedup-BlockPos-by-fixing-inlining.patch Optimize Hoppers 2018-01-18 01:00:51 -05:00
SPIGOT-1401-Fix-dispenser-dropper-furnace-placement.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Stop-updating-flowing-block-if-material-has-changed.patch Add Ban Methods to Player Objects 2018-04-28 11:31:26 -04:00
Store-counts-for-each-Entity-Block-Entity-Type.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
Store-reference-to-current-Chunk-for-Entity-and-Bloc.patch clear current chunk and entity slice on chunk unload 2018-07-30 00:51:58 -04:00
String-based-Action-Bar-API.patch Fix NPE when getting location from players EnderChest (fixes #1041) 2018-03-10 13:07:40 +00:00
Support-offline-mode-in-whitelist-command-as-well.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
System-property-for-disabling-watchdoge.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Tameable-getOwnerUniqueId-API.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Timings-v2.patch clear current chunk and entity slice on chunk unload 2018-07-30 00:51:58 -04:00
Toggleable-Elytra-Wall-Damage.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Toggleable-player-crits-helps-mitigate-hacked-client.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Undead-horse-leashing.patch Added options to disable additional ore generation in Mesa and Extreme Hills (#1006) 2018-02-13 03:44:50 +03:00
Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch Unset Ignited flag on cancel of Explosion Event 2018-06-10 01:29:20 -04:00
Use-a-Shared-Random-for-Entities.patch Guard the Entity.SHARED_RANDOM from seed changes 2018-07-21 09:03:10 -04:00
Use-asynchronous-Log4j-2-loggers.patch Rebuild patch numbers 2018-07-20 14:06:39 -05:00
use-CB-BlockState-implementations-for-captured-block.patch Fix issues with getBlockState(false) not loading Tile Entity data 2018-06-30 01:40:52 -04:00
Use-Log4j-IOStreams-to-redirect-System.out-err-to-lo.patch Update TerminalConsoleAppender to 1.1.0 2018-07-17 14:48:52 +02:00
Use-Optimized-Collections.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Use-TerminalConsoleAppender-for-console-improvements.patch Update to TerminalConsoleAppender 1.1.1 (#1240) 2018-07-20 21:04:11 +02:00
Use-UserCache-for-player-heads.patch Fix missed change inside of CraftSkullMeta 2018-06-10 12:45:04 +01:00
Vanished-players-don-t-have-rights.patch Guard the Entity.SHARED_RANDOM from seed changes 2018-07-21 09:03:10 -04:00
Vehicle-Event-Cancellation-Changes.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
Vex-getOwner-API.patch Vex#getOwner API 2018-07-04 15:32:30 -04:00
Water-mobs-should-only-spawn-in-the-water.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
Waving-banner-workaround.patch Current Chunk for Entity and Block Entities, counts by entity type 2018-07-04 03:55:24 -04:00
WitchConsumePotionEvent.patch WitchConsumePotionEvent 2018-05-16 20:35:33 -04:00
WitchReadyPotionEvent.patch WitchReadyPotionEvent 2018-06-05 22:48:27 -04:00
WitchThrowPotionEvent.patch Fix Witch Throw Potion error - Resolves #1129 2018-05-23 23:08:04 -04:00
Workaround-for-setting-passengers-on-players.patch Update upstream B/CB 2018-07-13 02:39:44 -05:00