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
2 changed files with 23 additions and 0 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

@ -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",