Compare commits
4 Commits
e9a975996d
...
31cdeddda5
Author | SHA1 | Date | |
---|---|---|---|
31cdeddda5 | |||
a58bb892f4 | |||
fb7fa04aca | |||
a5ef264d10 |
@ -15,13 +15,6 @@ RUN touch ${DATA_PATH}/pv-groups.json && \
|
|||||||
ln -sf ${DATA_PATH}/pv-groups.json \
|
ln -sf ${DATA_PATH}/pv-groups.json \
|
||||||
${CONFIG_PATH}/plugins/pv-addon-groups/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}
|
VOLUME ${DATA_PATH}
|
||||||
|
|
||||||
|
|
||||||
|
@ -6,22 +6,6 @@
|
|||||||
"groups": {
|
"groups": {
|
||||||
"role_admin": {
|
"role_admin": {
|
||||||
"nodes": [
|
"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",
|
"type": "permission",
|
||||||
"key": "coreprotect.restore",
|
"key": "coreprotect.restore",
|
||||||
|
Loading…
Reference in New Issue
Block a user