Skip to content

Commit

Permalink
Merge pull request #1548 from GiganticMinecraft/setKeepInventory
Browse files Browse the repository at this point in the history
fix: ワールドが作成されてからkeepInventoryを有効にする 
  • Loading branch information
rito528 authored Dec 18, 2023
2 parents ab7a4da + 06348c4 commit a2a8f47
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,15 @@ spec:

- name: RCON_CMDS_STARTUP
value: |-
mv create world_SW NORMAL
mv create world_SW_2 NORMAL
mv create world_SW_nether NETHER
mv create world_SW_the_end END
gamerule keepInventory true
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
mv create world_SW_the_end END
lp group default permission set multiverse.core.list.who true
lp group default permission set multiverse.teleport.* true
lp group default permission set worldedit.wand true
Expand Down

0 comments on commit a2a8f47

Please sign in to comment.