Compatibility
Minecraft: Java Edition
1.21β1.21.10
1.20.x
1.19.x
1.18.x
Platforms
Tags
Creators
Details
Licensed Apache-2.0
Published 10 months ago
Updated 9 months ago
π 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.
βοΈ Features
- π§Ύ Loads and manages rules from an external
rules.ymlfile - βοΈ Easily update or replace your server rules
- πΎ Automatically creates a default
rules.ymlon first launch - β‘ Lightweight and efficient β only loads when needed
π Installation
- Download the plugin
.jarfile - Place it inside your serverβs
plugins/folder - Start or reload your server
- A file named
rules.ymlwill be generated in the plugin folder
You can open and edit this file at any time to change your serverβs rules.
π§© Developer Information
Main utility class:
de.scholle.rules.RulesManager
Key methods:
getRulesText()β Returns the rules text stored in the YAML filesetRulesText(String text)β Updates the rules text and saves itloadRules()β Initializes or reloads the rules file
Default file created:
plugins/Rules/rules.yml
π§° Compatibility
- β Works on Spigot, Paper, and Purpur
- π§± Compatible with Minecraft 1.18+
- βοΈ Requires Java 17+
π§βπ» Author
Developed by: Scholle
Package: de.scholle.rules
π License
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


