Skip to content

Commit

Permalink
Capitalization on some config signs that was bothering me (0.13.16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bavadin authored Dec 18, 2024
1 parent 9781aaa commit a092398
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 32 deletions.
Original file line number Diff line number Diff line change
@@ -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"}']}}
Original file line number Diff line number Diff line change
@@ -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."}']}}
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}']}}
Loading

0 comments on commit a092398

Please sign in to comment.