preview-settings.yml
Preview settings GUI file: menu/admin/preview-settings.yml.
This menu controls tag preview behavior.
Purpose
Use this page when you need to configure whether preview is enabled, how nametags render, or how chat ghost preview behaves.
Function
preview-settings.yml groups preview switches into one screen.
At runtime it is used to:
- Toggle the main preview feature.
- Toggle right-click preview.
- Edit nametag preview settings.
- Edit chat ghost preview settings.
Structure
preview-settings:
title: "<#595959>Preview Settings"
rows: 6
items:
enabled: ...
right-click: ...
nametag: ...
chat-ghost: ...
back: ...
How to Read This Structure
titlelabels the preview configuration screen.rowsgives the preview toggles and back button enough room to stay readable.itemscontains the toggles that control how tag previews are displayed.- Use this page to explain preview behavior before a server owner changes how tags look in-game.
Key Controls
enabledtoggles the main preview feature.right-clicktoggles right-click preview.nametagopens nametag preview settings.chat-ghostopens chat ghost preview settings.backreturns to the dashboard.
Actions
The preview menu uses the toggle and navigation action set:
[TOGGLE_PREVIEW_ENABLED]toggles preview globally[TOGGLE_RIGHT_CLICK]toggles right-click preview[NAMETAG_SETTINGS]opens nametag preview settings[CHAT_GHOST_SETTINGS]opens chat ghost preview settings- [NAMETAG_DURATION] edits preview duration
[BACK]returns to the dashboard[SOUND] UI_BUTTON_CLICK 1 1 mastergives click feedback
Page note
This page is source-backed and keeps preview behavior in one control panel.