Compare commits

...

7 Commits

Author SHA1 Message Date
e9a975996d
add bmmarker permissions to admin role 2025-08-10 20:45:03 +03:00
e0e65dfae1
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-10 20:43:34 +03:00
fe9c92e558
rename track "staff" to "roles" 2025-08-10 20:43:34 +03:00
62675bf7aa
add "eye" clan 2025-08-10 20:43:34 +03:00
f9a03bc26c
fix players' inability to set skins by url 2025-08-10 20:43:34 +03:00
86282257f5 Merge pull request 'feature-42-fix-unicode' (#19) from feature-42 into develop
All checks were successful
/ build-docker (push) Successful in 9m21s
Reviewed-on: #19
2025-08-06 18:57:22 +00:00
3fa160365c
add unicode locale generation to Dockerfile
before the change, unicode characters were displayed in console as question marks
2025-08-06 21:54:52 +03:00
3 changed files with 40 additions and 11 deletions

View File

@ -15,6 +15,13 @@ RUN touch ${DATA_PATH}/pv-groups.json && \
ln -sf ${DATA_PATH}/pv-groups.json \
${CONFIG_PATH}/plugins/pv-addon-groups/groups.json
# Generate unicode locale so that cyrillic characters display properly
RUN apt-get update -y && apt-get install -y locales && \
echo en_US.UTF-8 UTF-8 > /etc/locale.gen && \
dpkg-reconfigure --frontend=noninteractive locales
ENV LANG en_US.UTF-8
VOLUME ${DATA_PATH}

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

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