dashboard.yml
Admin dashboard GUI file: menu/admin/dashboard.yml.

This is the main navigation hub for the FioTags admin menus.
Purpose
Use this menu to jump into the tag registry, editors, selectors, and utility screens without exposing every edit control at once.
Function
dashboard.yml groups the main admin routes into a single starting screen.
At runtime it is used to:
- Open the tag registry.
- Open language, placeholder, sync, alias, update, preview, and permission menus.
- Open the tag create flow.
- Save changes and reload plugin data.
Structure
dashboard:
title: "<#595959>Admin Menu"
rows: 6
items:
tags: ...
language: ...
placeholders: ...
equipped-tag-sync: ...
command-aliases: ...
update-settings: ...
preview-settings: ...
permissions: ...
create: ...
reload: ...
close: ...
How to Read This Structure
titleis the dashboard label shown at the top of the inventory.rowsdefines the menu height and total slot capacity.itemsis the route map for every admin screen exposed here.- Each route button should be documented with the page it opens so the wiki mirrors the actual navigation flow.
- Use this screen as the admin hub: add new destinations here first, then explain them in their own page.
Key Controls
tagsopens the tag registry list.languageopens the language selector.placeholdersopens the placeholder reference list.equipped-tag-syncopens sync settings.command-aliasesopens command alias editing.update-settingsopens update checker settings.preview-settingsopens preview controls.permissionsopens the permission list.createopens the create flow.reloadsaves and reloads plugin data.closeexits the dashboard.
Actions
The dashboard uses the core navigation action set:
[OPEN]routes to the other admin menus[RELOAD]saves changes and reloads plugin data[CLOSE]exits the inventory[SOUND] UI_BUTTON_CLICK 1 1 masterplays click feedback before navigation
Page note
This page is source-backed and keeps the dashboard focused on menu routing.