Paper/Spigot-Server-Patches
Hugo Manrique 3cce0c9f1b Optimize hasItemMeta (remove getItemMeta call) (#1279)
Spigot 1.13 checks if any field (which are manually copied from the ItemStack's "tag" NBT tag) on the ItemMeta class of an ItemStack is set.

We could just check if the "tag" NBT tag is empty, albeit that would break some plugins. The only general tag added on 1.13 is "Damage", and we can just check if the "tag" NBT tag contains any other tag that's not "Damage" (https://minecraft.gamepedia.com/Player.dat_format#Item_structure) making the `hasItemStack` method behave as before.

Check the `ItemMetaTest#testTaggedButNotMeta` method to see how this method behaves. (I also added some extra tests).

`hasItemMeta()` will return true if `ItemStack.getDamage() != 0` or it has the `Damage` tag or any other tag is set.

Closes #1222
2018-07-29 18:30:01 +02:00
..
Ability-to-apply-mending-to-XP-API.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch Update B/CB/S 2018-07-26 16:20:37 +01:00
Access-items-by-EquipmentSlot.patch NOT FINISHED!!! Current Progress on 1.13-pre7 update 2018-07-14 21:53:17 -04:00
Activation-Range-Improvements.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Add-ability-to-configure-frosted_ice-properties.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Add-API-methods-to-control-if-armour-stands-can-move.patch Remove deprecated AuthLib API from Paper-API 2018-07-25 21:49:43 -05:00
Add-ArmorStand-Item-Meta.patch Update upstream 2018-07-23 23:00:57 -04:00
Add-async-chunk-load-API.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Add-BeaconEffectEvent.patch update B/CB/S 2018-07-20 20:57:43 +01:00
Add-config-to-disable-ender-dragon-legacy-check.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Add-configurable-despawn-distances-for-living-entiti.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Add-configurable-portal-search-radius.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Add-configuration-option-to-prevent-player-names-fro.patch Update upstream 2018-07-25 19:05:07 -04:00
Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch Merge branch 'master' into pre/1.13 2018-07-26 00:57:16 -04:00
Add-EntityZapEvent.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Add-exception-reporting-event.patch Update upstream 2018-07-25 19:05:07 -04:00
Add-handshake-event-to-allow-plugins-to-handle-clien.patch NOT FINISHED! She compiles, and she... suffers the wrath of chunkgen... 2018-07-19 05:42:43 +01:00
Add-method-to-open-already-placed-sign.patch Update upstream 2018-07-25 19:05:07 -04:00
Add-methods-for-working-with-arrows-stuck-in-living-.patch Update CB/S 2018-07-28 03:38:13 +01:00
Add-MinecraftKey-Information-to-Objects.patch Merge branch 'master' into pre/1.13 2018-07-27 00:44:53 -04:00
Add-missing-coverages-for-getTileEntity-in-order-to-.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
add-more-information-to-Entity.toString.patch Update CB/S 2018-07-28 03:38:13 +01:00
Add-option-to-make-parrots-stay-on-shoulders-despite.patch Explictly reset chat format in vanilla scoreboard display (fixes #1263) 2018-07-25 09:58:03 +01:00
Add-option-to-remove-invalid-statistics.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Add-player-view-distance-API.patch NOT FINISHED! She compiles, and she... suffers the wrath of chunkgen... 2018-07-19 05:42:43 +01:00
Add-PlayerArmorChangeEvent.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Add-PlayerInitialSpawnEvent.patch NOT FINISHED!!! Current Progress on 1.13-pre7 update 2018-07-14 21:53:17 -04:00
Add-PlayerJumpEvent.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Add-PlayerUseUnknownEntityEvent.patch NOT FINISHED! She compiles, and she... suffers the wrath of chunkgen... 2018-07-19 05:42:43 +01:00
Add-ProjectileCollideEvent.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Add-SentientNPC-Interface-to-Entities.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Add-server-name-parameter.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Add-setting-for-proxy-online-mode-status.patch Update upstream 2018-07-25 19:05:07 -04:00
Add-SkullMeta.setPlayerProfile-API.patch Update upstream 2018-07-23 18:57:54 -04:00
Add-some-Debug-to-Chunk-Entity-slices.patch Relookup Entity Save ID if was null during precache 2018-07-26 23:57:31 -04:00
Add-source-to-PlayerExpChangeEvent.patch update B/CB/S 2018-07-20 20:57:43 +01:00
Add-system-property-to-disable-book-size-limits.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Add-UnknownCommandEvent.patch Update upstream 2018-07-25 19:05:07 -04:00
Add-velocity-warnings.patch Update upstream 2018-07-25 19:05:07 -04:00
Add-World-Util-Methods.patch NOT FINISHED! She compiles, and she... suffers the wrath of chunkgen... 2018-07-19 05:42:43 +01:00
All-chunks-are-slime-spawn-chunks-toggle.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Allow-for-toggling-of-spawn-chunks.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Allow-nerfed-mobs-to-jump.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Allow-Reloading-of-Command-Aliases.patch Update upstream 2018-07-25 19:05:07 -04:00
Allow-Reloading-of-Custom-Permissions.patch Update upstream 2018-07-25 19:05:07 -04:00
Allow-spawning-Item-entities-with-World.spawnEntity.patch Update upstream 2018-07-25 19:05:07 -04:00
Allow-specifying-a-custom-authentication-servers-dow.patch Update B/CB/S 2018-07-26 16:20:37 +01:00
Always-tick-falling-blocks.patch NOT FINISHED!!! Current Progress on 1.13-pre7 update 2018-07-14 21:53:17 -04:00
API-to-get-a-BlockState-without-a-snapshot.patch Merge branch 'master' into pre/1.13 2018-07-27 00:44:53 -04:00
AsyncTabCompleteEvent.patch Update upstream 2018-07-25 19:05:07 -04:00
Auto-fix-bad-Y-levels-on-player-login.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Auto-Save-Improvements.patch Update upstream 2018-07-25 19:05:07 -04:00
Avoid-blocking-on-Network-Manager-creation.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Avoid-Chunk-Lookups-for-Entity-TileEntity-Current-Ch.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Avoid-hopper-searches-if-there-are-no-items.patch Merge branch 'master' into pre/1.13 2018-07-27 00:44:53 -04:00
Avoid-item-merge-if-stack-size-above-max-stack-size.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Avoid-NPE-in-PathfinderGoalTempt.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Basic-PlayerProfile-API.patch Update upstream 2018-07-25 19:05:07 -04:00
Be-a-bit-more-informative-in-maxHealth-exception.patch Update CB/S 2018-07-28 03:38:13 +01:00
Block-Enderpearl-Travel-Exploit.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Block-player-logins-during-server-shutdown.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Bound-Treasure-Maps-to-World-Border.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Cache-user-authenticator-threads.patch Update B/CB/S 2018-07-26 16:20:37 +01:00
Call-PaperServerListPingEvent-for-legacy-pings.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Call-PortalCreateEvent-for-exit-portals.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Cap-Entity-Collisions.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Catch-Async-PlayerChunkMap-operations.patch NOT FINISHED!!! Current Progress on 1.13-pre7 update 2018-07-14 21:53:17 -04:00
Change-implementation-of-tile-entity-removal-list.patch NOT FINISHED!!! Current Progress on 1.13-pre7 update 2018-07-14 21:53:17 -04:00
Check-online-mode-before-converting-and-renaming-pla.patch NOT FINISHED!!! Current Progress on 1.13-pre7 update 2018-07-14 21:53:17 -04:00
Chunk-registration-fixes.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Chunk-save-queue-improvements.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Chunk-Save-Reattempt.patch Update Paper to 1.13 proper - THIS IS STILL HIGHLY UNSTABLE 2018-07-22 01:27:46 -04:00
Chunk-Save-Stats-Debug-Option.patch Update upstream 2018-07-25 19:05:07 -04:00
Complete-resource-pack-API.patch NOT FINISHED: Current progress, updated upstream 2018-07-18 00:52:33 -04:00
Configurable-Allowance-of-Permanent-Chunk-Loaders.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Configurable-Alternative-LootPool-Luck-Formula.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Configurable-baby-zombie-movement-speed.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Configurable-Bed-Search-Radius.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Configurable-cactus-and-reed-natural-growth-heights.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Configurable-Cartographer-Treasure-Maps.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Configurable-Chunk-Inhabited-Timer.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Configurable-Chunk-IO-Thread-Base-Count.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Configurable-Chunks-Sends-per-Tick-setting.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Configurable-container-update-tick-rate.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Configurable-Disabling-Cat-Chest-Detection.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Configurable-end-credits.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Configurable-fishing-time-ranges.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Configurable-flying-kick-messages.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Configurable-Grass-Spread-Tick-Rate.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Configurable-inter-world-teleportation-safety.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Configurable-Keep-Spawn-Loaded-range-per-world.patch Update upstream 2018-07-25 19:05:07 -04:00
Configurable-Max-Chunk-Gens-per-Tick.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Configurable-mob-spawner-tick-rate.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Configurable-Non-Player-Arrow-Despawn-Rate.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Configurable-packet-in-spam-threshold.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Configurable-Player-Collision.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Configurable-RCON-IP-address.patch Fix RCON Ip Defaulting to wrong value - Closes #1267 2018-07-25 01:24:28 -04:00
Configurable-spawn-chances-for-skeleton-horses.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Configurable-sprint-interruption-on-attack.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Configurable-top-of-nether-void-damage.patch Merge branch 'master' into pre/1.13 2018-07-27 00:44:53 -04:00
Custom-replacement-for-eaten-items.patch Update Paper to 1.13 proper - THIS IS STILL HIGHLY UNSTABLE 2018-07-22 01:27:46 -04:00
Default-loading-permissions.yml-before-plugins.patch Update upstream 2018-07-25 19:05:07 -04:00
Delay-Chunk-Unloads-based-on-Player-Movement.patch Update upstream 2018-07-25 19:05:07 -04:00
Disable-Explicit-Network-Manager-Flushing.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Disable-explosion-knockback.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Disable-ice-and-snow.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Disable-logger-prefix-for-various-plugins-bypassing-.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Disable-Scoreboards-for-non-players-by-default.patch Update CB/S 2018-07-28 03:38:13 +01:00
Disable-spigot-tick-limiters.patch NOT FINISHED!!! Current Progress on 1.13-pre7 update 2018-07-14 21:53:17 -04:00
Disable-thunder.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Disable-ticking-of-snow-blocks.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Disable-Vanilla-Chunk-GC.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Do-not-let-armorstands-drown.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Do-not-load-chunks-for-light-checks.patch NOT FINISHED! She compiles, and she... suffers the wrath of chunkgen... 2018-07-19 05:42:43 +01:00
Do-not-load-chunks-for-pathfinding.patch Update B/CB/S 2018-07-23 09:39:55 +01: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-call-getItemMeta-on-hasItemMeta.patch Optimize hasItemMeta (remove getItemMeta call) (#1279) 2018-07-29 18:30:01 +02:00
Don-t-change-the-Entity-Random-seed-for-squids.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Don-t-let-fishinghooks-use-portals.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Don-t-load-chunks-for-villager-door-checks.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Don-t-load-Chunks-from-Hoppers-and-other-things.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch NOT FINISHED!!! Current Progress on 1.13-pre7 update 2018-07-14 21:53:17 -04:00
Don-t-process-despawn-if-entity-is-in-a-chunk-schedu.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Don-t-save-Proto-Chunks.patch Update upstream and remove hopper patch for #1270 2018-07-25 01:11:08 -04:00
Don-t-spam-reload-spawn-chunks-in-nether-end.patch Update Paper to 1.13 proper - THIS IS STILL HIGHLY UNSTABLE 2018-07-22 01:27:46 -04:00
Don-t-teleport-dead-entities.patch Update CB/S 2018-07-28 03:38:13 +01:00
Don-t-tick-Skulls-unused-code.patch NOT FINISHED! She compiles, and she... suffers the wrath of chunkgen... 2018-07-19 05:42:43 +01: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 Merge branch 'master' into pre/1.13 2018-07-28 01:59:20 -04:00
EnderDragon-Events.patch 1.13: EnderDragon Events (#1247) 2018-07-28 01:03:10 -05:00
Enderman.teleportRandomly.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
EndermanAttackPlayerEvent.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
EndermanEscapeEvent.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Enforce-Sync-Chunk-Unloads.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Enforce-Sync-Player-Saves.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Ensure-Chunks-never-ever-load-async.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Ensure-commands-are-not-ran-async.patch Update upstream 2018-07-25 19:05:07 -04:00
Ensure-inv-drag-is-in-bounds.patch Update upstream 2018-07-23 18:57:54 -04:00
Entity-AddTo-RemoveFrom-World-Events.patch NOT FINISHED! She compiles, and she... suffers the wrath of chunkgen... 2018-07-19 05:42:43 +01:00
Entity-fromMobSpawner.patch Merge branch 'master' into pre/1.13 2018-07-27 00:44:53 -04:00
Entity-Origin-API.patch Merge branch 'master' into pre/1.13 2018-07-27 00:44:53 -04:00
Entity-Tracking-Improvements.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
EntityPathfindEvent.patch Update Paper to 1.13 proper - THIS IS STILL HIGHLY UNSTABLE 2018-07-22 01:27:46 -04:00
EntityRegainHealthEvent-isFastRegen-API.patch Update Upstream 2018-07-21 16:03:10 -04:00
EntityShootBowEvent-consumeArrow-and-getArrowItem-AP.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Expand-Explosions-API.patch Update upstream 2018-07-25 19:05:07 -04:00
Expand-World.spawnParticle-API-and-add-Builder.patch Update upstream 2018-07-25 19:05:07 -04:00
ExperienceOrbMergeEvent.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch Update upstream 2018-07-25 19:05:07 -04:00
Expose-client-protocol-version-and-virtual-host.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Expose-server-CommandMap.patch Update upstream 2018-07-25 19:05:07 -04:00
Extend-Player-Interact-cancellation.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Faster-redstone-torch-rapid-clock-removal.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Fill-Profile-Property-Events.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Filter-bad-data-from-ArmorStand-and-SpawnEgg-items.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Fire-EntityShootBowEvent-for-Illusioner.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Firework-API-s.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Fix-AIOOBE-in-inventory-handling.patch Explictly reset chat format in vanilla scoreboard display (fixes #1263) 2018-07-25 09:58:03 +01:00
Fix-Anvil-Level-sync-to-client.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Fix-block-break-desync.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch NOT FINISHED! She compiles, and she... suffers the wrath of chunkgen... 2018-07-19 05:42:43 +01:00
Fix-Chunk-Unload-Queue-Issues.patch Update upstream 2018-07-25 19:05:07 -04:00
Fix-CraftEntity-hashCode.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Fix-Double-World-Add-issues.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Fix-Dragon-Server-Crashes.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Fix-exploit-that-allowed-colored-signs-to-be-created.patch Explictly reset chat format in vanilla scoreboard display (fixes #1263) 2018-07-25 09:58:03 +01:00
Fix-Furnace-cook-time-bug.patch Update Paper to 1.13 proper - THIS IS STILL HIGHLY UNSTABLE 2018-07-22 01:27:46 -04:00
Fix-lag-from-explosions-processing-dead-entities.patch NOT FINISHED! She compiles, and she... suffers the wrath of chunkgen... 2018-07-19 05:42:43 +01:00
Fix-MC-117075-TE-Unload-Lag-Spike.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Fix-NPE-when-getting-location-from-InventoryEnderChe.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Fix-Old-Sign-Conversion.patch Merge branch 'master' into pre/1.13 2018-07-27 00:44:53 -04:00
Fix-reducedDebugInfo-not-initialized-on-client.patch NOT FINISHED! She compiles, and she... suffers the wrath of chunkgen... 2018-07-19 05:42:43 +01:00
Fix-this-stupid-bullshit.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Flag-to-disable-the-channel-limit.patch Merge branch 'master' into pre/1.13 2018-07-23 23:20:41 -04:00
Further-improve-server-tick-loop.patch Update upstream 2018-07-25 19:05:07 -04:00
getPlayerUniqueId-API.patch Update upstream 2018-07-25 19:05:07 -04:00
GH-806-Respect-saving-disabled-before-unloading-all-.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Handle-Item-Meta-Inconsistencies.patch Update B/CB/S 2018-07-26 16:20:37 +01:00
handle-NaN-health-absorb-values-and-repair-bad-data.patch Update Upstream 2018-07-21 16:03:10 -04:00
handle-PacketPlayInKeepAlive-async.patch Explictly reset chat format in vanilla scoreboard display (fixes #1263) 2018-07-25 09:58:03 +01:00
Handle-plugin-prefixes-using-Log4J-configuration.patch Update S 2018-07-23 18:21:07 +01:00
Ignore-Missing-Recipes-in-RecipeBook-to-avoid-data-e.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Implement-ensureServerConversions-API.patch Update upstream 2018-07-23 18:57:54 -04:00
Implement-EntityKnockbackByEntityEvent.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Implement-EntityTeleportEndGatewayEvent.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Implement-extended-PaperServerListPingEvent.patch Update S 2018-07-23 18:21:07 +01:00
Implement-getI18NDisplayName.patch Update upstream 2018-07-23 18:57:54 -04:00
Implement-PlayerLocaleChangeEvent.patch NOT FINISHED! even more 1.13-pre patches! 2018-07-16 21:08:09 +01:00
Implement-World.getEntity-UUID-API.patch Update upstream 2018-07-25 19:05:07 -04:00
Improve-Maps-in-item-frames-performance-and-bug-fixe.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Improve-ProjectileHitEvent-to-include-the-BlockFace-.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Improve-the-Saddle-API-for-Horses.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Improved-Async-Task-Scheduler.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Include-Log4J2-SLF4J-implementation.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
InventoryCloseEvent-Reason-API.patch Update upstream 2018-07-25 19:05:07 -04:00
Item-canEntityPickup.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
ItemStack-getMaxItemUseDuration.patch Update B/CB/S 2018-07-26 16:20:37 +01:00
Lighting-Queue.patch Update upstream 2018-07-25 19:05:07 -04:00
LivingEntity-Hand-Raised-Item-Use-API.patch Update CB/S 2018-07-28 03:38:13 +01:00
LivingEntity-setKiller.patch Update CB/S 2018-07-28 03:38:13 +01:00
Load-version-history-at-server-start.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
LootTable-API-Replenishable-Lootables-Feature.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Make-legacy-ping-handler-more-reliable.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Make-max-squid-spawn-height-configurable.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Make-player-data-saving-configurable.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Make-shield-blocking-delay-configurable.patch Update CB/S 2018-07-28 03:38:13 +01:00
Make-targetSize-more-aggressive-in-the-chunk-unload-.patch Update upstream 2018-07-25 19:05:07 -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-Dev-fixes.patch Merge pull request #1256 2018-07-25 19:41:35 -04:00
MC-Utils.patch Update B/CB/S 2018-07-26 16:20:37 +01:00
More-informative-vehicle-moved-wrongly-message.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Ocelot-despawns-should-honor-nametags-and-leash.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Only-refresh-abilities-if-needed.patch NOT FINISHED!!! Current Progress on 1.13-pre7 update 2018-07-14 21:53:17 -04:00
Only-send-Dragon-Wither-Death-sounds-to-same-world.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Optimise-BlockStateEnum-hashCode-and-equals.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Optimise-removeQueue.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Optimize-Chunk-Access.patch NOT FINISHED!!! Current Progress on 1.13-pre7 update 2018-07-14 21:53:17 -04:00
Optimize-EAR.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Optimize-explosions.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Optimize-isValidLocation-getType-and-getBlockData-fo.patch Fix broken block iteration (#1269) 2018-07-25 03:39:30 +02:00
Optimize-ItemStack.isEmpty.patch Update B/CB/S 2018-07-26 16:20:37 +01:00
Optimize-Network-Queue.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Optimize-Pathfinding.patch Update Paper to 1.13 proper - THIS IS STILL HIGHLY UNSTABLE 2018-07-22 01:27:46 -04:00
Optimize-Region-File-Cache.patch Update upstream and remove hopper patch for #1270 2018-07-25 01:11:08 -04:00
Optimize-RegistryID.c.patch Update upstream and remove hopper patch for #1270 2018-07-25 01:11:08 -04:00
Optimize-TileEntity-Ticking.patch Fix Chest open/close animations 2018-07-22 19:39:56 -04:00
Optimize-UserCache-Thread-Safe.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Optimize-World.isLoaded-BlockPosition-Z.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Optimized-Light-Level-Comparisons.patch Update Paper to 1.13 proper - THIS IS STILL HIGHLY UNSTABLE 2018-07-22 01:27:46 -04:00
Option-for-maximum-exp-value-when-merging-orbs.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Option-to-disable-BlockPhysicsEvent-for-Redstone.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Option-to-prevent-armor-stands-from-doing-entity-loo.patch Update upstream and remove hopper patch for #1270 2018-07-25 01:11:08 -04:00
Option-to-remove-corrupt-tile-entities.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Option-to-use-vanilla-per-world-scoreboard-coloring-.patch Update CB/S 2018-07-28 03:38:13 +01:00
Optional-TNT-doesn-t-move-in-water.patch Update CB/S 2018-07-28 03:38:13 +01:00
Paper-config-files.patch Update upstream 2018-07-25 19:05:07 -04:00
Paper-Metrics.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Pass-world-to-Village-creation.patch NOT FINISHED!!! Current Progress on 1.13-pre7 update 2018-07-14 21:53:17 -04:00
Player-affects-spawning-API.patch Update Paper to 1.13 proper - THIS IS STILL HIGHLY UNSTABLE 2018-07-22 01:27:46 -04:00
Player-Tab-List-and-Title-APIs.patch NOT FINISHED!!! Current Progress on 1.13-pre7 update 2018-07-14 21:53:17 -04:00
Player.setPlayerProfile-API.patch Update B/CB/S 2018-07-26 16:20:37 +01:00
PlayerAdvancementCriterionGrantEvent.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
PlayerAttemptPickupItemEvent.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
PlayerElytraBoostEvent.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
PlayerNaturallySpawnCreaturesEvent.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
PlayerPickupExperienceEvent.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
PlayerPickupItemEvent-setFlyAtPlayer.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
PlayerReadyArrowEvent.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
PlayerTeleportEndGatewayEvent.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
POM-Changes.patch Update Paper to 1.13 proper - THIS IS STILL HIGHLY UNSTABLE 2018-07-22 01:27:46 -04:00
PreCreatureSpawnEvent.patch Merge branch 'master' into pre/1.13 2018-07-25 19:07:56 -04:00
Prevent-Auto-Save-if-Save-Queue-is-full.patch Update upstream 2018-07-25 19:05:07 -04:00
Prevent-Fire-from-loading-chunks.patch NOT FINISHED! She compiles, and she... suffers the wrath of chunkgen... 2018-07-19 05:42:43 +01:00
Prevent-Frosted-Ice-from-loading-holding-chunks.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Prevent-logins-from-being-processed-when-the-player-.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Prevent-Pathfinding-out-of-World-Border.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Prevent-Saving-Bad-entities-to-chunks.patch Merge branch 'master' into pre/1.13 2018-07-28 01:59:20 -04:00
Prevent-tile-entity-and-entity-crashes.patch Merge branch 'master' into pre/1.13 2018-07-27 00:44:53 -04:00
Print-Error-details-when-failing-to-save-player-data.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Profile-Lookup-Events.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
ProfileWhitelistVerifyEvent.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Properly-fix-item-duplication-bug.patch Explictly reset chat format in vanilla scoreboard display (fixes #1263) 2018-07-25 09:58:03 +01:00
Properly-handle-async-calls-to-restart-the-server.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Properly-remove-entities-on-dimension-teleport.patch Update CB/S 2018-07-28 03:38:13 +01:00
provide-a-configurable-option-to-disable-creeper-lin.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Provide-E-TE-Chunk-count-stat-methods.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
RangedEntity-API.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Re-add-vanilla-entity-warnings-for-duplicates.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Re-track-players-that-dismount-from-other-players.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Reduce-IO-ops-opening-a-new-region-file.patch NOT FINISHED! She compiles, and she... suffers the wrath of chunkgen... 2018-07-19 05:42:43 +01:00
Refresh-player-inventory-when-cancelling-PlayerInter.patch Explictly reset chat format in vanilla scoreboard display (fixes #1263) 2018-07-25 09:58:03 +01:00
Remove-CraftScheduler-Async-Task-Debugger.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Remove-Debug-checks-from-DataBits.patch NOT FINISHED! She compiles, and she... suffers the wrath of chunkgen... 2018-07-19 05:42:43 +01:00
Remove-FishingHook-reference-on-Craft-Entity-removal.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Remove-invalid-mob-spawner-tile-entities.patch Update upstream 2018-07-22 13:10:15 -04:00
Remove-Metadata-on-reload.patch Update upstream 2018-07-25 19:05:07 -04:00
remove-null-possibility-for-getServer-singleton.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Remove-unused-World-Tile-Entity-List.patch Update Paper to 1.13 proper - THIS IS STILL HIGHLY UNSTABLE 2018-07-22 01:27:46 -04:00
repair-bad-rcon.ip-settings-temporarily.patch Fix RCON Ip Defaulting to wrong value - Closes #1267 2018-07-25 01:24:28 -04:00
Replace-HashSet-with-fastutil-s-ObjectOpenHashSet-in.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Reset-spawner-timer-when-spawner-event-is-cancelled.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
revert-serverside-behavior-of-keepalives.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Sanitise-RegionFileCache-and-make-configurable.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Send-absolute-position-the-first-time-an-entity-is-s.patch NOT FINISHED!!! Current Progress on 1.13-pre7 update 2018-07-14 21:53:17 -04:00
Send-attack-SoundEffects-only-to-players-who-can-see.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Shame-on-you-Mojang.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Shoulder-Entities-Release-API.patch Update upstream 2018-07-25 19:05:07 -04:00
Show-Paper-in-client-crashes-server-lists-and-Mojang.patch Update upstream 2018-07-25 19:05:07 -04:00
ShulkerBox-Dupe-Prevention.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Speedup-BlockPos-by-fixing-inlining.patch Fix broken block iteration (#1269) 2018-07-25 03:39:30 +02:00
Store-counts-for-each-Entity-Block-Entity-Type.patch Merge branch 'master' into pre/1.13 2018-07-27 00:44:53 -04:00
Store-reference-to-current-Chunk-for-Entity-and-Bloc.patch Merge branch 'master' into pre/1.13 2018-07-27 00:44:53 -04:00
String-based-Action-Bar-API.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
System-property-for-disabling-watchdoge.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Tameable-getOwnerUniqueId-API.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Thread-Safe-Iteration-of-Chunk-Scheduler.patch Update upstream 2018-07-25 19:05:07 -04:00
Timings-v2.patch Merge branch 'master' into pre/1.13 2018-07-27 00:44:53 -04:00
Toggleable-player-crits-helps-mitigate-hacked-client.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Undead-horse-leashing.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Use-a-Shared-Random-for-Entities.patch Rebuild patches for upstream merge 2018-07-21 16:43:00 -04:00
Use-asynchronous-Log4j-2-loggers.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
use-CB-BlockState-implementations-for-captured-block.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Use-Log4j-IOStreams-to-redirect-System.out-err-to-lo.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Use-Optimized-Collections.patch NOT FINISHED! She compiles, and she... suffers the wrath of chunkgen... 2018-07-19 05:42:43 +01:00
Use-TerminalConsoleAppender-for-console-improvements.patch Update upstream 2018-07-25 19:05:07 -04:00
Use-UserCache-for-player-heads.patch Update upstream 2018-07-23 18:57:54 -04:00
Vanished-players-don-t-have-rights.patch Merge pull request #1256 2018-07-25 19:41:35 -04:00
Vex-getOwner-API.patch Update B/CB/S 2018-07-23 09:39:55 +01: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 Update B/CB/S 2018-07-23 09:39:55 +01:00
WitchReadyPotionEvent.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
WitchThrowPotionEvent.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Workaround-for-setting-passengers-on-players.patch NOT FINISHED! She compiles, and she... suffers the wrath of chunkgen... 2018-07-19 05:42:43 +01:00