TheDocumentation 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.
ProvidersManager allows you to integrate custom providers for various plugin functionalities including spawners, stacked blocks, entities, economy, worlds, and more.
Spawners Provider
getSpawnersProvider
Get the currently used spawners-provider.The current spawners provider instance.
setSpawnersProvider
Set custom spawners provider for the plugin.The spawner provider to set.
Stacked Blocks Provider
getStackedBlocksProvider
Get the currently used stacked-blocks provider.The current stacked-blocks provider instance.
setStackedBlocksProvider
Set a custom stacked-blocks provider for the plugin.The stacked-blocks provider to set.
Entities Providers
getEntitiesProviders
Get the currently used stacked-entities providers.List of all registered entities providers.
addEntitiesProvider
Add a custom entities provider for the plugin.The entities provider to add.
Economy Provider
getEconomyProvider
Get the currently used economy-provider.The current economy provider instance.
setEconomyProvider
Set custom economy provider for the plugin.The economy provider to set.
Bank Economy Provider
getBankEconomyProvider
Get the currently used bank-economy provider.The current bank economy provider instance.
setBankEconomyProvider
Set custom economy provider for the island banks.The economy provider to set.
Worlds Provider
getWorldsProvider
Get the currently used worlds-provider.The current worlds provider instance.
setWorldsProvider
Set a custom worlds provider for the plugin.The worlds provider to set.
Chunks Provider
getChunksProvider
Get the currently used chunks-provider.The current chunks provider instance.
setChunksProvider
Set a custom chunks provider for the plugin.The chunks provider to set.
AFK Providers
getAFKProviders
Get the currently used afk providers.List of all registered AFK providers.
addAFKProvider
Add AFK Provider to the plugin.The afk-provider to add.
Menus Provider
getMenusProvider
Get the currently used menus-provider.The current menus provider instance.
setMenusProvider
Set a new menus-provider to the plugin.The new menus-provider to use.
Permissions Provider
getPermissionsProvider
Get the currently used permissions-provider.The current permissions provider instance.
setPermissionsProvider
Set a new permissions-provider to the plugin.The new permissions-provider to use.
Prices Provider
getPricesProvider
Get the currently used prices-provider.The current prices provider instance.
setPricesProvider
Set a new prices-provider to the plugin.The new prices-provider to use.
Vanish Provider
getVanishProvider
Get the currently used vanish-provider.The current vanish provider instance.
setVanishProvider
Set a new vanish-provider to the plugin.The new vanish-provider to use.
Listener Registration
registerSkinsListener
Register a new skins listener.The new skins listener to register.
unregisterSkinsListener
Unregister a skins listener.The skins listener to unregister.
registerStackedBlocksListener
Register a new stacked-blocks listener.The new stacked-blocks listener to register.
unregisterStackedBlocksListener
Unregister a stacked-blocks listener.The stacked-blocks listener to unregister.
registerWorldsListener
Register a new worlds listener.The new worlds listener to register.
unregisterWorldsListener
Unregister a worlds listener.The worlds listener to unregister.