Compare commits

...

4 Commits

Author SHA1 Message Date
31cdeddda5
remove open ender chest permission from moderator role
due to the bug in the used plugin version (5.1.2), ender chest not displaying contents properly in view-only mode

fixed in 5.1.6 https://github.com/Jikoo/OpenInv/releases/tag/5.1.6
2025-08-08 19:58:26 +03:00
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
2 changed files with 17 additions and 11 deletions

View File

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

View File

@ -477,14 +477,6 @@
"server": "survival"
}
},
{
"type": "permission",
"key": "openinv.enderchest.open.other",
"value": true,
"context": {
"server": "survival"
}
},
{
"type": "permission",
"key": "openinv.inventory.open.other",
@ -609,6 +601,15 @@
}
]
},
"clan_eye": {
"nodes": [
{
"type": "prefix",
"key": "prefix.10.<black>ОКО 👁</black>",
"value": true
}
]
},
"default": {
"nodes": [
{
@ -899,6 +900,11 @@
"key": "skinsrestorer.command.set",
"value": true
},
{
"type": "permission",
"key": "skinsrestorer.command.set.url",
"value": true
},
{
"type": "permission",
"key": "velocity.command.server",
@ -917,10 +923,10 @@
"groups": [
"clan_kam",
"clan_apathy",
"clan_demons"
"clan_eye"
]
},
"staff": {
"roles": {
"groups": [
"role_admin",
"role_moder",