Bunch of changes, adding functionality requested.
- Added bunch of achievements for democracy - Added currency exchanges - Made voting algorithm more efficient - Added standard meeting hall functionality to the datapack
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
execute as @a[scores={mt_vote_trigger=1}] run function tctvote:ayevote
|
||||
execute as @a[scores={mt_vote_trigger=2}] run function tctvote: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
|
||||
execute as @a[scores={mt_vote_trigger=1..}] run clear @s written_book{certified:votebook} 1
|
||||
execute as @a[scores={mt_vote_trigger=1..}] run scoreboard players reset @s mt_vote_trigger
|
||||
Reference in New Issue
Block a user