Minecraft plugins and SkyBlock systems
Minecraft Plugin Monorepo
Server systems that grow with the players.
Island management and player progression for Paper servers. Multiple plugins share one build foundation.
254Commits
Built, one commit at a time
As of About this number
Counts the commit history of the associated repositories on their default branches. The number includes all contributors up to the date shown.
01 / What it does
A set of Paper plugins, including a SkyBlock implementation, in a shared Gradle repository. I built island management and progression against Minecraft's event-driven server API. Shared build configuration keeps the plugin projects organised together.
02 / What I built
SkyBlock islands and progression
SkyBlock systems connect island management with player progression.
Handle server events deliberately
Event-driven listeners keep blocking work away from the main thread.
Build multiple plugins together
Shared Gradle configuration supports multiple plugin builds.
