Paper/Spigot-Server-Patches
Zach Brown a1ea3785ca
Add command for listing entities in a world
Port of 303a775fc3

Will display a list of all entities in a world, as well as which chunks
they are in. Hopefully, this will make tracking down chunks with lots of
entities easier.

Only real change from the forge version is that instead of dimension
IDs, we accept world names in the form of a string.

/paper entity list - Lists all entities in the player's current world
/paper entity list minecraft:zombie - Lists all zombies in the player's
current world

/paper entity list * world_nether - Lists all entities in the nether
/paper entity list minecraft:ghast world_nether - Lists all ghasts in
the nether
2017-10-15 17:53:49 -04:00
..
0001-POM-Changes.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
0002-Paper-config-files.patch Add command for listing entities in a world 2017-10-15 17:53:49 -04:00
0003-MC-Dev-fixes.patch Add command for listing entities in a world 2017-10-15 17:53:49 -04:00
0004-Paper-Metrics.patch Update metrics to support java 9 2017-09-26 06:04:00 +01:00
0005-MC-Utils.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0006-Timings-v2.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
0007-Configurable-squid-spawn-ranges.patch Update to MC 1.12-pre2 2017-05-14 16:06:27 -05:00
0008-Configurable-cactus-and-reed-natural-growth-heights.patch Switch to a bStats based Metrics system 2017-03-25 00:22:02 -05:00
0009-Configurable-baby-zombie-movement-speed.patch Update to MC 1.12-pre2 2017-05-14 16:06:27 -05:00
0010-Configurable-fishing-time-ranges.patch Switch to a bStats based Metrics system 2017-03-25 00:22:02 -05:00
0011-Allow-nerfed-mobs-to-jump.patch Update B/CB 2017-07-28 15:51:46 +01:00
0012-Add-configurable-despawn-distances-for-living-entiti.patch Update B/CB 2017-07-28 15:51:46 +01:00
0013-Allow-for-toggling-of-spawn-chunks.patch Update to 1.12.1 2017-08-03 17:27:54 +02:00
0014-Drop-falling-block-and-tnt-entities-at-the-specified.patch Update to MC 1.12-pre2 2017-05-14 16:06:27 -05:00
0015-Configurable-speed-for-water-flowing-over-lava.patch Switch to a bStats based Metrics system 2017-03-25 00:22:02 -05:00
0016-Show-Paper-in-client-crashes-server-lists-and-Mojang.patch Update to 1.12.1 2017-08-03 17:27:54 +02:00
0017-Player-affects-spawning-API.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
0018-Remove-invalid-mob-spawner-tile-entities.patch Update bStats implementation 2017-04-22 01:16:45 -05:00
0019-Optimize-TileEntity-Ticking.patch Update to MC 1.12-pre2 2017-05-14 16:06:27 -05:00
0020-Further-improve-server-tick-loop.patch Rebuild patches 2017-09-06 22:59:08 -04:00
0021-Only-refresh-abilities-if-needed.patch Update upstream CB 2017-07-24 06:47:43 -05:00
0022-Add-async-chunk-load-API.patch Update bStats implementation 2017-04-22 01:16:45 -05:00
0023-Entity-Origin-API.patch Update to 1.12.1 2017-08-03 17:27:54 +02:00
0024-Prevent-tile-entity-and-entity-crashes.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
0025-Configurable-top-of-nether-void-damage.patch Update to MC 1.12-pre2 2017-05-14 16:06:27 -05:00
0026-Check-online-mode-before-converting-and-renaming-pla.patch Update Paper to MC 1.12 2017-06-08 15:17:11 +01:00
0027-Always-tick-falling-blocks.patch Update bStats implementation 2017-04-22 01:16:45 -05:00
0028-Lighting-Queue.patch Update S 2017-08-12 22:51:29 +01:00
0029-Configurable-end-credits.patch Update to 1.12-pre6 2017-05-31 22:12:46 -05:00
0030-Fix-lag-from-explosions-processing-dead-entities.patch Remove Ignore invalid Marker Icon ID's in maps 2017-04-22 15:52:56 +01:00
0031-Generator-Settings.patch Update to MC 1.12-pre2 2017-05-14 16:06:27 -05:00
0032-Optimize-explosions.patch Update to 1.12.1 2017-08-03 17:27:54 +02:00
0033-Stop-updating-flowing-block-if-material-has-changed.patch Update bStats implementation 2017-04-22 01:16:45 -05:00
0034-Fast-draining.patch Update bStats implementation 2017-04-22 01:16:45 -05:00
0035-Configurable-lava-flow-speed.patch Update bStats implementation 2017-04-22 01:16:45 -05:00
0036-Add-player-view-distance-API.patch Update upstream CB 2017-07-24 06:47:43 -05:00
0037-Disable-explosion-knockback.patch Update upstream B/CB 2017-06-25 18:00:32 -05:00
0038-Disable-thunder.patch Update upstream CB/S 2017-06-11 12:03:07 -05:00
0039-Disable-ice-and-snow.patch Update upstream CB/S 2017-06-11 12:03:07 -05:00
0040-Configurable-mob-spawner-tick-rate.patch Update CB (#846) 2017-08-09 14:44:28 -04:00
0041-Send-absolute-position-the-first-time-an-entity-is-s.patch Update bStats implementation 2017-04-22 01:16:45 -05:00
0042-Add-BeaconEffectEvent.patch Update bStats implementation 2017-04-22 01:16:45 -05:00
0043-Configurable-container-update-tick-rate.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
0044-Use-UserCache-for-player-heads.patch Rebuild patches 2017-09-06 22:59:08 -04:00
0045-Disable-spigot-tick-limiters.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
0046-Configurable-Chunk-IO-Thread-Base-Count.patch Avoid NPE in AdvancementDataWorld thanks to Spigot being dumb 2017-09-21 07:01:40 -07:00
0047-Add-PlayerInitialSpawnEvent.patch Avoid NPE in AdvancementDataWorld thanks to Spigot being dumb 2017-09-21 07:01:40 -07:00
0048-Disable-chest-cat-detection.patch Allow the watchdog to try sanely stopping the server 2017-05-15 16:36:15 +01:00
0049-Ensure-commands-are-not-ran-async.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
0050-All-chunks-are-slime-spawn-chunks-toggle.patch Allow the watchdog to try sanely stopping the server 2017-05-15 16:36:15 +01:00
0051-Optimize-Pathfinding.patch Allow the watchdog to try sanely stopping the server 2017-05-15 16:36:15 +01:00
0052-Avoid-hopper-searches-if-there-are-no-items.patch Allow the watchdog to try sanely stopping the server 2017-05-15 16:36:15 +01:00
0053-Expose-server-CommandMap.patch Rebuild patches 2017-09-06 22:59:08 -04:00
0054-Be-a-bit-more-informative-in-maxHealth-exception.patch Update to 1.12.1 2017-08-03 17:27:54 +02:00
0055-Player-Tab-List-and-Title-APIs.patch Update upstream B/CB/S 2017-05-27 23:25:17 -05:00
0056-Ensure-inv-drag-is-in-bounds.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
0057-Change-implementation-of-tile-entity-removal-list.patch Add command for listing entities in a world 2017-10-15 17:53:49 -04:00
0058-Add-configurable-portal-search-radius.patch Remove last bit of chunk exists region file fix 2017-04-29 05:27:31 -05:00
0059-Add-velocity-warnings.patch Upstream update 2017-08-07 23:05:16 -04:00
0060-Fix-inter-world-teleportation-glitches.patch Update upstream CB 2017-07-24 06:47:43 -05:00
0061-Add-exception-reporting-event.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
0062-Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch Remove last bit of chunk exists region file fix 2017-04-29 05:27:31 -05:00
0063-Disable-Scoreboards-for-non-players-by-default.patch Update Paper to MC 1.12 2017-06-08 15:17:11 +01:00
0064-Add-methods-for-working-with-arrows-stuck-in-living-.patch Update to 1.12.1 2017-08-03 17:27:54 +02:00
0065-Complete-resource-pack-API.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
0066-Chunk-save-queue-improvements.patch Update S 2017-08-12 22:51:29 +01:00
0067-Chunk-Save-Reattempt.patch Update S 2017-08-12 22:51:29 +01:00
0068-Default-loading-permissions.yml-before-plugins.patch Rebuild patches 2017-09-06 22:59:08 -04:00
0069-Allow-Reloading-of-Custom-Permissions.patch Rebuild patches 2017-09-06 22:59:08 -04:00
0070-Remove-Metadata-on-reload.patch Rebuild patches 2017-09-06 22:59:08 -04:00
0071-Undead-horse-leashing.patch Update Paper to MC 1.12 2017-06-08 15:17:11 +01:00
0072-Fix-Furnace-cook-time-bug.patch Remove last bit of chunk exists region file fix 2017-04-29 05:27:31 -05:00
0073-Handle-Item-Meta-Inconsistencies.patch Update upstream 2017-06-30 18:13:06 -05:00
0074-Configurable-Non-Player-Arrow-Despawn-Rate.patch Remove last bit of chunk exists region file fix 2017-04-29 05:27:31 -05:00
0075-Add-World-Util-Methods.patch Update to 1.12.1 2017-08-03 17:27:54 +02:00
0076-Optimized-Light-Level-Comparisons.patch Update Paper to MC 1.12-pre5 2017-05-20 23:49:56 -05:00
0077-Pass-world-to-Village-creation.patch Remove last bit of chunk exists region file fix 2017-04-29 05:27:31 -05:00
0078-Custom-replacement-for-eaten-items.patch Update upstream B/CB 2017-06-25 18:00:32 -05:00
0079-handle-NaN-health-absorb-values-and-repair-bad-data.patch Update upstream CB 2017-07-24 06:47:43 -05:00
0080-Catch-Async-PlayerChunkMap-operations.patch Update upstream B/CB/S 2017-05-04 18:08:52 -05:00
0081-Support-offline-mode-in-whitelist-command-as-well.patch Update upstream B/CB/S 2017-05-04 18:08:52 -05:00
0082-Waving-banner-workaround.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0083-Use-a-Shared-Random-for-Entities.patch Fix javadoc warnings 2017-07-03 19:54:40 +01:00
0084-Don-t-teleport-dead-entities.patch Update CB (#846) 2017-08-09 14:44:28 -04:00
0085-Optimize-Chunk-Access.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0086-Configurable-spawn-chances-for-skeleton-horses.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0087-Optimize-isValidLocation-getType-and-getBlockData-fo.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
0088-Fix-cooked-fish-legacy-import.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0089-Access-items-by-EquipmentSlot.patch Fix javadoc warnings 2017-07-03 19:54:40 +01:00
0090-Check-async-remove-unused-vars-GH-159.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0091-Option-to-disable-BlockPhysicsEvent-for-Redstone.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
0092-Entity-AddTo-RemoveFrom-World-Events.patch Update to 1.12.1 2017-08-03 17:27:54 +02:00
0093-Configurable-Chunk-Inhabited-Timer.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0094-EntityPathfindEvent.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0095-Prevent-Waterflow-BlockFromToEvent-from-loading-chun.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0096-Reduce-IO-ops-opening-a-new-region-file.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0097-Sanitise-RegionFileCache-and-make-configurable.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0098-Use-Optimized-Collections.patch Remove use of FastUtil for unload queue, very bad performance 2017-07-27 00:25:13 -04:00
0099-Do-not-load-chunks-for-light-checks.patch Update to 1.12.1 2017-08-03 17:27:54 +02:00
0100-Add-PlayerUseUnknownEntityEvent.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
0101-Fix-reducedDebugInfo-not-initialized-on-client.patch Update upstream (memory leak fix) 2017-07-16 20:36:27 -04:00
0102-Configurable-Grass-Spread-Tick-Rate.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0103-Configurable-Keep-Spawn-Loaded-range-per-world.patch Update craftbukkit 2017-10-01 01:57:01 +01:00
0104-Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch Update to 1.12.1 2017-08-03 17:27:54 +02:00
0105-Don-t-spam-reload-spawn-chunks-in-nether-end.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
0106-Remove-Debug-checks-from-DataBits.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0107-Option-to-use-vanilla-per-world-scoreboard-coloring-.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
0108-Workaround-for-setting-passengers-on-players.patch Update upstream CB 2017-07-24 06:47:43 -05:00
0109-Remove-unused-World-Tile-Entity-List.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
0110-Don-t-tick-Skulls-unused-code.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0111-Configurable-Player-Collision.patch Update to 1.12.1 2017-08-03 17:27:54 +02:00
0112-Add-handshake-event-to-allow-plugins-to-handle-clien.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0113-Water-mobs-should-only-spawn-in-the-water.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0114-Fix-Bugs-with-Spigot-Mob-Spawn-Logic.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0115-Configurable-RCON-IP-address.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0116-Prevent-Fire-from-loading-chunks.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0117-Implement-PlayerLocaleChangeEvent.patch Don't let Player#getLocale return null 2017-08-11 18:16:00 -05:00
0118-EntityRegainHealthEvent-isFastRegen-API.patch Update upstream B/CB 2017-06-25 18:00:32 -05:00
0119-Add-ability-to-configure-frosted_ice-properties.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0120-Vehicle-Event-Cancellation-Changes.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0121-SPIGOT-1401-Fix-dispenser-dropper-furnace-placement.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0122-Improve-Minecraft-Hopper-Performance.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0123-remove-null-possibility-for-getServer-singleton.patch Update to 1.12.1 2017-08-03 17:27:54 +02:00
0124-Improve-Maps-in-item-frames-performance-and-bug-fixe.patch Update to 1.12.1 2017-08-03 17:27:54 +02:00
0125-LootTable-API-Replenishable-Lootables-Feature.patch Update B/CB/S 2017-08-06 00:08:21 +01:00
0126-Do-not-load-chunks-for-pathfinding.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0127-Entity-Tracking-Improvements.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0128-Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0129-Do-not-mark-chunks-as-active-for-neighbor-updates.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0130-Fix-Chunk-Unload-Queue-Issues.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0131-System-property-for-disabling-watchdoge.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0132-Optimize-EAR.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0133-Optimize-UserCache-Thread-Safe.patch Update to 1.12.1 2017-08-03 17:27:54 +02:00
0134-Avoid-blocking-on-Network-Manager-creation.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
0135-Optional-TNT-doesn-t-move-in-water.patch Update CB (#846) 2017-08-09 14:44:28 -04:00
0136-Faster-redstone-torch-rapid-clock-removal.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0137-Ensure-Chunks-never-ever-load-async.patch Fix javadoc warnings 2017-07-03 19:54:40 +01:00
0138-Add-server-name-parameter.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0139-Only-send-Dragon-Wither-Death-sounds-to-same-world.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0140-Fix-FallingBlocks-being-stuck-on-fences.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0141-Make-entities-look-for-hoppers.patch Update B/CB 2017-07-28 15:51:46 +01:00
0142-Delay-Chunk-Unloads-based-on-Player-Movement.patch Update craftbukkit 2017-10-01 01:57:01 +01:00
0143-Toggleable-Elytra-Wall-Damage.patch Update upstream B/CB 2017-06-25 18:00:32 -05:00
0144-Fix-Double-World-Add-issues.patch Update S 2017-08-12 22:51:29 +01:00
0145-Fix-Old-Sign-Conversion.patch Update to 1.12.1 2017-08-03 17:27:54 +02:00
0146-Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0147-More-informative-vehicle-moved-wrongly-message.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
0148-Re-track-players-that-dismount-from-other-players.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0149-Add-setting-for-proxy-online-mode-status.patch Rebuild patches 2017-09-06 22:59:08 -04:00
0150-Optimise-BlockStateEnum-hashCode-and-equals.patch Update documentation around PlayerJumpEvent 2017-09-29 14:58:24 -04:00
0151-Disable-ticking-of-snow-blocks.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0152-Fix-AIOOBE-in-inventory-handling.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
0153-Configurable-packet-in-spam-threshold.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
0154-Configurable-flying-kick-messages.patch Update to 1.12.1 2017-08-03 17:27:54 +02:00
0155-Auto-Save-Improvements.patch Update S 2017-08-12 22:51:29 +01:00
0156-Chunk-registration-fixes.patch Update to 1.12.2, May the Tacos be with you 2017-09-18 12:04:01 +01:00
0157-Remove-FishingHook-reference-on-Craft-Entity-removal.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0158-Auto-fix-bad-Y-levels-on-player-login.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0159-Raise-string-limit-for-packet-serialization.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0160-Disable-Vanilla-Chunk-GC.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0161-Option-to-remove-corrupt-tile-entities.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0162-Add-EntityZapEvent.patch Update C 2017-07-09 10:56:36 +01:00
0163-Don-t-load-Chunks-from-Hoppers-and-other-things.patch Fix javadoc warnings 2017-07-03 19:54:40 +01:00
0164-Prevent-Auto-Save-if-Save-Queue-is-full.patch Update S 2017-08-12 22:51:29 +01:00
0165-Chunk-Save-Stats-Debug-Option.patch Update S 2017-08-12 22:51:29 +01:00
0166-Filter-bad-data-from-ArmorStand-and-SpawnEgg-items.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0167-Cache-user-authenticator-threads.patch Update upstream CB/S 2017-06-18 20:37:08 -05:00
0168-Optimize-Network-Queue.patch Update to 1.12.1 2017-08-03 17:27:54 +02:00
0169-Optimise-removeQueue.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0170-Allow-Reloading-of-Command-Aliases.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0171-Add-source-to-PlayerExpChangeEvent.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0172-Optimize-World.isLoaded-BlockPosition-Z.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0173-Speedup-BlockPos-by-fixing-inlining.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0174-Don-t-let-fishinghooks-use-portals.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0175-Add-ProjectileCollideEvent.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0176-Vanished-players-don-t-have-rights.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0177-Prevent-Pathfinding-out-of-World-Border.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0178-Bound-Treasure-Maps-to-World-Border.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0179-Configurable-Cartographer-Treasure-Maps.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0180-Optimize-ItemStack.isEmpty.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0181-Add-API-methods-to-control-if-armour-stands-can-move.patch Update CB 2017-10-13 22:07:48 +01:00
0182-Option-to-prevent-armor-stands-from-doing-entity-loo.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0183-Add-option-to-remove-invalid-statistics.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0184-IllegalPacketEvent.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0185-Properly-fix-item-duplication-bug.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0186-String-based-Action-Bar-API.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0187-Activation-Range-Improvements.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0188-Firework-API-s.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0189-PlayerTeleportEndGatewayEvent.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0190-ShulkerBox-Dupe-Prevention.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0191-Provide-E-TE-Chunk-count-stat-methods.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0192-Enforce-Sync-Player-Saves.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0193-Enforce-Sync-Chunk-Unloads.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0194-Don-t-allow-entities-to-ride-themselves-572.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0195-Fix-block-break-desync.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0196-Assign-the-World-in-WorldGenStronghold.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0197-Add-fromBottle-flag-to-Experience-Orbs.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0198-Remove-the-Vanilla-Method-Profiler.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0199-Cap-Entity-Collisions.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0200-Do-not-allow-a-zero-max-height-in-BiomeJungle.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0201-Remove-CraftScheduler-Async-Task-Debugger.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0202-Shame-on-you-Mojang.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0203-Make-targetSize-more-aggressive-in-the-chunk-unload-.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0204-Do-not-let-armorstands-drown.patch Update CB 2017-10-13 22:07:48 +01:00
0205-Fix-NFE-when-attempting-to-read-EMPTY-ItemStack.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0206-Properly-handle-async-calls-to-restart-the-server.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0207-Add-system-property-to-disable-book-size-limits.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0208-Add-option-to-make-parrots-stay-on-shoulders-despite.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0209-Add-configuration-option-to-prevent-player-names-fro.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0210-Use-TerminalConsoleAppender-for-console-improvements.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0211-provide-a-configurable-option-to-disable-creeper-lin.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0212-Item-canEntityPickup.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0213-PlayerPickupItemEvent-setFlyAtPlayer.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0214-PlayerAttemptPickupItemEvent.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0215-Add-UnknownCommandEvent.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0216-Shoulder-Entities-Release-API.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0217-Profile-Lookup-Events.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0218-Block-player-logins-during-server-shutdown.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0219-Entity-fromMobSpawner.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0220-Fix-Anvil-Level-sync-to-client.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0221-Add-missing-coverages-for-getTileEntity-in-order-to-.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0222-Allow-Changing-of-Player-Sample-in-ServerListPingEve.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0223-Improve-the-Saddle-API-for-Horses.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0224-Implement-ensureServerConversions-API.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0225-Implement-getI18NDisplayName.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0226-GH-806-Respect-saving-disabled-before-unloading-all-.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0227-ProfileWhitelistVerifyEvent.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0228-Fix-this-stupid-bullshit.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0229-Ocelot-despawns-should-honor-nametags-and-leash.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0230-Reset-spawner-timer-when-spawner-event-is-cancelled.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0231-MC-94186-Fix-dragon-egg-falling-in-lazy-chunks.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0232-Fix-MC-117075-TE-Unload-Lag-Spike.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0233-Allow-specifying-a-custom-authentication-servers-dow.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0234-LivingEntity-setKiller.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0235-Avoid-NPE-during-CraftBlockEntityState-load.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0236-Anti-Xray.patch Anti Xray v2 (#858) 2017-10-06 04:39:34 +01:00
0237-Use-Log4j-IOStreams-to-redirect-System.out-err-to-lo.patch Update CB/S 2017-10-07 09:57:38 +01:00
0238-Handle-plugin-prefixes-using-Log4J-configuration.patch Update CB/S 2017-10-07 09:57:38 +01:00
0239-Include-Log4J2-SLF4J-implementation.patch Update CB/S 2017-10-07 09:57:38 +01:00
0240-Disable-logger-prefix-for-various-plugins-bypassing-.patch Update CB/S 2017-10-07 09:57:38 +01:00
0241-Add-PlayerJumpEvent.patch Update CB/S 2017-10-07 09:57:38 +01:00
0242-handle-PacketPlayInKeepAlive-async-and-revert-keepal.patch Update B/CB 2017-10-09 10:15:17 +01:00
0243-Revert-Allow-Disabling-of-Random-Lighting-Updates.patch Remove lighting patches from spigot that cause more harm than good. 2017-10-10 23:27:47 +01:00
0244-Revert-Fix-some-chunks-not-being-sent-to-the-client.patch Remove lighting patches from spigot that cause more harm than good. 2017-10-10 23:27:47 +01:00