Skip to content

Commit

Permalink
v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaizerBrumo authored Jun 11, 2023
1 parent 92449c1 commit c9331ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Safeguard anti-cheat B/functions/assets/asset.mcfunction
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#Testing if the function responds
scoreboard players add @a setup_success 0
scoreboard players set @a[scores={setup_success=1}] setup_success 2
scoreboard players set @a[scores={setup_success=0}] setup_success 1
#gametest features
scoreboard players set @a[scores={setup_success=0..}] safeguard:gametest_on 0
scoreboard players set @a[scores={setup_success=1,safeguard:gametest_on=0}] setup_success 2
#Scoreboards
scoreboard players add @a lore_ban 0
scoreboard players add @a end_lock 0
Expand Down

0 comments on commit c9331ce

Please sign in to comment.