Paper/patches/server
MD 648f6078d7
Route sign run_command click events through normal chat logic (#6109)
This patch changes sign command logic so that `run_command` click events are routed through the standard chat/command
logic used for inbound chat messages.

This fixes numerous issues related to sign click commands:
  - Signs with a `run_command` value of "/<plugin command>" would fail and show the "Unknown command" warning. This
    prevents usage of commands like `//wand` from WorldEdit in sign click events entirely and requires users to drop
    the leading slash from other plugins' commands. This patch now executes the plugin commands as would be expected,
    adding a leading slash if necessary.
  - Signs with a `run_command` value that doesn't match an existing command could fail silently. This patch causes
    these to *always* show "Unknown command" instead.
  - Plugins listening to `PlayerCommandPreprocessEvent` would not be able to intercept any command executions from
    sign click events. This patch allows plugins to intercept player commands when fired by a click event, in the same
    manner as commands executed by the player typing or clicking on a chat message.
  - Commands executed from signs would not be logged to the console. This patch fixes this.

This patch also prepends a leading slash if the `run_command` value lacks one, which matches vanilla behaviour (old
code would strip this slash away) while also ensuring `PlayerCommandPreprocessEvent#getMessage` remains consistent
with other command executions from chat (which always include the leading slash).
2021-07-07 15:12:58 +00:00
..
0001-Setup-Gradle-project.patch [ci skip] Use Java toolchain for run tasks (#6108) 2021-07-07 06:18:02 -07:00
0002-Remap-fixes.patch Minor patch cleanup 2021-06-16 20:43:30 -05:00
0003-Build-system-changes.patch Make gradle take build number from env vars and add git build info (#5890) 2021-06-23 17:19:44 +00:00
0004-Paper-config-files.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0005-MC-Dev-fixes.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0006-MC-Utils.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0007-Paper-Metrics.patch fix: the server compiles 2021-06-11 20:33:36 +02:00
0008-Add-MinecraftKey-Information-to-Objects.patch remove some more obf helpers 2021-06-16 14:22:39 -07:00
0009-Timings-v2.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0010-Adventure.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0011-Configurable-cactus-bamboo-and-reed-growth-heights.patch more patches 2021-06-12 03:19:04 +02:00
0012-Configurable-baby-zombie-movement-speed.patch more patches 2021-06-12 03:19:04 +02:00
0013-Configurable-fishing-time-ranges.patch more patches 2021-06-12 03:19:04 +02:00
0014-Allow-nerfed-mobs-to-jump-and-take-water-damage.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0015-Add-configurable-despawn-distances-for-living-entiti.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0016-Allow-for-toggling-of-spawn-chunks.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0017-Drop-falling-block-and-tnt-entities-at-the-specified.patch more patches 2021-06-12 03:19:04 +02:00
0018-Show-Paper-in-client-crashes-server-lists-and-Mojang.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0019-Implement-Paper-VersionChecker.patch more patches 2021-06-12 03:19:04 +02:00
0020-Add-version-history-to-version-command.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0021-Player-affects-spawning-API.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0022-Remove-invalid-mob-spawner-tile-entities.patch even even more progress 2021-06-12 09:26:16 +02:00
0023-Further-improve-server-tick-loop.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0024-Only-refresh-abilities-if-needed.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2021-06-12 22:13:07 -07:00
0025-Entity-Origin-API.patch Try even harder to get an origin world and avoid NPEs (Fixes #5931) 2021-06-22 11:54:56 +01:00
0026-Prevent-tile-entity-and-entity-crashes.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0027-Configurable-top-of-nether-void-damage.patch Modify entity origin API to store world/pos seperatly 2021-06-16 00:33:23 -07:00
0028-Check-online-mode-before-converting-and-renaming-pla.patch more patches 2021-06-12 03:19:04 +02:00
0029-Always-tick-falling-blocks.patch more patches 2021-06-12 03:19:04 +02:00
0030-Configurable-end-credits.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0031-Fix-lag-from-explosions-processing-dead-entities.patch more patches 2021-06-12 03:19:04 +02:00
0032-Optimize-explosions.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0033-Disable-explosion-knockback.patch more patches 2021-06-12 03:19:04 +02:00
0034-Disable-thunder.patch more patches 2021-06-12 03:19:04 +02:00
0035-Disable-ice-and-snow.patch more patches 2021-06-12 03:19:04 +02:00
0036-Configurable-mob-spawner-tick-rate.patch more patches 2021-06-12 03:19:04 +02:00
0037-Per-Player-View-Distance-API-placeholders.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0038-Add-BeaconEffectEvent.patch even more progress 2021-06-12 09:26:16 +02:00
0039-Configurable-container-update-tick-rate.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0040-Use-UserCache-for-player-heads.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2021-06-17 14:50:16 +02:00
0041-Disable-spigot-tick-limiters.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0042-Add-PlayerInitialSpawnEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0043-Configurable-Disabling-Cat-Chest-Detection.patch even more progress 2021-06-12 09:26:16 +02:00
0044-Ensure-commands-are-not-ran-async.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0045-All-chunks-are-slime-spawn-chunks-toggle.patch even more progress 2021-06-12 09:26:16 +02:00
0046-Expose-server-CommandMap.patch Updated Upstream (Bukkit/CraftBukkit) 2021-06-29 01:31:35 +01:00
0047-Be-a-bit-more-informative-in-maxHealth-exception.patch even more progress 2021-06-12 09:26:16 +02:00
0048-Player-Tab-List-and-Title-APIs.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0049-Ensure-inv-drag-is-in-bounds.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0050-Add-configurable-portal-search-radius.patch Try even harder to get an origin world and avoid NPEs (Fixes #5931) 2021-06-22 11:54:56 +01:00
0051-Add-velocity-warnings.patch EVEN MOOOOOAAAAAAARRRRRRR patches :) (#5820) 2021-06-13 18:06:38 -07:00
0052-Configurable-inter-world-teleportation-safety.patch added remaining hunks from chat/title packets (#5844) 2021-06-15 16:41:38 -07:00
0053-Add-exception-reporting-event.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0054-Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch even more progress 2021-06-12 09:26:16 +02:00
0055-Disable-Scoreboards-for-non-players-by-default.patch Try even harder to get an origin world and avoid NPEs (Fixes #5931) 2021-06-22 11:54:56 +01:00
0056-Add-methods-for-working-with-arrows-stuck-in-living-.patch Updated Upstream (Bukkit/CraftBukkit) 2021-06-14 21:02:21 -07:00
0057-Complete-resource-pack-API.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0058-Chunk-Save-Reattempt.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0059-Default-loading-permissions.yml-before-plugins.patch Fix early load perms patch (Fixes #5917) 2021-06-21 09:41:00 +01:00
0060-Allow-Reloading-of-Custom-Permissions.patch Updated Upstream (Bukkit/CraftBukkit) 2021-06-29 01:31:35 +01:00
0061-Remove-Metadata-on-reload.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#5904) 2021-06-20 21:25:59 +02:00
0062-Handle-Item-Meta-Inconsistencies.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0063-Configurable-Non-Player-Arrow-Despawn-Rate.patch even more progress 2021-06-12 09:26:16 +02:00
0064-Add-World-Util-Methods.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0065-Custom-replacement-for-eaten-items.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0066-handle-NaN-health-absorb-values-and-repair-bad-data.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0067-Use-a-Shared-Random-for-Entities.patch Modify entity origin API to store world/pos seperatly 2021-06-16 00:33:23 -07:00
0068-Configurable-spawn-chances-for-skeleton-horses.patch even more progress 2021-06-12 09:26:16 +02:00
0069-Optimize-isValidLocation-getType-and-getBlockData-fo.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0070-Only-process-BlockPhysicsEvent-if-a-plugin-has-a-lis.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0071-Entity-AddTo-RemoveFrom-World-Events.patch Try even harder to get an origin world and avoid NPEs (Fixes #5931) 2021-06-22 11:54:56 +01:00
0072-Configurable-Chunk-Inhabited-Time.patch even more progress 2021-06-12 09:26:16 +02:00
0073-EntityPathfindEvent.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0074-Sanitise-RegionFileCache-and-make-configurable.patch AT bullshit 2021-06-16 00:24:12 +02:00
0075-Do-not-load-chunks-for-Pathfinding.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0076-Add-PlayerUseUnknownEntityEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0077-Fix-reducedDebugInfo-not-initialized-on-client.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0078-Configurable-Grass-Spread-Tick-Rate.patch even more progress 2021-06-12 09:26:16 +02:00
0079-Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0080-Optimize-DataBits.patch even more progress 2021-06-12 09:26:16 +02:00
0081-Option-to-use-vanilla-per-world-scoreboard-coloring-.patch Remove chat event APIs marked as deprecated for removal with 1.17 2021-06-18 15:47:40 -07:00
0082-Workaround-for-setting-passengers-on-players.patch added remaining hunks from chat/title packets (#5844) 2021-06-15 16:41:38 -07:00
0083-Configurable-Player-Collision.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0084-Add-handshake-event-to-allow-plugins-to-handle-clien.patch even more progress 2021-06-12 09:26:16 +02:00
0085-Configurable-RCON-IP-address.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0086-Implement-PlayerLocaleChangeEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0087-EntityRegainHealthEvent-isFastRegen-API.patch even more progress 2021-06-12 09:26:16 +02:00
0088-Add-ability-to-configure-frosted_ice-properties.patch even more progress 2021-06-12 09:26:16 +02:00
0089-remove-null-possibility-for-getServer-singleton.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0090-Improve-Maps-in-item-frames-performance-and-bug-fixe.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0091-LootTable-API-Replenishable-Lootables-Feature.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0092-Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch even more progress 2021-06-12 09:26:16 +02:00
0093-System-property-for-disabling-watchdoge.patch even more progress 2021-06-12 09:26:16 +02:00
0094-Optimize-UserCache-Thread-Safe.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0095-Optional-TNT-doesn-t-move-in-water.patch even more progress 2021-06-12 09:26:16 +02:00
0096-Faster-redstone-torch-rapid-clock-removal.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0097-Add-server-name-parameter.patch even more progress 2021-06-12 09:26:16 +02:00
0098-Only-send-Dragon-Wither-Death-sounds-to-same-world.patch even more progress 2021-06-12 09:26:16 +02:00
0099-Fix-Old-Sign-Conversion.patch more patches (#5807) 2021-06-12 17:56:13 +01:00
0100-Avoid-blocking-on-Network-Manager-creation.patch Definitely readd this patch for the first time 2021-06-16 13:07:43 +02:00
0101-Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0102-Add-setting-for-proxy-online-mode-status.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0103-Optimise-BlockState-s-hashCode-equals.patch Definitely readd this patch for the first time 2021-06-16 13:07:43 +02:00
0104-Configurable-packet-in-spam-threshold.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0105-Configurable-flying-kick-messages.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0106-Remove-FishingHook-reference-on-Craft-Entity-removal.patch Definitely readd this patch for the first time 2021-06-16 13:07:43 +02:00
0107-Auto-fix-bad-Y-levels-on-player-login.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0108-Option-to-remove-corrupt-tile-entities.patch Definitely readd this patch for the first time 2021-06-16 13:07:43 +02:00
0109-Add-EntityZapEvent.patch Honor spigot.yml setting log-villager-deaths (#6057) 2021-07-02 04:28:31 +01:00
0110-Filter-bad-data-from-ArmorStand-and-SpawnEgg-items.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#5904) 2021-06-20 21:25:59 +02:00
0111-Cache-user-authenticator-threads.patch Definitely readd this patch for the first time 2021-06-16 13:07:43 +02:00
0112-Allow-Reloading-of-Command-Aliases.patch Updated Upstream (Bukkit/CraftBukkit) 2021-06-29 01:31:35 +01:00
0113-Add-source-to-PlayerExpChangeEvent.patch Definitely readd this patch for the first time 2021-06-16 13:07:43 +02:00
0114-Don-t-let-fishinghooks-use-portals.patch Definitely readd this patch for the first time 2021-06-16 13:07:43 +02:00
0115-Add-ProjectileCollideEvent.patch Definitely readd this patch for the first time 2021-06-16 13:07:43 +02:00
0116-Prevent-Pathfinding-out-of-World-Border.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0117-Optimize-World.isLoaded-BlockPosition-Z.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0118-Bound-Treasure-Maps-to-World-Border.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0119-Configurable-Cartographer-Treasure-Maps.patch Definitely readd this patch for the first time 2021-06-16 13:07:43 +02:00
0120-Optimize-ItemStack.isEmpty.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0121-Add-API-methods-to-control-if-armour-stands-can-move.patch Definitely readd this patch for the first time 2021-06-16 13:07:43 +02:00
0122-String-based-Action-Bar-API.patch Definitely readd this patch for the first time 2021-06-16 13:07:43 +02:00
0123-Properly-fix-item-duplication-bug.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0124-Firework-API-s.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0125-PlayerTeleportEndGatewayEvent.patch Definitely readd this patch for the first time 2021-06-16 13:07:43 +02:00
0126-Provide-E-TE-Chunk-count-stat-methods.patch Definitely readd this patch for the first time 2021-06-16 13:07:43 +02:00
0127-Enforce-Sync-Player-Saves.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0128-Don-t-allow-entities-to-ride-themselves-572.patch Try even harder to get an origin world and avoid NPEs (Fixes #5931) 2021-06-22 11:54:56 +01:00
0129-ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0130-Cap-Entity-Collisions.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0131-Remove-CraftScheduler-Async-Task-Debugger.patch Definitely readd this patch for the first time 2021-06-16 13:07:43 +02:00
0132-Make-targetSize-more-aggressive-in-the-chunk-unload-.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0133-Do-not-let-armorstands-drown.patch Definitely readd this patch for the first time 2021-06-16 13:07:43 +02:00
0134-Properly-handle-async-calls-to-restart-the-server.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0135-Add-option-to-make-parrots-stay-on-shoulders-despite.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0136-Add-configuration-option-to-prevent-player-names-fro.patch Updated Upstream (Bukkit/CraftBukkit) 2021-06-29 01:31:35 +01:00
0137-Use-TerminalConsoleAppender-for-console-improvements.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0138-provide-a-configurable-option-to-disable-creeper-lin.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0139-Item-canEntityPickup.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0140-PlayerPickupItemEvent-setFlyAtPlayer.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0141-PlayerAttemptPickupItemEvent.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0142-Add-UnknownCommandEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#5904) 2021-06-20 21:25:59 +02:00
0143-Basic-PlayerProfile-API.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0144-Shoulder-Entities-Release-API.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0145-Profile-Lookup-Events.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0146-Block-player-logins-during-server-shutdown.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0147-Entity-fromMobSpawner.patch Try even harder to get an origin world and avoid NPEs (Fixes #5931) 2021-06-22 11:54:56 +01:00
0148-Improve-the-Saddle-API-for-Horses.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0149-Implement-ensureServerConversions-API.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0150-Implement-getI18NDisplayName.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0151-ProfileWhitelistVerifyEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0152-Fix-this-stupid-bullshit.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0153-LivingEntity-setKiller.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0154-Ocelot-despawns-should-honor-nametags-and-leash.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0155-Reset-spawner-timer-when-spawner-event-is-cancelled.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0156-Allow-specifying-a-custom-authentication-servers-dow.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0157-Handle-plugin-prefixes-using-Log4J-configuration.patch Move package version to server project 2021-06-18 00:25:16 -05:00
0158-Improve-Log4J-Configuration-Plugin-Loggers.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0159-Add-PlayerJumpEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0160-handle-PacketPlayInKeepAlive-async.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0161-Expose-client-protocol-version-and-virtual-host.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0162-revert-serverside-behavior-of-keepalives.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0163-Send-attack-SoundEffects-only-to-players-who-can-see.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0164-Add-PlayerArmorChangeEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0165-Prevent-logins-from-being-processed-when-the-player-.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0166-Fix-MC-117075-TE-Unload-Lag-Spike.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0167-use-CB-BlockState-implementations-for-captured-block.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0168-API-to-get-a-BlockState-without-a-snapshot.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0169-AsyncTabCompleteEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0170-PlayerPickupExperienceEvent.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0171-Ability-to-apply-mending-to-XP-API.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0172-Make-max-squid-spawn-height-configurable.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0173-PlayerNaturallySpawnCreaturesEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0174-PreCreatureSpawnEvent.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0175-Add-setPlayerProfile-API-for-Skulls.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0176-Fill-Profile-Property-Events.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0177-PlayerAdvancementCriterionGrantEvent.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0178-Add-ArmorStand-Item-Meta.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0179-Extend-Player-Interact-cancellation.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0180-Tameable-getOwnerUniqueId-API.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0181-Toggleable-player-crits-helps-mitigate-hacked-client.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0182-Disable-Explicit-Network-Manager-Flushing.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0183-Implement-extended-PaperServerListPingEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0184-Improved-Async-Task-Scheduler.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0185-Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0186-Player.setPlayerProfile-API.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0187-getPlayerUniqueId-API.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0188-Make-player-data-saving-configurable.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0189-Make-legacy-ping-handler-more-reliable.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0190-Call-PaperServerListPingEvent-for-legacy-pings.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0191-Flag-to-disable-the-channel-limit.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0192-Add-method-to-open-already-placed-sign.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0193-Configurable-sprint-interruption-on-attack.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0194-Fix-exploit-that-allowed-colored-signs-to-be-created.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0195-EndermanEscapeEvent.patch nuke a few more obfhelpers 2021-06-17 21:37:37 +02:00
0196-Enderman.teleportRandomly.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0197-Block-Enderpearl-Travel-Exploit.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0198-Expand-World.spawnParticle-API-and-add-Builder.patch Fix #5856 Entity origin (#5861) 2021-06-18 04:37:23 +01:00
0199-Prevent-Frosted-Ice-from-loading-holding-chunks.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0200-EndermanAttackPlayerEvent.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0201-WitchConsumePotionEvent.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0202-WitchThrowPotionEvent.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0203-Allow-spawning-Item-entities-with-World.spawnEntity.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0204-WitchReadyPotionEvent.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0205-ItemStack-getMaxItemUseDuration.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0206-Implement-EntityTeleportEndGatewayEvent.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0207-Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0208-Fix-CraftEntity-hashCode.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0209-Configurable-Alternative-LootPool-Luck-Formula.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0210-Print-Error-details-when-failing-to-save-player-data.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0211-Make-shield-blocking-delay-configurable.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0212-Improve-EntityShootBowEvent.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0213-PlayerReadyArrowEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0214-Implement-EntityKnockbackByEntityEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0215-Expand-Explosions-API.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0216-LivingEntity-Hand-Raised-Item-Use-API.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0217-RangedEntity-API.patch AbstractSkeleton should extend RangedEntity (#6087) 2021-07-06 03:48:08 +00:00
0218-Add-config-to-disable-ender-dragon-legacy-check.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0219-Implement-World.getEntity-UUID-API.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0220-InventoryCloseEvent-Reason-API.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0221-Vex-get-setSummoner-API.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0222-Refresh-player-inventory-when-cancelling-PlayerInter.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0223-Avoid-item-merge-if-stack-size-above-max-stack-size.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0224-Use-asynchronous-Log4j-2-loggers.patch Move package version to server project 2021-06-18 00:25:16 -05:00
0225-add-more-information-to-Entity.toString.patch Try even harder to get an origin world and avoid NPEs (Fixes #5931) 2021-06-22 11:54:56 +01:00
0226-Add-CraftMagicNumbers.isSupportedApiVersion.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0227-EnderDragon-Events.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0228-PlayerElytraBoostEvent.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0229-PlayerLaunchProjectileEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#5904) 2021-06-20 21:25:59 +02:00
0230-Improve-BlockPosition-inlining.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0231-Optimize-IntIdentityHashBiMiap-nextId.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0232-Option-to-prevent-armor-stands-from-doing-entity-loo.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0233-Vanished-players-don-t-have-rights.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0234-Allow-disabling-armour-stand-ticking.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0235-SkeletonHorse-Additions.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0236-Don-t-call-getItemMeta-on-hasItemMeta.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0237-Implement-Expanded-ArmorStand-API.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0238-AnvilDamageEvent.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0239-Add-hand-to-bucket-events.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0240-Add-TNTPrimeEvent.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0241-Break-up-and-make-tab-spam-limits-configurable.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0242-MC-135506-Experience-should-save-as-Integers.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0243-Fix-client-rendering-skulls-from-same-user.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0244-Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0245-Add-Early-Warning-Feature-to-WatchDog.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0246-Make-EnderDragon-implement-Mob.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0247-Use-ConcurrentHashMap-in-JsonList.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0248-Use-a-Queue-for-Queueing-Commands.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0249-Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0250-Optimize-BlockPosition-helper-methods.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0251-Restore-vanlla-default-mob-spawn-range-and-water-ani.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0252-Slime-Pathfinder-Events.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0253-Configurable-speed-for-water-flowing-over-lava.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0254-Optimize-CraftBlockData-Creation.patch nuke a few more obfhelpers 2021-06-17 21:37:37 +02:00
0255-Optimize-MappedRegistry.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0256-Add-PhantomPreSpawnEvent.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0257-Add-More-Creeper-API.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0258-Inventory-removeItemAnySlot.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0259-Make-CraftWorld-loadChunk-int-int-false-load-unconve.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0260-Asynchronous-chunk-IO-and-loading.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0261-Add-ray-tracing-methods-to-LivingEntity.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0262-Expose-attack-cooldown-methods-for-Player.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0263-Improve-death-events.patch Move log message for named entity deaths into correct location (#6105) 2021-07-07 03:04:34 -07:00
0264-Allow-chests-to-be-placed-with-NBT-data.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0265-Mob-Pathfinding-API.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0266-Prevent-chunk-loading-from-Fluid-Flowing.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0267-Implement-an-API-for-CanPlaceOn-and-CanDestroy-NBT-v.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0268-Prevent-Mob-AI-Rules-from-Loading-Chunks.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0269-Prevent-mob-spawning-from-loading-generating-chunks.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0270-Implement-furnace-cook-speed-multiplier-API.patch Fix NPE when setting cook multiplier (#5956) 2021-06-22 19:26:03 +00:00
0271-Catch-JsonParseException-in-Entity-and-TE-names.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0272-Honor-EntityAgeable.ageLock.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0273-Configurable-connection-throttle-kick-message.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0274-Hook-into-CB-plugin-rewrites.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0275-Add-sun-related-API.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0276-Add-LivingEntity-getTargetEntity.patch Move log message for named entity deaths into correct location (#6105) 2021-07-07 03:04:34 -07:00
0277-Turtle-API.patch deprecate all obfhelpers 2021-06-17 21:52:26 +02:00
0278-MC-50319-Check-other-worlds-for-shooter-of-projectil.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0279-Call-player-spectator-target-events-and-improve-impl.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0280-Add-Velocity-IP-Forwarding-Support.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#5904) 2021-06-20 21:25:59 +02:00
0281-Add-more-Witch-API.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0282-Check-Drowned-for-Villager-Aggression-Config.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0283-Here-s-Johnny.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0284-Add-option-to-prevent-players-from-moving-into-unloa.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0285-Reset-players-airTicks-on-respawn.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0286-Don-t-sleep-after-profile-lookups-if-not-needed.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0287-Improve-Server-Thread-Pool-and-Thread-Priorities.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0288-Optimize-World-Time-Updates.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0289-Restore-custom-InventoryHolder-support.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0290-Use-Vanilla-Minecart-Speeds.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0291-Fix-SpongeAbsortEvent-handling.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0292-PreSpawnerSpawnEvent.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0293-Don-t-allow-digging-into-unloaded-chunks.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0294-Make-the-default-permission-message-configurable.patch Updated Upstream (Bukkit/CraftBukkit) 2021-06-29 01:31:35 +01:00
0295-Prevent-rayTrace-from-loading-chunks.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0296-Handle-Large-Packets-disconnecting-client.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0297-force-entity-dismount-during-teleportation.patch Move log message for named entity deaths into correct location (#6105) 2021-07-07 03:04:34 -07:00
0298-Add-more-Zombie-API.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0299-Book-Size-Limits.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0300-Add-PlayerConnectionCloseEvent.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0301-Prevent-Enderman-from-loading-chunks.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0302-Add-APIs-to-replace-OfflinePlayer-getLastPlayed.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0303-Workaround-for-vehicle-tracking-issue-on-disconnect.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0304-Fire-BlockPistonRetractEvent-for-all-empty-pistons.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0305-Block-Entity-remove-from-being-called-on-Players.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0306-BlockDestroyEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0307-Fix-Custom-Shapeless-Custom-Crafting-Recipes.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0308-Limit-Client-Sign-length-more.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0309-Don-t-check-ConvertSigns-boolean-every-sign-save.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0310-Optimize-Network-Manager-and-add-advanced-packet-sup.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0311-Handle-Oversized-Tile-Entities-in-chunks.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0312-MC-145260-Fix-Whitelist-On-Off-inconsistency.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0313-Set-Zombie-last-tick-at-start-of-drowning-process.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0314-Call-WhitelistToggleEvent-when-whitelist-is-toggled.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0315-Use-proper-max-length-when-serialising-BungeeCord-te.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0316-Entity-getEntitySpawnReason.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0317-Update-entity-Metadata-for-all-tracked-players.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0318-Fire-event-on-GS4-query.patch Fix GS4 querying 2021-06-19 18:27:04 -07:00
0319-Implement-PlayerPostRespawnEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0320-don-t-go-below-0-for-pickupDelay-breaks-picking-up-i.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0321-Server-Tick-Events.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0322-PlayerDeathEvent-getItemsToKeep.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0323-Optimize-Captured-TileEntity-Lookup.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0324-Add-Heightmap-API.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0325-Mob-Spawner-API-Enhancements.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0326-Fix-CB-call-to-changed-postToMainThread-method.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0327-Fix-sounds-when-item-frames-are-modified-MC-123450.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0328-Fix-CraftServer-isPrimaryThread-and-MinecraftServer-.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0329-improve-CraftWorld-isChunkLoaded.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0330-Configurable-Keep-Spawn-Loaded-range-per-world.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0331-ChunkMapDistance-CME.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0332-Implement-CraftBlockSoundGroup.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0333-Chunk-debug-command.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0334-Allow-Saving-of-Oversized-Chunks.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0335-Expose-the-internal-current-tick.patch Updated Upstream (Bukkit/CraftBukkit) 2021-06-29 01:31:35 +01:00
0336-Fix-World-isChunkGenerated-calls.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0337-Show-blockstate-location-if-we-failed-to-read-it.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0338-Only-count-Natural-Spawned-mobs-towards-natural-spaw.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0339-Configurable-projectile-relative-velocity.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0340-offset-item-frame-ticking.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0341-Do-less-work-if-we-have-a-custom-Bukkit-generator.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0342-Fix-MC-158900.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0343-Prevent-consuming-the-wrong-itemstack.patch Move log message for named entity deaths into correct location (#6105) 2021-07-07 03:04:34 -07:00
0344-Generator-Settings.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0345-Fix-MC-161754.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0346-Fix-spawning-of-hanging-entities-that-are-not-ItemFr.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0347-Fix-stuck-in-sneak-when-changing-worlds-MC-10657.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0348-Add-option-to-disable-pillager-patrols.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0349-Fix-AssertionError-when-player-hand-set-to-empty-typ.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0350-Prevent-sync-chunk-loads-when-villagers-try-to-find-.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0351-MC-145656-Fix-Follow-Range-Initial-Target.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0352-Duplicate-UUID-Resolve-Option.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0353-Optimize-Hoppers.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0354-PlayerDeathEvent-shouldDropExperience.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0355-Prevent-bees-loading-chunks-checking-hive-position.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0356-Don-t-load-Chunks-from-Hoppers-and-other-things.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0357-Guard-against-serializing-mismatching-chunk-coordina.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0358-Optimise-IEntityAccess-getPlayerByUUID.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0359-Fix-items-not-falling-correctly.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0360-Lag-compensate-eating.patch Move log message for named entity deaths into correct location (#6105) 2021-07-07 03:04:34 -07:00
0361-Optimize-call-to-getFluid-for-explosions.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0362-Fix-last-firework-in-stack-not-having-effects-when-d.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0363-Add-effect-to-block-break-naturally.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0364-Entity-Activation-Range-2.0.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0365-Increase-Light-Queue-Size.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0366-Fix-Light-Command.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0367-Anti-Xray.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0368-No-Tick-view-distance-implementation.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0369-Implement-alternative-item-despawn-rate.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0370-Tracking-Range-Improvements.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0371-Fix-items-vanishing-through-end-portal.patch Try even harder to get an origin world and avoid NPEs (Fixes #5931) 2021-06-22 11:54:56 +01:00
0372-implement-optional-per-player-mob-spawns.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0373-Avoid-hopper-searches-if-there-are-no-items.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0374-Bees-get-gravity-in-void.-Fixes-MC-167279.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0375-Optimise-getChunkAt-calls-for-loaded-chunks.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0376-Add-debug-for-sync-chunk-loads.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0377-Allow-overriding-the-java-version-check.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0378-Add-ThrownEggHatchEvent.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0379-Entity-Jump-API.patch Move log message for named entity deaths into correct location (#6105) 2021-07-07 03:04:34 -07:00
0380-Add-option-to-nerf-pigmen-from-nether-portals.patch Try even harder to get an origin world and avoid NPEs (Fixes #5931) 2021-06-22 11:54:56 +01:00
0381-Make-the-GUI-graph-fancier.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0382-add-hand-to-BlockMultiPlaceEvent.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0383-Prevent-teleporting-dead-entities.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0384-Validate-tripwire-hook-placement-before-update.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0385-Add-option-to-allow-iron-golems-to-spawn-in-air.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0386-Configurable-chance-of-villager-zombie-infection.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0387-Optimise-Chunk-getFluid.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0388-Optimise-TickListServer-by-rewriting-it.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0389-Pillager-patrol-spawn-settings-and-per-player-option.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0390-Remote-Connections-shouldn-t-hold-up-shutdown.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0391-Do-not-allow-bees-to-load-chunks-for-beehives.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0392-Prevent-Double-PlayerChunkMap-adds-crashing-server.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0393-Optimize-Collision-to-not-load-chunks.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0394-Don-t-tick-dead-players.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0395-Dead-Player-s-shouldn-t-be-able-to-move.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0396-Optimize-PlayerChunkMap-memory-use-for-visibleChunks.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0397-Mid-Tick-Chunk-Tasks-Speed-up-processing-of-chunk-lo.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0398-Don-t-move-existing-players-to-world-spawn.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0399-Add-tick-times-API-and-mspt-command.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0400-Expose-MinecraftServer-isRunning.patch Updated Upstream (Bukkit/CraftBukkit) 2021-06-29 01:31:35 +01:00
0401-Add-Raw-Byte-ItemStack-Serialization.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0402-Remove-streams-from-Mob-AI-System.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0403-Async-command-map-building.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0404-Improved-Watchdog-Support.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0405-Optimize-Pathfinding.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0406-Reduce-Either-Optional-allocation.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0407-Remove-streams-from-PairedQueue.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0408-Reduce-memory-footprint-of-NBTTagCompound.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0409-Prevent-opening-inventories-when-frozen.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0410-Optimise-ArraySetSorted-removeIf.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0411-Don-t-run-entity-collision-code-if-not-needed.patch Move log message for named entity deaths into correct location (#6105) 2021-07-07 03:04:34 -07:00
0412-Restrict-vanilla-teleport-command-to-valid-locations.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0413-Implement-Player-Client-Options-API.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0414-Fix-Chunk-Post-Processing-deadlock-risk.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0415-Don-t-crash-if-player-is-attempted-to-be-removed-fro.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0416-Broadcast-join-message-to-console.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0417-Fix-Longstanding-Broken-behavior-of-PlayerJoinEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0418-Load-Chunks-for-Login-Asynchronously.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0419-Move-player-to-spawn-point-if-spawn-in-unloaded-worl.patch Try even harder to get an origin world and avoid NPEs (Fixes #5931) 2021-06-22 11:54:56 +01:00
0420-Add-PlayerAttackEntityCooldownResetEvent.patch Move log message for named entity deaths into correct location (#6105) 2021-07-07 03:04:34 -07:00
0421-Allow-multiple-callbacks-to-schedule-for-Callback-Ex.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0422-Don-t-fire-BlockFade-on-worldgen-threads.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0423-Add-phantom-creative-and-insomniac-controls.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0424-Fix-numerous-item-duplication-issues-and-teleport-is.patch Try even harder to get an origin world and avoid NPEs (Fixes #5931) 2021-06-22 11:54:56 +01:00
0425-Implement-Brigadier-Mojang-API.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0426-Villager-Restocks-API.patch death to more obfhelpers 2021-06-17 22:20:03 +02:00
0427-Validate-PickItem-Packet-and-kick-for-invalid.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0428-Expose-game-version.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0429-Optimize-Voxel-Shape-Merging.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0430-Set-cap-on-JDK-per-thread-native-byte-buffer-cache.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0431-Implement-Mob-Goal-API.patch Updated Upstream (Bukkit/CraftBukkit) 2021-06-29 01:31:35 +01:00
0432-Use-distance-map-to-optimise-entity-tracker.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0433-Optimize-isOutsideRange-to-use-distance-maps.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0434-Add-villager-reputation-API.patch death to more obfhelpers 2021-06-17 22:20:03 +02:00
0435-Option-for-maximum-exp-value-when-merging-orbs.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0436-ExperienceOrbMergeEvent.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0437-Fix-PotionEffect-ignores-icon-flag.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0438-Optimize-brigadier-child-sorting-performance.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0439-Potential-bed-API.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0440-Wait-for-Async-Tasks-during-shutdown.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0441-Ensure-EntityRaider-respects-game-and-entity-rules-f.patch death to more obfhelpers 2021-06-17 22:20:03 +02:00
0442-Protect-Bedrock-and-End-Portal-Frames-from-being-des.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0443-Reduce-MutableInt-allocations-from-light-engine.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0444-Reduce-allocation-of-Vec3D-by-entity-tracker.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0445-Ensure-safe-gateway-teleport.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0446-Add-option-for-console-having-all-permissions.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0447-Optimize-ServerLevels-chunk-level-checking-methods.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0448-Fix-Non-Full-Status-Chunk-NBT-Memory-Leak.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0449-Optimize-sending-packets-to-nearby-locations-sounds-.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0450-Fix-villager-trading-demand-MC-163962.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0451-Maps-shouldn-t-load-chunks.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0452-Use-seed-based-lookup-for-Treasure-Maps-Fixes-lag-fr.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0453-Delay-Chunk-Unloads-based-on-Player-Movement.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0454-Optimize-Bit-Operations-by-inlining.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0455-Add-Plugin-Tickets-to-API-Chunk-Methods.patch Fix early load perms patch (Fixes #5917) 2021-06-21 09:41:00 +01:00
0456-incremental-chunk-saving.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0457-Fix-missing-chunks-due-to-integer-overflow.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0458-Fix-CraftScheduler-runTaskTimerAsynchronously-Plugin.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0459-Fix-piston-physics-inconsistency-MC-188840.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0460-Fix-sand-duping.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0461-Prevent-position-desync-in-playerconnection-causing-.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0462-Inventory-getHolder-method-without-block-snapshot.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0463-Expose-Arrow-getItemStack.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0464-Add-and-implement-PlayerRecipeBookClickEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0465-Hide-sync-chunk-writes-behind-flag.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0466-Add-permission-for-command-blocks.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0467-Ensure-Entity-AABB-s-are-never-invalid.patch Try even harder to get an origin world and avoid NPEs (Fixes #5931) 2021-06-22 11:54:56 +01:00
0468-Optimize-WorldBorder-collision-checks-and-air.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0469-Fix-Per-World-Difficulty-Remembering-Difficulty.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0470-Paper-dumpitem-command.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0471-Don-t-allow-null-UUID-s-for-chat.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0472-Improve-Legacy-Component-serialization-size.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0473-Stop-copy-on-write-operations-for-updating-light-dat.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0474-Support-old-UUID-format-for-NBT.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0475-Clean-up-duplicated-GameProfile-Properties.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0476-Convert-legacy-attributes-in-Item-Meta.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0477-Remove-some-streams-from-structures.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0478-Remove-streams-from-classes-related-villager-gossip.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0479-Optimize-NibbleArray-to-use-pooled-buffers.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0480-Support-components-in-ItemMeta.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0481-Improve-EntityTargetLivingEntityEvent-for-1.16-mobs.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0482-Add-entity-liquid-API.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0483-Update-itemstack-legacy-name-and-lore.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0484-Spawn-player-in-correct-world-on-login.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0485-Add-PrepareResultEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0486-Allow-delegation-to-vanilla-chunk-gen.patch Updated Upstream (Bukkit/CraftBukkit) 2021-06-29 01:31:35 +01:00
0487-Don-t-check-chunk-for-portal-on-world-gen-entity-add.patch Move log message for named entity deaths into correct location (#6105) 2021-07-07 03:04:34 -07:00
0488-Implement-Chunk-Priority-Urgency-System-for-Chunks.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0489-Improve-Chunk-Status-Transition-Speed.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0490-Optimize-NetworkManager-Exception-Handling.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0491-Optimize-the-advancement-data-player-iteration-to-be.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0492-Fix-arrows-never-despawning-MC-125757.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0493-Thread-Safe-Vanilla-Command-permission-checking.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0494-Move-range-check-for-block-placing-up.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0495-Optimize-Light-Engine.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0496-Fix-SPIGOT-5989.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0497-Fix-SPIGOT-5824-Bukkit-world-container-is-not-used.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0498-Fix-SPIGOT-5885-Unable-to-disable-advancements.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0499-Fix-AdvancementDataPlayer-leak-due-from-quitting-ear.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0500-Add-missing-strikeLighting-call-to-World-spigot-stri.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0501-Incremental-player-saving.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0502-Fix-some-rails-connecting-improperly.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0503-Fix-MC-187716-Use-configured-height.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0504-Fix-regex-mistake-in-CB-NBT-int-deserialization.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0505-Do-not-let-the-server-load-chunks-from-newer-version.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0506-Brand-support.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0507-Add-setMaxPlayers-API.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0508-Add-playPickupItemAnimation-to-LivingEntity.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0509-Don-t-require-FACING-data.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0510-Fix-SpawnChangeEvent-not-firing-for-all-use-cases.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0511-Add-moon-phase-API.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0512-Prevent-headless-pistons-from-being-created.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0513-Add-BellRingEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0514-Add-zombie-targets-turtle-egg-config.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0515-Buffer-joins-to-world.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0516-Optimize-redstone-algorithm.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0517-Fix-hex-colors-not-working-in-some-kick-messages.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0518-PortalCreateEvent-needs-to-know-its-entity.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0519-Fix-CraftTeam-null-check.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0520-Add-more-Evoker-API.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0521-Add-a-way-to-get-translation-keys-for-blocks-entitie.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0522-Create-HoverEvent-from-ItemStack-Entity.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0523-Cache-block-data-strings.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0524-Fix-Entity-Teleportation-and-cancel-velocity-if-tele.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0525-Add-additional-open-container-api-to-HumanEntity.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0526-Cache-DataFixerUpper-Rewrite-Rules-on-demand.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0527-Extend-block-drop-capture-to-capture-all-items-added.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0528-Don-t-mark-dirty-in-invalid-locations-SPIGOT-6086.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0529-Expose-the-Entity-Counter-to-allow-plugins-to-use-va.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0530-Lazily-track-plugin-scoreboards-by-default.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0531-Entity-isTicking.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0532-Fix-deop-kicking-non-whitelisted-player-when-white-l.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0533-Fix-CME-on-adding-a-passenger-in-CreatureSpawnEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0534-Fix-Concurrency-issue-in-WeightedList.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0535-Reset-Ender-Crystals-on-Dragon-Spawn.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0536-Fix-for-large-move-vectors-crashing-server.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0537-Optimise-getType-calls.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0538-Villager-resetOffers.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0539-Improve-inlinig-for-some-hot-IBlockData-methods.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0540-Retain-block-place-order-when-capturing-blockstates.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0541-Reduce-blockpos-allocation-from-pathfinding.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0542-Fix-item-locations-dropped-from-campfires.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0543-Player-elytra-boost-API.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0544-Fixed-TileEntityBell-memory-leak.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0545-Avoid-error-bubbling-up-when-item-stack-is-empty-in-.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0546-Add-getOfflinePlayerIfCached-String.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0547-Add-ignore-discounts-API.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0548-Toggle-for-removing-existing-dragon.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0549-Fix-client-lag-on-advancement-loading.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0550-Item-no-age-no-player-pickup.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0551-Optimize-Pathfinder-Remove-Streams-Optimized-collect.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0552-Beacon-API-custom-effect-ranges.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0553-Add-API-for-quit-reason.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0554-Seed-based-feature-search.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0555-Add-Wandering-Trader-spawn-rate-config-options.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0556-Significantly-improve-performance-of-the-end-generat.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0557-Expose-world-spawn-angle.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0558-Add-Destroy-Speed-API.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0559-Fix-Player-spawnParticle-x-y-z-precision-loss.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0560-Add-LivingEntity-clearActiveItem.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0561-Add-PlayerItemCooldownEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0562-More-lightning-API.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0563-Climbing-should-not-bypass-cramming-gamerule.patch Move log message for named entity deaths into correct location (#6105) 2021-07-07 03:04:34 -07:00
0564-Added-missing-default-perms-for-commands.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0565-Add-PlayerShearBlockEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0566-Set-spigots-verbose-world-setting-to-false-by-def.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0567-Fix-curing-zombie-villager-discount-exploit.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0568-Limit-recipe-packets.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0569-Fix-CraftSound-backwards-compatibility.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0570-MC-4-Fix-item-position-desync.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0571-Player-Chunk-Load-Unload-Events.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0572-Optimize-Dynamic-get-Missing-Keys.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0573-Expose-LivingEntity-hurt-direction.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0574-Add-OBSTRUCTED-reason-to-BedEnterResult.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0575-Do-not-crash-from-invalid-ingredient-lists-in-Villag.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0576-added-PlayerTradeEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0577-Implement-TargetHitEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0578-Additional-Block-Material-API-s.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0579-Fix-harming-potion-dupe.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0580-Implement-API-to-get-Material-from-Boats-and-Minecar.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0581-Cache-burn-durations.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0582-Allow-disabling-mob-spawner-spawn-egg-transformation.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0583-Fix-Not-a-string-Map-Conversion-spam.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0584-Implement-PlayerFlowerPotManipulateEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0585-Fix-interact-event-not-being-called-in-adventure.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0586-Zombie-API-breaking-doors.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0587-Fix-nerfed-slime-when-splitting.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0588-Add-EntityLoadCrossbowEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0589-Guardian-beam-workaround.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0590-Added-WorldGameRuleChangeEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0591-Added-ServerResourcesReloadedEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0592-Added-world-settings-for-mobs-picking-up-loot.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0593-Implemented-BlockFailedDispenseEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0594-Added-PlayerLecternPageChangeEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0595-Added-PlayerLoomPatternSelectEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0596-Configurable-door-breaking-difficulty.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0597-Empty-commands-shall-not-be-dispatched.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0598-Implement-API-to-expose-exact-interaction-point.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0599-Remove-stale-POIs.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0600-Fix-villager-boat-exploit.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0601-Add-sendOpLevel-API.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0602-Add-StructureLocateEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0603-Collision-option-for-requiring-a-player-participant.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0604-Remove-ProjectileHitEvent-call-when-fireballs-dead.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0605-Return-chat-component-with-empty-text-instead-of-thr.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0606-Make-schedule-command-per-world.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0607-Configurable-max-leash-distance.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0608-Implement-BlockPreDispenseEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0609-Added-Vanilla-Entity-Tags.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0610-added-Wither-API.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0611-Added-firing-of-PlayerChangeBeaconEffectEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0612-Fix-console-spam-when-removing-chests-in-water.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0613-Add-toggle-for-always-placing-the-dragon-egg.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0614-Added-PlayerStonecutterRecipeSelectEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0615-Add-dropLeash-variable-to-EntityUnleashEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0616-Skip-distance-map-update-when-spawning-disabled.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0617-Reset-shield-blocking-on-dimension-change.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0618-add-DragonEggFormEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0619-EntityMoveEvent.patch Move log message for named entity deaths into correct location (#6105) 2021-07-07 03:04:34 -07:00
0620-added-option-to-disable-pathfinding-updates-on-block.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0621-Inline-shift-direction-fields.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0622-Allow-adding-items-to-BlockDropItemEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0623-Add-getMainThreadExecutor-to-BukkitScheduler.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0624-living-entity-allow-attribute-registration.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0625-fix-dead-slime-setSize-invincibility.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0626-Merchant-getRecipes-should-return-an-immutable-list.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0627-misc-debugging-dumps.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0628-Add-support-for-hex-color-codes-in-console.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0629-Expose-Tracked-Players.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0630-Remove-streams-from-SensorNearest.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0631-MC-29274-Fix-Wither-hostility-towards-players.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0632-Throw-proper-exception-on-empty-JsonList-file.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0633-Improve-ServerGUI.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0634-stop-firing-pressure-plate-EntityInteractEvent-for-i.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0635-fix-converting-txt-to-json-file.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0636-Add-worldborder-events.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0637-added-PlayerNameEntityEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0638-Prevent-grindstones-from-overstacking-items.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0639-Add-recipe-to-cook-events.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0640-Add-Block-isValidTool.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0641-Allow-using-signs-inside-spawn-protection.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0642-Implement-Keyed-on-World.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0643-Add-fast-alternative-constructor-for-Rotations.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0644-Item-Rarity-API.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0645-Only-set-despawnTimer-for-Wandering-Traders-spawned-.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0646-copy-TESign-isEditable-from-snapshots.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0647-Drop-carried-item-when-player-has-disconnected.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0648-forced-whitelist-use-configurable-kick-message.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0649-Don-t-ignore-result-of-PlayerEditBookEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0650-Entity-load-save-limit-per-chunk.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0651-fix-cancelling-block-falling-causing-client-desync.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0652-Expose-protocol-version.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0653-Allow-for-Component-suggestion-tooltips-in-AsyncTabC.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0654-Enhance-console-tab-completions-for-brigadier-comman.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0655-Fix-PlayerItemConsumeEvent-cancelling-properly.patch Move log message for named entity deaths into correct location (#6105) 2021-07-07 03:04:34 -07:00
0656-Add-bypass-host-check.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0657-Set-area-affect-cloud-rotation.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0658-add-isDeeplySleeping-to-HumanEntity.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0659-Fix-duplicating-give-items-on-item-drop-cancel.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0660-add-consumeFuel-to-FurnaceBurnEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0661-add-get-set-drop-chance-to-EntityEquipment.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0662-fix-PigZombieAngerEvent-cancellation.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0663-Fix-checkReach-check-for-Shulker-boxes.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0664-fix-PlayerItemHeldEvent-firing-twice.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0665-Added-PlayerDeepSleepEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0666-More-World-API.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0667-Added-PlayerBedFailEnterEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0668-Implement-methods-to-convert-between-Component-and-B.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0669-Fix-anchor-respawn-acting-as-a-bed-respawn-from-the-.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0670-Introduce-beacon-activation-deactivation-events.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0671-add-RespawnFlags-to-PlayerRespawnEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0672-Add-Channel-initialization-listeners.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0673-Send-empty-commands-if-tab-completion-is-disabled.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0674-Add-more-WanderingTrader-API.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0675-Add-EntityBlockStorage-clearEntities.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0676-Add-Adventure-message-to-PlayerAdvancementDoneEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0677-Add-raw-address-to-AsyncPlayerPreLoginEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0678-Inventory-close.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0679-call-PortalCreateEvent-players-and-end-platform.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0680-Add-a-should-burn-in-sunlight-API-for-Phantoms-and-S.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0681-Fix-CraftPotionBrewer-cache.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0682-Add-basic-Datapack-API.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0683-Add-environment-variable-to-disable-server-gui.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0684-additions-to-PlayerGameModeChangeEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0685-Clear-SyncLoadInfo.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0686-ItemStack-repair-check-API.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0687-More-Enchantment-API.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0688-Add-command-line-option-to-load-extra-plugin-jars-no.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0689-Fix-and-optimise-world-force-upgrading.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0690-Add-Mob-lookAt-API.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0691-Add-Unix-domain-socket-support.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0692-Add-EntityInsideBlockEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0693-Attributes-API-for-item-defaults.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0694-Have-CraftMerchantCustom-emit-PlayerPurchaseEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0695-Add-cause-to-Weather-ThunderChangeEvents.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0696-More-Lidded-Block-API.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0697-Limit-item-frame-cursors-on-maps.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0698-Add-PufferFishStateChangeEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0699-Add-PlayerKickEvent-causes.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0700-Fix-PlayerBucketEmptyEvent-result-itemstack.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0701-Synchronize-PalettedContainer-instead-of-ReentrantLo.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0702-Add-option-to-fix-items-merging-through-walls.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0703-Add-BellRevealRaiderEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0704-Fix-invulnerable-end-crystals.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0705-Add-ElderGuardianAppearanceEvent.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0706-Reset-villager-inventory-on-cancelled-pickup-event.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0707-Fix-dangerous-end-portal-logic.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0708-Optimize-Biome-Mob-Lookups-for-Mob-Spawning.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0709-Make-item-validations-configurable.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0710-Add-more-line-of-sight-methods.patch Move log message for named entity deaths into correct location (#6105) 2021-07-07 03:04:34 -07:00
0711-add-per-world-spawn-limits.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0712-Fix-PotionSplashEvent-for-water-splash-potions.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0713-Fix-incorrect-status-dataconverter-for-pre-1.13-chun.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0714-Add-Feature-Generation-API.patch Add methods to ProtoWorld for working with BlockStates (#5929) 2021-07-07 10:23:16 +00:00
0715-Fix-PlayerDropItemEvent-using-wrong-item.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0716-Update-oshi-core-dependency.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0717-Deobfuscate-stacktraces-in-log-messages-crash-report.patch Deobfuscate stacktraces in sync load info (#6103) 2021-07-07 00:19:08 -07:00
0718-Missing-Entity-Behavior-API.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0719-Ensure-disconnect-for-book-edit-is-called-on-main.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0720-Add-git-branch-and-commit-to-manifest.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0721-Allow-explosions-under-0-height.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0722-Improve-CraftChunk-getEntities.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0723-Fix-return-value-of-Block-applyBoneMeal-always-being.patch add Optimize Light Engine patch (#5863) 2021-07-06 04:30:39 +00:00
0724-Use-getChunkIfLoadedImmediately-in-places.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0725-Config-option-for-named-entity-death-logging.patch Add option for logging named entity deaths (#6107) 2021-07-07 06:15:17 -07:00
0726-Route-sign-run_command-click-events-through-normal-c.patch Route sign run_command click events through normal chat logic (#6109) 2021-07-07 15:12:58 +00:00