-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f55835f
commit 07a2838
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
Brilliance Datapack/data/do2/functions/scoreboard/triggers/explanation_sign.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
tellraw @s ["",{"text":"§6-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-"}] | ||
tellraw @s ["",{"text":"\n §e§l§nTRIGGER COMMANDS\n"}] | ||
tellraw @s ["",{"text":"Tracked Out offers you 4 unique triggers you can run at any time via the §a§o/trigger §rcommand. Additionally you may click on them here but they will always be available to you to run in chat.\n\nEach one will explain what they do when triggered."}] | ||
tellraw @s ["",{"text":"\n§f[§dABOUT§f]","clickEvent":{"action":"run_command","value":"/trigger do2.trigger.about set 1"},"hoverEvent":{"action":"show_text","contents":{"text":"Click to run the ABOUT trigger."}}},{"text":" §a§o/trigger do2.triggers.about"}] | ||
tellraw @s ["",{"text":"§f[§dCOOP§f]","clickEvent":{"action":"run_command","value":"/trigger do2.trigger.coop set 1"},"hoverEvent":{"action":"show_text","contents":{"text":"Click to run the COOP trigger."}}},{"text":" §a§o/trigger do2.triggers.coop"}] | ||
tellraw @s ["",{"text":"§f[§dSETTINGS§f]","clickEvent":{"action":"run_command","value":"/trigger do2.trigger.settings set 1"},"hoverEvent":{"action":"show_text","contents":{"text":"Click to run the SETTINGS trigger."}}},{"text":" §a§o/trigger do2.triggers.settings"}] | ||
tellraw @s ["",{"text":"§f[§dVANILLA§f]","clickEvent":{"action":"run_command","value":"/trigger do2.trigger.vanilla set 1"},"hoverEvent":{"action":"show_text","contents":{"text":"Click to run the VANILLA trigger."}}},{"text":" §a§o/trigger do2.triggers.vanilla"}] | ||
tellraw @s ["",{"text":"\n§6-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-"}] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# DATAPACK VERSION NUMBER: 0.15.0 | ||
# DATAPACK VERSION NUMBER: 0.15.2 | ||
|
||
tellraw @s ["",{"text":"The §o§n§aBrilliance Datapack§r's version is: [§b0.15.0§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.15.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":"."}] |