Menu Actions
Actions for opening various island-specific menus.
- Control Panel — Generic action, opens any menu by type.
- Shortcuts — Dedicated actions per menu (upgrades, members, bank, warps…).
Generic Open Menu
Open Menu Action
Opens a specific island menu by type.
menuType — IslandMenuType
The type of menu to open.
CONTROL_PANEL: Main dashboardDIMENSIONS: World selectionUPGRADES: Upgrade shopMEMBERS: Member listSETTINGS: Island flagsBANK: Economy interfaceRESEARCH: Tech treeWARPS: Warp listBIOMES: Biome selectorISLAND_TOP: Leaderboards
action:
type: btcsky_open_menu
menuType: BANK
Shortcuts
These actions are shortcuts for specific menus:
| Action ID | Menu |
|---|---|
btcsky_open_control_panel | Main Control Panel |
btcsky_open_dimension_menu | Dimensions |
btcsky_open_upgrades_menu | Upgrades |
btcsky_open_members_menu | Members |
btcsky_open_settings_menu | Settings |
btcsky_open_bank_menu | Bank |
btcsky_open_research_menu | Research Tree |
btcsky_open_warps_menu | Warps |
btcsky_open_biomes_menu | Biomes |
btcsky_open_island_top_menu | Leaderboard |