Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
Moving files to better spots and adding 1.1.0 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenTholen committed Dec 24, 2018
1 parent 2bcd447 commit 45c8495
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
scoreboard players add #tick tick 1
scoreboard players enable @a warpbook
scoreboard players enable @a warpupdatet
execute as @a unless score @s warpupdate matches 1 run scoreboard players set @s warpupdate 0
execute at @a unless score @s warpbook matches 1.. run scoreboard players set @s warpcooldown 0
execute as @a unless score @s warpupdate matches 1 run scoreboard players set @s warpupdate 0
execute as @a if score @s warpupdatet matches 1 run function main:update
#Run the main warping command if a player has pushed the book button
execute as @a if score @s warpbook matches 1.. run function main:warp
Expand Down
File renamed without changes.

0 comments on commit 45c8495

Please sign in to comment.