Compare commits
7 Commits
31cdeddda5
...
e9a975996d
Author | SHA1 | Date | |
---|---|---|---|
e9a975996d | |||
e0e65dfae1 | |||
fe9c92e558 | |||
62675bf7aa | |||
f9a03bc26c | |||
86282257f5 | |||
3fa160365c |
@ -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}
|
||||
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user