A lightweight Minecraft plugin that enforces consistent gamerule settings across all worlds permanently.
Features
- Automatically applies configured gamerules:
- To all worlds immediately when running the command
- On world load (perfect for dynamic world systems)
- On server startup
- Customizable messages via messages.yml
- Fully Folia Compatible
- No unnecessary dependencies
Command
/globalgamerule <gamerule> <value>
Sets a gamerule across all worlds. The value is validated:
- Boolean gamerules accept `true` or `false`
- Integer gamerules must be a valid number
Permission
globalgamerule.use - Grants access to the `/globalgamerule` command.