A simple Minecraft plugin to display and edit server rules.
A simple and flexible Minecraft Spigot/Paper plugin that allows server administrators to manage and display custom server rules using a rules.yml file.
Perfect for servers that want to provide easily editable in-game or chat-displayed rule messages.
rules.yml file rules.yml on first launch .jar file plugins/ folder rules.yml will be generated in the plugin folderYou can open and edit this file at any time to change your server’s rules.
Main utility class:de.scholle.rules.RulesManager
Key methods:
getRulesText() → Returns the rules text stored in the YAML file setRulesText(String text) → Updates the rules text and saves it loadRules() → Initializes or reloads the rules fileDefault file created:plugins/Rules/rules.yml
Developed by: Scholle
Package: de.scholle.rules
This project is licensed under the Apache License 2.0.
You may use, modify, and distribute it in compliance with the terms of that license.
For more information, see: http://www.apache.org/licenses/LICENSE-2.0