Configuration Guide
Everything in config.yml is customizable. These are the settings most server owners edit first.
Basic Settings
rules-version: Increment to force all players to re-accept the rules when they change.gui-title: Title shown at the top of the rules GUI.accepted-message: Message after a player accepts the rules.rules-updated-message: Message sent when players must re-accept after an update.error-message: Message shown if a player tries to act before accepting.
Accept Button
accept-button.name: Label for the accept button in the GUI.accept-button.item: Item/block used for the accept button (e.g. EMERALD_BLOCK).
Rules List
rules:
- title: "§e1. Rule title"
description: "§7What the rule means"
punishment: "§cPunishment text"
item: ITEM_NAME
title: Display name of the rule (supports color codes).description: Short explanation shown in lore.punishment: Optional consequence shown in lore.item: Minecraft material used as the icon. Use names likeSTICKY_PISTONorDIAMOND_SWORD.- Keep
title,description,punishment, anditemaligned under the same rule entry.
Navigation Buttons
previous-page.name/previous-page.itemnext-page.name/next-page.item
Logs
log-empty-message,log-error-messagelogs-header,logs-footerlogs-player-line: supports{name},{version},{date}logs-page-size,logs-page-line: pagination for/rules logs vX [page]logs-recent-limit,logs-recent-line: control the recent view of/rules logs
Admin Messages
reload-message,no-permission-reloadno-permission-logsrules-invalid-messageshown when the rules menu cannot open because the rules list is invalid.update-check-failed-messageshown to OPs when the latest-version API cannot be reached.usage-message(fallback when a subcommand is wrong)
View Available Commands