Compare commits

...

4 Commits

Author SHA1 Message Date
a58bb892f4
rename track "staff" to "roles" 2025-08-07 00:15:01 +03:00
fb7fa04aca
add "eye" clan 2025-08-06 01:54:31 +03:00
a5ef264d10
fix players' inability to set skins by url 2025-08-06 01:54:09 +03:00
83dcc565d8 Merge pull request 'feature-23-command-whitelist' (#18) from feature-23 into develop
All checks were successful
/ build-docker (push) Successful in 3m48s
Reviewed-on: #18
Reviewed-by: oznobys <oznobys@noreply.localhost>
2025-08-04 15:28:51 +00:00
2 changed files with 17 additions and 3 deletions

View File

@ -403,7 +403,7 @@ auto-install-translations: true
meta-formatting: meta-formatting:
prefix: prefix:
format: format:
- highest_on_track_staff - highest_on_track_roles
- highest_on_track_clans - highest_on_track_clans
duplicates: first-only duplicates: first-only
start-spacer: "<dark_grey>[</dark_grey>" start-spacer: "<dark_grey>[</dark_grey>"

View File

@ -609,6 +609,15 @@
} }
] ]
}, },
"clan_eye": {
"nodes": [
{
"type": "prefix",
"key": "prefix.10.<black>ОКО 👁</black>",
"value": true
}
]
},
"default": { "default": {
"nodes": [ "nodes": [
{ {
@ -899,6 +908,11 @@
"key": "skinsrestorer.command.set", "key": "skinsrestorer.command.set",
"value": true "value": true
}, },
{
"type": "permission",
"key": "skinsrestorer.command.set.url",
"value": true
},
{ {
"type": "permission", "type": "permission",
"key": "velocity.command.server", "key": "velocity.command.server",
@ -917,10 +931,10 @@
"groups": [ "groups": [
"clan_kam", "clan_kam",
"clan_apathy", "clan_apathy",
"clan_demons" "clan_eye"
] ]
}, },
"staff": { "roles": {
"groups": [ "groups": [
"role_admin", "role_admin",
"role_moder", "role_moder",