Skip to content

Commit

Permalink
Merge pull request #1645 from GiganticMinecraft/fix_world
Browse files Browse the repository at this point in the history
fix world
  • Loading branch information
outductor authored Dec 31, 2023
2 parents e50cf8c + d796f17 commit a5ed1f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
command:
- "sh"
- "-c"
- 'echo "start downloading world data" && wget -qO- "${WORLD_URL}" | tar -xz -C /data && echo "successfully imported world data"'
- 'echo "start downloading world data" && wget -qO- "${WORLD_URL}" | tar -xz -C /data && mv /data/world /data/world_2 && echo "successfully imported world data"'
containers:
- resources:
requests:
Expand Down Expand Up @@ -132,7 +132,7 @@ spec:
value: |-
gamerule keepInventory true
mvm set difficulty peaceful world
rg flag -w world __global__ build deny
rg flag -w world_2 __global__ build deny
lp group default permission set worldedit.selection.pos true
lp group default permission set worldedit.wand true
lp group default permission set worldguard.region.claim true
Expand Down

0 comments on commit a5ed1f6

Please sign in to comment.