Update
This commit is contained in:
parent
e01937542f
commit
e1eb3e0d7c
@ -109,7 +109,7 @@ command /kitpvp [<string>] [<string>]:
|
|||||||
|
|
||||||
if {kitpvp.%player%.started} is not set:
|
if {kitpvp.%player%.started} is not set:
|
||||||
heal the player
|
heal the player
|
||||||
|
feed the player
|
||||||
set {kitpvp.%player%.started} to true
|
set {kitpvp.%player%.started} to true
|
||||||
stop
|
stop
|
||||||
else if arg-1 is "end":
|
else if arg-1 is "end":
|
||||||
@ -181,3 +181,8 @@ on region exit:
|
|||||||
if "%event-region%" contains "minigames_kitpvp_":
|
if "%event-region%" contains "minigames_kitpvp_":
|
||||||
remove all items from player
|
remove all items from player
|
||||||
clear {kitpvp.%player%.started}
|
clear {kitpvp.%player%.started}
|
||||||
|
|
||||||
|
on hunger meter change:
|
||||||
|
if player's world is "minigames":
|
||||||
|
wait 1 tick
|
||||||
|
feed the player
|
||||||
|
Loading…
Reference in New Issue
Block a user