What is the SuperiorSkyblock2 API?
The SuperiorSkyblock2 API is a comprehensive framework for interacting with islands, players, and all core features of the SuperiorSkyblock2 plugin. It provides a rich set of interfaces and managers that allow you to build powerful extensions and integrations.Key Features
The API provides access to:- Island Management - Create, delete, and manage islands programmatically
- Player Wrappers - Enhanced player objects with island-specific data
- Grid System - Access to the island grid and location-based queries
- Block Values - Island worth and level calculations
- Missions & Upgrades - Custom missions and island upgrade systems
- Schematics - Island template management
- Commands - Register custom sub-commands
- And much more - Menus, roles, keys, providers, and settings
API Stability
The API methods are fully documented and will not be removed or changed unless marked as deprecated. This means your code will remain compatible across plugin updates when using the API.
- Full method documentation and type safety
- Backward compatibility between updates
- No breaking changes to your integration
- Access to all public interfaces and managers
API Version
The current API version is 15. You can check the API version programmatically:Getting Started
Ready to start using the API? Continue to the next sections:Support
If you need help or have questions:- Join the Discord server
- Check the GitHub repository
- Review the API source code and JavaDocs