Aller au contenu principal

UI Actions

Force specific UI elements to open or clear.

Configuration

clear_title_action

Instantly removes any Title/Subtitle currently on screen.

info

No configuration needed.

open_book_action

Forces the player to open a written book. pages

"> Content of the book pages. Supports mini-message. authorString

Author name. titleString

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."