Update
This commit is contained in:
		@@ -162,6 +162,13 @@ on respawn:
 | 
			
		||||
        set slot 7 of player's inventory to 1 of chest named "&fKitPVP"
 | 
			
		||||
    stop
 | 
			
		||||
 | 
			
		||||
on death:
 | 
			
		||||
    if player's world is "minigames":
 | 
			
		||||
        remove all items from player
 | 
			
		||||
        set the player's walk speed to 0.2
 | 
			
		||||
        clear {kitpvp.%player%.started}
 | 
			
		||||
        clear drops
 | 
			
		||||
 | 
			
		||||
on quit:
 | 
			
		||||
    if player's world is "minigames":
 | 
			
		||||
        remove all items from player
 | 
			
		||||
@@ -197,10 +204,6 @@ on pickup:
 | 
			
		||||
        if event-item is chest named "&fKitPVP":
 | 
			
		||||
            delete event-entity
 | 
			
		||||
 | 
			
		||||
on death:
 | 
			
		||||
    if player's world is "minigames":
 | 
			
		||||
        clear drops
 | 
			
		||||
 | 
			
		||||
on break:
 | 
			
		||||
    if player's world is "minigames":
 | 
			
		||||
        if {kitpvp.%player%.started} is set:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user