Skip to content

Commit

Permalink
fix: trueが抜けていた
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Dec 18, 2023
1 parent 53a79a4 commit 1e0a897
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ spec:
- name: RCON_CMDS_STARTUP
value: |-
gamerule keepInventory true
mv gamerule keepInventory world_SW
mv gamerule keepInventory world_SW_2
mv gamerule keepInventory world_SW_nether
mv gamerule keepInventory world_SW_the_end
mv gamerule keepInventory true world_SW
mv gamerule keepInventory true world_SW_2
mv gamerule keepInventory true world_SW_nether
mv gamerule keepInventory true world_SW_the_end
mv create world_SW NORMAL
mv create world_SW_2 NORMAL
mv create world_SW_nether NETHER
Expand Down

0 comments on commit 1e0a897

Please sign in to comment.