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"
 | 
					        set slot 7 of player's inventory to 1 of chest named "&fKitPVP"
 | 
				
			||||||
    stop
 | 
					    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:
 | 
					on quit:
 | 
				
			||||||
    if player's world is "minigames":
 | 
					    if player's world is "minigames":
 | 
				
			||||||
        remove all items from player
 | 
					        remove all items from player
 | 
				
			||||||
@@ -197,10 +204,6 @@ on pickup:
 | 
				
			|||||||
        if event-item is chest named "&fKitPVP":
 | 
					        if event-item is chest named "&fKitPVP":
 | 
				
			||||||
            delete event-entity
 | 
					            delete event-entity
 | 
				
			||||||
 | 
					
 | 
				
			||||||
on death:
 | 
					 | 
				
			||||||
    if player's world is "minigames":
 | 
					 | 
				
			||||||
        clear drops
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
on break:
 | 
					on break:
 | 
				
			||||||
    if player's world is "minigames":
 | 
					    if player's world is "minigames":
 | 
				
			||||||
        if {kitpvp.%player%.started} is set:
 | 
					        if {kitpvp.%player%.started} is set:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user