HwaSkyBlock
Kotlin-based SkyBlock plugin for Paper & Spigot servers
[HR]
Features
- Player-owned island system
- Ownership verification
- Island size upgrades
- Modular API
- Lightweight and high-performance
Installation
1. Download the latest JAR from:
GitHub Releases
2. Place it into your
/plugins/ folder
3. Restart the server or use /reload
To use in Gradle project:
Code (Text):
repositories {
maven("https://jitpack.io")
}
dependencies {
implementation("com.github.xodid8881:HwaSkyBlock:v1.0.7")
}
API Usage
Code (Text):
if (HwaSkyBlock.api.hasIsland(player)) {
player.sendMessage("You already have an island.")
}
Code (Text):
HwaSkyBlock.api.upgradeIsland(player, 1, 10)
API Methods
- hasIsland(player: Player): Boolean
- hasOwner(player: Player, islandId: Int): Boolean
- upgradeIsland(player: Player, islandId: Int, plusSize: Int)
Links
GitHub Repository
Download Plugin
[HR]
Thank you for using HwaSkyBlock! Made with ❤️ by xodid8881