Initial commit
This commit is contained in:
4
data/tct/functions/calc.mcfunction
Normal file
4
data/tct/functions/calc.mcfunction
Normal file
@@ -0,0 +1,4 @@
|
||||
execute as @a[scores={mt_vote_trigger=1}] run function tct:ayevote
|
||||
execute as @a[scores={mt_vote_trigger=2}] run function tct:novote
|
||||
execute as @a[scores={mt_vote_trigger=1..2}] run clear @s written_book{certified:votebook} 1
|
||||
execute as @a[scores={mt_vote_trigger=1..2}] run scoreboard players reset @s mt_vote_trigger
|
||||
Reference in New Issue
Block a user