Skip to content

Commit

Permalink
LEM.Base achievement changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DBTDerpbox committed May 6, 2024
1 parent 95ceb8b commit c6951d9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ userconfig @s test lem.base:heartcosmetic EQUAL _NOTHING_ runCommand userconfig
##Achievements
userconfig @s test lem.base:achievement_ghost EQUAL _NOTHING_ runCommand userconfig @s set lem.base:achievement_ghost false
userconfig @s test lem.base:achievement_mean EQUAL _NOTHING_ runCommand userconfig @s set lem.base:achievement_mean false
userconfig @s test lem.base:achievement_walls EQUAL _NOTHING_ runCommand userconfig @s set lem.base:achievement_walls false

##Run functions for addons
function #lem.base:config/defaults
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,6 @@ bossbar set globalinfo16 name {"translate":"lem.game.roundend"}

##Clear all schedules
schedule function lem.base:game/end/clear/round/run 2t

##Run functions for addons
function #lem.base:game/end/spectate/roundend
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ bossbar set minecraft:globalinfo16 name {"translate":"lem.game.invulnerability.t

##Play Sound
execute if score #Store lem.timer matches 1..3 as @a[tag=ingame] at @s run function lem.base:sound/game/count3

##Run functions for addons
function #lem.base:game/start/invulnerability/count
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
new lobby: /execute in lem.base:the_lobby positioned -332 48 -341 as @a[tag=ingame] if entity @s[distance=62..] run title @s actionbar "OOB"

old lobby: /execute in lem.base:the_lobby positioned -357 62 -380 as @a[tag=ingame] if entity @s[distance=33..] run title @s actionbar "OOB"

0 comments on commit c6951d9

Please sign in to comment.