UI Actions
Force specific UI elements to open or clear.
Configuration
clear_title_action
Instantly removes any Title/Subtitle currently on screen.
información
No configuration needed.
open_book_action
Forces the player to open a written book. pages
">
Content of the book pages. Supports mini-message.
author — String
Author name.
title — String
Book title.
open_sign_action
Opens a sign editor GUI for client-side input. lines
"> Initial text on the sign lines.
Example Usage
open_book_action:
title: "Rules"
author: "Admin"
pages:
- "Welcome to the server!"
- "No griefing allowed."