Paper/Spigot-Server-Patches
Shane Freeder 9fd1b06aa8 allow nerfed mobs to jump again
Entity AI tasks are initialized earlier in recent versions
of MC, this means that the fromMobSpawner has not been set
at the point where AI tasks are initilazed and so the goalFloat
will never be populated.

To rectify this, we can rely on the entity tick checking if
the mob is from a spawner each tick, and just initialize the
field should the paper option be enabled. This saves us from
having to modify the call chain in order to pass the fact that
it was created by a mobSpawner earlier.
2017-10-31 15:13:55 +00:00
..
Access-items-by-EquipmentSlot.patch Fix javadoc warnings 2017-07-03 16:38:49 +01:00
Activation-Range-Improvements.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Add-ability-to-configure-frosted_ice-properties.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Add-API-methods-to-control-if-armour-stands-can-move.patch Update CB 2017-10-13 22:07:48 +01:00
Add-async-chunk-load-API.patch Switch to a bStats based Metrics system 2017-03-25 00:22:02 -05:00
Add-BeaconEffectEvent.patch Switch to a bStats based Metrics system 2017-03-25 00:22:02 -05:00
Add-configurable-despawn-distances-for-living-entiti.patch Update B/CB 2017-07-28 14:45:16 +01:00
Add-configurable-portal-search-radius.patch Update upstream B/CB/S 2017-03-24 22:18:58 -05:00
Add-configuration-option-to-prevent-player-names-fro.patch Rebuild patches 2017-09-06 22:59:08 -04:00
Add-EntityZapEvent.patch Update C 2017-07-09 10:56:36 +01:00
Add-exception-reporting-event.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
Add-fromBottle-flag-to-Experience-Orbs.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Add-handshake-event-to-allow-plugins-to-handle-clien.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Add-methods-for-working-with-arrows-stuck-in-living-.patch Update to 1.12.1 2017-08-03 16:36:06 +02:00
Add-missing-coverages-for-getTileEntity-in-order-to-.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
Add-option-to-make-parrots-stay-on-shoulders-despite.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Add-option-to-remove-invalid-statistics.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Add-player-view-distance-API.patch Update upstream CB 2017-07-24 06:47:43 -05:00
Add-PlayerInitialSpawnEvent.patch Avoid NPE in AdvancementDataWorld thanks to Spigot being dumb 2017-09-21 07:01:40 -07:00
Add-PlayerJumpEvent.patch Update CB/S 2017-10-07 09:57:38 +01:00
Add-PlayerUseUnknownEntityEvent.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
Add-ProjectileCollideEvent.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Add-server-name-parameter.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Add-setting-for-proxy-online-mode-status.patch Rebuild patches 2017-09-06 22:59:08 -04:00
Add-source-to-PlayerExpChangeEvent.patch Update C 2017-07-09 10:56:36 +01:00
Add-system-property-to-disable-book-size-limits.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Add-UnknownCommandEvent.patch Rebuild patches 2017-09-06 22:59:08 -04:00
Add-velocity-warnings.patch Upstream update 2017-08-07 23:05:16 -04:00
Add-World-Util-Methods.patch Update to 1.12.1 2017-08-03 16:36:06 +02:00
All-chunks-are-slime-spawn-chunks-toggle.patch Update to MC 1.12-pre2 2017-05-14 13:05:01 -05:00
Allow-Changing-of-Player-Sample-in-ServerListPingEve.patch Allow Changing of Player Sample in ServerListPingEvent 2017-07-20 18:59:51 -04:00
Allow-for-toggling-of-spawn-chunks.patch Update to 1.12.1 2017-08-03 16:36:06 +02:00
Allow-nerfed-mobs-to-jump.patch allow nerfed mobs to jump again 2017-10-31 15:13:55 +00:00
Allow-Reloading-of-Command-Aliases.patch Rebuild patches 2017-09-06 22:59:08 -04:00
Allow-Reloading-of-Custom-Permissions.patch Rebuild patches 2017-09-06 22:59:08 -04:00
Allow-specifying-a-custom-authentication-servers-dow.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Always-tick-falling-blocks.patch Switch to a bStats based Metrics system 2017-03-25 00:22:02 -05:00
Anti-Xray.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Assign-the-World-in-WorldGenStronghold.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Auto-fix-bad-Y-levels-on-player-login.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Auto-Save-Improvements.patch Update S 2017-08-12 22:32:01 +01:00
Avoid-blocking-on-Network-Manager-creation.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
Avoid-hopper-searches-if-there-are-no-items.patch Switch to a bStats based Metrics system 2017-03-25 00:22:02 -05:00
Avoid-NPE-during-CraftBlockEntityState-load.patch World can be null for sign conversion, fixes #886 2017-09-18 21:03:45 -04:00
Be-a-bit-more-informative-in-maxHealth-exception.patch Update to 1.12.1 2017-08-03 16:36:06 +02:00
Block-player-logins-during-server-shutdown.patch There is no reason to continue if we DC a player during shutdown 2017-07-27 21:38:25 -05:00
Bound-Treasure-Maps-to-World-Border.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Cache-user-authenticator-threads.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Cap-Entity-Collisions.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Catch-Async-PlayerChunkMap-operations.patch Update upstream B/CB/S 2017-05-04 18:08:52 -05:00
Change-implementation-of-tile-entity-removal-list.patch Add command for listing entities in a world 2017-10-15 17:43:16 -04:00
Check-async-remove-unused-vars-GH-159.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Check-online-mode-before-converting-and-renaming-pla.patch Update Paper to MC 1.12 2017-06-08 15:16:51 +01:00
Chunk-registration-fixes.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
Chunk-save-queue-improvements.patch Update S 2017-08-12 22:32:01 +01:00
Chunk-Save-Reattempt.patch Update S 2017-08-12 22:32:01 +01:00
Chunk-Save-Stats-Debug-Option.patch Update S 2017-08-12 22:32:01 +01:00
Complete-resource-pack-API.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
Configurable-baby-zombie-movement-speed.patch Update to MC 1.12-pre2 2017-05-14 13:05:01 -05:00
Configurable-cactus-and-reed-natural-growth-heights.patch Update upstream B/CB/S 2017-03-24 22:18:58 -05:00
Configurable-Cartographer-Treasure-Maps.patch rectify Configurable Cartographer Treasure Maps patch 2017-10-30 13:06:35 +00:00
Configurable-Chunk-Inhabited-Timer.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Configurable-Chunk-IO-Thread-Base-Count.patch Avoid NPE in AdvancementDataWorld thanks to Spigot being dumb 2017-09-21 07:01:40 -07:00
Configurable-container-update-tick-rate.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
Configurable-end-credits.patch Update to 1.12-pre6 2017-05-31 09:04:52 +01:00
Configurable-fishing-time-ranges.patch Update upstream B/CB/S 2017-03-24 22:18:58 -05:00
Configurable-flying-kick-messages.patch Update to 1.12.1 2017-08-03 16:36:06 +02:00
Configurable-Grass-Spread-Tick-Rate.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Configurable-Keep-Spawn-Loaded-range-per-world.patch Update craftbukkit 2017-10-01 01:57:01 +01:00
Configurable-lava-flow-speed.patch Update upstream B/CB/S 2017-03-24 22:18:58 -05:00
Configurable-mob-spawner-tick-rate.patch Update CB (#846) 2017-08-09 19:44:28 +01:00
Configurable-Non-Player-Arrow-Despawn-Rate.patch Update upstream B/CB/S 2017-03-24 22:18:58 -05:00
Configurable-packet-in-spam-threshold.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
Configurable-Player-Collision.patch Update to 1.12.1 2017-08-03 16:36:06 +02:00
Configurable-RCON-IP-address.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Configurable-spawn-chances-for-skeleton-horses.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Configurable-speed-for-water-flowing-over-lava.patch Update upstream B/CB/S 2017-03-24 22:18:58 -05:00
Configurable-squid-spawn-ranges.patch Update to MC 1.12-pre2 2017-05-14 13:05:01 -05:00
Configurable-top-of-nether-void-damage.patch Update to MC 1.12-pre2 2017-05-14 13:05:01 -05:00
Custom-replacement-for-eaten-items.patch Update upstream B/CB 2017-06-25 18:00:32 -05:00
Default-loading-permissions.yml-before-plugins.patch Rebuild patches 2017-09-06 22:59:08 -04:00
Delay-Chunk-Unloads-based-on-Player-Movement.patch Update craftbukkit 2017-10-01 01:57:01 +01:00
Disable-chest-cat-detection.patch Update upstream B/CB/S 2017-03-24 22:18:58 -05:00
Disable-explosion-knockback.patch Update upstream B/CB 2017-06-25 18:00:32 -05:00
Disable-ice-and-snow.patch Update upstream CB/S 2017-06-11 12:03:07 -05:00
Disable-logger-prefix-for-various-plugins-bypassing-.patch Disable logger prefix for various plugins bypassing the plugin logger 2017-09-22 09:47:01 +02:00
Disable-Scoreboards-for-non-players-by-default.patch Update Paper to MC 1.12 2017-06-08 15:16:51 +01:00
Disable-spigot-tick-limiters.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
Disable-thunder.patch Update upstream CB/S 2017-06-11 12:03:07 -05:00
Disable-ticking-of-snow-blocks.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Disable-Vanilla-Chunk-GC.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Do-not-allow-a-zero-max-height-in-BiomeJungle.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Do-not-let-armorstands-drown.patch Update CB 2017-10-13 22:07:48 +01:00
Do-not-load-chunks-for-light-checks.patch Update to 1.12.1 2017-08-03 16:36:06 +02:00
Do-not-load-chunks-for-pathfinding.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Do-not-mark-chunks-as-active-for-neighbor-updates.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Don-t-allow-entities-to-ride-themselves-572.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Don-t-let-fishinghooks-use-portals.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Don-t-load-Chunks-from-Hoppers-and-other-things.patch Fix javadoc warnings 2017-07-03 16:38:49 +01:00
Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch Switch to a bStats based Metrics system 2017-03-25 00:22:02 -05:00
Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Don-t-spam-reload-spawn-chunks-in-nether-end.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
Don-t-teleport-dead-entities.patch Update CB (#846) 2017-08-09 19:44:28 +01:00
Don-t-tick-Skulls-unused-code.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Drop-falling-block-and-tnt-entities-at-the-specified.patch Update to MC 1.12-pre2 2017-05-14 13:05:01 -05:00
Enforce-Sync-Chunk-Unloads.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Enforce-Sync-Player-Saves.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Ensure-Chunks-never-ever-load-async.patch Fix javadoc warnings 2017-07-03 16:38:49 +01:00
Ensure-commands-are-not-ran-async.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
Ensure-inv-drag-is-in-bounds.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
Entity-AddTo-RemoveFrom-World-Events.patch Update to 1.12.1 2017-08-03 16:36:06 +02:00
Entity-fromMobSpawner.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Entity-Origin-API.patch Update to 1.12.1 2017-08-03 16:36:06 +02:00
Entity-Tracking-Improvements.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
EntityPathfindEvent.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
EntityRegainHealthEvent-isFastRegen-API.patch Update upstream B/CB 2017-06-25 18:00:32 -05:00
Expose-client-protocol-version-and-virtual-host.patch Expose client protocol version and virtual host 2017-10-10 18:45:43 +02:00
Expose-server-CommandMap.patch Rebuild patches 2017-09-06 22:59:08 -04:00
Fast-draining.patch Update upstream B/CB/S 2017-03-24 22:18:58 -05:00
Faster-redstone-torch-rapid-clock-removal.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Filter-bad-data-from-ArmorStand-and-SpawnEgg-items.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Firework-API-s.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Fix-AIOOBE-in-inventory-handling.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
Fix-Anvil-Level-sync-to-client.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Fix-block-break-desync.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Fix-Bugs-with-Spigot-Mob-Spawn-Logic.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch Update to 1.12.1 2017-08-03 16:36:06 +02:00
Fix-Chunk-Unload-Queue-Issues.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Fix-cooked-fish-legacy-import.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Fix-Double-World-Add-issues.patch Update S 2017-08-12 22:32:01 +01:00
Fix-FallingBlocks-being-stuck-on-fences.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Fix-Furnace-cook-time-bug.patch Alter furnace cookTime based on total cook time 2017-03-02 20:57:20 -06:00
Fix-inter-world-teleportation-glitches.patch Update upstream CB 2017-07-24 06:47:43 -05:00
Fix-lag-from-explosions-processing-dead-entities.patch Remove Ignore invalid Marker Icon ID's in maps 2017-04-22 15:32:06 +01:00
Fix-MC-117075-TE-Unload-Lag-Spike.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
Fix-NFE-when-attempting-to-read-EMPTY-ItemStack.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Fix-Old-Sign-Conversion.patch Update to 1.12.1 2017-08-03 16:36:06 +02:00
Fix-reducedDebugInfo-not-initialized-on-client.patch Update upstream (memory leak fix) 2017-07-16 20:36:27 -04:00
Fix-this-stupid-bullshit.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Further-improve-server-tick-loop.patch Rebuild patches 2017-09-06 22:59:08 -04:00
Generator-Settings.patch Update to MC 1.12-pre2 2017-05-14 13:05:01 -05:00
GH-806-Respect-saving-disabled-before-unloading-all-.patch Resolves GH-806: Respect saving disabled before unloading all chunks in a world 2017-07-27 00:09:24 -04:00
Handle-Item-Meta-Inconsistencies.patch Update upstream 2017-06-30 18:13:06 -05:00
handle-NaN-health-absorb-values-and-repair-bad-data.patch Update upstream CB 2017-07-24 06:47:43 -05:00
handle-PacketPlayInKeepAlive-async.patch allow keepalive to wait longer for a client response 2017-10-15 14:00:42 +01:00
Handle-plugin-prefixes-using-Log4J-configuration.patch Update CB/S 2017-10-07 09:57:38 +01:00
IllegalPacketEvent.patch allow keepalive to wait longer for a client response 2017-10-15 14:00:42 +01:00
Implement-ensureServerConversions-API.patch Implement ensureServerConversions API 2017-07-26 23:40:49 -04:00
Implement-getI18NDisplayName.patch Add getI18NDisplayName API 2017-07-26 23:44:09 -04:00
Implement-PlayerLocaleChangeEvent.patch Don't let Player#getLocale return null 2017-08-11 18:16:00 -05:00
Improve-Maps-in-item-frames-performance-and-bug-fixe.patch Update to 1.12.1 2017-08-03 16:36:06 +02:00
Improve-Minecraft-Hopper-Performance.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Improve-the-Saddle-API-for-Horses.patch Improve the Saddle API for Horses 2017-07-26 23:31:58 -04:00
Include-Log4J2-SLF4J-implementation.patch Update CB/S 2017-10-07 09:57:38 +01:00
Increase-time-allowed-for-a-keepalive-reply.patch Don't send keepalive logger message if we've already disconnected 2017-10-17 21:40:53 +01:00
Item-canEntityPickup.patch Update B/CB 2017-07-28 14:45:16 +01:00
Lighting-Queue.patch Update S 2017-08-12 22:32:01 +01:00
LivingEntity-setKiller.patch LivingEntity#setKiller 2017-08-24 15:18:41 -04:00
LootTable-API-Replenishable-Lootables-Feature.patch Update B/CB/S 2017-08-05 23:36:47 +01:00
Make-entities-look-for-hoppers.patch Update B/CB 2017-07-28 14:45:16 +01:00
Make-targetSize-more-aggressive-in-the-chunk-unload-.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
MC-94186-Fix-dragon-egg-falling-in-lazy-chunks.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
MC-Dev-fixes.patch Add command for listing entities in a world 2017-10-15 17:43:16 -04:00
MC-Utils.patch allow keepalive to wait longer for a client response 2017-10-15 14:00:42 +01:00
More-informative-vehicle-moved-wrongly-message.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
Ocelot-despawns-should-honor-nametags-and-leash.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Only-refresh-abilities-if-needed.patch Update upstream CB 2017-07-24 06:47:43 -05:00
Only-send-Dragon-Wither-Death-sounds-to-same-world.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Optimise-BlockStateEnum-hashCode-and-equals.patch Update documentation around PlayerJumpEvent 2017-09-29 14:58:24 -04:00
Optimise-removeQueue.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Optimize-Chunk-Access.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Optimize-EAR.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Optimize-explosions.patch Update to 1.12.1 2017-08-03 16:36:06 +02:00
Optimize-isValidLocation-getType-and-getBlockData-fo.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
Optimize-ItemStack.isEmpty.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Optimize-Network-Queue.patch Update to 1.12.1 2017-08-03 16:36:06 +02:00
Optimize-Pathfinding.patch Update to MC 1.12-pre2 2017-05-14 13:05:01 -05:00
Optimize-TileEntity-Ticking.patch Update to MC 1.12-pre2 2017-05-14 13:05:01 -05:00
Optimize-UserCache-Thread-Safe.patch Update to 1.12.1 2017-08-03 16:36:06 +02:00
Optimize-World.isLoaded-BlockPosition-Z.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Optimized-Light-Level-Comparisons.patch Update Paper to MC 1.12-pre5 2017-05-20 23:41:39 -05:00
Option-to-disable-BlockPhysicsEvent-for-Redstone.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
Option-to-prevent-armor-stands-from-doing-entity-loo.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Option-to-remove-corrupt-tile-entities.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Option-to-use-vanilla-per-world-scoreboard-coloring-.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
Optional-TNT-doesn-t-move-in-water.patch Update CB (#846) 2017-08-09 19:44:28 +01:00
Paper-config-files.patch Add command for listing entities in a world 2017-10-15 17:43:16 -04:00
Paper-Metrics.patch Update metrics to support java 9 2017-09-26 05:58:52 +01:00
Pass-world-to-Village-creation.patch Switch to a bStats based Metrics system 2017-03-25 00:22:02 -05:00
Player-affects-spawning-API.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
Player-Tab-List-and-Title-APIs.patch Update upstream B/CB/S 2017-05-27 23:25:17 -05:00
PlayerAttemptPickupItemEvent.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
PlayerPickupItemEvent-setFlyAtPlayer.patch Update B/CB 2017-07-28 14:45:16 +01:00
PlayerTeleportEndGatewayEvent.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
POM-Changes.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
Prevent-Auto-Save-if-Save-Queue-is-full.patch Update S 2017-08-12 22:32:01 +01:00
Prevent-Fire-from-loading-chunks.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Prevent-Pathfinding-out-of-World-Border.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Prevent-tile-entity-and-entity-crashes.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
Prevent-Waterflow-BlockFromToEvent-from-loading-chun.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Profile-Lookup-Events.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
ProfileWhitelistVerifyEvent.patch Update to 1.12.1 2017-08-03 16:36:06 +02:00
Properly-fix-item-duplication-bug.patch allow keepalive to wait longer for a client response 2017-10-15 14:00:42 +01:00
Properly-handle-async-calls-to-restart-the-server.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
provide-a-configurable-option-to-disable-creeper-lin.patch Update upstream CB 2017-07-22 20:16:06 -05:00
Provide-E-TE-Chunk-count-stat-methods.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Raise-string-limit-for-packet-serialization.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Re-track-players-that-dismount-from-other-players.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Reduce-IO-ops-opening-a-new-region-file.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Remove-CraftScheduler-Async-Task-Debugger.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Remove-Debug-checks-from-DataBits.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Remove-FishingHook-reference-on-Craft-Entity-removal.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Remove-invalid-mob-spawner-tile-entities.patch Switch to a bStats based Metrics system 2017-03-25 00:22:02 -05:00
Remove-Metadata-on-reload.patch Rebuild patches 2017-09-06 22:59:08 -04:00
remove-null-possibility-for-getServer-singleton.patch Update to 1.12.1 2017-08-03 16:36:06 +02:00
Remove-the-Vanilla-Method-Profiler.patch Update to 1.12.1 2017-08-03 16:36:06 +02:00
Remove-unused-World-Tile-Entity-List.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
Replace-HashSet-with-fastutil-s-ObjectOpenHashSet-in.patch Replace HashSet with fastutil's ObjectOpenHashSet in HashTreeSet 2017-10-20 04:43:02 +02:00
Reset-spawner-timer-when-spawner-event-is-cancelled.patch Update CB (#846) 2017-08-09 19:44:28 +01:00
Revert-Allow-Disabling-of-Random-Lighting-Updates.patch Remove lighting patches from spigot that cause more harm than good. 2017-10-04 07:02:04 +01:00
Revert-Fix-some-chunks-not-being-sent-to-the-client.patch Remove lighting patches from spigot that cause more harm than good. 2017-10-04 07:02:04 +01:00
Sanitise-RegionFileCache-and-make-configurable.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Send-absolute-position-the-first-time-an-entity-is-s.patch Switch to a bStats based Metrics system 2017-03-25 00:22:02 -05:00
Shame-on-you-Mojang.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Shoulder-Entities-Release-API.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Show-Paper-in-client-crashes-server-lists-and-Mojang.patch Update to 1.12.1 2017-08-03 16:36:06 +02:00
ShulkerBox-Dupe-Prevention.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
Speedup-BlockPos-by-fixing-inlining.patch Anti Xray v2 (#858) 2017-10-05 14:38:21 +01:00
SPIGOT-1401-Fix-dispenser-dropper-furnace-placement.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Stop-updating-flowing-block-if-material-has-changed.patch Switch to a bStats based Metrics system 2017-03-25 00:22:02 -05:00
String-based-Action-Bar-API.patch Update CB 2017-08-16 16:47:06 +01:00
Support-offline-mode-in-whitelist-command-as-well.patch Switch to a bStats based Metrics system 2017-03-25 00:22:02 -05:00
System-property-for-disabling-watchdoge.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Timings-v2.patch Update B/CB/S 2017-10-29 15:19:21 +00:00
Toggleable-Elytra-Wall-Damage.patch Update upstream B/CB 2017-06-25 18:00:32 -05:00
Undead-horse-leashing.patch Update Paper to MC 1.12 2017-06-08 15:16:51 +01:00
Use-a-Shared-Random-for-Entities.patch Fix javadoc warnings 2017-07-03 16:38:49 +01:00
Use-Log4j-IOStreams-to-redirect-System.out-err-to-lo.patch Use Log4j IOStreams to redirect System.out/err to logger 2017-09-18 12:07:47 +02:00
Use-Optimized-Collections.patch Remove use of FastUtil for unload queue, very bad performance 2017-07-27 00:25:13 -04:00
Use-TerminalConsoleAppender-for-console-improvements.patch Update TerminalConsoleAppender to 1.0.0 (updates JLine) 2017-09-23 19:57:16 +02:00
Use-UserCache-for-player-heads.patch Rebuild patches 2017-09-06 22:59:08 -04:00
Vanished-players-don-t-have-rights.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
Vehicle-Event-Cancellation-Changes.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Water-mobs-should-only-spawn-in-the-water.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Waving-banner-workaround.patch Update upstream CB/S 2017-06-18 20:36:55 -05:00
Workaround-for-setting-passengers-on-players.patch Update upstream CB 2017-07-24 06:47:43 -05:00