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
-
Store roles in an independent database instead of on player data
- This means that roles can now be edited for offline players
-
Fix overrides not being properly applied to players who joined for the first time without any roles
-
Allow permission key overrides with LuckPermissions
For example:
"overrides": {
"permission_keys": {
"foo.*": "allow",
"foo.bar": "deny",
"foo.*.baz": "allow",
"*.baz": "deny"
}
}
- Change parsing of
chat_format
override to properly handle styling of the player's message. For example,"chat_format": "§8<%s§8> §7%s"
would not style the player's message, whereas it now will be correctly styled grey.