From a092398316c33cf587c5d8d6593542318141b410 Mon Sep 17 00:00:00 2001 From: Bavadin <115598588+Bavadin@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:30:32 -0800 Subject: [PATCH] Capitalization on some config signs that was bothering me (0.13.16) --- .../boolean_levers/force_food/sign.mcfunction | 2 +- .../use_world_cycles/sign.mcfunction | 2 +- .../config/endermites/sign.mcfunction | 14 +++---- .../random_night_chance/sign.mcfunction | 42 +++++++++---------- .../data/do2/functions/version.mcfunction | 4 +- 5 files changed, 32 insertions(+), 32 deletions(-) diff --git a/Brilliance Datapack/data/do2/functions/scoreboard/config/boolean_levers/force_food/sign.mcfunction b/Brilliance Datapack/data/do2/functions/scoreboard/config/boolean_levers/force_food/sign.mcfunction index 5fb692a3..8cf9207d 100644 --- a/Brilliance Datapack/data/do2/functions/scoreboard/config/boolean_levers/force_food/sign.mcfunction +++ b/Brilliance Datapack/data/do2/functions/scoreboard/config/boolean_levers/force_food/sign.mcfunction @@ -1,3 +1,3 @@ # Force player's saturation and food setblock -535 116 1960 minecraft:oak_wall_sign[facing=north] -data merge block -535 116 1960 {front_text:{has_glowing_text:1b,color:"cyan",messages:['{"text":""}','{"text":"Force player\'s","color":""}','{"text":"Food & Saturation","italic":"true","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/boolean_levers/force_food/display"}}','{"text":"Levels.","italic":"true"}']}} +data merge block -535 116 1960 {front_text:{has_glowing_text:1b,color:"cyan",messages:['{"text":""}','{"text":"Force Player\'s","color":""}','{"text":"Food & Saturation","italic":"true","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/boolean_levers/force_food/display"}}','{"text":"Levels.","italic":"true"}']}} diff --git a/Brilliance Datapack/data/do2/functions/scoreboard/config/boolean_levers/use_world_cycles/sign.mcfunction b/Brilliance Datapack/data/do2/functions/scoreboard/config/boolean_levers/use_world_cycles/sign.mcfunction index e4c1aee3..784402b1 100644 --- a/Brilliance Datapack/data/do2/functions/scoreboard/config/boolean_levers/use_world_cycles/sign.mcfunction +++ b/Brilliance Datapack/data/do2/functions/scoreboard/config/boolean_levers/use_world_cycles/sign.mcfunction @@ -1,3 +1,3 @@ # Use Daylight Cycle setblock -533 116 1960 minecraft:oak_wall_sign[facing=north] -data merge block -533 116 1960 {front_text:{has_glowing_text:1b,color:"cyan",messages:['{"text":"Use both","color":""}','{"text":"Day/Night","italic":"true","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/boolean_levers/use_world_cycles/display"}}','{"text":"Weather","italic":"true"}','{"text":"cycles."}']}} +data merge block -533 116 1960 {front_text:{has_glowing_text:1b,color:"cyan",messages:['{"text":"Use Both","color":""}','{"text":"Day/Night","italic":"true","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/boolean_levers/use_world_cycles/display"}}','{"text":"Weather","italic":"true"}','{"text":"cycles."}']}} diff --git a/Brilliance Datapack/data/do2/functions/scoreboard/config/endermites/sign.mcfunction b/Brilliance Datapack/data/do2/functions/scoreboard/config/endermites/sign.mcfunction index 62c13f6a..be0bee5e 100644 --- a/Brilliance Datapack/data/do2/functions/scoreboard/config/endermites/sign.mcfunction +++ b/Brilliance Datapack/data/do2/functions/scoreboard/config/endermites/sign.mcfunction @@ -6,10 +6,10 @@ setblock -529 115 1952 minecraft:oak_wall_sign[facing=south] execute if score $dungeon do2.config.endermiteCount matches ..0 run scoreboard players set $dungeon do2.config.endermiteCount 0 execute if score $dungeon do2.config.endermiteCount matches 6.. run scoreboard players set $dungeon do2.config.endermiteCount 6 -execute if score $dungeon do2.config.endermiteCount matches 0 run data merge block -529 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"endermite count:"}', '{"color":"#00fcfc","bold":"true","text":"0"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/endermites/display"}}']}} -execute if score $dungeon do2.config.endermiteCount matches 1 run data merge block -529 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"endermite count:"}', '{"color":"#00fcfc","bold":"true","text":"1"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/endermites/display"}}']}} -execute if score $dungeon do2.config.endermiteCount matches 2 run data merge block -529 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"endermite count:"}', '{"color":"#00fcfc","bold":"true","text":"2"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/endermites/display"}}']}} -execute if score $dungeon do2.config.endermiteCount matches 3 run data merge block -529 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"endermite count:"}', '{"color":"#00fcfc","bold":"true","text":"3"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/endermites/display"}}']}} -execute if score $dungeon do2.config.endermiteCount matches 4 run data merge block -529 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"endermite count:"}', '{"color":"#00fcfc","bold":"true","text":"4"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/endermites/display"}}']}} -execute if score $dungeon do2.config.endermiteCount matches 5 run data merge block -529 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"endermite count:"}', '{"color":"#00fcfc","bold":"true","text":"5"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/endermites/display"}}']}} -execute if score $dungeon do2.config.endermiteCount matches 6 run data merge block -529 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"endermite count:"}', '{"color":"#00fcfc","bold":"true","text":"6"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/endermites/display"}}']}} +execute if score $dungeon do2.config.endermiteCount matches 0 run data merge block -529 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Endermite Count:"}', '{"color":"#00fcfc","bold":"true","text":"0"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/endermites/display"}}']}} +execute if score $dungeon do2.config.endermiteCount matches 1 run data merge block -529 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Endermite Count:"}', '{"color":"#00fcfc","bold":"true","text":"1"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/endermites/display"}}']}} +execute if score $dungeon do2.config.endermiteCount matches 2 run data merge block -529 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Endermite Count:"}', '{"color":"#00fcfc","bold":"true","text":"2"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/endermites/display"}}']}} +execute if score $dungeon do2.config.endermiteCount matches 3 run data merge block -529 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Endermite Count:"}', '{"color":"#00fcfc","bold":"true","text":"3"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/endermites/display"}}']}} +execute if score $dungeon do2.config.endermiteCount matches 4 run data merge block -529 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Endermite Count:"}', '{"color":"#00fcfc","bold":"true","text":"4"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/endermites/display"}}']}} +execute if score $dungeon do2.config.endermiteCount matches 5 run data merge block -529 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Endermite Count:"}', '{"color":"#00fcfc","bold":"true","text":"5"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/endermites/display"}}']}} +execute if score $dungeon do2.config.endermiteCount matches 6 run data merge block -529 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Endermite Count:"}', '{"color":"#00fcfc","bold":"true","text":"6"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/endermites/display"}}']}} diff --git a/Brilliance Datapack/data/do2/functions/scoreboard/config/random_night_chance/sign.mcfunction b/Brilliance Datapack/data/do2/functions/scoreboard/config/random_night_chance/sign.mcfunction index 05764477..694e4a03 100644 --- a/Brilliance Datapack/data/do2/functions/scoreboard/config/random_night_chance/sign.mcfunction +++ b/Brilliance Datapack/data/do2/functions/scoreboard/config/random_night_chance/sign.mcfunction @@ -7,24 +7,24 @@ execute if score $dungeon do2.config.nightTimeChance matches 100.. run scoreboar data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF0000","text":"Something went"}', '{"color":"#FF0000","text":"wrong..."}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} -execute if score $dungeon do2.config.nightTimeChance matches 0 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random chance:"}', '{"color":"#FF00FF","text":"for night: §b0%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} -execute if score $dungeon do2.config.nightTimeChance matches 5 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random chance:"}', '{"color":"#FF00FF","text":"for night: §b5%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} -execute if score $dungeon do2.config.nightTimeChance matches 10 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random chance:"}', '{"color":"#FF00FF","text":"for night: §b10%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} -execute if score $dungeon do2.config.nightTimeChance matches 15 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random chance:"}', '{"color":"#FF00FF","text":"for night: §b15%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} -execute if score $dungeon do2.config.nightTimeChance matches 20 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random chance:"}', '{"color":"#FF00FF","text":"for night: §b20%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} -execute if score $dungeon do2.config.nightTimeChance matches 25 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random chance:"}', '{"color":"#FF00FF","text":"for night: §b25%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} -execute if score $dungeon do2.config.nightTimeChance matches 30 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random chance:"}', '{"color":"#FF00FF","text":"for night: §b30%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} -execute if score $dungeon do2.config.nightTimeChance matches 35 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random chance:"}', '{"color":"#FF00FF","text":"for night: §b35%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} -execute if score $dungeon do2.config.nightTimeChance matches 40 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random chance:"}', '{"color":"#FF00FF","text":"for night: §b40%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} -execute if score $dungeon do2.config.nightTimeChance matches 45 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random chance:"}', '{"color":"#FF00FF","text":"for night: §b45%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} -execute if score $dungeon do2.config.nightTimeChance matches 50 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random chance:"}', '{"color":"#FF00FF","text":"for night: §b50%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} -execute if score $dungeon do2.config.nightTimeChance matches 55 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random chance:"}', '{"color":"#FF00FF","text":"for night: §b55%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} -execute if score $dungeon do2.config.nightTimeChance matches 60 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random chance:"}', '{"color":"#FF00FF","text":"for night: §b60%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} -execute if score $dungeon do2.config.nightTimeChance matches 65 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random chance:"}', '{"color":"#FF00FF","text":"for night: §b65%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} -execute if score $dungeon do2.config.nightTimeChance matches 70 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random chance:"}', '{"color":"#FF00FF","text":"for night: §b70%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} -execute if score $dungeon do2.config.nightTimeChance matches 75 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random chance:"}', '{"color":"#FF00FF","text":"for night: §b75%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} -execute if score $dungeon do2.config.nightTimeChance matches 80 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random chance:"}', '{"color":"#FF00FF","text":"for night: §b80%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} -execute if score $dungeon do2.config.nightTimeChance matches 85 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random chance:"}', '{"color":"#FF00FF","text":"for night: §b85%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} -execute if score $dungeon do2.config.nightTimeChance matches 90 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random chance:"}', '{"color":"#FF00FF","text":"for night: §b90%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} -execute if score $dungeon do2.config.nightTimeChance matches 95 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random chance:"}', '{"color":"#FF00FF","text":"for night: §b95%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} -execute if score $dungeon do2.config.nightTimeChance matches 100 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random chance:"}', '{"color":"#FF00FF","text":"for night: §b100%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} +execute if score $dungeon do2.config.nightTimeChance matches 0 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random Chance:"}', '{"color":"#FF00FF","text":"of Night: §b0%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} +execute if score $dungeon do2.config.nightTimeChance matches 5 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random Chance:"}', '{"color":"#FF00FF","text":"of Night: §b5%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} +execute if score $dungeon do2.config.nightTimeChance matches 10 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random Chance:"}', '{"color":"#FF00FF","text":"of Night: §b10%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} +execute if score $dungeon do2.config.nightTimeChance matches 15 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random Chance:"}', '{"color":"#FF00FF","text":"of Night: §b15%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} +execute if score $dungeon do2.config.nightTimeChance matches 20 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random Chance:"}', '{"color":"#FF00FF","text":"of Night: §b20%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} +execute if score $dungeon do2.config.nightTimeChance matches 25 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random Chance:"}', '{"color":"#FF00FF","text":"of Night: §b25%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} +execute if score $dungeon do2.config.nightTimeChance matches 30 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random Chance:"}', '{"color":"#FF00FF","text":"of Night: §b30%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} +execute if score $dungeon do2.config.nightTimeChance matches 35 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random Chance:"}', '{"color":"#FF00FF","text":"of Night: §b35%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} +execute if score $dungeon do2.config.nightTimeChance matches 40 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random Chance:"}', '{"color":"#FF00FF","text":"of Night: §b40%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} +execute if score $dungeon do2.config.nightTimeChance matches 45 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random Chance:"}', '{"color":"#FF00FF","text":"of Night: §b45%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} +execute if score $dungeon do2.config.nightTimeChance matches 50 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random Chance:"}', '{"color":"#FF00FF","text":"of Night: §b50%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} +execute if score $dungeon do2.config.nightTimeChance matches 55 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random Chance:"}', '{"color":"#FF00FF","text":"of Night: §b55%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} +execute if score $dungeon do2.config.nightTimeChance matches 60 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random Chance:"}', '{"color":"#FF00FF","text":"of Night: §b60%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} +execute if score $dungeon do2.config.nightTimeChance matches 65 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random Chance:"}', '{"color":"#FF00FF","text":"of Night: §b65%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} +execute if score $dungeon do2.config.nightTimeChance matches 70 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random Chance:"}', '{"color":"#FF00FF","text":"of Night: §b70%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} +execute if score $dungeon do2.config.nightTimeChance matches 75 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random Chance:"}', '{"color":"#FF00FF","text":"of Night: §b75%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} +execute if score $dungeon do2.config.nightTimeChance matches 80 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random Chance:"}', '{"color":"#FF00FF","text":"of Night: §b80%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} +execute if score $dungeon do2.config.nightTimeChance matches 85 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random Chance:"}', '{"color":"#FF00FF","text":"of Night: §b85%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} +execute if score $dungeon do2.config.nightTimeChance matches 90 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random Chance:"}', '{"color":"#FF00FF","text":"of Night: §b90%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} +execute if score $dungeon do2.config.nightTimeChance matches 95 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random Chance:"}', '{"color":"#FF00FF","text":"of Night: §b95%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} +execute if score $dungeon do2.config.nightTimeChance matches 100 run data merge block -527 115 1952 {front_text: {has_glowing_text: 0b, color: "black", messages: ['{"color":"#00FF00","text":"▲▲ INCREASE ▲▲"}', '{"color":"#FF00FF","text":"Random Chance:"}', '{"color":"#FF00FF","text":"of Night: §b100%"}', '{"color":"#FF0000","text":"▼▼ DECREASE ▼▼","clickEvent":{"action":"run_command","value":"/function do2:scoreboard/config/random_night_chance/display"}}']}} diff --git a/Brilliance Datapack/data/do2/functions/version.mcfunction b/Brilliance Datapack/data/do2/functions/version.mcfunction index 1ed7141a..e16da536 100644 --- a/Brilliance Datapack/data/do2/functions/version.mcfunction +++ b/Brilliance Datapack/data/do2/functions/version.mcfunction @@ -1,3 +1,3 @@ -# DATAPACK VERSION NUMBER: 0.13.15 +# DATAPACK VERSION NUMBER: 0.13.16 -tellraw @s ["",{"text":"The §o§n§aBrilliance Datapack§r's version is: [§b0.13.15§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.13.16§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":"."}]