Documentation Index
Fetch the complete documentation index at: https://mintlify.com/BG-Software-LLC/SuperiorSkyblock2/llms.txt
Use this file to discover all available pages before exploring further.
Adding the Dependency
The SuperiorSkyblock2 API is available through BG-Software’s Maven repository. Choose your build tool below:Replace
VERSION with the version of SuperiorSkyblock2 you’re targeting. You can find available versions on the BG-Software repository.Plugin Dependencies
Make sure to declare SuperiorSkyblock2 as a dependency in yourplugin.yml:
plugin.yml
softdepend instead:
plugin.yml
Verifying the Setup
Common Issues
ClassNotFoundException
If you getClassNotFoundException at runtime:
- Ensure SuperiorSkyblock2 is installed on your server
- Verify the dependency scope is set to
providedorcompileOnly - Check that SuperiorSkyblock2 loads before your plugin (use
dependin plugin.yml)
Version Mismatch
If you experience compatibility issues:- Match your API version with the SuperiorSkyblock2 plugin version on your server
- Check for deprecation warnings in your code
- Review the changelog for breaking changes
Next Steps
Now that you have the API set up, learn how to use it:- Basic Usage - Common patterns and examples
- API Introduction - Overview of available features