modification on deacoudre
This commit is contained in:
parent
e286446e02
commit
ab971060ac
1 changed files with 3 additions and 2 deletions
5
main.sk
5
main.sk
|
@ -357,14 +357,13 @@ command deacoudre: # dé à coudre
|
|||
broadcast "&aDémarrage de la partie de dé à coudre !"
|
||||
loop all players:
|
||||
teleport loop-player to location at 101.5, 83, -314 in world "world"
|
||||
set gamemode of loop-player to survival
|
||||
set gamemode of loop-player to adventure
|
||||
feed loop-player
|
||||
heal loop-player
|
||||
cure loop-player
|
||||
else:
|
||||
send {@errorMessage}
|
||||
|
||||
|
||||
every 0.5 second in "world": # dé à coudre
|
||||
loop all players:
|
||||
if {thimble} is not true: # dé à coudre
|
||||
|
@ -386,3 +385,5 @@ every 0.5 second in "world": # dé à coudre
|
|||
continue
|
||||
set block at loop-player to wool
|
||||
teleport loop-player to location at 101.5, 83, -314 in world "world"
|
||||
feed loop-player
|
||||
heal loop-player
|
||||
|
|
Loading…
Reference in a new issue