Shared island progression
One persistent Island XP total and calculated custom level per island, keyed by SuperiorSkyblock2's stable island UUID and synchronized back into its existing displays.
Client project · Paper 1.21
Custom progression systems for a modern Skyblock server.
The project
SS2Integration is a custom Java 21 plugin that replaces SuperiorSkyblock2's normal block-worth progression with shared Island XP. Mining generator blocks, harvesting custom crops, killing mobs, and completing activity requirements all feed one persistent progression system.
It integrates with SuperiorSkyblock2, RoseStacker, ShopGUI+, PlaceholderAPI, and SQLite through supported APIs without modifying or forking any of them.
The challenge
The server needed shared XP and levels, farming and mob rewards, crop and spawner gates, persistent custom crops, farming tools, ShopGUI+ support, progression menus, and extensive configuration.
The difficult part was keeping every system consistent while respecting Minecraft's event order, physics, threading, and client/server behavior.
What I built
One persistent Island XP total and calculated custom level per island, keyed by SuperiorSkyblock2's stable island UUID and synchronized back into its existing displays.
Ten custom crop types use vanilla growth while retaining exact item identity, configurable multi-cycle harvests, custom tools, and state across restarts.
Crops and spawners can require both an island level and shared activity totals, such as 500 Wheat harvested or 250 Zombies killed.
Bukkit deaths and RoseStacker events are reconciled so every logical kill counts exactly once, including mixed-type spawner restrictions.
Transactions match the plugin's persistent item identity, preventing seeds, plantable crops, or ordinary vanilla items from being sold as custom produce.
Native /is farming and /is slayer subcommands open configurable paginated menus, backed by PlaceholderAPI and Adventure/MiniMessage output.
Engineering highlights
Testing & delivery
The automated suite covers progression calculations, persistence, migrations, concurrent updates, item identity, unlock requirements, configuration validation, PlaceholderAPI output, and ShopGUI+ behavior. Live testing covered RoseStacker, Minecraft physics, continuous block breaking, client/server mining differences, and real shop transactions.
Outcome
Built for OmenMC · Client project · 2026
The delivered plugin provides persistent shared progression, custom farming, stack-aware combat tracking, compound farming and slayer requirements, spawner restrictions, economy integration, player menus, and administrator tooling—while continuing to work alongside the server's commercial plugin stack.