Skip to content

Commit

Permalink
change: Message colour set to green
Browse files Browse the repository at this point in the history
  • Loading branch information
2mal3 committed Apr 3, 2022
1 parent 3b5a9d5 commit 3548c6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chlo.mc
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ dir core {
# Set the version in format: xx.xx.xx
scoreboard players set $version chlo.data 020101
schedule 4s replace {
tellraw @a [{"text":"Chunk Loader Datapack v2.1.1 by 2mal3 was installed!","color":"blue"}]
tellraw @a [{"text":"Chunk Loader Datapack v2.1.1 by 2mal3 was installed!","color":"green"}]
}
}
execute if score %installed chlo.data matches 1 unless score $version chlo.data matches 020101 run {
Expand Down Expand Up @@ -276,7 +276,7 @@ dir core {
# Deletes the scoreboards
scoreboard objectives remove chlo.data
# Sends an uninstallation message to all players
tellraw @a [{"text":"Chunk Loader Datapack v2.1.1 by 2mal3 was successfully uninstalled."}]
tellraw @a [{"text":"Chunk Loader Datapack v2.1.1 by 2mal3 was successfully uninstalled.","color": "green"}]
# Disables the datapack
datapack disable "file/Chunk-Loader-Datapack"
datapack disable "file/Chunk-Loader-Datapack-v2.1.1"
Expand Down

0 comments on commit 3548c6b

Please sign in to comment.