-
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.
Fixing typos in some do2.staff messages (0.12.23)
- Loading branch information
Showing
9 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
Brilliance Datapack/data/do2/functions/agronet/shut_down_server.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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
log-event exit-button-pressed 1 | ||
|
||
execute if score $dungeon do2.utility.onServer matches 1 run kick @a[tag=!do2.staff] | ||
execute if score $dungeon do2.utility.onServer matches 1 run tellraw @s ["",{"text":"[§9B§r]: You have the tag [§bdo2.staff§r] and has stopped:\n - §5/kick "},{"selector":"@s","color":"dark_purple"},{"text":"\n§f[§9B§r]: Click "},{"text":"§b[here]","clickEvent":{"action":"run_command","value":"/kick @s"}},{"text":" to run the command anyways."}] | ||
execute if score $dungeon do2.utility.onServer matches 1 run tellraw @s ["",{"text":"[§9B§r]: You have the tag [§bdo2.staff§r], and this has stopped:\n - §5/kick "},{"selector":"@s","color":"dark_purple"},{"text":"\n§f[§9B§r]: Click "},{"text":"§b[here]","clickEvent":{"action":"run_command","value":"/kick @s"}},{"text":" to run the command anyway."}] | ||
|
||
|
||
execute if score $dungeon do2.utility.onServer matches 1 unless entity @a[tag=do2.staff] run stop | ||
execute if score $dungeon do2.utility.onServer matches 1 as @a[tag=do2.staff] run tellraw @s ["",{"text":"[§9B§r]: You have the tag [§bdo2.staff§r] and has stopped:\n - §5/stop\n§f[§9B§r]: Click "},{"text":"§b[here]","clickEvent":{"action":"run_command","value":"/stop"}},{"text":" to run the command anyways."}] | ||
execute if score $dungeon do2.utility.onServer matches 1 as @a[tag=do2.staff] run tellraw @s ["",{"text":"[§9B§r]: You have the tag [§bdo2.staff§r], and this has stopped:\n - §5/stop\n§f[§9B§r]: Click "},{"text":"§b[here]","clickEvent":{"action":"run_command","value":"/stop"}},{"text":" to run the command anyway."}] |
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
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
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
4 changes: 2 additions & 2 deletions
4
...apack/data/do2/functions/scoreboard/config/fresh_runs/display/teleport_killers.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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
execute if score $dungeon do2.config.fr.teleportKillers matches 1 run tellraw @s ["",{"text":"\n§f§lRandomize Killers' Position: "},{"text":"§n§aENABLED"},{"text":" §7§o(Default: ENABLED)\n"},{"text":"§f","clickEvent":{"action":"run_command","value":"/scoreboard players set $dungeon do2.config.fr.teleportKillers 0"}},{"text":" §f","clickEvent":{"action":"run_command","value":"/scoreboard players set $dungeon do2.config.fr.teleportKillers 1"}},{"text":" §f","hoverEvent":{"action":"show_text","contents":"§fRandomize Each §6Ravager §fand §3Warden §fstarting position as if someone else played or the killers had wandered off."}}] | ||
execute if score $dungeon do2.config.fr.teleportKillers matches 0 run tellraw @s ["",{"text":"\n§f§lRandomize Killers' Position: "},{"text":"§n§cDISABLED"},{"text":" §7§o(Default: ENABLED)\n"},{"text":"§f","clickEvent":{"action":"run_command","value":"/scoreboard players set $dungeon do2.config.fr.teleportKillers 0"}},{"text":" §f","clickEvent":{"action":"run_command","value":"/scoreboard players set $dungeon do2.config.fr.teleportKillers 1"}},{"text":" §f","hoverEvent":{"action":"show_text","contents":"§fRandomize Each §6Ravager §fand §3Warden §fstarting position as if someone else played or the killers had wandered off."}}] | ||
execute if score $dungeon do2.config.fr.teleportKillers matches 1 run tellraw @s ["",{"text":"\n§f§lRandomize Killers' Positions: "},{"text":"§n§aENABLED"},{"text":" §7§o(Default: ENABLED)\n"},{"text":"§f","clickEvent":{"action":"run_command","value":"/scoreboard players set $dungeon do2.config.fr.teleportKillers 0"}},{"text":" §f","clickEvent":{"action":"run_command","value":"/scoreboard players set $dungeon do2.config.fr.teleportKillers 1"}},{"text":" §f","hoverEvent":{"action":"show_text","contents":"§fRandomize Each §6Ravager §fand §3Warden §fstarting position as if someone else played or the killers had wandered off."}}] | ||
execute if score $dungeon do2.config.fr.teleportKillers matches 0 run tellraw @s ["",{"text":"\n§f§lRandomize Killers' Positions: "},{"text":"§n§cDISABLED"},{"text":" §7§o(Default: ENABLED)\n"},{"text":"§f","clickEvent":{"action":"run_command","value":"/scoreboard players set $dungeon do2.config.fr.teleportKillers 0"}},{"text":" §f","clickEvent":{"action":"run_command","value":"/scoreboard players set $dungeon do2.config.fr.teleportKillers 1"}},{"text":" §f","hoverEvent":{"action":"show_text","contents":"§fRandomize Each §6Ravager §fand §3Warden §fstarting position as if someone else played or the killers had wandered off."}}] |
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
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
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
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,4 +1,4 @@ | ||
|
||
# DATAPACK VERSION NUMBER: 0.12.22 | ||
# DATAPACK VERSION NUMBER: 0.12.23 | ||
|
||
tellraw @s ["",{"text":"The §o§n§aBrilliance Datapack§r's version is: [§b0.12.22§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.23§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":"."}] |