Skip to content

πŸ“œ 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:

  1. Stop the server
  2. Edit the rules.json file
  3. Add/remove/modify rules (supports hex colors)
  4. Restart the server