equipped-tag-sync.yml
Equipped tag sync GUI file: menu/admin/equipped-tag-sync.yml.
This menu controls automatic validation for equipped tags.
Purpose
Use this page when you need to tune when invalid equipped tags are checked and removed.
Function
equipped-tag-sync.yml controls the lifecycle-based validation switches.
At runtime it is used to:
- Toggle the master sync state.
- Toggle join, quit, world-change, death, and respawn checks.
- Control whether unlocked-required validation stays strict.
Structure
equipped-tag-sync:
title: "<#595959>Equipped Tag Sync"
rows: 6
items:
enabled: ...
on-join: ...
on-quit: ...
on-world-change: ...
on-death: ...
on-respawn: ...
validate-unlocked-required: ...
back: ...
How to Read This Structure
titleidentifies the sync settings page.rowsgives the sync options and back button enough room to stay readable.itemscontains the master toggle and each event-specific validation toggle.validate-unlocked-requiredis a separate strictness switch, so explain it as a validation rule rather than a visual option.- Use this page to show how equipped tags are checked across common player events.
Key Controls
enabledtoggles the whole sync system.on-join,on-quit,on-world-change,on-death, andon-respawncontrol event checks.validate-unlocked-requiredcontrols strict unlocked validation.backreturns to the dashboard.
Actions
The sync settings use the toggle action set:
[TOGGLE]flips the selected sync setting[BACK]returns to the dashboard[SOUND] UI_BUTTON_CLICK 1 1 mastergives click feedback
Page note
This page is source-backed and keeps equipped-tag validation under one control panel.