Compatibility
Minecraft: Java Edition
1.21.x
1.20.6
1.20.4
1.20–1.20.2
1.19.3–1.19.4
1.19–1.19.1
1.18–1.18.1
1.17.x
1.16.4–1.16.5
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Licensed MIT
Published 3 years ago
Updated last week
Changelog
- Ensure all roles are assigned unique levels instead of silently "masking" other roles with the same level
- Send feedback to the player when they are muted and support muting through /msg and /teammsg command
- Allow for roles to inherit overrides from other roles (#22)
"foo": {
"includes": ["bar"]
},
"bar": {}
- Support applying roles to command blocks and functions
"foo": {
"apply": {
"command_block": true,
"function": true
}
}
- Report parsing errors to the player when running /role reload