Skip to main content
Force specific UI elements to open or clear.

⚙️ Configuration

clear_title_action

Instantly removes any Title/Subtitle currently on screen.
No configuration needed.

open_book_action

Forces the player to open a written book.
pages
List<String>
Content of the book pages. Supports mini-message.
author
String
default:"Server"
Author name.
title
String
default:"Info"
Book title.

open_sign_action

Opens a sign editor GUI for client-side input.
lines
List<String>
Initial text on the sign lines.

💻 Example Usage

open_book_action:
  title: "Rules"
  author: "Admin"
  pages:
    - "Welcome to the server!"
    - "No griefing allowed."