π Server Rules Configuration β
File Information
π File Location: mods/fof1092_EssentialsPlus/rules.json
π Back to Configuration Overview
The rules.json file contains the server rules displayed to players with the /rules command. This file can be manually edited to customize your server's rules.
Example:
json
{
"version": "1.0",
"rules": [
"<#ffffff>1.</#ffffff> <#11ff00>Be respectful to all players</#11ff00>",
"<#ffffff>2.</#ffffff> <#11ff00>No griefing or destruction</#11ff00>",
"<#ffffff>3.</#ffffff> <#11ff00>No inappropriate language</#11ff00>",
"<#ffffff>4.</#ffffff> <#11ff00>No cheating or hacking</#11ff00>",
"<#ffffff>5.</#ffffff> <#11ff00>Follow moderator instructions</#11ff00>"
]
}Editing:
- Stop the server
- Edit the
rules.jsonfile - Add/remove/modify rules (supports hex colors)
- Restart the server