Skip to content

Commit

Permalink
Execute difficulty log events as run owning player (0.12.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bavadin authored Jun 22, 2024
1 parent ae89605 commit 8333875
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ execute as @a[scores={do2.logs.gamestate=1..}] run tellraw @s ["",{"text":"[§9B
scoreboard players set $dungeon do2.run.difficulty 4

# agronet
function do2:agronet/difficulty/deadly
execute as @p[tag=do2.received_shulker] run function do2:agronet/difficulty/deadly
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ execute as @a[scores={do2.logs.gamestate=1..}] run tellraw @s ["",{"text":"[§9B
scoreboard players set $dungeon do2.run.difficulty 5

# agronet
function do2:agronet/difficulty/deepfrost
execute as @p[tag=do2.received_shulker] run function do2:agronet/difficulty/deepfrost
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ execute as @a[scores={do2.logs.gamestate=1..}] run tellraw @s ["",{"text":"[§9B
scoreboard players set $dungeon do2.run.difficulty 1

# agronet
function do2:agronet/difficulty/easy
execute as @p[tag=do2.received_shulker] run function do2:agronet/difficulty/easy
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ execute as @a[scores={do2.logs.gamestate=1..}] run tellraw @s ["",{"text":"[§9B
scoreboard players set $dungeon do2.run.difficulty 3

# agronet
function do2:agronet/difficulty/hard
execute as @p[tag=do2.received_shulker] run function do2:agronet/difficulty/hard
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ execute as @a[scores={do2.logs.gamestate=1..}] run tellraw @s ["",{"text":"[§9B
scoreboard players set $dungeon do2.run.difficulty 2

# agronet
function do2:agronet/difficulty/medium
execute as @p[tag=do2.received_shulker] run function do2:agronet/difficulty/medium
4 changes: 2 additions & 2 deletions Brilliance Datapack/data/do2/functions/version.mcfunction
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

# DATAPACK VERSION NUMBER: 0.12.1
# DATAPACK VERSION NUMBER: 0.12.2

tellraw @s ["",{"text":"The §o§n§aBrilliance Datapack§r's version is: [§b0.12.1§r] Check latest version "},{"text":"§o§b§nhere§r","clickEvent":{"action":"open_url","value":"https://github.com/trackedout/Brilliance/blob/main/Brilliance%20Datapack/data/do2/functions/version.mcfunction"}},{"text":"."}]
tellraw @s ["",{"text":"The §o§n§aBrilliance Datapack§r's version is: [§b0.12.2§r] Check latest version "},{"text":"§o§b§nhere§r","clickEvent":{"action":"open_url","value":"https://github.com/trackedout/Brilliance/blob/main/Brilliance%20Datapack/data/do2/functions/version.mcfunction"}},{"text":"."}]

0 comments on commit 8333875

Please sign in to comment.