PaperMC/Spigot-Server-Patches
BillyGalbreath 67eef6701b 1.13: Slime Patherfinder Events (#1246)
Replaces PR #1161 for 1.13

Resolves #930 

Adds new slime pathfinder related events. All events can be cancelled.
- `SlimePathfindEvent` is the base event of all added events. Cancelling this event will cancel all pathfinders.
- `SlimeWanderEvent` is called when slimes wander around by either swimming or moving/jumping forward. Cancelling this event will prevent slimes from moving around and jumping, but they will still look around and target players.
- `SlimeSwimEvent`is called when slimes are swimming in water/lava. Cancelling will prevent the slimes from moving/jumping in water/lava.
- `SlimeChangeDirectionEvent` is called when a slime changes directions. It contains the new `yaw` position the slime wants to change to, and it can be set to another value. Cancelling this event will prevent slimes from changing directions (except for when targeting players).
- `SlimeTargetLivingEntityEvent` is called when a slime targets a player. NMS uses EntityLiving here so it is named this. Contains the LivingEntity the slime has targeted. Cancelling this event will prevent the slime from targeting the entity and will make it lose current focus.

Adds `Slime#canWander()` and `Slime#setWander(boolean)` for a more persistent control (does not persist server restarts) over all 4 pathfinder types without the spammy event having to be cancelled a bajillion times a second.

Video demonstration: https://youtu.be/8hcLqazmO28

Test plugin: https://pastebin.com/cFgcgdWV
2018-08-24 09:40:14 -05:00
..
Ability-to-apply-mending-to-XP-API.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch Update B/CB/S 2018-07-26 16:20:37 +01:00
Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
Access-items-by-EquipmentSlot.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Activation-Range-Improvements.patch [CI-SKIP] Re-add getBukkitEntity methods to child classes 2018-08-04 17:03:53 -04:00
Add-ability-to-configure-frosted_ice-properties.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Add-API-methods-to-control-if-armour-stands-can-move.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Add-ArmorStand-Item-Meta.patch [Auto] Updated Upstream (CraftBukkit) 2018-08-19 22:54:42 -04:00
Add-async-chunk-load-API.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04: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 [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Add-configurable-despawn-distances-for-living-entiti.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:08 -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 Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:08 -04:00
Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Add-Early-Warning-Feature-to-WatchDog.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -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-29 12:42:07 -04:00
Add-hand-to-bucket-events.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
Add-handshake-event-to-allow-plugins-to-handle-clien.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Add-method-to-open-already-placed-sign.patch Update upstream 2018-08-01 22:49:47 -04:00
Add-methods-for-working-with-arrows-stuck-in-living-.patch Update upstream 2018-08-01 22:49:47 -04:00
Add-MinecraftKey-Information-to-Objects.patch Update upstream B/CB 2018-07-30 20:19:41 -05: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 [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Add-option-to-make-parrots-stay-on-shoulders-despite.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Add-option-to-remove-invalid-statistics.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Add-player-view-distance-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-08-12 02:08:09 -04:00
Add-PlayerArmorChangeEvent.patch [CI-SKIP] Re-add getBukkitEntity methods to child classes 2018-08-04 17:03:53 -04:00
Add-PlayerInitialSpawnEvent.patch NOT FINISHED!!! Current Progress on 1.13-pre7 update 2018-07-14 21:53:17 -04:00
Add-PlayerJumpEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Add-PlayerUseUnknownEntityEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Add-ProjectileCollideEvent.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Add-server-name-parameter.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Add-setPlayerProfile-API-for-Skulls.patch [1.13] Skull block profile api (#1308) 2018-08-06 07:24:55 +02:00
Add-setting-for-proxy-online-mode-status.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:08 -04:00
Add-some-Debug-to-Chunk-Entity-slices.patch Merge branch 'master' into pre/1.13 2018-08-20 20:23:06 -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-TNTPrimeEvent.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
Add-UnknownCommandEvent.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:08 -04:00
Add-velocity-warnings.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:08 -04:00
Add-World-Util-Methods.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
All-chunks-are-slime-spawn-chunks-toggle.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Allow-disabling-armour-stand-ticking.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -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 Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:08 -04:00
Allow-Reloading-of-Command-Aliases.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:08 -04:00
Allow-Reloading-of-Custom-Permissions.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:08 -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 [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Always-process-chunk-registration-after-moving.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
Always-process-chunk-removal-in-removeEntity.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
Always-tick-falling-blocks.patch NOT FINISHED!!! Current Progress on 1.13-pre7 update 2018-07-14 21:53:17 -04:00
AnvilDamageEvent.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
API-to-get-a-BlockState-without-a-snapshot.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
AsyncTabCompleteEvent.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:08 -04:00
Auto-fix-bad-Y-levels-on-player-login.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Auto-Save-Improvements.patch [Auto] Update Upstream 2018-08-05 19:46:43 -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 [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Avoid-hopper-searches-if-there-are-no-items.patch Update Upstream 2018-07-30 01:08:59 -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 Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:08 -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 [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Block-player-logins-during-server-shutdown.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Bound-Treasure-Maps-to-World-Border.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Break-up-and-make-tab-spam-limits-configurable.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
Cache-user-authenticator-threads.patch Update B/CB/S 2018-07-26 16:20:37 +01:00
Cache-World-Entity-Type-counts.patch Fix some performance regression in last patch 2018-08-18 12:42:17 -04:00
Cached-IBlockData-to-CraftBlockData-conversion.patch Cached IBlockData to CraftBlockData conversion (#1368) 2018-08-23 16:44:41 -04: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 Restore portal fix 2018-08-12 02:14:31 -04:00
Cap-Entity-Collisions.patch [CI-SKIP] Re-add getBukkitEntity methods to child classes 2018-08-04 17:03:53 -04:00
Catch-Async-PlayerChunkMap-operations.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Change-implementation-of-tile-entity-removal-list.patch update upstream 2018-07-29 12:42:07 -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 Merge branch 'master' into pre/1.13 2018-08-04 13:00:26 -04: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 Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-08-12 02:08:09 -04:00
Configurable-Allowance-of-Permanent-Chunk-Loaders.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
Configurable-Alternative-LootPool-Luck-Formula.patch [Auto] Update Upstream 2018-08-05 19:46:43 -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 [Auto] Update Upstream 2018-08-05 19:46:43 -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 [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Configurable-Chunk-Inhabited-Timer.patch Update Upstream 2018-07-30 01:08:59 -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 [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Configurable-container-update-tick-rate.patch Update Upstream 2018-07-30 01:08:59 -04:00
Configurable-Disabling-Cat-Chest-Detection.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Configurable-end-credits.patch Update Upstream 2018-07-30 01:08:59 -04:00
Configurable-fishing-time-ranges.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Configurable-flying-kick-messages.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Configurable-Grass-Spread-Tick-Rate.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Configurable-inter-world-teleportation-safety.patch update upstream 2018-07-29 12:42:07 -04:00
Configurable-Keep-Spawn-Loaded-range-per-world.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:08 -04:00
Configurable-Max-Chunk-Gens-per-Tick.patch [Auto] Update Upstream 2018-08-05 19:46:43 -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 [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Configurable-packet-in-spam-threshold.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Configurable-Player-Collision.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Configurable-RCON-IP-address.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Configurable-spawn-chances-for-skeleton-horses.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Configurable-sprint-interruption-on-attack.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Configurable-top-of-nether-void-damage.patch Update upstream B/CB 2018-07-30 20:19:41 -05:00
Custom-replacement-for-eaten-items.patch [CI-SKIP] Re-add getBukkitEntity methods to child classes 2018-08-04 17:03:53 -04:00
Default-loading-permissions.yml-before-plugins.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:08 -04:00
Delay-Chunk-Unloads-based-on-Player-Movement.patch Updated Upstream (Bukkit/CraftBukkit), deprecate SentientNPC API 2018-08-10 22:13:00 -04:00
Detect-and-repair-corrupt-Region-Files.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
Disable-Explicit-Network-Manager-Flushing.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Disable-explosion-knockback.patch [CI-SKIP] Re-add getBukkitEntity methods to child classes 2018-08-04 17:03:53 -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 [CI-SKIP] Re-add getBukkitEntity methods to child classes 2018-08-04 17:03:53 -04:00
Disable-spigot-tick-limiters.patch update upstream 2018-07-29 12:42:07 -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 [CI-SKIP] Re-add getBukkitEntity methods to child classes 2018-08-04 17:03:53 -04:00
Do-not-load-chunks-for-light-checks.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04: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 [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Don-t-call-getItemMeta-on-hasItemMeta.patch [Auto] Updated Upstream (CraftBukkit) 2018-08-19 22:54:42 -04: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 [Auto] Update Upstream 2018-08-05 19:46:43 -04: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 Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:08 -04:00
Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Don-t-save-Proto-Chunks.patch Allow ProtoChunks to be loaded 2018-08-23 15:40:00 -04:00
Don-t-spam-reload-spawn-chunks-in-nether-end.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Don-t-teleport-dead-entities.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Don-t-tick-Skulls-unused-code.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Drop-falling-block-and-tnt-entities-at-the-specified.patch Update upstream B/CB 2018-07-30 20:19:41 -05:00
Duplicate-UUID-Resolve-Option.patch Merge branch 'master' into pre/1.13 2018-08-20 20:23:06 -04:00
EnderDragon-Events.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Enderman.teleportRandomly.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2018-08-14 18:59:40 -04: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 [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Enforce-Sync-Player-Saves.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Ensure-chunks-are-always-loaded-on-hard-position-set.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04: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 Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:08 -04:00
Ensure-inv-drag-is-in-bounds.patch Update upstream 2018-07-23 18:57:54 -04:00
Entity-add-to-world-fixes.patch Merge branch 'master' into pre/1.13 2018-08-20 20:23:06 -04:00
Entity-AddTo-RemoveFrom-World-Events.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Entity-fromMobSpawner.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Entity-Origin-API.patch Update upstream B/CB 2018-07-30 20:19:41 -05:00
Entity-Tracking-Improvements.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
EntityPathfindEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
EntityRegainHealthEvent-isFastRegen-API.patch [CI-SKIP] Re-add getBukkitEntity methods to child classes 2018-08-04 17:03:53 -04:00
EntityShootBowEvent-consumeArrow-and-getArrowItem-AP.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
EntityTransformedEvent.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
Expand-Explosions-API.patch Update upstream 2018-07-25 19:05:07 -04:00
Expand-World.spawnParticle-API-and-add-Builder.patch Merge branch 'master' into pre/1.13 2018-08-14 16:26:01 +01:00
ExperienceOrbMergeEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch [CI-SKIP] Re-add getBukkitEntity methods to child classes 2018-08-04 17:03:53 -04:00
Expose-client-protocol-version-and-virtual-host.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Expose-server-CommandMap.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:08 -04:00
Extend-Player-Interact-cancellation.patch Upstream update 2018-08-03 01:04:28 -04: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 [Auto] Update Upstream 2018-08-05 19:46:43 -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 [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Fix-block-break-desync.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Fix-Chunk-Unload-Queue-Issues.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Fix-client-rendering-skulls-from-same-user.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
Fix-CraftEntity-hashCode.patch Update Upstream 2018-07-30 01:08:59 -04:00
Fix-Double-World-Add-issues.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04: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 [Auto] Update Upstream 2018-08-05 19:46:43 -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 [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Fix-MC-124320.patch Fix MC-124320 (#1369) 2018-08-23 12:02:57 -05:00
Fix-NPE-Potential-in-CraftBanner.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04: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 [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Fix-this-stupid-bullshit.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Flag-to-disable-the-channel-limit.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Further-improve-server-tick-loop.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:08 -04:00
getPlayerUniqueId-API.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:08 -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 [Auto] Updated Upstream (CraftBukkit) 2018-08-06 06:19:26 -04:00
handle-NaN-health-absorb-values-and-repair-bad-data.patch [CI-SKIP] Re-add getBukkitEntity methods to child classes 2018-08-04 17:03:53 -04:00
handle-PacketPlayInKeepAlive-async.patch Fix misapplied line in keepalive changes 2018-07-31 15:19:18 +01:00
Handle-plugin-prefixes-using-Log4J-configuration.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Ignore-Dead-Entities-in-entityList-iteration.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04: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 [Auto] Updated Upstream (CraftBukkit) 2018-08-13 04:29:35 -04:00
Implement-EntityKnockbackByEntityEvent.patch [CI-SKIP] Re-add getBukkitEntity methods to child classes 2018-08-04 17:03:53 -04:00
Implement-EntityTeleportEndGatewayEvent.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
Implement-Expanded-ArmorStand-API.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
Implement-extended-PaperServerListPingEvent.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Implement-getI18NDisplayName.patch [Auto] Updated Upstream (CraftBukkit) 2018-08-13 04:29:35 -04:00
Implement-PlayerLocaleChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-08-12 02:08:09 -04:00
Implement-World.getEntity-UUID-API.patch Updated Upstream (Bukkit/CraftBukkit), deprecate SentientNPC API 2018-08-10 22:13:00 -04:00
Improve-Maps-in-item-frames-performance-and-bug-fixe.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04: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 Rebuild Patches 2018-07-28 22:15:52 -05:00
InventoryCloseEvent-Reason-API.patch Update upstream 2018-08-01 22:49:47 -04:00
Item-canEntityPickup.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:08 -04:00
ItemStack-getMaxItemUseDuration.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Lighting-Queue.patch Update Upstream 2018-07-30 01:08:59 -04:00
LivingEntity-Hand-Raised-Item-Use-API.patch [CI-SKIP] Re-add getBukkitEntity methods to child classes 2018-08-04 17:03:53 -04:00
LivingEntity-setKiller.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04: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 Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:08 -04:00
Make-EnderDragon-implement-Mob.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -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 [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Make-player-data-saving-configurable.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Make-portal-teleportation-adjustment-math-more-accur.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
Make-shield-blocking-delay-configurable.patch [CI-SKIP] Re-add getBukkitEntity methods to child classes 2018-08-04 17:03:53 -04: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 [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
MC-111480-Start-Entity-ID-s-at-1.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
MC-135506-Experience-should-save-as-Integers.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
MC-Dev-fixes.patch [CI-SKIP] Fix duplicate getServer() method in DedicatedPlayerList 2018-08-11 13:48:31 -04:00
MC-Utils.patch [CI-SKIP] Re-add getBukkitEntity methods to child classes 2018-08-04 17:03:53 -04:00
More-informative-vehicle-moved-wrongly-message.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04: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 update upstream 2018-07-29 12:42:07 -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 Upstream 2018-07-30 01:08:59 -04:00
Optimize-BlockPosition-helper-methods.patch Merge branch 'master' into pre/1.13 2018-08-18 03:59:57 -05:00
Optimize-Chunk-Access.patch Update Upstream 2018-07-30 01:08:59 -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-Hoppers.patch Restore Optimized Hoppers patch 2018-08-18 18:15:17 -04:00
Optimize-isValidLocation-getType-and-getBlockData-fo.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Optimize-ItemStack.isEmpty.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Optimize-Network-Queue.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04: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 [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
Optimize-RegistryID.c.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
Optimize-TileEntity-Ticking.patch Fix Chest open/close animations 2018-07-22 19:39:56 -04:00
Optimize-UserCache-Thread-Safe.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Optimize-World.isLoaded-BlockPosition-Z.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Optimized-Light-Level-Comparisons.patch [CI-SKIP] Re-add getBukkitEntity methods to child classes 2018-08-04 17:03:53 -04:00
Option-for-maximum-exp-value-when-merging-orbs.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Option-to-disable-BlockPhysicsEvent-for-Redstone.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Option-to-prevent-armor-stands-from-doing-entity-loo.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
Option-to-remove-corrupt-tile-entities.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Option-to-use-vanilla-per-world-scoreboard-coloring-.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Optional-TNT-doesn-t-move-in-water.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Paper-config-files.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:08 -04:00
Paper-Metrics.patch Merge pull request #1248 2018-07-23 20:24:44 -04:00
Pass-World-to-Tile-Entity-Snapshots.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
Pass-world-to-Village-creation.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Player-affects-spawning-API.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:08 -04:00
Player-Tab-List-and-Title-APIs.patch update upstream 2018-07-29 12:42:07 -04:00
Player.setPlayerProfile-API.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04: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 [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
PlayerLaunchProjectileEvent.patch 1.13: Player launch projectile event (#1249) 2018-08-17 16:55:40 -05: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 [Auto] Update Upstream 2018-08-05 19:46:43 -04: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 [Auto] Update Upstream 2018-08-05 19:46:43 -04: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 [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
Prevent-tile-entity-and-entity-crashes.patch update upstream 2018-07-29 12:42:07 -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 Update Upstream 2018-07-30 01:08:59 -04:00
Properly-handle-async-calls-to-restart-the-server.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Properly-remove-entities-on-dimension-teleport.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
provide-a-configurable-option-to-disable-creeper-lin.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Provide-E-TE-Chunk-count-stat-methods.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Provide-option-to-use-a-versioned-world-folder-for-t.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04: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 Upstream 2018-07-30 01:08:59 -04:00
Reduce-IO-ops-opening-a-new-region-file.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Refresh-player-inventory-when-cancelling-PlayerInter.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04: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 [Auto] Update Upstream 2018-08-05 19:46:43 -04: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 Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:08 -04:00
remove-null-possibility-for-getServer-singleton.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Remove-unused-World-Tile-Entity-List.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
repair-bad-rcon.ip-settings-temporarily.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -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
Restore-vanlla-default-mob-spawn-range.patch restore vanilla default mob-spawn-range 2018-08-18 12:43:44 -04:00
revert-serverside-behavior-of-keepalives.patch Fixup keepalive logic (closes #1274) 2018-07-31 16:39:08 +01:00
Sanitise-RegionFileCache-and-make-configurable.patch [Auto] Update Upstream 2018-08-05 19:46:43 -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 [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Send-nearby-packets-from-world-player-list-not-serve.patch Merge branch 'master' into pre/1.13 2018-08-18 03:59:57 -05: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-08-01 22:49:47 -04:00
Show-Paper-in-client-crashes-server-lists-and-Mojang.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:08 -04:00
ShulkerBox-Dupe-Prevention.patch Update B/CB/S 2018-07-23 09:39:55 +01:00
SkeletonHorse-Additions.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
Slime-Pathfinder-Events.patch 1.13: Slime Patherfinder Events (#1246) 2018-08-24 09:40:14 -05:00
Speedup-BlockPos-by-fixing-inlining.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04: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 Update upstream B/CB 2018-07-30 20:19:41 -05:00
String-based-Action-Bar-API.patch [Auto] Update Upstream 2018-08-05 19:46:43 -04: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 Allow ProtoChunks to be loaded 2018-08-23 15:40:00 -04:00
Timings-v2.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:08 -04:00
Toggleable-player-crits-helps-mitigate-hacked-client.patch [Auto] Update Upstream 2018-08-05 19:46:43 -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-Queue-for-Queueing-Commands.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
Use-a-Shared-Random-for-Entities.patch [Auto] Update Upstream 2018-08-05 19:46:43 -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 [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Use-ConcurrentHashMap-in-JsonList.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04: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 [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
Use-TerminalConsoleAppender-for-console-improvements.patch Updated Upstream (Bukkit/CraftBukkit) for LootTable API 2018-08-12 13:11:08 -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 [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00
Vex-getSummoner-API.patch Updated Upstream (Bukkit/CraftBukkit), deprecate SentientNPC API 2018-08-10 22:13:00 -04:00
Waving-banner-workaround.patch [Auto] Update Upstream 2018-08-05 19:46:43 -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 [Auto] Update Upstream 2018-08-05 19:46:43 -04:00
World-EntityHuman-Lookup-Optimizations.patch [CI-SKIP] [Auto] Rebuild Patches 2018-08-17 18:01:37 -04:00