View difference between Paste ID: GpRCwvyY and xeNHJuJ6
SHOW: | | - or go back to the newest paste.
1
every second:
2
	if player is holding a pickaxe:
3-
    	if player's lore of tool is "Speed 1":
3+
		if player's lore of tool is "Speed 1":
4
			apply potion of swiftness of tier 1 to player for 2 seconds
5-
        if player's lore of tool is "Speed 2":
5+
		if player's lore of tool is "Speed 2":
6
			apply potion of swiftness of tier 2 to player for 2 seconds
7-
        if player's lore of tool is "Speed 3":
7+
		if player's lore of tool is "Speed 3":
8
			apply potion of swiftness of tier 3 to player for 2 seconds
9-
        if player's lore of tool is "Speed 4":
9+
		if player's lore of tool is "Speed 4":
10
			apply potion of swiftness of tier 4 to player for 2 seconds
11-
        if player's lore of tool is "Speed 5":
11+
		if player's lore of tool is "Speed 5":
12
			apply potion of swiftness of tier 5 to player for 2 seconds