Description
HyRules
A simple, server-side rules screen for Hytale servers. Show a CustomUI window with your rules on player join, let them confirm, and keep join history automatically.
Features
- CustomUI rules window on join (first-time or every join via setting)
- Configurable title, subtitle, body text, and button labels
- Confirm/Exit buttons (Exit disconnects)
- Tracks accepted players in
Joins.json - Admin commands to show the rules again and reload config
Configuration
The config file is rules.yml in the plugin data folder.
title: "Server Rules"
subtitle: "Please read the rules below."
confirm-button: "Confirm"
exit-button: "Exit"
message-accepted: "Rules accepted."
settings-show-all-joins: 0
text:
- "Be respectful to other players."
- "No cheating or exploiting bugs."
- "Have fun!"
Notes:
settings-show-all-joins: 1forces the rules window on every join.- Use a list under
text:or a|block to add multi-line rules.
Commands
/hyrules show— show the rules window to all online players/hyrules reload— reloadrules.ymlandJoins.json
Permissions
hyrules.admin— required for/hyrules showand/hyrules reload
For quick contact with me, please visit my discord server: https://discord.gg/DEAuvG2xDX


