# SuperiorSkyblock2 ## Docs - [Island Calculation Algorithms](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/advanced/algorithms.md): Customize island calculation, block tracking, and entity tracking algorithms in SuperiorSkyblock2 - [Registering Custom Commands](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/advanced/custom-commands.md): Create custom player and admin commands for SuperiorSkyblock2 using the SuperiorCommand interface - [Database Bridge System](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/advanced/database.md): Learn how to interact with SuperiorSkyblock2's database bridge system for custom data persistence - [Creating Custom Modules](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/advanced/modules.md): Learn how to create custom modules that extend SuperiorSkyblock2 functionality with hot-reload support - [Basic API Usage](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/basic-usage.md): Common patterns and examples for using the SuperiorSkyblock2 API - [Block Events](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/events/block-events.md): Events for block stacking and manipulation in SuperiorSkyblock2 - [Island Events](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/events/island-events.md): Complete reference for island lifecycle, configuration, and management events - [Event System Overview](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/events/overview.md): Comprehensive guide to SuperiorSkyblock2's event system with 110+ events - [Player Events](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/events/player-events.md): Events for player-specific actions, settings, and state changes - [GridManager](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/grid-manager.md): Manage islands, grid operations, and island creation - [API Introduction](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/introduction.md): Overview of the SuperiorSkyblock2 API and its capabilities - [Island](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/island/island.md): Main Island interface for managing islands in SuperiorSkyblock2 - [IslandBank](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/island/island-bank.md): Banking system API for managing island finances - [Island Permissions](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/island/island-permissions.md): Permission system API for managing island access and privileges - [Island Upgrades](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/island/island-upgrades.md): API for managing island upgrades and enhancement levels - [Island Warps](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/island/island-warps.md): API for managing island warps and warp categories - [BlockValuesManager](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/managers/block-values-manager.md): Manage block worth and level values for islands - [CommandsManager](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/managers/commands-manager.md): Register and manage custom commands for the plugin - [FactoriesManager](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/managers/factories-manager.md): Manage and register custom factories for islands, players, banks, and create game objects - [KeysManager](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/managers/keys-manager.md): Manage and create keys for entities, blocks, materials, and items - [MenusManager](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/managers/menus-manager.md): Open and manage all GUI menus in the plugin - [MissionsManager](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/managers/missions-manager.md): Manage missions and mission categories for players and islands - [ModulesManager](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/managers/modules-manager.md): Register and manage plugin modules - [ProvidersManager](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/managers/providers-manager.md): Manage custom providers for spawners, entities, economy, worlds, and more - [RolesManager](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/managers/roles-manager.md): Manage and retrieve player roles for island hierarchies - [SchematicManager](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/managers/schematic-manager.md): Manage island schematics and schematic parsers - [StackedBlocksManager](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/managers/stacked-blocks-manager.md): Manage stacked blocks and their amounts - [UpgradesManager](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/managers/upgrades-manager.md): Manage island upgrades and upgrade cost loaders - [PlayerRole System](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/player/player-roles.md): Understanding and working with player roles in island hierarchies - [SuperiorPlayer](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/player/superior-player.md): The main player wrapper interface for interacting with players in SuperiorSkyblock2 - [PlayersManager](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/players-manager.md): Manage SuperiorPlayer instances and player data - [SettingsManager](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/settings-manager.md): Access plugin configuration settings and values - [API Setup](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/setup.md): Add SuperiorSkyblock2 API to your Maven or Gradle project - [SuperiorSkyblockAPI](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/api/superiorskyblock-api.md): Main API class for accessing SuperiorSkyblock2 managers and utilities - [Islands](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/concepts/islands.md): Understanding the core island system in SuperiorSkyblock2 - [Missions](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/concepts/missions.md): Mission and challenge system for players and islands in SuperiorSkyblock2 - [Modules](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/concepts/modules.md): Module system for extending SuperiorSkyblock2 functionality - [Players](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/concepts/players.md): Player management, roles, and preferences in SuperiorSkyblock2 - [Upgrades](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/concepts/upgrades.md): Island upgrade system and upgrade levels in SuperiorSkyblock2 - [Main Configuration (config.yml)](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/configuration/config.md): Complete reference for the main SuperiorSkyblock2 config.yml file including all settings and options - [Menu Customization](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/configuration/menus.md): Complete guide to customizing GUI menus in SuperiorSkyblock2 including settings, permissions, upgrades, and more - [Configuration Overview](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/configuration/overview.md): Complete guide to configuring SuperiorSkyblock2 including config files, schematics, menus, and permissions - [Permission Nodes](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/configuration/permissions.md): Complete reference of all SuperiorSkyblock2 permission nodes for commands and features - [Island Schematics](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/configuration/schematics.md): Configure island schematics and customization options for SuperiorSkyblock2 - [Block Stacking](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/features/block-stacking.md): Optimize your island with the block stacking system in SuperiorSkyblock2 - [Island Bank](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/features/island-bank.md): Manage your island's shared money storage with the island banking system - [Island Management](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/features/island-management.md): Learn how to create, delete, and manage islands in SuperiorSkyblock2 - [Island Upgrades](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/features/island-upgrades.md): Enhance your island with the powerful upgrade system in SuperiorSkyblock2 - [Missions System](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/features/missions-system.md): Complete challenges and missions to earn rewards in SuperiorSkyblock2 - [Roles & Permissions](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/features/roles-permissions.md): Manage island member roles and permissions in SuperiorSkyblock2 - [Top Islands](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/features/top-islands.md): Compete on the leaderboard and showcase your island in SuperiorSkyblock2 - [Island Warps](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/features/warps.md): Create and manage teleport points on your island with the warp system - [Installation](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/installation.md): Complete guide to installing SuperiorSkyblock2 on your Spigot or Paper server - [Integrations Overview](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/integrations/overview.md): Supported third-party plugin integrations for SuperiorSkyblock2 - [PlaceholderAPI Integration](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/integrations/placeholderapi.md): Use dynamic placeholders to display island and player information - [Vault Economy Integration](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/integrations/vault.md): Economy provider integration for island banking and transactions - [WorldEdit Integration](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/integrations/worldedit.md): Schematic support for island templates via FastAsyncWorldEdit - [Introduction](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/introduction.md): The most optimized Skyblock core on the market - feature-packed and performance-focused - [Quick Start](https://mintlify.wiki/BG-Software-LLC/SuperiorSkyblock2/quickstart.md): Get started with SuperiorSkyblock2 - create your first island and learn essential commands