├── .github └── workflows │ └── maven.yml ├── .gitignore ├── .gitmodules ├── .travis.yml ├── Bukkit-Patches ├── 0001-POM-Changes.patch ├── 0002-Spigot-Timings.patch ├── 0003-Add-PlayerItemDamageEvent.patch ├── 0004-BungeeCord-Support.patch ├── 0005-Add-Arrow-API.patch ├── 0006-Add-Particle-API.patch ├── 0007-Define-EntitySpawnEvent-and-SpawnerSpawnEvent.patch ├── 0008-Entity-Mount-and-Dismount-Events.patch ├── 0009-InventoryClickEvent-getClickedInventory.patch ├── 0010-Added-getAllSessionData-to-the-Conversation-API.patch ├── 0011-Catch-Conversation-API-Errors.patch ├── 0012-Player-Collision-API.patch ├── 0013-Expand-Boolean-Prompt-Values.patch ├── 0014-Add-Getter-for-Entity-Invulnerability.patch ├── 0015-Add-respawn-API.patch ├── 0016-Fix-Plugin-Message-API-Disconnects.patch ├── 0017-Fix-Tab-Completion-for-Some-Commands.patch ├── 0018-Implement-Locale-Getter-for-Players.patch ├── 0019-Add-support-for-fetching-hidden-players.patch ├── 0020-Silenceable-Lightning-API.patch ├── 0021-Remove-deprecation-on-some-player-lookup-methods.patch ├── 0022-Add-Score.isScoreSet-Z-API.patch ├── 0023-Add-PlayerSpawnLocationEvent.patch ├── 0024-Ease-ClassLoader-Deadlocks-Where-Possible.patch ├── 0025-Fix-slow-tab-complete-for-some-commands.patch ├── 0026-Undeprecate-Player-updateInventory-V.patch ├── 0027-Added-isUnbreakable-and-setUnbreakable-to-ItemMeta.patch ├── 0028-BungeeCord-Chat-API.patch └── 0029-Add-restart-API.patch ├── Contributing.md ├── CraftBukkit-Patches ├── 0001-POM-Changes.patch ├── 0002-mc-dev-imports.patch ├── 0003-Skeleton-API-Implementations.patch ├── 0004-Obfuscation-Helpers.patch ├── 0005-Spigot-Configuration.patch ├── 0006-Better-Chunk-Tick-Selection.patch ├── 0007-Crop-Growth-Rates.patch ├── 0008-Merge-tweaks-and-configuration.patch ├── 0009-Async-Operation-Catching.patch ├── 0010-View-Distance.patch ├── 0011-Spigot-Timings.patch ├── 0012-Fix-Mob-Spawning-Relative-to-View-Distance.patch ├── 0013-Handle-Null-Tile-Entities.patch ├── 0014-Entity-Activation-Range.patch ├── 0015-Metrics.patch ├── 0016-PlayerItemDamageEvent.patch ├── 0017-Prevent-NPE-in-CraftSign.patch ├── 0018-Entity-Tracking-Ranges.patch ├── 0019-Thread-Naming-and-Tweaks.patch ├── 0020-Close-Unloaded-Save-Files.patch ├── 0021-Remove-o-Option.patch ├── 0022-Recipe-Deconstruction.patch ├── 0023-Implement-Arrow-API.patch ├── 0024-Hopper-Customisations.patch ├── 0025-Implement-SpawnerSpawnEvent.patch ├── 0026-Firework-Meta-Crash-Fix.patch ├── 0027-Allow-Disabling-of-Command-Logging.patch ├── 0028-Allow-Disabling-of-Command-TabComplete.patch ├── 0029-Configurable-Messages.patch ├── 0030-Allow-Disabling-of-Random-Lighting-Updates.patch ├── 0031-Properly-Close-Inventories.patch ├── 0032-Disallow-Interaction-With-Self.patch ├── 0033-Entity-Mount-and-Dismount-Events.patch ├── 0034-Prevent-Ghost-Players-Caused-by-Plugins.patch ├── 0035-Plug-World-Unload-Memory-Leak.patch ├── 0036-Player-Collision-API.patch ├── 0037-Fully-Disable-Snooper-When-Not-Required.patch ├── 0038-Add-Getter-for-Entity-Invulnerability.patch ├── 0039-Cap-Minimum-Player-Speed.patch ├── 0040-Update-Inventory-and-Health-for-PlayerConsumeItemEve.patch ├── 0041-Call-EntityChangeBlockEvent-for-Fire-Arrows-hitting-.patch ├── 0042-Allow-Disabling-of-1.6.3-Structure-Saving.patch ├── 0043-Item-Despawn-Rate.patch ├── 0044-Don-t-Special-Case-X-Move-Value.patch ├── 0045-Implement-respawn-API.patch ├── 0046-Arrow-Despawn-Rate.patch ├── 0047-Fix-packed-ice-generation.patch ├── 0048-Watchdog-Thread.patch ├── 0049-Clear-Flower-Pot-on-Drop.patch ├── 0050-Fix-some-chunks-not-being-sent-to-the-client.patch ├── 0051-Fix-Broken-Async-Chat.patch ├── 0052-Orebfuscator.patch ├── 0053-Optimize-DataWatcher.patch ├── 0054-Fire-PreLogin-Events-in-Offline-Mode.patch ├── 0055-BungeeCord-Support.patch ├── 0056-Allow-Disabling-Zombie-Villager-Aggression.patch ├── 0057-Configurable-Amount-of-Netty-Threads.patch ├── 0058-Prevent-Mineshaft-Saving.patch ├── 0059-Log-Cause-of-Unexpected-Exceptions.patch ├── 0060-Particle-API.patch ├── 0061-Save-ticks-lived-to-nbttag.patch ├── 0062-More-Efficient-GetCubes.patch ├── 0063-Add-Option-to-Nerf-Mobs-from-Spawner-s.patch ├── 0064-Warn-if-PermGen-may-be-insufficient.patch ├── 0065-Disable-Connected-Check-on-setScoreboard.patch ├── 0066-Add-Late-Bind-Option.patch ├── 0067-Allow-statistics-to-be-disabled-forced.patch ├── 0068-Fix-ItemStack-Unbreakable-Code.patch ├── 0069-Try-and-Debug-Crash-Reports-Crashing.patch ├── 0070-Improve-AutoSave-Mechanism.patch ├── 0071-Catch-stalling-on-corrupted-map-data-NBT-arrays.patch ├── 0072-Allow-toggling-of-ZombiePigmen-spawning-in-portal-bl.patch ├── 0073-Highly-Optimized-Tick-Loop.patch ├── 0074-Configurable-Ping-Sample-Size.patch ├── 0075-Add-Optional-Tick-Shuffling.patch ├── 0076-Allow-Configuring-Chunks-per-Packet.patch ├── 0077-Implement-Locale-Getter-for-Players.patch ├── 0078-Cap-Entity-Collisions.patch ├── 0079-Fix-dispensing-bone-meal-not-having-the-correct-data.patch ├── 0080-Spam-Filter-Exclusions.patch ├── 0081-Add-Option-to-Silence-CommandBlock-Console.patch ├── 0082-Add-support-for-fetching-hidden-players.patch ├── 0083-Allow-Disabling-Creative-Item-Filter.patch ├── 0084-Cap-Channel-Registrations.patch ├── 0085-Allow-vanilla-commands-to-be-the-main-version-of-a-c.patch ├── 0086-Unfinalize-the-isDisconnected-method-by-bukkit.patch ├── 0087-Implement-Silenceable-Lightning-API.patch ├── 0088-Use-one-PermissibleBase-for-all-Command-Blocks.patch ├── 0089-Prevent-hoppers-from-loading-chunks.patch ├── 0090-Guard-Entity-List.patch ├── 0091-Fix-ConcurrentModificationException-while-being-idle.patch ├── 0092-Cancellable-WitherSkull-potion-effect.patch ├── 0093-Descriptive-kick-reasons-instead-of-Nope.patch ├── 0094-Configurable-dragon-death-and-wither-spawn-sounds.patch ├── 0095-Display-Spigot-in-client-crashes-server-lists-and-Mo.patch ├── 0096-Treat-Bungee-as-Online-Mode.patch ├── 0097-Add-Conversion-Message.patch ├── 0098-Properly-cancel-fishing-event.-Fixes-BUKKIT-5396.patch ├── 0099-Print-Stack-on-InternalException.patch ├── 0100-Use-Offline-Player-Data-Once-if-Required.patch ├── 0101-Use-Provided-Case-for-Non-Existent-Offline-Players.patch ├── 0102-Check-for-blank-OfflinePlayer-Names.patch ├── 0103-Fix-Player-Banning.patch ├── 0104-Fix-ban-expire-dates.patch ├── 0105-Correct-Ban-Expiration.patch ├── 0106-Convert-Horses-owner-to-UUID.patch ├── 0107-Add-Score.isScoreSet-Z-API.patch ├── 0108-Log-null-TileEntity-Owner.patch ├── 0109-Don-t-special-case-invalid-usernames-for-UUIDs.patch ├── 0110-Convert-player-skulls-async.patch ├── 0111-Prevent-NoClassDefError-crash-and-notify-on-crash.patch ├── 0112-Check-Skull-canPlace.patch ├── 0113-Fix-race-condition-that-could-kill-connections-befor.patch ├── 0114-Configurable-UserCache-cap.patch ├── 0115-Implement-PlayerSpawnLocationEvent.patch ├── 0116-Cap-Objective-Score-Length.patch ├── 0117-Process-conversation-input-on-the-main-thread.-Fixes.patch ├── 0118-Configurable-save-on-stop-only-for-UserCache.patch ├── 0119-Prevent-Unbounded-IntCache-Growth.patch ├── 0120-Add-damager-to-the-unhandled-error.patch ├── 0121-Cross-World-Entity-Teleportation.patch ├── 0122-Limit-block-placement-interaction-packets.patch ├── 0123-Better-item-validation.patch ├── 0124-Further-Seed-Customisation.patch ├── 0125-Disable-ResourceLeakDetector.patch ├── 0126-Add-More-Information-to-session.lock-Errors.patch ├── 0127-Safer-JSON-Loading.patch ├── 0128-Fix-Slow-Loading-Libraries.patch ├── 0129-Add-CommandLine-EULA-Flag.patch ├── 0130-Fix-for-enchanting-table-wiping-meta-when-placing-st.patch ├── 0131-Don-t-spawn-bonus-ocelots-when-plugins-spawn-ocelots.patch ├── 0132-Prevent-a-crash-involving-attributes.patch ├── 0133-Make-moved-wrongly-limit-configurable.patch ├── 0134-Fix-Null-Tile-Entity-Worlds.patch ├── 0135-Make-moved-too-quickly-limit-configurable.patch ├── 0136-Apply-NBTReadLimiter-to-more-things.patch ├── 0137-Allow-Attribute-Capping.patch ├── 0138-Only-fetch-an-online-UUID-in-online-mode.patch ├── 0139-Filter-attribute-modifiers-which-cause-the-attribute.patch ├── 0140-Plug-WorldMap-Memory-Leak.patch ├── 0141-Fix-Corrupted-Trapped-Chest.patch ├── 0142-Remove-uneeded-validation.patch ├── 0143-Add-Hunger-Config-Values.patch ├── 0144-Make-debug-logging-togglable.patch ├── 0145-Skip-invalid-enchants-in-CraftMetaItem.patch ├── 0146-Limit-TNT-Detonations-per-tick.patch ├── 0147-Added-isUnbreakable-and-setUnbreakable-to-ItemMeta.patch ├── 0148-Configurable-Hanging-Tick.patch ├── 0149-Refactor-ItemDoor-Place.patch ├── 0150-BungeeCord-Chat-API.patch ├── 0151-Use-Standard-List-for-EntitySlices.patch ├── 0152-Allow-Capping-Tile-Entity-Tick-Time.patch ├── 0153-Use-FastMatches-for-ItemStack-Dirty-Check.patch ├── 0154-Use-CLQ-for-main-thread-tasks.patch ├── 0155-map-decoration-fix.patch ├── 0156-Use-Map-for-getPlayer-String-lookup.patch ├── 0157-Clear-Packet-Queue-on-Disconnect.patch ├── 0158-Optimize-Chunk-Saving-Memory-Allocation-and-Compress.patch ├── 0159-More-effecient-RegionFile-zero-ing.patch └── 0160-Don-t-sleep-between-chunk-saves.patch ├── PaperSpigot-API-Patches ├── 0001-POM-changes.patch ├── 0002-Add-ArrowCollideEvent.patch ├── 0003-Add-BaseComponent-sendMessage-methods-to-CommandSend.patch ├── 0004-Add-methods-for-working-with-arrows-stuck-in-living-.patch ├── 0005-Complete-resource-pack-API.patch └── 0006-Add-SpawnerPreSpawnEvent.patch ├── PaperSpigot-Server-Patches ├── 0001-POM-Changes.patch ├── 0002-NMS-Imports.patch ├── 0003-Fix-compile-issues.patch ├── 0004-Show-TacoSpigot-in-client-crashes-server-lists-and-M.patch ├── 0005-TacoSpigot-configuration-files.patch ├── 0006-Fix-hopper-lag-by-making-entities-look-for-hoppers.patch ├── 0007-Metrics.patch ├── 0008-Add-ArrowCollideEvent.patch ├── 0009-Optimize-X-Ray.patch ├── 0010-Optimize-armor-stands.patch ├── 0011-Add-a-flag-to-disable-InventoryMoveItemEvent.patch ├── 0012-Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch ├── 0013-Disable-Scoreboards-for-non-players-by-default.patch ├── 0014-Add-an-option-for-grass-to-ignore-light.patch ├── 0015-Add-methods-for-working-with-arrows-stuck-in-living-.patch ├── 0016-Complete-resource-pack-API.patch ├── 0017-Add-option-to-stop-redstone-firing-BlockPhysicsEvent.patch ├── 0018-Limit-the-length-of-buffered-bytes-to-read.patch ├── 0019-Use-arrays-for-block-states.patch ├── 0020-Fix-Bugs-with-Spigot-Mob-Spawn-Logic.patch ├── 0021-Use-Fastutil-Collections.patch ├── 0022-Implement-SpawnerPreSpawnEvent.patch ├── 0023-Fix-tick-loop-bug.patch ├── 0024-Optimize-tnt-entity-and-falling-block-movement.patch ├── 0025-Fix-east-west-cannoning.patch └── 0026-disable-falling-block-stacking-at-256.patch ├── README.md ├── Spigot-API-Patches ├── 0001-POM-changes.patch ├── 0002-Add-float-methods-to-configs.patch ├── 0003-Stop-using-spigot-s-website-for-timings.patch ├── 0004-Player-affects-spawning-API.patch ├── 0005-Add-getTPS-method.patch ├── 0006-Add-async-chunk-load-API.patch ├── 0007-Add-TNT-source-location-API.patch ├── 0008-Check-PaperSpigot-versions.patch ├── 0009-Add-FallingBlock-source-location-API.patch ├── 0010-Add-PlayerLocaleChangeEvent.patch ├── 0011-Add-player-view-distance-API.patch ├── 0012-Add-BeaconEffectEvent.patch ├── 0013-Add-PlayerInitialSpawnEvent.patch ├── 0014-Timings-v2.patch ├── 0015-Add-Location-support-to-tab-completers-vanilla-featu.patch ├── 0016-Made-EntityDismountEvent-Cancellable.patch ├── 0017-Automatically-disable-plugins-that-fail-to-load.patch ├── 0018-Expose-server-CommandMap.patch ├── 0019-Graduate-bungeecord-chat-API-from-spigot-subclasses.patch ├── 0020-Player-Tab-List-and-Title-APIs.patch └── 0021-Fix-ServerListPingEvent-flagging-as-Async.patch ├── Spigot-Server-Patches ├── 0001-POM-Changes.patch ├── 0002-PaperSpigot-config-files.patch ├── 0003-mc-dev-imports.patch ├── 0004-Vanished-players-don-t-have-rights.patch ├── 0005-Allow-undead-horse-types-to-be-leashed.patch ├── 0006-Configurable-squid-spawn-ranges.patch ├── 0007-Configurable-damage-multiplier-for-PvP-blocking.patch ├── 0008-Configurable-cactus-and-reed-natural-growth-heights.patch ├── 0009-Configurable-baby-zombie-movement-speed.patch ├── 0010-Configurable-fishing-time-ranges.patch ├── 0011-Allow-nerfed-mobs-to-jump.patch ├── 0012-Toggle-for-player-interact-limiter.patch ├── 0013-Player-Exhaustion-Multipliers.patch ├── 0014-Add-configurable-despawn-distances-for-living-entiti.patch ├── 0015-Allow-for-toggling-of-spawn-chunks.patch ├── 0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch ├── 0017-Configurable-speed-for-water-flowing-over-lava.patch ├── 0018-Player-affects-spawning-API.patch ├── 0019-Show-PaperSpigot-in-client-crashes-server-lists-and-.patch ├── 0020-Metrics.patch ├── 0021-Remove-invalid-mob-spawner-tile-entities.patch ├── 0022-Optimize-TileEntity-Ticking.patch ├── 0023-Remove-certain-entities-that-fly-through-unloaded-ch.patch ├── 0024-Configurable-strength-and-weakness-effect-modifiers.patch ├── 0025-Further-improve-server-tick-loop.patch ├── 0026-Only-refresh-abilities-if-needed.patch ├── 0027-Configurable-game-mechanics-changes.patch ├── 0028-Add-async-chunk-load-API.patch ├── 0029-Allow-specified-ItemStacks-to-retain-their-invalid-d.patch ├── 0030-Add-TNT-source-location-API.patch ├── 0031-Prevent-tile-entity-and-entity-crashes.patch ├── 0032-Configurable-top-of-nether-void-damage.patch ├── 0033-Enderman-drop-the-block-they-re-holding-when-they-di.patch ├── 0034-Check-online-mode-before-converting-and-renaming-pla.patch ├── 0035-Fix-redstone-lag-issues.patch ├── 0036-Always-tick-falling-blocks.patch ├── 0037-Add-FallingBlock-source-location-API.patch ├── 0038-Configurable-async-light-updates.patch ├── 0039-Optimize-draining.patch ├── 0040-Toggleable-player-crits-helps-mitigate-hacked-client.patch ├── 0041-Add-PlayerLocaleChangeEvent.patch ├── 0042-Fix-jar-being-shaded-multiple-times.patch ├── 0043-Configurable-end-credits-when-leaving-the-end.patch ├── 0044-Force-load-chunks-for-specific-entities-that-fly-thr.patch ├── 0045-Stackable-Buckets.patch ├── 0046-Fix-lag-from-explosions-processing-dead-entities.patch ├── 0047-Generator-Settings.patch ├── 0048-Configurable-TNT-cannon-fix.patch ├── 0049-FallingBlock-and-TNT-entities-collide-with-specific-.patch ├── 0050-Optimize-explosions.patch ├── 0051-Stop-updating-flowing-block-if-material-has-changed.patch ├── 0052-Fast-draining.patch ├── 0053-Configurable-lava-flow-speed.patch ├── 0054-Add-player-view-distance-API.patch ├── 0055-Disable-explosion-knockback.patch ├── 0056-Disable-thunder.patch ├── 0057-Disable-ice-and-snow.patch ├── 0058-Disable-mood-sounds.patch ├── 0059-Configurable-mob-spawner-tick-rate.patch ├── 0060-Optimize-getCubes.patch ├── 0061-ChunkMap-caching.patch ├── 0062-Send-absolute-position-the-first-time-an-entity-is-s.patch ├── 0063-Optimize-Spigot-s-Anti-X-Ray.patch ├── 0064-Add-BeaconEffectEvent.patch ├── 0065-Configurable-container-update-tick-rate.patch ├── 0066-Configurable-TNT-explosion-volume.patch ├── 0067-Fix-lava-water-some-times-creating-air-instead-of-co.patch ├── 0068-Use-UserCache-for-player-heads.patch ├── 0069-Re-add-Spigot-s-hopper-check-feature.patch ├── 0070-Disable-spigot-tick-limiters.patch ├── 0071-Don-t-damage-already-dead-ArmorStands.patch ├── 0072-Bump-thread-count-for-chunk-loading.patch ├── 0073-Don-t-create-Region-File-s-when-checking-if-chunk-ex.patch ├── 0074-Don-t-create-a-chunk-just-to-unload-it.patch ├── 0075-EAR-Fix-bug-with-teleporting-entities.patch ├── 0076-Add-PlayerInitialSpawnEvent.patch ├── 0077-Process-Entity-Chunk-Registration-on-Teleport.patch ├── 0078-SPIGOT-1387-Resolve-bed-issues-on-unloaded-chunks.patch ├── 0079-Timings-v2.patch ├── 0080-Disable-chest-cat-detection.patch ├── 0081-Ensure-commands-are-not-ran-async.patch ├── 0082-All-chunks-are-slime-spawn-chunks-toggle.patch ├── 0083-Speedup-BlockPos-by-fixing-inlining.patch ├── 0084-Remove-completely-invalid-Redstone-event-for-Netherr.patch ├── 0085-Add-Location-support-to-tab-completers-vanilla-featu.patch ├── 0086-Made-EntityDismountEvent-Cancellable.patch ├── 0087-Optimize-Pathfinding.patch ├── 0088-Optimize-getBlockData.patch ├── 0089-Avoid-hopper-searches-if-there-are-no-items.patch ├── 0090-Expose-server-CommandMap.patch ├── 0091-Fix-FurnaceMinecarts-losing-all-of-their-velocity-on.patch ├── 0092-Be-a-bit-more-informative-in-maxHealth-exception.patch ├── 0093-Graduate-bungeecord-chat-API-from-spigot-subclasses.patch ├── 0094-Player-Tab-List-and-Title-APIs.patch ├── 0095-Ensure-inv-drag-is-in-bounds.patch ├── 0096-Change-implementation-of-tile-entity-removal-list.patch ├── 0097-Add-configurable-portal-search-radius.patch └── 0098-Add-velocity-warnings.patch ├── TacoSpigot-API-Patches ├── 0001-POM-Changes.patch ├── 0002-Ion-Configuration-Files.patch └── 0003-Visual-Settings.patch ├── TacoSpigot-Server-Patches ├── 0001-POM-Changes.patch ├── 0002-Ion-Configuration-Files.patch ├── 0003-Explosion-Improvements.patch ├── 0004-Visual-Settings.patch ├── 0005-Fix-Sand-Unloading.patch ├── 0006-Fix-Chunk-Loading.patch ├── 0007-Optimise-Fluids.patch ├── 0008-Reduce-Chunk-Hashing.patch ├── 0009-Reduce-Unload-Queue-Complexity.patch ├── 0010-Optimise-Chunk-Getting.patch ├── 0011-Async-Spawn-Chunks.patch ├── 0012-Movement-Cache.patch ├── 0013-Implement-PandaWire.patch ├── 0014-Faster-Chunk-Entity-List.patch ├── 0015-Configurable-Spawners.patch ├── 0016-Disable-Mob-Sounds.patch ├── 0017-Add-Intervals-on-Item-Logic.patch ├── 0018-Fix-Hopper-Collisions.patch ├── 0019-Remove-TNT-Water-Logic.patch ├── 0020-Faster-EntityTracker-Collections.patch ├── 0021-Merge-Spawned-Items.patch ├── 0022-Nerf-Spawned-Mob-Logic.patch ├── 0023-Allow-completely-disabling-pushing.patch ├── 0024-Optional-Movement-Entity-Collisions.patch ├── 0025-Lag-Compensated-Ticking.patch ├── 0026-Lag-Compensated-Potions.patch ├── 0027-Smooth-Potting.patch ├── 0028-Pearl-Through-Special-Blocks.patch ├── 0029-Merge-Cannoning-Entities.patch ├── 0030-Configurable-Potions.patch ├── 0031-Configurable-Hoppers.patch ├── 0032-Lag-Compensated-Pearls.patch ├── 0033-Configurable-Golems.patch ├── 0034-Column-TNT-Spawning.patch ├── 0035-Optimise-Entity-Collisions.patch ├── 0036-Make-Sand-Bypass-Tick-Cap.patch └── 0037-Fast-Cannnon-Entity-Tracker.patch ├── apply-bukkit.sh ├── applyPatches.sh ├── clean.sh ├── decompile.sh ├── fire-pit └── 0012-Use-arrays-to-manage-blockstates-saving-memory-and-i.patch ├── generateJar.sh ├── init.sh ├── package.sh ├── pom.xml ├── prepare-build.sh ├── rebuildPatches.sh ├── remap-nms.sh ├── remap.sh ├── start.sh └── upstreamMerge.sh /.github/workflows/maven.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/.github/workflows/maven.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/.gitmodules -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/.travis.yml -------------------------------------------------------------------------------- /Bukkit-Patches/0001-POM-Changes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0001-POM-Changes.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0002-Spigot-Timings.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0002-Spigot-Timings.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0003-Add-PlayerItemDamageEvent.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0003-Add-PlayerItemDamageEvent.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0004-BungeeCord-Support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0004-BungeeCord-Support.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0005-Add-Arrow-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0005-Add-Arrow-API.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0006-Add-Particle-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0006-Add-Particle-API.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0007-Define-EntitySpawnEvent-and-SpawnerSpawnEvent.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0007-Define-EntitySpawnEvent-and-SpawnerSpawnEvent.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0008-Entity-Mount-and-Dismount-Events.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0008-Entity-Mount-and-Dismount-Events.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0009-InventoryClickEvent-getClickedInventory.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0009-InventoryClickEvent-getClickedInventory.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0010-Added-getAllSessionData-to-the-Conversation-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0010-Added-getAllSessionData-to-the-Conversation-API.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0011-Catch-Conversation-API-Errors.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0011-Catch-Conversation-API-Errors.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0012-Player-Collision-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0012-Player-Collision-API.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0013-Expand-Boolean-Prompt-Values.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0013-Expand-Boolean-Prompt-Values.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0014-Add-Getter-for-Entity-Invulnerability.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0014-Add-Getter-for-Entity-Invulnerability.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0015-Add-respawn-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0015-Add-respawn-API.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0016-Fix-Plugin-Message-API-Disconnects.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0016-Fix-Plugin-Message-API-Disconnects.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0017-Fix-Tab-Completion-for-Some-Commands.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0017-Fix-Tab-Completion-for-Some-Commands.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0018-Implement-Locale-Getter-for-Players.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0018-Implement-Locale-Getter-for-Players.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0019-Add-support-for-fetching-hidden-players.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0019-Add-support-for-fetching-hidden-players.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0020-Silenceable-Lightning-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0020-Silenceable-Lightning-API.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0021-Remove-deprecation-on-some-player-lookup-methods.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0021-Remove-deprecation-on-some-player-lookup-methods.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0022-Add-Score.isScoreSet-Z-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0022-Add-Score.isScoreSet-Z-API.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0023-Add-PlayerSpawnLocationEvent.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0023-Add-PlayerSpawnLocationEvent.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0024-Ease-ClassLoader-Deadlocks-Where-Possible.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0024-Ease-ClassLoader-Deadlocks-Where-Possible.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0025-Fix-slow-tab-complete-for-some-commands.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0025-Fix-slow-tab-complete-for-some-commands.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0026-Undeprecate-Player-updateInventory-V.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0026-Undeprecate-Player-updateInventory-V.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0027-Added-isUnbreakable-and-setUnbreakable-to-ItemMeta.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0027-Added-isUnbreakable-and-setUnbreakable-to-ItemMeta.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0028-BungeeCord-Chat-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0028-BungeeCord-Chat-API.patch -------------------------------------------------------------------------------- /Bukkit-Patches/0029-Add-restart-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Bukkit-Patches/0029-Add-restart-API.patch -------------------------------------------------------------------------------- /Contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Contributing.md -------------------------------------------------------------------------------- /CraftBukkit-Patches/0001-POM-Changes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0001-POM-Changes.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0002-mc-dev-imports.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0002-mc-dev-imports.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0003-Skeleton-API-Implementations.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0003-Skeleton-API-Implementations.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0004-Obfuscation-Helpers.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0004-Obfuscation-Helpers.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0005-Spigot-Configuration.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0005-Spigot-Configuration.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0006-Better-Chunk-Tick-Selection.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0006-Better-Chunk-Tick-Selection.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0007-Crop-Growth-Rates.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0007-Crop-Growth-Rates.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0008-Merge-tweaks-and-configuration.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0008-Merge-tweaks-and-configuration.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0009-Async-Operation-Catching.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0009-Async-Operation-Catching.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0010-View-Distance.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0010-View-Distance.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0011-Spigot-Timings.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0011-Spigot-Timings.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0012-Fix-Mob-Spawning-Relative-to-View-Distance.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0012-Fix-Mob-Spawning-Relative-to-View-Distance.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0013-Handle-Null-Tile-Entities.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0013-Handle-Null-Tile-Entities.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0014-Entity-Activation-Range.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0014-Entity-Activation-Range.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0015-Metrics.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0015-Metrics.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0016-PlayerItemDamageEvent.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0016-PlayerItemDamageEvent.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0017-Prevent-NPE-in-CraftSign.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0017-Prevent-NPE-in-CraftSign.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0018-Entity-Tracking-Ranges.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0018-Entity-Tracking-Ranges.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0019-Thread-Naming-and-Tweaks.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0019-Thread-Naming-and-Tweaks.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0020-Close-Unloaded-Save-Files.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0020-Close-Unloaded-Save-Files.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0021-Remove-o-Option.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0021-Remove-o-Option.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0022-Recipe-Deconstruction.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0022-Recipe-Deconstruction.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0023-Implement-Arrow-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0023-Implement-Arrow-API.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0024-Hopper-Customisations.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0024-Hopper-Customisations.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0025-Implement-SpawnerSpawnEvent.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0025-Implement-SpawnerSpawnEvent.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0026-Firework-Meta-Crash-Fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0026-Firework-Meta-Crash-Fix.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0027-Allow-Disabling-of-Command-Logging.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0027-Allow-Disabling-of-Command-Logging.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0028-Allow-Disabling-of-Command-TabComplete.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0028-Allow-Disabling-of-Command-TabComplete.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0029-Configurable-Messages.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0029-Configurable-Messages.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0030-Allow-Disabling-of-Random-Lighting-Updates.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0030-Allow-Disabling-of-Random-Lighting-Updates.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0031-Properly-Close-Inventories.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0031-Properly-Close-Inventories.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0032-Disallow-Interaction-With-Self.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0032-Disallow-Interaction-With-Self.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0033-Entity-Mount-and-Dismount-Events.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0033-Entity-Mount-and-Dismount-Events.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0034-Prevent-Ghost-Players-Caused-by-Plugins.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0034-Prevent-Ghost-Players-Caused-by-Plugins.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0035-Plug-World-Unload-Memory-Leak.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0035-Plug-World-Unload-Memory-Leak.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0036-Player-Collision-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0036-Player-Collision-API.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0037-Fully-Disable-Snooper-When-Not-Required.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0037-Fully-Disable-Snooper-When-Not-Required.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0038-Add-Getter-for-Entity-Invulnerability.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0038-Add-Getter-for-Entity-Invulnerability.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0039-Cap-Minimum-Player-Speed.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0039-Cap-Minimum-Player-Speed.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0040-Update-Inventory-and-Health-for-PlayerConsumeItemEve.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0040-Update-Inventory-and-Health-for-PlayerConsumeItemEve.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0041-Call-EntityChangeBlockEvent-for-Fire-Arrows-hitting-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0041-Call-EntityChangeBlockEvent-for-Fire-Arrows-hitting-.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0042-Allow-Disabling-of-1.6.3-Structure-Saving.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0042-Allow-Disabling-of-1.6.3-Structure-Saving.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0043-Item-Despawn-Rate.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0043-Item-Despawn-Rate.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0044-Don-t-Special-Case-X-Move-Value.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0044-Don-t-Special-Case-X-Move-Value.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0045-Implement-respawn-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0045-Implement-respawn-API.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0046-Arrow-Despawn-Rate.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0046-Arrow-Despawn-Rate.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0047-Fix-packed-ice-generation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0047-Fix-packed-ice-generation.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0048-Watchdog-Thread.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0048-Watchdog-Thread.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0049-Clear-Flower-Pot-on-Drop.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0049-Clear-Flower-Pot-on-Drop.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0050-Fix-some-chunks-not-being-sent-to-the-client.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0050-Fix-some-chunks-not-being-sent-to-the-client.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0051-Fix-Broken-Async-Chat.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0051-Fix-Broken-Async-Chat.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0052-Orebfuscator.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0052-Orebfuscator.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0053-Optimize-DataWatcher.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0053-Optimize-DataWatcher.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0054-Fire-PreLogin-Events-in-Offline-Mode.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0054-Fire-PreLogin-Events-in-Offline-Mode.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0055-BungeeCord-Support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0055-BungeeCord-Support.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0056-Allow-Disabling-Zombie-Villager-Aggression.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0056-Allow-Disabling-Zombie-Villager-Aggression.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0057-Configurable-Amount-of-Netty-Threads.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0057-Configurable-Amount-of-Netty-Threads.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0058-Prevent-Mineshaft-Saving.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0058-Prevent-Mineshaft-Saving.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0059-Log-Cause-of-Unexpected-Exceptions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0059-Log-Cause-of-Unexpected-Exceptions.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0060-Particle-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0060-Particle-API.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0061-Save-ticks-lived-to-nbttag.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0061-Save-ticks-lived-to-nbttag.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0062-More-Efficient-GetCubes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0062-More-Efficient-GetCubes.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0063-Add-Option-to-Nerf-Mobs-from-Spawner-s.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0063-Add-Option-to-Nerf-Mobs-from-Spawner-s.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0064-Warn-if-PermGen-may-be-insufficient.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0064-Warn-if-PermGen-may-be-insufficient.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0065-Disable-Connected-Check-on-setScoreboard.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0065-Disable-Connected-Check-on-setScoreboard.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0066-Add-Late-Bind-Option.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0066-Add-Late-Bind-Option.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0067-Allow-statistics-to-be-disabled-forced.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0067-Allow-statistics-to-be-disabled-forced.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0068-Fix-ItemStack-Unbreakable-Code.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0068-Fix-ItemStack-Unbreakable-Code.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0069-Try-and-Debug-Crash-Reports-Crashing.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0069-Try-and-Debug-Crash-Reports-Crashing.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0070-Improve-AutoSave-Mechanism.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0070-Improve-AutoSave-Mechanism.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0071-Catch-stalling-on-corrupted-map-data-NBT-arrays.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0071-Catch-stalling-on-corrupted-map-data-NBT-arrays.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0072-Allow-toggling-of-ZombiePigmen-spawning-in-portal-bl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0072-Allow-toggling-of-ZombiePigmen-spawning-in-portal-bl.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0073-Highly-Optimized-Tick-Loop.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0073-Highly-Optimized-Tick-Loop.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0074-Configurable-Ping-Sample-Size.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0074-Configurable-Ping-Sample-Size.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0075-Add-Optional-Tick-Shuffling.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0075-Add-Optional-Tick-Shuffling.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0076-Allow-Configuring-Chunks-per-Packet.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0076-Allow-Configuring-Chunks-per-Packet.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0077-Implement-Locale-Getter-for-Players.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0077-Implement-Locale-Getter-for-Players.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0078-Cap-Entity-Collisions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0078-Cap-Entity-Collisions.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0079-Fix-dispensing-bone-meal-not-having-the-correct-data.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0079-Fix-dispensing-bone-meal-not-having-the-correct-data.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0080-Spam-Filter-Exclusions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0080-Spam-Filter-Exclusions.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0081-Add-Option-to-Silence-CommandBlock-Console.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0081-Add-Option-to-Silence-CommandBlock-Console.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0082-Add-support-for-fetching-hidden-players.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0082-Add-support-for-fetching-hidden-players.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0083-Allow-Disabling-Creative-Item-Filter.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0083-Allow-Disabling-Creative-Item-Filter.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0084-Cap-Channel-Registrations.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0084-Cap-Channel-Registrations.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0085-Allow-vanilla-commands-to-be-the-main-version-of-a-c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0085-Allow-vanilla-commands-to-be-the-main-version-of-a-c.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0086-Unfinalize-the-isDisconnected-method-by-bukkit.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0086-Unfinalize-the-isDisconnected-method-by-bukkit.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0087-Implement-Silenceable-Lightning-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0087-Implement-Silenceable-Lightning-API.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0088-Use-one-PermissibleBase-for-all-Command-Blocks.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0088-Use-one-PermissibleBase-for-all-Command-Blocks.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0089-Prevent-hoppers-from-loading-chunks.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0089-Prevent-hoppers-from-loading-chunks.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0090-Guard-Entity-List.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0090-Guard-Entity-List.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0091-Fix-ConcurrentModificationException-while-being-idle.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0091-Fix-ConcurrentModificationException-while-being-idle.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0092-Cancellable-WitherSkull-potion-effect.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0092-Cancellable-WitherSkull-potion-effect.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0093-Descriptive-kick-reasons-instead-of-Nope.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0093-Descriptive-kick-reasons-instead-of-Nope.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0094-Configurable-dragon-death-and-wither-spawn-sounds.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0094-Configurable-dragon-death-and-wither-spawn-sounds.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0095-Display-Spigot-in-client-crashes-server-lists-and-Mo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0095-Display-Spigot-in-client-crashes-server-lists-and-Mo.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0096-Treat-Bungee-as-Online-Mode.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0096-Treat-Bungee-as-Online-Mode.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0097-Add-Conversion-Message.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0097-Add-Conversion-Message.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0098-Properly-cancel-fishing-event.-Fixes-BUKKIT-5396.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0098-Properly-cancel-fishing-event.-Fixes-BUKKIT-5396.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0099-Print-Stack-on-InternalException.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0099-Print-Stack-on-InternalException.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0100-Use-Offline-Player-Data-Once-if-Required.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0100-Use-Offline-Player-Data-Once-if-Required.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0101-Use-Provided-Case-for-Non-Existent-Offline-Players.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0101-Use-Provided-Case-for-Non-Existent-Offline-Players.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0102-Check-for-blank-OfflinePlayer-Names.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0102-Check-for-blank-OfflinePlayer-Names.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0103-Fix-Player-Banning.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0103-Fix-Player-Banning.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0104-Fix-ban-expire-dates.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0104-Fix-ban-expire-dates.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0105-Correct-Ban-Expiration.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0105-Correct-Ban-Expiration.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0106-Convert-Horses-owner-to-UUID.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0106-Convert-Horses-owner-to-UUID.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0107-Add-Score.isScoreSet-Z-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0107-Add-Score.isScoreSet-Z-API.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0108-Log-null-TileEntity-Owner.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0108-Log-null-TileEntity-Owner.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0109-Don-t-special-case-invalid-usernames-for-UUIDs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0109-Don-t-special-case-invalid-usernames-for-UUIDs.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0110-Convert-player-skulls-async.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0110-Convert-player-skulls-async.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0111-Prevent-NoClassDefError-crash-and-notify-on-crash.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0111-Prevent-NoClassDefError-crash-and-notify-on-crash.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0112-Check-Skull-canPlace.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0112-Check-Skull-canPlace.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0113-Fix-race-condition-that-could-kill-connections-befor.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0113-Fix-race-condition-that-could-kill-connections-befor.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0114-Configurable-UserCache-cap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0114-Configurable-UserCache-cap.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0115-Implement-PlayerSpawnLocationEvent.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0115-Implement-PlayerSpawnLocationEvent.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0116-Cap-Objective-Score-Length.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0116-Cap-Objective-Score-Length.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0117-Process-conversation-input-on-the-main-thread.-Fixes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0117-Process-conversation-input-on-the-main-thread.-Fixes.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0118-Configurable-save-on-stop-only-for-UserCache.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0118-Configurable-save-on-stop-only-for-UserCache.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0119-Prevent-Unbounded-IntCache-Growth.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0119-Prevent-Unbounded-IntCache-Growth.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0120-Add-damager-to-the-unhandled-error.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0120-Add-damager-to-the-unhandled-error.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0121-Cross-World-Entity-Teleportation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0121-Cross-World-Entity-Teleportation.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0122-Limit-block-placement-interaction-packets.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0122-Limit-block-placement-interaction-packets.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0123-Better-item-validation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0123-Better-item-validation.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0124-Further-Seed-Customisation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0124-Further-Seed-Customisation.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0125-Disable-ResourceLeakDetector.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0125-Disable-ResourceLeakDetector.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0126-Add-More-Information-to-session.lock-Errors.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0126-Add-More-Information-to-session.lock-Errors.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0127-Safer-JSON-Loading.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0127-Safer-JSON-Loading.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0128-Fix-Slow-Loading-Libraries.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0128-Fix-Slow-Loading-Libraries.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0129-Add-CommandLine-EULA-Flag.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0129-Add-CommandLine-EULA-Flag.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0130-Fix-for-enchanting-table-wiping-meta-when-placing-st.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0130-Fix-for-enchanting-table-wiping-meta-when-placing-st.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0131-Don-t-spawn-bonus-ocelots-when-plugins-spawn-ocelots.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0131-Don-t-spawn-bonus-ocelots-when-plugins-spawn-ocelots.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0132-Prevent-a-crash-involving-attributes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0132-Prevent-a-crash-involving-attributes.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0133-Make-moved-wrongly-limit-configurable.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0133-Make-moved-wrongly-limit-configurable.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0134-Fix-Null-Tile-Entity-Worlds.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0134-Fix-Null-Tile-Entity-Worlds.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0135-Make-moved-too-quickly-limit-configurable.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0135-Make-moved-too-quickly-limit-configurable.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0136-Apply-NBTReadLimiter-to-more-things.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0136-Apply-NBTReadLimiter-to-more-things.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0137-Allow-Attribute-Capping.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0137-Allow-Attribute-Capping.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0138-Only-fetch-an-online-UUID-in-online-mode.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0138-Only-fetch-an-online-UUID-in-online-mode.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0139-Filter-attribute-modifiers-which-cause-the-attribute.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0139-Filter-attribute-modifiers-which-cause-the-attribute.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0140-Plug-WorldMap-Memory-Leak.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0140-Plug-WorldMap-Memory-Leak.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0141-Fix-Corrupted-Trapped-Chest.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0141-Fix-Corrupted-Trapped-Chest.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0142-Remove-uneeded-validation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0142-Remove-uneeded-validation.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0143-Add-Hunger-Config-Values.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0143-Add-Hunger-Config-Values.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0144-Make-debug-logging-togglable.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0144-Make-debug-logging-togglable.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0145-Skip-invalid-enchants-in-CraftMetaItem.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0145-Skip-invalid-enchants-in-CraftMetaItem.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0146-Limit-TNT-Detonations-per-tick.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0146-Limit-TNT-Detonations-per-tick.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0147-Added-isUnbreakable-and-setUnbreakable-to-ItemMeta.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0147-Added-isUnbreakable-and-setUnbreakable-to-ItemMeta.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0148-Configurable-Hanging-Tick.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0148-Configurable-Hanging-Tick.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0149-Refactor-ItemDoor-Place.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0149-Refactor-ItemDoor-Place.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0150-BungeeCord-Chat-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0150-BungeeCord-Chat-API.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0151-Use-Standard-List-for-EntitySlices.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0151-Use-Standard-List-for-EntitySlices.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0152-Allow-Capping-Tile-Entity-Tick-Time.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0152-Allow-Capping-Tile-Entity-Tick-Time.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0153-Use-FastMatches-for-ItemStack-Dirty-Check.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0153-Use-FastMatches-for-ItemStack-Dirty-Check.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0154-Use-CLQ-for-main-thread-tasks.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0154-Use-CLQ-for-main-thread-tasks.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0155-map-decoration-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0155-map-decoration-fix.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0156-Use-Map-for-getPlayer-String-lookup.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0156-Use-Map-for-getPlayer-String-lookup.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0157-Clear-Packet-Queue-on-Disconnect.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0157-Clear-Packet-Queue-on-Disconnect.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0158-Optimize-Chunk-Saving-Memory-Allocation-and-Compress.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0158-Optimize-Chunk-Saving-Memory-Allocation-and-Compress.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0159-More-effecient-RegionFile-zero-ing.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0159-More-effecient-RegionFile-zero-ing.patch -------------------------------------------------------------------------------- /CraftBukkit-Patches/0160-Don-t-sleep-between-chunk-saves.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/CraftBukkit-Patches/0160-Don-t-sleep-between-chunk-saves.patch -------------------------------------------------------------------------------- /PaperSpigot-API-Patches/0001-POM-changes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-API-Patches/0001-POM-changes.patch -------------------------------------------------------------------------------- /PaperSpigot-API-Patches/0002-Add-ArrowCollideEvent.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-API-Patches/0002-Add-ArrowCollideEvent.patch -------------------------------------------------------------------------------- /PaperSpigot-API-Patches/0003-Add-BaseComponent-sendMessage-methods-to-CommandSend.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-API-Patches/0003-Add-BaseComponent-sendMessage-methods-to-CommandSend.patch -------------------------------------------------------------------------------- /PaperSpigot-API-Patches/0004-Add-methods-for-working-with-arrows-stuck-in-living-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-API-Patches/0004-Add-methods-for-working-with-arrows-stuck-in-living-.patch -------------------------------------------------------------------------------- /PaperSpigot-API-Patches/0005-Complete-resource-pack-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-API-Patches/0005-Complete-resource-pack-API.patch -------------------------------------------------------------------------------- /PaperSpigot-API-Patches/0006-Add-SpawnerPreSpawnEvent.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-API-Patches/0006-Add-SpawnerPreSpawnEvent.patch -------------------------------------------------------------------------------- /PaperSpigot-Server-Patches/0001-POM-Changes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-Server-Patches/0001-POM-Changes.patch -------------------------------------------------------------------------------- /PaperSpigot-Server-Patches/0002-NMS-Imports.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-Server-Patches/0002-NMS-Imports.patch -------------------------------------------------------------------------------- /PaperSpigot-Server-Patches/0003-Fix-compile-issues.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-Server-Patches/0003-Fix-compile-issues.patch -------------------------------------------------------------------------------- /PaperSpigot-Server-Patches/0004-Show-TacoSpigot-in-client-crashes-server-lists-and-M.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-Server-Patches/0004-Show-TacoSpigot-in-client-crashes-server-lists-and-M.patch -------------------------------------------------------------------------------- /PaperSpigot-Server-Patches/0005-TacoSpigot-configuration-files.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-Server-Patches/0005-TacoSpigot-configuration-files.patch -------------------------------------------------------------------------------- /PaperSpigot-Server-Patches/0006-Fix-hopper-lag-by-making-entities-look-for-hoppers.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-Server-Patches/0006-Fix-hopper-lag-by-making-entities-look-for-hoppers.patch -------------------------------------------------------------------------------- /PaperSpigot-Server-Patches/0007-Metrics.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-Server-Patches/0007-Metrics.patch -------------------------------------------------------------------------------- /PaperSpigot-Server-Patches/0008-Add-ArrowCollideEvent.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-Server-Patches/0008-Add-ArrowCollideEvent.patch -------------------------------------------------------------------------------- /PaperSpigot-Server-Patches/0009-Optimize-X-Ray.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-Server-Patches/0009-Optimize-X-Ray.patch -------------------------------------------------------------------------------- /PaperSpigot-Server-Patches/0010-Optimize-armor-stands.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-Server-Patches/0010-Optimize-armor-stands.patch -------------------------------------------------------------------------------- /PaperSpigot-Server-Patches/0011-Add-a-flag-to-disable-InventoryMoveItemEvent.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-Server-Patches/0011-Add-a-flag-to-disable-InventoryMoveItemEvent.patch -------------------------------------------------------------------------------- /PaperSpigot-Server-Patches/0012-Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-Server-Patches/0012-Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch -------------------------------------------------------------------------------- /PaperSpigot-Server-Patches/0013-Disable-Scoreboards-for-non-players-by-default.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-Server-Patches/0013-Disable-Scoreboards-for-non-players-by-default.patch -------------------------------------------------------------------------------- /PaperSpigot-Server-Patches/0014-Add-an-option-for-grass-to-ignore-light.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-Server-Patches/0014-Add-an-option-for-grass-to-ignore-light.patch -------------------------------------------------------------------------------- /PaperSpigot-Server-Patches/0015-Add-methods-for-working-with-arrows-stuck-in-living-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-Server-Patches/0015-Add-methods-for-working-with-arrows-stuck-in-living-.patch -------------------------------------------------------------------------------- /PaperSpigot-Server-Patches/0016-Complete-resource-pack-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-Server-Patches/0016-Complete-resource-pack-API.patch -------------------------------------------------------------------------------- /PaperSpigot-Server-Patches/0017-Add-option-to-stop-redstone-firing-BlockPhysicsEvent.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-Server-Patches/0017-Add-option-to-stop-redstone-firing-BlockPhysicsEvent.patch -------------------------------------------------------------------------------- /PaperSpigot-Server-Patches/0018-Limit-the-length-of-buffered-bytes-to-read.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-Server-Patches/0018-Limit-the-length-of-buffered-bytes-to-read.patch -------------------------------------------------------------------------------- /PaperSpigot-Server-Patches/0019-Use-arrays-for-block-states.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-Server-Patches/0019-Use-arrays-for-block-states.patch -------------------------------------------------------------------------------- /PaperSpigot-Server-Patches/0020-Fix-Bugs-with-Spigot-Mob-Spawn-Logic.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-Server-Patches/0020-Fix-Bugs-with-Spigot-Mob-Spawn-Logic.patch -------------------------------------------------------------------------------- /PaperSpigot-Server-Patches/0021-Use-Fastutil-Collections.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-Server-Patches/0021-Use-Fastutil-Collections.patch -------------------------------------------------------------------------------- /PaperSpigot-Server-Patches/0022-Implement-SpawnerPreSpawnEvent.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-Server-Patches/0022-Implement-SpawnerPreSpawnEvent.patch -------------------------------------------------------------------------------- /PaperSpigot-Server-Patches/0023-Fix-tick-loop-bug.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-Server-Patches/0023-Fix-tick-loop-bug.patch -------------------------------------------------------------------------------- /PaperSpigot-Server-Patches/0024-Optimize-tnt-entity-and-falling-block-movement.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-Server-Patches/0024-Optimize-tnt-entity-and-falling-block-movement.patch -------------------------------------------------------------------------------- /PaperSpigot-Server-Patches/0025-Fix-east-west-cannoning.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-Server-Patches/0025-Fix-east-west-cannoning.patch -------------------------------------------------------------------------------- /PaperSpigot-Server-Patches/0026-disable-falling-block-stacking-at-256.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/PaperSpigot-Server-Patches/0026-disable-falling-block-stacking-at-256.patch -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/README.md -------------------------------------------------------------------------------- /Spigot-API-Patches/0001-POM-changes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-API-Patches/0001-POM-changes.patch -------------------------------------------------------------------------------- /Spigot-API-Patches/0002-Add-float-methods-to-configs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-API-Patches/0002-Add-float-methods-to-configs.patch -------------------------------------------------------------------------------- /Spigot-API-Patches/0003-Stop-using-spigot-s-website-for-timings.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-API-Patches/0003-Stop-using-spigot-s-website-for-timings.patch -------------------------------------------------------------------------------- /Spigot-API-Patches/0004-Player-affects-spawning-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-API-Patches/0004-Player-affects-spawning-API.patch -------------------------------------------------------------------------------- /Spigot-API-Patches/0005-Add-getTPS-method.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-API-Patches/0005-Add-getTPS-method.patch -------------------------------------------------------------------------------- /Spigot-API-Patches/0006-Add-async-chunk-load-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-API-Patches/0006-Add-async-chunk-load-API.patch -------------------------------------------------------------------------------- /Spigot-API-Patches/0007-Add-TNT-source-location-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-API-Patches/0007-Add-TNT-source-location-API.patch -------------------------------------------------------------------------------- /Spigot-API-Patches/0008-Check-PaperSpigot-versions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-API-Patches/0008-Check-PaperSpigot-versions.patch -------------------------------------------------------------------------------- /Spigot-API-Patches/0009-Add-FallingBlock-source-location-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-API-Patches/0009-Add-FallingBlock-source-location-API.patch -------------------------------------------------------------------------------- /Spigot-API-Patches/0010-Add-PlayerLocaleChangeEvent.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-API-Patches/0010-Add-PlayerLocaleChangeEvent.patch -------------------------------------------------------------------------------- /Spigot-API-Patches/0011-Add-player-view-distance-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-API-Patches/0011-Add-player-view-distance-API.patch -------------------------------------------------------------------------------- /Spigot-API-Patches/0012-Add-BeaconEffectEvent.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-API-Patches/0012-Add-BeaconEffectEvent.patch -------------------------------------------------------------------------------- /Spigot-API-Patches/0013-Add-PlayerInitialSpawnEvent.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-API-Patches/0013-Add-PlayerInitialSpawnEvent.patch -------------------------------------------------------------------------------- /Spigot-API-Patches/0014-Timings-v2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-API-Patches/0014-Timings-v2.patch -------------------------------------------------------------------------------- /Spigot-API-Patches/0015-Add-Location-support-to-tab-completers-vanilla-featu.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-API-Patches/0015-Add-Location-support-to-tab-completers-vanilla-featu.patch -------------------------------------------------------------------------------- /Spigot-API-Patches/0016-Made-EntityDismountEvent-Cancellable.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-API-Patches/0016-Made-EntityDismountEvent-Cancellable.patch -------------------------------------------------------------------------------- /Spigot-API-Patches/0017-Automatically-disable-plugins-that-fail-to-load.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-API-Patches/0017-Automatically-disable-plugins-that-fail-to-load.patch -------------------------------------------------------------------------------- /Spigot-API-Patches/0018-Expose-server-CommandMap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-API-Patches/0018-Expose-server-CommandMap.patch -------------------------------------------------------------------------------- /Spigot-API-Patches/0019-Graduate-bungeecord-chat-API-from-spigot-subclasses.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-API-Patches/0019-Graduate-bungeecord-chat-API-from-spigot-subclasses.patch -------------------------------------------------------------------------------- /Spigot-API-Patches/0020-Player-Tab-List-and-Title-APIs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-API-Patches/0020-Player-Tab-List-and-Title-APIs.patch -------------------------------------------------------------------------------- /Spigot-API-Patches/0021-Fix-ServerListPingEvent-flagging-as-Async.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-API-Patches/0021-Fix-ServerListPingEvent-flagging-as-Async.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0001-POM-Changes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0001-POM-Changes.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0002-PaperSpigot-config-files.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0002-PaperSpigot-config-files.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0003-mc-dev-imports.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0003-mc-dev-imports.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0004-Vanished-players-don-t-have-rights.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0004-Vanished-players-don-t-have-rights.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0005-Allow-undead-horse-types-to-be-leashed.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0005-Allow-undead-horse-types-to-be-leashed.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0006-Configurable-squid-spawn-ranges.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0006-Configurable-squid-spawn-ranges.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0007-Configurable-damage-multiplier-for-PvP-blocking.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0007-Configurable-damage-multiplier-for-PvP-blocking.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0008-Configurable-cactus-and-reed-natural-growth-heights.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0008-Configurable-cactus-and-reed-natural-growth-heights.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0009-Configurable-baby-zombie-movement-speed.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0009-Configurable-baby-zombie-movement-speed.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0010-Configurable-fishing-time-ranges.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0010-Configurable-fishing-time-ranges.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0011-Allow-nerfed-mobs-to-jump.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0011-Allow-nerfed-mobs-to-jump.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0012-Toggle-for-player-interact-limiter.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0012-Toggle-for-player-interact-limiter.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0013-Player-Exhaustion-Multipliers.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0013-Player-Exhaustion-Multipliers.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0014-Add-configurable-despawn-distances-for-living-entiti.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0014-Add-configurable-despawn-distances-for-living-entiti.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0015-Allow-for-toggling-of-spawn-chunks.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0015-Allow-for-toggling-of-spawn-chunks.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0017-Configurable-speed-for-water-flowing-over-lava.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0017-Configurable-speed-for-water-flowing-over-lava.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0018-Player-affects-spawning-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0018-Player-affects-spawning-API.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0019-Show-PaperSpigot-in-client-crashes-server-lists-and-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0019-Show-PaperSpigot-in-client-crashes-server-lists-and-.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0020-Metrics.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0020-Metrics.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0021-Remove-invalid-mob-spawner-tile-entities.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0021-Remove-invalid-mob-spawner-tile-entities.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0022-Optimize-TileEntity-Ticking.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0022-Optimize-TileEntity-Ticking.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0023-Remove-certain-entities-that-fly-through-unloaded-ch.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0023-Remove-certain-entities-that-fly-through-unloaded-ch.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0024-Configurable-strength-and-weakness-effect-modifiers.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0024-Configurable-strength-and-weakness-effect-modifiers.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0025-Further-improve-server-tick-loop.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0025-Further-improve-server-tick-loop.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0026-Only-refresh-abilities-if-needed.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0026-Only-refresh-abilities-if-needed.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0027-Configurable-game-mechanics-changes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0027-Configurable-game-mechanics-changes.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0028-Add-async-chunk-load-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0028-Add-async-chunk-load-API.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0029-Allow-specified-ItemStacks-to-retain-their-invalid-d.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0029-Allow-specified-ItemStacks-to-retain-their-invalid-d.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0030-Add-TNT-source-location-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0030-Add-TNT-source-location-API.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0031-Prevent-tile-entity-and-entity-crashes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0031-Prevent-tile-entity-and-entity-crashes.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0032-Configurable-top-of-nether-void-damage.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0032-Configurable-top-of-nether-void-damage.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0033-Enderman-drop-the-block-they-re-holding-when-they-di.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0033-Enderman-drop-the-block-they-re-holding-when-they-di.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0034-Check-online-mode-before-converting-and-renaming-pla.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0034-Check-online-mode-before-converting-and-renaming-pla.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0035-Fix-redstone-lag-issues.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0035-Fix-redstone-lag-issues.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0036-Always-tick-falling-blocks.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0036-Always-tick-falling-blocks.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0037-Add-FallingBlock-source-location-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0037-Add-FallingBlock-source-location-API.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0038-Configurable-async-light-updates.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0038-Configurable-async-light-updates.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0039-Optimize-draining.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0039-Optimize-draining.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0040-Toggleable-player-crits-helps-mitigate-hacked-client.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0040-Toggleable-player-crits-helps-mitigate-hacked-client.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0041-Add-PlayerLocaleChangeEvent.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0041-Add-PlayerLocaleChangeEvent.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0042-Fix-jar-being-shaded-multiple-times.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0042-Fix-jar-being-shaded-multiple-times.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0043-Configurable-end-credits-when-leaving-the-end.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0043-Configurable-end-credits-when-leaving-the-end.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0044-Force-load-chunks-for-specific-entities-that-fly-thr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0044-Force-load-chunks-for-specific-entities-that-fly-thr.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0045-Stackable-Buckets.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0045-Stackable-Buckets.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0046-Fix-lag-from-explosions-processing-dead-entities.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0046-Fix-lag-from-explosions-processing-dead-entities.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0047-Generator-Settings.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0047-Generator-Settings.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0048-Configurable-TNT-cannon-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0048-Configurable-TNT-cannon-fix.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0049-FallingBlock-and-TNT-entities-collide-with-specific-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0049-FallingBlock-and-TNT-entities-collide-with-specific-.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0050-Optimize-explosions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0050-Optimize-explosions.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0051-Stop-updating-flowing-block-if-material-has-changed.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0051-Stop-updating-flowing-block-if-material-has-changed.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0052-Fast-draining.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0052-Fast-draining.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0053-Configurable-lava-flow-speed.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0053-Configurable-lava-flow-speed.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0054-Add-player-view-distance-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0054-Add-player-view-distance-API.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0055-Disable-explosion-knockback.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0055-Disable-explosion-knockback.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0056-Disable-thunder.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0056-Disable-thunder.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0057-Disable-ice-and-snow.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0057-Disable-ice-and-snow.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0058-Disable-mood-sounds.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0058-Disable-mood-sounds.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0059-Configurable-mob-spawner-tick-rate.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0059-Configurable-mob-spawner-tick-rate.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0060-Optimize-getCubes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0060-Optimize-getCubes.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0061-ChunkMap-caching.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0061-ChunkMap-caching.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0062-Send-absolute-position-the-first-time-an-entity-is-s.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0062-Send-absolute-position-the-first-time-an-entity-is-s.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0063-Optimize-Spigot-s-Anti-X-Ray.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0063-Optimize-Spigot-s-Anti-X-Ray.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0064-Add-BeaconEffectEvent.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0064-Add-BeaconEffectEvent.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0065-Configurable-container-update-tick-rate.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0065-Configurable-container-update-tick-rate.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0066-Configurable-TNT-explosion-volume.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0066-Configurable-TNT-explosion-volume.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0067-Fix-lava-water-some-times-creating-air-instead-of-co.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0067-Fix-lava-water-some-times-creating-air-instead-of-co.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0068-Use-UserCache-for-player-heads.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0068-Use-UserCache-for-player-heads.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0069-Re-add-Spigot-s-hopper-check-feature.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0069-Re-add-Spigot-s-hopper-check-feature.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0070-Disable-spigot-tick-limiters.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0070-Disable-spigot-tick-limiters.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0071-Don-t-damage-already-dead-ArmorStands.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0071-Don-t-damage-already-dead-ArmorStands.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0072-Bump-thread-count-for-chunk-loading.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0072-Bump-thread-count-for-chunk-loading.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0073-Don-t-create-Region-File-s-when-checking-if-chunk-ex.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0073-Don-t-create-Region-File-s-when-checking-if-chunk-ex.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0074-Don-t-create-a-chunk-just-to-unload-it.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0074-Don-t-create-a-chunk-just-to-unload-it.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0075-EAR-Fix-bug-with-teleporting-entities.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0075-EAR-Fix-bug-with-teleporting-entities.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0076-Add-PlayerInitialSpawnEvent.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0076-Add-PlayerInitialSpawnEvent.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0077-Process-Entity-Chunk-Registration-on-Teleport.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0077-Process-Entity-Chunk-Registration-on-Teleport.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0078-SPIGOT-1387-Resolve-bed-issues-on-unloaded-chunks.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0078-SPIGOT-1387-Resolve-bed-issues-on-unloaded-chunks.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0079-Timings-v2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0079-Timings-v2.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0080-Disable-chest-cat-detection.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0080-Disable-chest-cat-detection.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0081-Ensure-commands-are-not-ran-async.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0081-Ensure-commands-are-not-ran-async.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0082-All-chunks-are-slime-spawn-chunks-toggle.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0082-All-chunks-are-slime-spawn-chunks-toggle.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0083-Speedup-BlockPos-by-fixing-inlining.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0083-Speedup-BlockPos-by-fixing-inlining.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0084-Remove-completely-invalid-Redstone-event-for-Netherr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0084-Remove-completely-invalid-Redstone-event-for-Netherr.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0085-Add-Location-support-to-tab-completers-vanilla-featu.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0085-Add-Location-support-to-tab-completers-vanilla-featu.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0086-Made-EntityDismountEvent-Cancellable.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0086-Made-EntityDismountEvent-Cancellable.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0087-Optimize-Pathfinding.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0087-Optimize-Pathfinding.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0088-Optimize-getBlockData.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0088-Optimize-getBlockData.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0089-Avoid-hopper-searches-if-there-are-no-items.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0089-Avoid-hopper-searches-if-there-are-no-items.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0090-Expose-server-CommandMap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0090-Expose-server-CommandMap.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0091-Fix-FurnaceMinecarts-losing-all-of-their-velocity-on.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0091-Fix-FurnaceMinecarts-losing-all-of-their-velocity-on.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0092-Be-a-bit-more-informative-in-maxHealth-exception.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0092-Be-a-bit-more-informative-in-maxHealth-exception.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0093-Graduate-bungeecord-chat-API-from-spigot-subclasses.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0093-Graduate-bungeecord-chat-API-from-spigot-subclasses.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0094-Player-Tab-List-and-Title-APIs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0094-Player-Tab-List-and-Title-APIs.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0095-Ensure-inv-drag-is-in-bounds.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0095-Ensure-inv-drag-is-in-bounds.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0096-Change-implementation-of-tile-entity-removal-list.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0096-Change-implementation-of-tile-entity-removal-list.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0097-Add-configurable-portal-search-radius.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0097-Add-configurable-portal-search-radius.patch -------------------------------------------------------------------------------- /Spigot-Server-Patches/0098-Add-velocity-warnings.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/Spigot-Server-Patches/0098-Add-velocity-warnings.patch -------------------------------------------------------------------------------- /TacoSpigot-API-Patches/0001-POM-Changes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-API-Patches/0001-POM-Changes.patch -------------------------------------------------------------------------------- /TacoSpigot-API-Patches/0002-Ion-Configuration-Files.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-API-Patches/0002-Ion-Configuration-Files.patch -------------------------------------------------------------------------------- /TacoSpigot-API-Patches/0003-Visual-Settings.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-API-Patches/0003-Visual-Settings.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0001-POM-Changes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0001-POM-Changes.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0002-Ion-Configuration-Files.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0002-Ion-Configuration-Files.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0003-Explosion-Improvements.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0003-Explosion-Improvements.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0004-Visual-Settings.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0004-Visual-Settings.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0005-Fix-Sand-Unloading.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0005-Fix-Sand-Unloading.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0006-Fix-Chunk-Loading.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0006-Fix-Chunk-Loading.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0007-Optimise-Fluids.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0007-Optimise-Fluids.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0008-Reduce-Chunk-Hashing.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0008-Reduce-Chunk-Hashing.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0009-Reduce-Unload-Queue-Complexity.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0009-Reduce-Unload-Queue-Complexity.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0010-Optimise-Chunk-Getting.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0010-Optimise-Chunk-Getting.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0011-Async-Spawn-Chunks.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0011-Async-Spawn-Chunks.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0012-Movement-Cache.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0012-Movement-Cache.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0013-Implement-PandaWire.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0013-Implement-PandaWire.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0014-Faster-Chunk-Entity-List.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0014-Faster-Chunk-Entity-List.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0015-Configurable-Spawners.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0015-Configurable-Spawners.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0016-Disable-Mob-Sounds.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0016-Disable-Mob-Sounds.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0017-Add-Intervals-on-Item-Logic.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0017-Add-Intervals-on-Item-Logic.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0018-Fix-Hopper-Collisions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0018-Fix-Hopper-Collisions.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0019-Remove-TNT-Water-Logic.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0019-Remove-TNT-Water-Logic.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0020-Faster-EntityTracker-Collections.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0020-Faster-EntityTracker-Collections.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0021-Merge-Spawned-Items.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0021-Merge-Spawned-Items.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0022-Nerf-Spawned-Mob-Logic.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0022-Nerf-Spawned-Mob-Logic.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0023-Allow-completely-disabling-pushing.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0023-Allow-completely-disabling-pushing.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0024-Optional-Movement-Entity-Collisions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0024-Optional-Movement-Entity-Collisions.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0025-Lag-Compensated-Ticking.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0025-Lag-Compensated-Ticking.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0026-Lag-Compensated-Potions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0026-Lag-Compensated-Potions.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0027-Smooth-Potting.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0027-Smooth-Potting.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0028-Pearl-Through-Special-Blocks.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0028-Pearl-Through-Special-Blocks.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0029-Merge-Cannoning-Entities.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0029-Merge-Cannoning-Entities.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0030-Configurable-Potions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0030-Configurable-Potions.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0031-Configurable-Hoppers.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0031-Configurable-Hoppers.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0032-Lag-Compensated-Pearls.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0032-Lag-Compensated-Pearls.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0033-Configurable-Golems.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0033-Configurable-Golems.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0034-Column-TNT-Spawning.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0034-Column-TNT-Spawning.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0035-Optimise-Entity-Collisions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0035-Optimise-Entity-Collisions.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0036-Make-Sand-Bypass-Tick-Cap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0036-Make-Sand-Bypass-Tick-Cap.patch -------------------------------------------------------------------------------- /TacoSpigot-Server-Patches/0037-Fast-Cannnon-Entity-Tracker.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/TacoSpigot-Server-Patches/0037-Fast-Cannnon-Entity-Tracker.patch -------------------------------------------------------------------------------- /apply-bukkit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/apply-bukkit.sh -------------------------------------------------------------------------------- /applyPatches.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/applyPatches.sh -------------------------------------------------------------------------------- /clean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/clean.sh -------------------------------------------------------------------------------- /decompile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/decompile.sh -------------------------------------------------------------------------------- /fire-pit/0012-Use-arrays-to-manage-blockstates-saving-memory-and-i.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/fire-pit/0012-Use-arrays-to-manage-blockstates-saving-memory-and-i.patch -------------------------------------------------------------------------------- /generateJar.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/generateJar.sh -------------------------------------------------------------------------------- /init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/init.sh -------------------------------------------------------------------------------- /package.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/package.sh -------------------------------------------------------------------------------- /pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/pom.xml -------------------------------------------------------------------------------- /prepare-build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/prepare-build.sh -------------------------------------------------------------------------------- /rebuildPatches.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/rebuildPatches.sh -------------------------------------------------------------------------------- /remap-nms.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/remap-nms.sh -------------------------------------------------------------------------------- /remap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/remap.sh -------------------------------------------------------------------------------- /start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/start.sh -------------------------------------------------------------------------------- /upstreamMerge.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samsuik/IonSpigot/HEAD/upstreamMerge.sh --------------------------------------------------------------------------------