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