diff --git a/compat_16/data/fzsd/functions/module/health/load.mcfunction b/compat_16/data/fzsd/functions/module/health/load.mcfunction deleted file mode 100644 index 4fe879f..0000000 --- a/compat_16/data/fzsd/functions/module/health/load.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -execute unless data storage fzsd:config fzsd.module.health.display{below_name: 0b} run scoreboard objectives setdisplay below_name fzsd.module.health -execute if data storage fzsd:config fzsd.module.health.display{below_name: 0b} run scoreboard objectives setdisplay below_name -execute unless data storage fzsd:config fzsd.module.health.display{list: 0b} run scoreboard objectives setdisplay list fzsd.module.health -execute if data storage fzsd:config fzsd.module.health.display{list: 0b} run scoreboard objectives setdisplay list - -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已加载组件:玩家血量显示"}] \ No newline at end of file diff --git a/compat_27/data/fzsd/advancements/game_event/on_fished.json b/compat_27/data/fzsd/advancements/game_event/on_fished.json deleted file mode 100644 index 9007dbf..0000000 --- a/compat_27/data/fzsd/advancements/game_event/on_fished.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "fzsd:game_event", - "criteria": { - "on_fished": { - "trigger": "minecraft:fishing_rod_hooked", - "conditions": { - "player": [ - { - "condition": "minecraft:reference", - "name": "fzsd:is_real_player" - } - ], - "item": { - "items": "#fzsd:raw_fishes" - } - } - } - }, - "rewards": { - "function": "fzsd:game_event/advancement/on_fished" - } -} \ No newline at end of file diff --git a/compat_27/data/fzsd/advancements/game_event/on_hurt_entity_with_tools.json b/compat_27/data/fzsd/advancements/game_event/on_hurt_entity_with_tools.json deleted file mode 100644 index 4b6e8d4..0000000 --- a/compat_27/data/fzsd/advancements/game_event/on_hurt_entity_with_tools.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "parent": "fzsd:game_event", - "criteria": { - "on_hurt_entity_with_tools": { - "trigger": "minecraft:player_hurt_entity", - "conditions": { - "player": [ - { - "condition": "minecraft:reference", - "name": "fzsd:is_real_player" - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "equipment": { - "mainhand": { - "items": "#fzsd:tools" - } - } - } - } - ] - } - } - }, - "rewards": { - "function": "fzsd:game_event/advancement/on_hurt_entity_with_tools" - } -} \ No newline at end of file diff --git a/compat_27/data/fzsd/advancements/game_event/on_placed_block/on_placed_liquid.json b/compat_27/data/fzsd/advancements/game_event/on_placed_block/on_placed_liquid.json deleted file mode 100644 index 581d8ff..0000000 --- a/compat_27/data/fzsd/advancements/game_event/on_placed_block/on_placed_liquid.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "parent": "fzsd:game_event/on_placed_block", - "criteria": { - "on_placed_liquid": { - "trigger": "minecraft:placed_block", - "conditions": { - "location": [ - { - "condition": "minecraft:reference", - "name": "fzsd:is_real_player" - }, - { - "condition": "minecraft:location_check", - "predicate": { - "block": { - "blocks": "#fzsd:placed_liquid_ignore" - } - } - } - ] - } - } - }, - "rewards": { - "function": "fzsd:game_event/advancement/on_placed_block/on_placed_liquid" - } -} \ No newline at end of file diff --git a/compat_27/data/fzsd/advancements/game_event/on_placed_block/on_placed_solid.json b/compat_27/data/fzsd/advancements/game_event/on_placed_block/on_placed_solid.json deleted file mode 100644 index 95f3a0d..0000000 --- a/compat_27/data/fzsd/advancements/game_event/on_placed_block/on_placed_solid.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "parent": "fzsd:game_event/on_placed_block", - "criteria": { - "on_placed_solid": { - "trigger": "minecraft:placed_block", - "conditions": { - "location": [ - { - "condition": "minecraft:reference", - "name": "fzsd:is_real_player" - }, - { - "condition": "minecraft:inverted", - "term": - { - "condition": "minecraft:location_check", - "predicate": { - "block": { - "blocks": "#fzsd:placed_liquid_ignore" - } - } - } - } - ] - } - } - }, - "rewards": { - "function": "fzsd:game_event/advancement/on_placed_block/on_placed_solid" - } -} \ No newline at end of file diff --git a/compat_27/data/fzsd/advancements/game_event/on_shears_used_on_entity.json b/compat_27/data/fzsd/advancements/game_event/on_shears_used_on_entity.json deleted file mode 100644 index 3c74dc2..0000000 --- a/compat_27/data/fzsd/advancements/game_event/on_shears_used_on_entity.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "parent": "fzsd:game_event", - "criteria": { - "on_shears_used_on_entity": { - "trigger": "minecraft:player_interacted_with_entity", - "conditions": { - "player": [ - { - "condition": "minecraft:reference", - "name": "fzsd:is_real_player" - } - ], - "entity": { - "type": "#fzsd:shearable" - }, - "item": { - "items": "#fzsd:tool/shears" - } - } - } - }, - "rewards": { - "function": "fzsd:game_event/advancement/on_shears_used_on_entity" - } -} \ No newline at end of file diff --git a/compat_27/data/fzsd/advancements/game_event/on_tools_used_on_block.json b/compat_27/data/fzsd/advancements/game_event/on_tools_used_on_block.json deleted file mode 100644 index fbfe4b2..0000000 --- a/compat_27/data/fzsd/advancements/game_event/on_tools_used_on_block.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "parent": "fzsd:game_event", - "criteria": { - "on_tools_exclude_axes_used_on_block": { - "trigger": "minecraft:item_used_on_block", - "conditions": { - "location": [ - { - "condition": "minecraft:reference", - "name": "fzsd:is_real_player" - }, - { - "condition": "minecraft:any_of", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "items": "#fzsd:tools_exclude_axes" - } - }, - { - "condition": "minecraft:all_of", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "items": "#fzsd:tool/axes" - } - }, - { - "condition": "minecraft:location_check", - "predicate": { - "__comment": "斧子剥树皮会触发两次,所以用目标方块限定只触发一次", - "block": { - "blocks": "#fzsd:stripped_blocks" - } - } - } - ] - } - ] - } - ] - } - } - }, - "rewards": { - "function": "fzsd:game_event/advancement/on_tools_used_on_block" - } -} \ No newline at end of file diff --git a/compat_42/data/fzsd/predicate/sweeper/whitelist.json b/compat_42/data/fzsd/predicate/sweeper/whitelist.json deleted file mode 100644 index 66f9bfe..0000000 --- a/compat_42/data/fzsd/predicate/sweeper/whitelist.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "condition": "minecraft:any_of", - "terms": [ - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "type": "item", - "nbt": "{Item:{id:\"minecraft:minecart\"}}" - } - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "type": "item", - "nbt": "{Item:{id:\"minecraft:hopper_minecart\"}}" - } - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "type": "item", - "nbt": "{Item:{id:\"minecraft:chest_minecart\"}}" - } - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "type": "item", - "nbt": "{Item:{id:\"minecraft:furnace_minecart\"}}" - } - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "type": "item", - "nbt": "{Item:{id:\"minecraft:oak_boat\"}}" - } - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "type": "item", - "nbt": "{Item:{id:\"minecraft:birch_boat\"}}" - } - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "type": "item", - "nbt": "{Item:{id:\"minecraft:acacia_boat\"}}" - } - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "type": "item", - "nbt": "{Item:{id:\"minecraft:cherry_boat\"}}" - } - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "type": "item", - "nbt": "{Item:{id:\"minecraft:jungle_boat\"}}" - } - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "type": "item", - "nbt": "{Item:{id:\"minecraft:spruce_boat\"}}" - } - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "type": "item", - "nbt": "{Item:{id:\"minecraft:mangrove_boat\"}}" - } - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "type": "item", - "nbt": "{Item:{id:\"minecraft:bamboo_raft\"}}" - } - } - ] -} diff --git a/compat_42/data/fzsd/tags/block/stripped_blocks.json b/compat_42/data/fzsd/tags/block/stripped_blocks.json deleted file mode 100644 index 86c9557..0000000 --- a/compat_42/data/fzsd/tags/block/stripped_blocks.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "replace": false, - "values": [ - "minecraft:stripped_acacia_log", - "minecraft:stripped_acacia_wood", - "minecraft:stripped_birch_log", - "minecraft:stripped_birch_wood", - "minecraft:stripped_crimson_hyphae", - "minecraft:stripped_crimson_stem", - "minecraft:stripped_dark_oak_log", - "minecraft:stripped_dark_oak_wood", - "minecraft:stripped_jungle_log", - "minecraft:stripped_jungle_wood", - "minecraft:stripped_oak_log", - "minecraft:stripped_oak_wood", - "minecraft:stripped_spruce_log", - "minecraft:stripped_spruce_wood", - "minecraft:stripped_warped_hyphae", - "minecraft:stripped_warped_stem", - "minecraft:stripped_cherry_log", - "minecraft:stripped_cherry_wood", - "minecraft:stripped_mangrove_log", - "minecraft:stripped_mangrove_wood" - ] -} \ No newline at end of file diff --git a/compat_42/data/fzsd/tags/entity_type/ignore_on_player_killed_entity.json b/compat_42/data/fzsd/tags/entity_type/ignore_on_player_killed_entity.json deleted file mode 100644 index 8206c95..0000000 --- a/compat_42/data/fzsd/tags/entity_type/ignore_on_player_killed_entity.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "replace": false, - "values": [ - "minecraft:armor_stand", - "minecraft:boat", - "minecraft:shulker_bullet", - "minecraft:item_frame", - "minecraft:glow_item_frame", - "minecraft:painting", - "minecraft:end_crystal" - ] -} \ No newline at end of file diff --git a/data/fzsd.extra.bbl/advancements/broke_bedrock.json b/data/fzsd.extra.bbl/advancements/broke_bedrock.json deleted file mode 100644 index 73c2bcd..0000000 --- a/data/fzsd.extra.bbl/advancements/broke_bedrock.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "parent": "fzsd:game_event", - "criteria": { - "broke_bedrock": { - "trigger": "minecraft:tick", - "conditions": { - "player": [ - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.extra.bbl": { - "min": 1 - } - } - } - ] - } - } - }, - "rewards": { - "function": "fzsd.extra.bbl:event/advancement/broke_bedrock" - } -} \ No newline at end of file diff --git a/data/fzsd.extra.bbl/functions/assign/bbl.mcfunction b/data/fzsd.extra.bbl/functions/assign/bbl.mcfunction deleted file mode 100644 index e78bc38..0000000 --- a/data/fzsd.extra.bbl/functions/assign/bbl.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -# 见#fzsd.extra.bbl:event/broke_bedrock -## 如果运行时id不存在则注册运行时id -execute unless score fzsd.module.scoreboard.display.bedrock_broken_count.id fzsd.variable.integer matches 0.. run function fzsd.extra.bbl:display/register_id -scoreboard players operation @s fzsd.module.scoreboard.display.bedrock_broken_count += fzsd.var.score fzsd.variable.integer -scoreboard players operation fzsd.module.scoreboard.total.bedrock_broken_count fzsd.module.scoreboard.assign.general += fzsd.var.score fzsd.variable.integer diff --git a/data/fzsd.extra.bbl/functions/assign/general.mcfunction b/data/fzsd.extra.bbl/functions/assign/general.mcfunction deleted file mode 100644 index 28dcb9a..0000000 --- a/data/fzsd.extra.bbl/functions/assign/general.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -# 见#fzsd.extra.bbl:event/broke_bedrock -team join fzsd.module.scoreboard.display.bedrock_broken_count 总破基岩数 - -scoreboard players operation 总破基岩数 fzsd.module.scoreboard.display.general = fzsd.module.scoreboard.total.bedrock_broken_count fzsd.module.scoreboard.assign.general -scoreboard players operation 总破基岩数 fzsd.module.scoreboard.display.bedrock_broken_count = fzsd.module.scoreboard.total.bedrock_broken_count fzsd.module.scoreboard.assign.general \ No newline at end of file diff --git a/data/fzsd.extra.bbl/functions/clear_data.mcfunction b/data/fzsd.extra.bbl/functions/clear_data.mcfunction deleted file mode 100644 index 0179cc4..0000000 --- a/data/fzsd.extra.bbl/functions/clear_data.mcfunction +++ /dev/null @@ -1,3 +0,0 @@ -# 见#fzsd:module/scoreboard/clear_data -## 清除数据 -scoreboard objectives remove fzsd.module.scoreboard.display.bedrock_broken_count \ No newline at end of file diff --git a/data/fzsd.extra.bbl/functions/display/carousel/set_display.mcfunction b/data/fzsd.extra.bbl/functions/display/carousel/set_display.mcfunction deleted file mode 100644 index 08a52b3..0000000 --- a/data/fzsd.extra.bbl/functions/display/carousel/set_display.mcfunction +++ /dev/null @@ -1,21 +0,0 @@ -# 见./try_display -## 判断颜色代码,见:https://minecraft.fandom.com/zh/wiki/%E6%A0%BC%E5%BC%8F%E5%8C%96%E4%BB%A3%E7%A0%81 -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 0 run scoreboard objectives setdisplay sidebar.team.black fzsd.module.scoreboard.display.bedrock_broken_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 1 run scoreboard objectives setdisplay sidebar.team.dark_blue fzsd.module.scoreboard.display.bedrock_broken_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 2 run scoreboard objectives setdisplay sidebar.team.dark_green fzsd.module.scoreboard.display.bedrock_broken_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 3 run scoreboard objectives setdisplay sidebar.team.dark_aqua fzsd.module.scoreboard.display.bedrock_broken_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 4 run scoreboard objectives setdisplay sidebar.team.dark_red fzsd.module.scoreboard.display.bedrock_broken_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 5 run scoreboard objectives setdisplay sidebar.team.dark_purple fzsd.module.scoreboard.display.bedrock_broken_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 run scoreboard objectives setdisplay sidebar.team.gold fzsd.module.scoreboard.display.bedrock_broken_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 7 run scoreboard objectives setdisplay sidebar.team.gray fzsd.module.scoreboard.display.bedrock_broken_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 8 run scoreboard objectives setdisplay sidebar.team.dark_gray fzsd.module.scoreboard.display.bedrock_broken_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 9 run scoreboard objectives setdisplay sidebar.team.blue fzsd.module.scoreboard.display.bedrock_broken_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 10 run scoreboard objectives setdisplay sidebar.team.green fzsd.module.scoreboard.display.bedrock_broken_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 11 run scoreboard objectives setdisplay sidebar.team.aqua fzsd.module.scoreboard.display.bedrock_broken_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 12 run scoreboard objectives setdisplay sidebar.team.red fzsd.module.scoreboard.display.bedrock_broken_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 13 run scoreboard objectives setdisplay sidebar.team.light_purple fzsd.module.scoreboard.display.bedrock_broken_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 14 run scoreboard objectives setdisplay sidebar.team.yellow fzsd.module.scoreboard.display.bedrock_broken_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 15 run scoreboard objectives setdisplay sidebar.team.white fzsd.module.scoreboard.display.bedrock_broken_count - -## 详细 -execute if score fzsd.logger.level fzsd.variable.integer matches ..300 run tellraw @a [{"nbt": "fzsd.level.fine", "interpret": true, "storage": "fzsd:logger"}, {"text": "已为队伍"}, {"nbt": "fzsd.module.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "显示"}, {"nbt": "text", "interpret": true, "storage": "fzsd.extra.bbl:text"}, {"text": "计分板"}] \ No newline at end of file diff --git a/data/fzsd.extra.bbl/functions/display/carousel/try_display.mcfunction b/data/fzsd.extra.bbl/functions/display/carousel/try_display.mcfunction deleted file mode 100644 index 4d94bbb..0000000 --- a/data/fzsd.extra.bbl/functions/display/carousel/try_display.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ -# 见#fzsd:module/scoreboard/display/carousel/try_display -execute if score fzsd.module.scoreboard.display.current_id fzsd.variable.integer = fzsd.module.scoreboard.display.id.bedrock_broken_count fzsd.variable.integer run function fzsd.extra.bbl:display/carousel/set_display \ No newline at end of file diff --git a/data/fzsd.extra.bbl/functions/display/register_id.mcfunction b/data/fzsd.extra.bbl/functions/display/register_id.mcfunction deleted file mode 100644 index 8035531..0000000 --- a/data/fzsd.extra.bbl/functions/display/register_id.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 见#fzsd:module/scoreboard/display/register_id -#### 如果破基岩榜分数不为0,注册破基岩计分板id -execute if score fzsd.module.scoreboard.total.bedrock_broken_count fzsd.module.scoreboard.assign.general matches 1.. run function #fzsd:calculation/highest_id_add_1 -execute if score fzsd.module.scoreboard.total.bedrock_broken_count fzsd.module.scoreboard.assign.general matches 1.. run scoreboard players operation fzsd.module.scoreboard.display.id.bedrock_broken_count fzsd.variable.integer = fzsd.module.scoreboard.display.highest_id fzsd.variable.integer - -execute if score fzsd.module.scoreboard.total.bedrock_broken_count fzsd.module.scoreboard.assign.general matches 1.. if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "注册"}, {"nbt": "fzsd.module.scoreboard.text.bedrock_broken_count", "interpret": true, "storage": "fzsd:module"}, {"text": "id为:"}, {"score": {"name": "fzsd.module.scoreboard.display.id.bedrock_broken_count", "objective": "fzsd.variable.integer"}}] \ No newline at end of file diff --git a/data/fzsd.extra.bbl/functions/display/set_text/aqua.mcfunction b/data/fzsd.extra.bbl/functions/display/set_text/aqua.mcfunction deleted file mode 100644 index b62046d..0000000 --- a/data/fzsd.extra.bbl/functions/display/set_text/aqua.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 见#fzsd.extra.bbl:display/set_text - -data modify storage fzsd:module fzsd.module.scoreboard.text.bedrock_broken_count set value '{"text": "破基岩榜", "color": "aqua"}' -scoreboard objectives setdisplay sidebar.team.aqua fzsd.module.scoreboard.display.bedrock_broken_count -scoreboard objectives modify fzsd.module.scoreboard.display.bedrock_broken_count displayname {"text": "破基岩榜", "color": "aqua"} -team modify fzsd.module.scoreboard.display.bedrock_broken_count color aqua -team modify fzsd.module.scoreboard.display.bedrock_broken_count displayName {"text": "破基岩榜", "color": "aqua"} diff --git a/data/fzsd.extra.bbl/functions/display/set_text/black.mcfunction b/data/fzsd.extra.bbl/functions/display/set_text/black.mcfunction deleted file mode 100644 index 67b0412..0000000 --- a/data/fzsd.extra.bbl/functions/display/set_text/black.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 见#fzsd.extra.bbl:display/set_text - -data modify storage fzsd:module fzsd.module.scoreboard.text.bedrock_broken_count set value '{"text": "破基岩榜", "color": "black"}' -scoreboard objectives setdisplay sidebar.team.black fzsd.module.scoreboard.display.bedrock_broken_count -scoreboard objectives modify fzsd.module.scoreboard.display.bedrock_broken_count displayname {"text": "破基岩榜", "color": "black"} -team modify fzsd.module.scoreboard.display.bedrock_broken_count color black -team modify fzsd.module.scoreboard.display.bedrock_broken_count displayName {"text": "破基岩榜", "color": "black"} diff --git a/data/fzsd.extra.bbl/functions/display/set_text/blue.mcfunction b/data/fzsd.extra.bbl/functions/display/set_text/blue.mcfunction deleted file mode 100644 index b617ce4..0000000 --- a/data/fzsd.extra.bbl/functions/display/set_text/blue.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 见#fzsd.extra.bbl:display/set_text - -data modify storage fzsd:module fzsd.module.scoreboard.text.bedrock_broken_count set value '{"text": "破基岩榜", "color": "blue"}' -scoreboard objectives setdisplay sidebar.team.blue fzsd.module.scoreboard.display.bedrock_broken_count -scoreboard objectives modify fzsd.module.scoreboard.display.bedrock_broken_count displayname {"text": "破基岩榜", "color": "blue"} -team modify fzsd.module.scoreboard.display.bedrock_broken_count color blue -team modify fzsd.module.scoreboard.display.bedrock_broken_count displayName {"text": "破基岩榜", "color": "blue"} diff --git a/data/fzsd.extra.bbl/functions/display/set_text/dark_aqua.mcfunction b/data/fzsd.extra.bbl/functions/display/set_text/dark_aqua.mcfunction deleted file mode 100644 index 570033a..0000000 --- a/data/fzsd.extra.bbl/functions/display/set_text/dark_aqua.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 见#fzsd.extra.bbl:display/set_text - -data modify storage fzsd:module fzsd.module.scoreboard.text.bedrock_broken_count set value '{"text": "破基岩榜", "color": "dark_aqua"}' -scoreboard objectives setdisplay sidebar.team.dark_aqua fzsd.module.scoreboard.display.bedrock_broken_count -scoreboard objectives modify fzsd.module.scoreboard.display.bedrock_broken_count displayname {"text": "破基岩榜", "color": "dark_aqua"} -team modify fzsd.module.scoreboard.display.bedrock_broken_count color dark_aqua -team modify fzsd.module.scoreboard.display.bedrock_broken_count displayName {"text": "破基岩榜", "color": "dark_aqua"} diff --git a/data/fzsd.extra.bbl/functions/display/set_text/dark_blue.mcfunction b/data/fzsd.extra.bbl/functions/display/set_text/dark_blue.mcfunction deleted file mode 100644 index c5144ba..0000000 --- a/data/fzsd.extra.bbl/functions/display/set_text/dark_blue.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 见#fzsd.extra.bbl:display/set_text - -data modify storage fzsd:module fzsd.module.scoreboard.text.bedrock_broken_count set value '{"text": "破基岩榜", "color": "dark_blue"}' -scoreboard objectives setdisplay sidebar.team.dark_blue fzsd.module.scoreboard.display.bedrock_broken_count -scoreboard objectives modify fzsd.module.scoreboard.display.bedrock_broken_count displayname {"text": "破基岩榜", "color": "dark_blue"} -team modify fzsd.module.scoreboard.display.bedrock_broken_count color dark_blue -team modify fzsd.module.scoreboard.display.bedrock_broken_count displayName {"text": "破基岩榜", "color": "dark_blue"} diff --git a/data/fzsd.extra.bbl/functions/display/set_text/dark_gray.mcfunction b/data/fzsd.extra.bbl/functions/display/set_text/dark_gray.mcfunction deleted file mode 100644 index 30f0f6b..0000000 --- a/data/fzsd.extra.bbl/functions/display/set_text/dark_gray.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 见#fzsd.extra.bbl:display/set_text - -data modify storage fzsd:module fzsd.module.scoreboard.text.bedrock_broken_count set value '{"text": "破基岩榜", "color": "dark_gray"}' -scoreboard objectives setdisplay sidebar.team.dark_gray fzsd.module.scoreboard.display.bedrock_broken_count -scoreboard objectives modify fzsd.module.scoreboard.display.bedrock_broken_count displayname {"text": "破基岩榜", "color": "dark_gray"} -team modify fzsd.module.scoreboard.display.bedrock_broken_count color dark_gray -team modify fzsd.module.scoreboard.display.bedrock_broken_count displayName {"text": "破基岩榜", "color": "dark_gray"} diff --git a/data/fzsd.extra.bbl/functions/display/set_text/dark_green.mcfunction b/data/fzsd.extra.bbl/functions/display/set_text/dark_green.mcfunction deleted file mode 100644 index 960320f..0000000 --- a/data/fzsd.extra.bbl/functions/display/set_text/dark_green.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 见#fzsd.extra.bbl:display/set_text - -data modify storage fzsd:module fzsd.module.scoreboard.text.bedrock_broken_count set value '{"text": "破基岩榜", "color": "dark_green"}' -scoreboard objectives setdisplay sidebar.team.dark_green fzsd.module.scoreboard.display.bedrock_broken_count -scoreboard objectives modify fzsd.module.scoreboard.display.bedrock_broken_count displayname {"text": "破基岩榜", "color": "dark_green"} -team modify fzsd.module.scoreboard.display.bedrock_broken_count color dark_green -team modify fzsd.module.scoreboard.display.bedrock_broken_count displayName {"text": "破基岩榜", "color": "dark_green"} diff --git a/data/fzsd.extra.bbl/functions/display/set_text/dark_purple.mcfunction b/data/fzsd.extra.bbl/functions/display/set_text/dark_purple.mcfunction deleted file mode 100644 index 867aa29..0000000 --- a/data/fzsd.extra.bbl/functions/display/set_text/dark_purple.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 见#fzsd.extra.bbl:display/set_text - -data modify storage fzsd:module fzsd.module.scoreboard.text.bedrock_broken_count set value '{"text": "破基岩榜", "color": "dark_purple"}' -scoreboard objectives setdisplay sidebar.team.dark_purple fzsd.module.scoreboard.display.bedrock_broken_count -scoreboard objectives modify fzsd.module.scoreboard.display.bedrock_broken_count displayname {"text": "破基岩榜", "color": "dark_purple"} -team modify fzsd.module.scoreboard.display.bedrock_broken_count color dark_purple -team modify fzsd.module.scoreboard.display.bedrock_broken_count displayName {"text": "破基岩榜", "color": "dark_purple"} diff --git a/data/fzsd.extra.bbl/functions/display/set_text/dark_red.mcfunction b/data/fzsd.extra.bbl/functions/display/set_text/dark_red.mcfunction deleted file mode 100644 index f6d1509..0000000 --- a/data/fzsd.extra.bbl/functions/display/set_text/dark_red.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 见#fzsd.extra.bbl:display/set_text - -data modify storage fzsd:module fzsd.module.scoreboard.text.bedrock_broken_count set value '{"text": "破基岩榜", "color": "dark_red"}' -scoreboard objectives setdisplay sidebar.team.dark_red fzsd.module.scoreboard.display.bedrock_broken_count -scoreboard objectives modify fzsd.module.scoreboard.display.bedrock_broken_count displayname {"text": "破基岩榜", "color": "dark_red"} -team modify fzsd.module.scoreboard.display.bedrock_broken_count color dark_red -team modify fzsd.module.scoreboard.display.bedrock_broken_count displayName {"text": "破基岩榜", "color": "dark_red"} diff --git a/data/fzsd.extra.bbl/functions/display/set_text/gold.mcfunction b/data/fzsd.extra.bbl/functions/display/set_text/gold.mcfunction deleted file mode 100644 index 5f59b82..0000000 --- a/data/fzsd.extra.bbl/functions/display/set_text/gold.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 见#fzsd.extra.bbl:display/set_text - -data modify storage fzsd:module fzsd.module.scoreboard.text.bedrock_broken_count set value '{"text": "破基岩榜", "color": "gold"}' -scoreboard objectives setdisplay sidebar.team.gold fzsd.module.scoreboard.display.bedrock_broken_count -scoreboard objectives modify fzsd.module.scoreboard.display.bedrock_broken_count displayname {"text": "破基岩榜", "color": "gold"} -team modify fzsd.module.scoreboard.display.bedrock_broken_count color gold -team modify fzsd.module.scoreboard.display.bedrock_broken_count displayName {"text": "破基岩榜", "color": "gold"} diff --git a/data/fzsd.extra.bbl/functions/display/set_text/gray.mcfunction b/data/fzsd.extra.bbl/functions/display/set_text/gray.mcfunction deleted file mode 100644 index c448034..0000000 --- a/data/fzsd.extra.bbl/functions/display/set_text/gray.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 见#fzsd.extra.bbl:display/set_text - -data modify storage fzsd:module fzsd.module.scoreboard.text.bedrock_broken_count set value '{"text": "破基岩榜", "color": "gray"}' -scoreboard objectives setdisplay sidebar.team.gray fzsd.module.scoreboard.display.bedrock_broken_count -scoreboard objectives modify fzsd.module.scoreboard.display.bedrock_broken_count displayname {"text": "破基岩榜", "color": "gray"} -team modify fzsd.module.scoreboard.display.bedrock_broken_count color gray -team modify fzsd.module.scoreboard.display.bedrock_broken_count displayName {"text": "破基岩榜", "color": "gray"} diff --git a/data/fzsd.extra.bbl/functions/display/set_text/green.mcfunction b/data/fzsd.extra.bbl/functions/display/set_text/green.mcfunction deleted file mode 100644 index c2d46e9..0000000 --- a/data/fzsd.extra.bbl/functions/display/set_text/green.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 见#fzsd.extra.bbl:display/set_text - -data modify storage fzsd:module fzsd.module.scoreboard.text.bedrock_broken_count set value '{"text": "破基岩榜", "color": "green"}' -scoreboard objectives setdisplay sidebar.team.green fzsd.module.scoreboard.display.bedrock_broken_count -scoreboard objectives modify fzsd.module.scoreboard.display.bedrock_broken_count displayname {"text": "破基岩榜", "color": "green"} -team modify fzsd.module.scoreboard.display.bedrock_broken_count color green -team modify fzsd.module.scoreboard.display.bedrock_broken_count displayName {"text": "破基岩榜", "color": "green"} diff --git a/data/fzsd.extra.bbl/functions/display/set_text/light_purple.mcfunction b/data/fzsd.extra.bbl/functions/display/set_text/light_purple.mcfunction deleted file mode 100644 index 30cefad..0000000 --- a/data/fzsd.extra.bbl/functions/display/set_text/light_purple.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 见#fzsd.extra.bbl:display/set_text - -data modify storage fzsd:module fzsd.module.scoreboard.text.bedrock_broken_count set value '{"text": "破基岩榜", "color": "light_purple"}' -scoreboard objectives setdisplay sidebar.team.light_purple fzsd.module.scoreboard.display.bedrock_broken_count -scoreboard objectives modify fzsd.module.scoreboard.display.bedrock_broken_count displayname {"text": "破基岩榜", "color": "light_purple"} -team modify fzsd.module.scoreboard.display.bedrock_broken_count color light_purple -team modify fzsd.module.scoreboard.display.bedrock_broken_count displayName {"text": "破基岩榜", "color": "light_purple"} diff --git a/data/fzsd.extra.bbl/functions/display/set_text/red.mcfunction b/data/fzsd.extra.bbl/functions/display/set_text/red.mcfunction deleted file mode 100644 index 1df159f..0000000 --- a/data/fzsd.extra.bbl/functions/display/set_text/red.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 见#fzsd.extra.bbl:display/set_text - -data modify storage fzsd:module fzsd.module.scoreboard.text.bedrock_broken_count set value '{"text": "破基岩榜", "color": "red"}' -scoreboard objectives setdisplay sidebar.team.red fzsd.module.scoreboard.display.bedrock_broken_count -scoreboard objectives modify fzsd.module.scoreboard.display.bedrock_broken_count displayname {"text": "破基岩榜", "color": "red"} -team modify fzsd.module.scoreboard.display.bedrock_broken_count color red -team modify fzsd.module.scoreboard.display.bedrock_broken_count displayName {"text": "破基岩榜", "color": "red"} diff --git a/data/fzsd.extra.bbl/functions/display/set_text/white.mcfunction b/data/fzsd.extra.bbl/functions/display/set_text/white.mcfunction deleted file mode 100644 index c372170..0000000 --- a/data/fzsd.extra.bbl/functions/display/set_text/white.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 见#fzsd.extra.bbl:display/set_text - -data modify storage fzsd:module fzsd.module.scoreboard.text.bedrock_broken_count set value '{"text": "破基岩榜", "color": "white"}' -scoreboard objectives setdisplay sidebar.team.white fzsd.module.scoreboard.display.bedrock_broken_count -scoreboard objectives modify fzsd.module.scoreboard.display.bedrock_broken_count displayname {"text": "破基岩榜", "color": "white"} -team modify fzsd.module.scoreboard.display.bedrock_broken_count color white -team modify fzsd.module.scoreboard.display.bedrock_broken_count displayName {"text": "破基岩榜", "color": "white"} diff --git a/data/fzsd.extra.bbl/functions/display/set_text/yellow.mcfunction b/data/fzsd.extra.bbl/functions/display/set_text/yellow.mcfunction deleted file mode 100644 index cd5d8f2..0000000 --- a/data/fzsd.extra.bbl/functions/display/set_text/yellow.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 见#fzsd.extra.bbl:display/set_text - -data modify storage fzsd:module fzsd.module.scoreboard.text.bedrock_broken_count set value '{"text": "破基岩榜", "color": "yellow"}' -scoreboard objectives setdisplay sidebar.team.yellow fzsd.module.scoreboard.display.bedrock_broken_count -scoreboard objectives modify fzsd.module.scoreboard.display.bedrock_broken_count displayname {"text": "破基岩榜", "color": "yellow"} -team modify fzsd.module.scoreboard.display.bedrock_broken_count color yellow -team modify fzsd.module.scoreboard.display.bedrock_broken_count displayName {"text": "破基岩榜", "color": "yellow"} diff --git a/data/fzsd.extra.bbl/functions/event/advancement/broke_bedrock.mcfunction b/data/fzsd.extra.bbl/functions/event/advancement/broke_bedrock.mcfunction deleted file mode 100644 index cb3c1d5..0000000 --- a/data/fzsd.extra.bbl/functions/event/advancement/broke_bedrock.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 见advancements/fzsd.extra.bbl:broke_bedrock -## 排除假人并触发事件 -execute if predicate fzsd:is_real_player run function fzsd.extra.bbl:event/player/broke_bedrock - -## 重置事件 -scoreboard players set @s fzsd.extra.bbl 0 -advancement revoke @s only fzsd.extra.bbl:broke_bedrock \ No newline at end of file diff --git a/data/fzsd.extra.bbl/functions/event/player/broke_bedrock.mcfunction b/data/fzsd.extra.bbl/functions/event/player/broke_bedrock.mcfunction deleted file mode 100644 index 747f7aa..0000000 --- a/data/fzsd.extra.bbl/functions/event/player/broke_bedrock.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 见../advancement/broke_bedrock -## 详细 -execute if score fzsd.logger.level fzsd.variable.integer matches ..300 run tellraw @a [{"nbt": "fzsd.level.fine", "interpret": true, "storage": "fzsd:logger"}, {"text": "事件已触发:玩家"}, {"selector": "@s"}, {"text": "破基岩"}] - -scoreboard players operation fzsd.var.score fzsd.variable.integer = @s fzsd.extra.bbl -function #fzsd.extra.bbl:event/broke_bedrock \ No newline at end of file diff --git a/data/fzsd.extra.bbl/functions/install.mcfunction b/data/fzsd.extra.bbl/functions/install.mcfunction deleted file mode 100644 index e9ca10c..0000000 --- a/data/fzsd.extra.bbl/functions/install.mcfunction +++ /dev/null @@ -1,11 +0,0 @@ -# 应在原模块安装时一并安装模块扩展,见#fzsd:module/scoreboard/install -## 同时应在加载时检测是否需要重新安装,见./try_install -## 添加底层实现计分板 -scoreboard objectives add fzsd.extra.bbl dummy -## 添加显示计分板 -scoreboard objectives add fzsd.module.scoreboard.display.bedrock_broken_count dummy -## 添加计分板订阅队伍 -team add fzsd.module.scoreboard.display.bedrock_broken_count -## 设为已安装 -data modify storage fzsd:install fzsd.extra.bbl set value 1b -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已安装扩展:破基岩榜"}] \ No newline at end of file diff --git a/data/fzsd.extra.bbl/functions/interactor/display.mcfunction b/data/fzsd.extra.bbl/functions/interactor/display.mcfunction deleted file mode 100644 index efae1ea..0000000 --- a/data/fzsd.extra.bbl/functions/interactor/display.mcfunction +++ /dev/null @@ -1,3 +0,0 @@ -# 见#fzsd:module/scoreboard/interactor/display -## 当破基岩榜分数不为0时向玩家显示按钮 -execute if data storage fzsd:install fzsd.extra{bbl:1b} if score fzsd.module.scoreboard.total.bedrock_broken_count fzsd.module.scoreboard.assign.general matches 1.. run tellraw @s [{"text": "[", "color": "dark_gray", "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1210"}, "hoverEvent": {"action": "show_text", "contents": {"nbt": "text", "interpret": true, "storage": "fzsd.extra.bbl:text"}}}, {"nbt": "fzsd.module.scoreboard.text.bedrock_broken_count", "interpret": true, "storage": "fzsd:module"}, {"text": "]"}] \ No newline at end of file diff --git a/data/fzsd.extra.bbl/functions/interactor/on_click.mcfunction b/data/fzsd.extra.bbl/functions/interactor/on_click.mcfunction deleted file mode 100644 index 4edfcba..0000000 --- a/data/fzsd.extra.bbl/functions/interactor/on_click.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ -# 见#fzsd:module/scoreboard/interactor/on_click -execute if score @s fzsd.module.interactor.trigger matches -1210 run function fzsd.extra.bbl:interactor/subscribe \ No newline at end of file diff --git a/data/fzsd.extra.bbl/functions/interactor/subscribe.mcfunction b/data/fzsd.extra.bbl/functions/interactor/subscribe.mcfunction deleted file mode 100644 index e23d74f..0000000 --- a/data/fzsd.extra.bbl/functions/interactor/subscribe.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 见./on_click - -team join fzsd.module.scoreboard.display.bedrock_broken_count @s - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "玩家"}, {"selector": "@s"}, {"text": "订阅了"}, {"nbt": "text", "interpret": true, "storage": "fzsd.extra.bbl:text"}, {"text": "计分板"}] \ No newline at end of file diff --git a/data/fzsd.extra.bbl/functions/load.mcfunction b/data/fzsd.extra.bbl/functions/load.mcfunction deleted file mode 100644 index 01f7062..0000000 --- a/data/fzsd.extra.bbl/functions/load.mcfunction +++ /dev/null @@ -1,3 +0,0 @@ -execute if data storage fzsd:install fzsd.extra{bbl:1b} if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"text": "", "color": "green"}, {"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "fzsd.module.scoreboard.display.bedrock_broken_count - "}, {"nbt": "fzsd.module.scoreboard.text.bedrock_broken_count", "interpret": true, "storage": "fzsd:module"}] - -execute if data storage fzsd:install fzsd.extra{bbl:1b} if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已加载扩展:破基岩榜"}] \ No newline at end of file diff --git a/data/fzsd.extra.bbl/functions/try_install.mcfunction b/data/fzsd.extra.bbl/functions/try_install.mcfunction deleted file mode 100644 index 0de8870..0000000 --- a/data/fzsd.extra.bbl/functions/try_install.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ -# 扩展现有的模块时,应在加载时检测是否需要安装,见#fzsd:module/scoreboard/load -execute unless data storage fzsd:install fzsd.extra{bbl: 1b} run function fzsd.extra.bbl:install \ No newline at end of file diff --git a/data/fzsd.extra.bbl/functions/uninstall.mcfunction b/data/fzsd.extra.bbl/functions/uninstall.mcfunction deleted file mode 100644 index 1734f86..0000000 --- a/data/fzsd.extra.bbl/functions/uninstall.mcfunction +++ /dev/null @@ -1,8 +0,0 @@ -# 见#fzsd:module/scoreboard/uninstall -## 移除底层实现计分板 -scoreboard objectives remove fzsd.extra.bbl -## 移除计分板订阅队伍 -team remove fzsd.module.scoreboard.display.bedrock_broken_count -## 设为已卸载 -data modify storage fzsd:install fzsd.extra.bbl set value 0b -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已卸载扩展:破基岩榜"}] \ No newline at end of file diff --git a/data/fzsd.extra.bbl/tags/functions/display/set_text.json b/data/fzsd.extra.bbl/tags/functions/display/set_text.json deleted file mode 100644 index e21b375..0000000 --- a/data/fzsd.extra.bbl/tags/functions/display/set_text.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd.extra.bbl:display/set_text/dark_gray" - ] -} \ No newline at end of file diff --git a/data/fzsd.extra.bbl/tags/functions/event/broke_bedrock.json b/data/fzsd.extra.bbl/tags/functions/event/broke_bedrock.json deleted file mode 100644 index 909f494..0000000 --- a/data/fzsd.extra.bbl/tags/functions/event/broke_bedrock.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd.extra.bbl:assign/bbl", - "fzsd.extra.bbl:assign/general" - ] -} \ No newline at end of file diff --git a/data/fzsd/advancements/game_event.json b/data/fzsd/advancements/game_event.json deleted file mode 100644 index e7279b2..0000000 --- a/data/fzsd/advancements/game_event.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "criteria": { - "root":{ - "trigger": "minecraft:impossible" - } - } -} \ No newline at end of file diff --git a/data/fzsd/advancements/game_event/on_aviate_one_meter.json b/data/fzsd/advancements/game_event/on_aviate_one_meter.json deleted file mode 100644 index 8eaf973..0000000 --- a/data/fzsd/advancements/game_event/on_aviate_one_meter.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "parent": "fzsd:game_event", - "criteria": { - "on_aviate_one_meter": { - "trigger": "minecraft:tick", - "conditions": { - "player": [ - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.aviating_distance": { - "min": 200 - } - } - } - ] - } - } - }, - "rewards": { - "function": "fzsd:game_event/advancement/on_aviate_one_meter" - } -} \ No newline at end of file diff --git a/data/fzsd/advancements/game_event/on_dead.json b/data/fzsd/advancements/game_event/on_dead.json deleted file mode 100644 index 1bfff19..0000000 --- a/data/fzsd/advancements/game_event/on_dead.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "parent": "fzsd:game_event", - "criteria": { - "on_dead": { - "trigger": "minecraft:tick", - "conditions": { - "player": [ - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.death_count": { - "min": 1 - } - } - } - ] - } - } - }, - "rewards": { - "function": "fzsd:game_event/advancement/on_dead" - } -} \ No newline at end of file diff --git a/data/fzsd/advancements/game_event/on_entered_nether_portal.json b/data/fzsd/advancements/game_event/on_entered_nether_portal.json deleted file mode 100644 index d65ae5e..0000000 --- a/data/fzsd/advancements/game_event/on_entered_nether_portal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "fzsd:game_event", - "criteria": { - "on_entered_nether_portal": { - "trigger": "minecraft:changed_dimension", - "conditions": { - "player": [ - { - "condition": "minecraft:reference", - "name": "fzsd:is_real_player" - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "location": { - "block": { - "blocks": [ - "minecraft:nether_portal" - ] - } - } - } - } - ] - } - } - }, - "rewards": { - "function": "fzsd:game_event/advancement/on_entered_nether_portal" - } -} \ No newline at end of file diff --git a/data/fzsd/advancements/game_event/on_fished.json b/data/fzsd/advancements/game_event/on_fished.json deleted file mode 100644 index 62e505b..0000000 --- a/data/fzsd/advancements/game_event/on_fished.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "fzsd:game_event", - "criteria": { - "on_fished": { - "trigger": "minecraft:fishing_rod_hooked", - "conditions": { - "player": [ - { - "condition": "minecraft:reference", - "name": "fzsd:is_real_player" - } - ], - "item": { - "tag": "fzsd:raw_fishes" - } - } - } - }, - "rewards": { - "function": "fzsd:game_event/advancement/on_fished" - } -} \ No newline at end of file diff --git a/data/fzsd/advancements/game_event/on_hurt_entity_with_tools.json b/data/fzsd/advancements/game_event/on_hurt_entity_with_tools.json deleted file mode 100644 index d14403d..0000000 --- a/data/fzsd/advancements/game_event/on_hurt_entity_with_tools.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "parent": "fzsd:game_event", - "criteria": { - "on_hurt_entity_with_tools": { - "trigger": "minecraft:player_hurt_entity", - "conditions": { - "player": [ - { - "condition": "minecraft:reference", - "name": "fzsd:is_real_player" - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "equipment": { - "mainhand": { - "tag": "fzsd:tools" - } - } - } - } - ] - } - } - }, - "rewards": { - "function": "fzsd:game_event/advancement/on_hurt_entity_with_tools" - } -} \ No newline at end of file diff --git a/data/fzsd/advancements/game_event/on_killed_mob_or_player.json b/data/fzsd/advancements/game_event/on_killed_mob_or_player.json deleted file mode 100644 index e9982f5..0000000 --- a/data/fzsd/advancements/game_event/on_killed_mob_or_player.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "parent": "fzsd:game_event", - "criteria": { - "on_killed_mob_or_player": { - "trigger": "minecraft:player_killed_entity", - "conditions": { - "player": [ - { - "condition": "minecraft:reference", - "name": "fzsd:is_real_player" - } - ], - "entity": [ - { - "condition": "minecraft:inverted", - "term": { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "type": "#fzsd:ignore_on_player_killed_entity" - } - } - } - ], - "killing_blow": { - "bypasses_invulnerability": false - } - } - } - }, - "rewards": { - "function": "fzsd:game_event/advancement/on_killed_mob_or_player" - } -} \ No newline at end of file diff --git a/data/fzsd/advancements/game_event/on_login.json b/data/fzsd/advancements/game_event/on_login.json deleted file mode 100644 index a66109b..0000000 --- a/data/fzsd/advancements/game_event/on_login.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "parent": "fzsd:game_event", - "criteria": { - "on_login": { - "trigger": "tick", - "conditions": { - "player": [ - { - "condition": "minecraft:inverted", - "term": { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.leave_game": { - "max": 0 - } - } - } - } - ] - } - } - }, - "rewards": { - "function": "fzsd:game_event/advancement/on_login" - } -} \ No newline at end of file diff --git a/data/fzsd/advancements/game_event/on_piglin_trade.json b/data/fzsd/advancements/game_event/on_piglin_trade.json deleted file mode 100644 index e044092..0000000 --- a/data/fzsd/advancements/game_event/on_piglin_trade.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "parent": "fzsd:game_event", - "criteria": { - "on_piglin_trade": { - "trigger": "minecraft:thrown_item_picked_up_by_entity", - "conditions": { - "player": [ - { - "condition": "minecraft:reference", - "name": "fzsd:is_real_player" - } - ], - "entity": { - "type": "minecraft:piglin", - "flags": { - "is_baby": false - } - } - } - } - }, - "rewards": { - "function": "fzsd:game_event/advancement/on_piglin_trade" - } -} \ No newline at end of file diff --git a/data/fzsd/advancements/game_event/on_placed_block.json b/data/fzsd/advancements/game_event/on_placed_block.json deleted file mode 100644 index 8e6656c..0000000 --- a/data/fzsd/advancements/game_event/on_placed_block.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "parent": "fzsd:game_event", - "criteria": { - "on_placed_block": { - "trigger": "minecraft:placed_block", - "conditions": { - "location": [ - { - "condition": "minecraft:reference", - "name": "fzsd:is_real_player" - } - ] - } - } - }, - "rewards": { - "function": "fzsd:game_event/advancement/on_placed_block" - } -} \ No newline at end of file diff --git a/data/fzsd/advancements/game_event/on_placed_block/on_placed_liquid.json b/data/fzsd/advancements/game_event/on_placed_block/on_placed_liquid.json deleted file mode 100644 index 8081728..0000000 --- a/data/fzsd/advancements/game_event/on_placed_block/on_placed_liquid.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "parent": "fzsd:game_event/on_placed_block", - "criteria": { - "on_placed_liquid": { - "trigger": "minecraft:placed_block", - "conditions": { - "location": [ - { - "condition": "minecraft:reference", - "name": "fzsd:is_real_player" - }, - { - "condition": "minecraft:location_check", - "predicate": { - "block": { - "tag": "fzsd:placed_liquid_ignore" - } - } - } - ] - } - } - }, - "rewards": { - "function": "fzsd:game_event/advancement/on_placed_block/on_placed_liquid" - } -} \ No newline at end of file diff --git a/data/fzsd/advancements/game_event/on_placed_block/on_placed_solid.json b/data/fzsd/advancements/game_event/on_placed_block/on_placed_solid.json deleted file mode 100644 index 7460262..0000000 --- a/data/fzsd/advancements/game_event/on_placed_block/on_placed_solid.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "parent": "fzsd:game_event/on_placed_block", - "criteria": { - "on_placed_solid": { - "trigger": "minecraft:placed_block", - "conditions": { - "location": [ - { - "condition": "minecraft:reference", - "name": "fzsd:is_real_player" - }, - { - "condition": "minecraft:inverted", - "term": - { - "condition": "minecraft:location_check", - "predicate": { - "block": { - "tag": "fzsd:placed_liquid_ignore" - } - } - } - } - ] - } - } - }, - "rewards": { - "function": "fzsd:game_event/advancement/on_placed_block/on_placed_solid" - } -} \ No newline at end of file diff --git a/data/fzsd/advancements/game_event/on_play_one_hour.json b/data/fzsd/advancements/game_event/on_play_one_hour.json deleted file mode 100644 index 2208f1c..0000000 --- a/data/fzsd/advancements/game_event/on_play_one_hour.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "parent": "fzsd:game_event", - "criteria": { - "on_play_one_hour": { - "trigger": "minecraft:tick", - "conditions": { - "player": [ - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.play_ticks": { - "min": 72000 - } - } - } - ] - } - } - }, - "rewards": { - "function": "fzsd:game_event/advancement/on_play_one_hour" - } -} \ No newline at end of file diff --git a/data/fzsd/advancements/game_event/on_shears_used_on_entity.json b/data/fzsd/advancements/game_event/on_shears_used_on_entity.json deleted file mode 100644 index 97ed896..0000000 --- a/data/fzsd/advancements/game_event/on_shears_used_on_entity.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "parent": "fzsd:game_event", - "criteria": { - "on_shears_used_on_entity": { - "trigger": "minecraft:player_interacted_with_entity", - "conditions": { - "player": [ - { - "condition": "minecraft:reference", - "name": "fzsd:is_real_player" - } - ], - "entity": { - "type": "#fzsd:shearable" - }, - "item": { - "tag": "fzsd:tool/shears" - } - } - } - }, - "rewards": { - "function": "fzsd:game_event/advancement/on_shears_used_on_entity" - } -} \ No newline at end of file diff --git a/data/fzsd/advancements/game_event/on_sleeping.json b/data/fzsd/advancements/game_event/on_sleeping.json deleted file mode 100644 index 8b546d7..0000000 --- a/data/fzsd/advancements/game_event/on_sleeping.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "parent": "fzsd:game_event", - "criteria": { - "on_sleeping": { - "trigger": "minecraft:slept_in_bed", - "conditions": { - "player": [ - { - "condition": "minecraft:reference", - "name": "fzsd:is_real_player" - } - ] - } - } - }, - "rewards": { - "function": "fzsd:game_event/advancement/on_sleeping" - } -} \ No newline at end of file diff --git a/data/fzsd/advancements/game_event/on_sneak.json b/data/fzsd/advancements/game_event/on_sneak.json deleted file mode 100644 index 0162a72..0000000 --- a/data/fzsd/advancements/game_event/on_sneak.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "parent": "fzsd:game_event", - "criteria": { - "on_sneak": { - "trigger": "minecraft:tick", - "conditions": { - "player": [ - { - "condition": "minecraft:reference", - "name": "fzsd:is_real_player" - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "flags": { - "is_sneaking": true - } - } - } - ] - } - } - }, - "rewards": { - "function": "fzsd:game_event/advancement/on_sneak" - } -} \ No newline at end of file diff --git a/data/fzsd/advancements/game_event/on_took_damage.json b/data/fzsd/advancements/game_event/on_took_damage.json deleted file mode 100644 index b5fa98f..0000000 --- a/data/fzsd/advancements/game_event/on_took_damage.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "parent": "fzsd:game_event", - "criteria": { - "on_took_damage": { - "trigger": "minecraft:tick", - "conditions": { - "player": [ - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.damage_taken": { - "min": 10 - } - } - } - ] - } - } - }, - "rewards": { - "function": "fzsd:game_event/advancement/on_took_damage" - } -} \ No newline at end of file diff --git a/data/fzsd/advancements/game_event/on_tools_used_on_block.json b/data/fzsd/advancements/game_event/on_tools_used_on_block.json deleted file mode 100644 index 98c014f..0000000 --- a/data/fzsd/advancements/game_event/on_tools_used_on_block.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "parent": "fzsd:game_event", - "criteria": { - "on_tools_exclude_axes_used_on_block": { - "trigger": "minecraft:item_used_on_block", - "conditions": { - "location": [ - { - "condition": "minecraft:reference", - "name": "fzsd:is_real_player" - }, - { - "condition": "minecraft:any_of", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "tag": "fzsd:tools_exclude_axes" - } - }, - { - "condition": "minecraft:all_of", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "tag": "fzsd:tool/axes" - } - }, - { - "condition": "minecraft:location_check", - "predicate": { - "__comment": "斧子剥树皮会触发两次,所以用目标方块限定只触发一次", - "block": { - "tag": "fzsd:stripped_blocks" - } - } - } - ] - } - ] - } - ] - } - } - }, - "rewards": { - "function": "fzsd:game_event/advancement/on_tools_used_on_block" - } -} \ No newline at end of file diff --git a/data/fzsd/advancements/game_event/on_unsneak.json b/data/fzsd/advancements/game_event/on_unsneak.json deleted file mode 100644 index c2b20c4..0000000 --- a/data/fzsd/advancements/game_event/on_unsneak.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "parent": "fzsd:game_event/on_sneak", - "criteria": { - "on_unsneak": { - "trigger": "minecraft:tick", - "conditions": { - "player": [ - { - "condition": "minecraft:reference", - "name": "fzsd:is_real_player" - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "flags": { - "is_sneaking": false - }, - "type_specific": { - "type": "player", - "advancements": { - "fzsd:game_event/on_sneak": true - } - } - } - } - ] - } - } - }, - "rewards": { - "function": "fzsd:game_event/advancement/on_unsneak" - } -} \ No newline at end of file diff --git a/data/fzsd/advancements/game_event/on_used_tool.json b/data/fzsd/advancements/game_event/on_used_tool.json deleted file mode 100644 index 611b376..0000000 --- a/data/fzsd/advancements/game_event/on_used_tool.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "parent": "fzsd:game_event", - "criteria": { - "on_used_tool": { - "trigger": "minecraft:tick", - "conditions": { - "player": [ - { - "condition": "minecraft:reference", - "name": "fzsd:used_tool" - } - ] - } - } - }, - "rewards": { - "function": "fzsd:game_event/advancement/on_used_tool" - } -} \ No newline at end of file diff --git a/data/fzsd/advancements/game_event/on_villager_trade.json b/data/fzsd/advancements/game_event/on_villager_trade.json deleted file mode 100644 index f4d6c37..0000000 --- a/data/fzsd/advancements/game_event/on_villager_trade.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "parent": "fzsd:game_event", - "criteria": { - "on_villager_trade": { - "trigger": "minecraft:villager_trade", - "conditions": { - "player": [ - { - "condition": "minecraft:reference", - "name": "fzsd:is_real_player" - } - ] - } - } - }, - "rewards": { - "function": "fzsd:game_event/advancement/on_villager_trade" - } -} \ No newline at end of file diff --git a/data/fzsd/advancements/module/interactor.json b/data/fzsd/advancements/module/interactor.json deleted file mode 100644 index 73e818b..0000000 --- a/data/fzsd/advancements/module/interactor.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "criteria": { - "interactor": { - "trigger": "minecraft:impossible" - } - } -} \ No newline at end of file diff --git a/data/fzsd/advancements/module/interactor/on_click.json b/data/fzsd/advancements/module/interactor/on_click.json deleted file mode 100644 index 5f11175..0000000 --- a/data/fzsd/advancements/module/interactor/on_click.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "parent": "fzsd:module/interactor", - "criteria": { - "on_click": { - "trigger": "minecraft:tick", - "conditions": { - "player": [ - { - "condition": "minecraft:reference", - "name": "fzsd:is_real_player" - }, - { - "condition": "minecraft:any_of", - "terms": [ - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.module.interactor.trigger": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.module.interactor.trigger": { - "max": -1 - } - } - } - ] - } - ] - } - } - }, - "rewards": { - "function": "fzsd:module/interactor/event/advamcement/on_click" - } -} \ No newline at end of file diff --git a/data/fzsd/functions/api/get_current_daytime.mcfunction b/data/fzsd/functions/api/get_current_daytime.mcfunction deleted file mode 100644 index 2811846..0000000 --- a/data/fzsd/functions/api/get_current_daytime.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ -# 游戏时间范围:0-2147483647 -execute store result score fzsd.var.cache fzsd.variable.integer run time query daytime \ No newline at end of file diff --git a/data/fzsd/functions/api/get_current_gametime.mcfunction b/data/fzsd/functions/api/get_current_gametime.mcfunction deleted file mode 100644 index 54829d4..0000000 --- a/data/fzsd/functions/api/get_current_gametime.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ -# 游戏时间范围:0-2147483647 -execute store result score fzsd.var.cache fzsd.variable.integer run time query gametime \ No newline at end of file diff --git a/data/fzsd/functions/api/get_dimension_name/default.mcfunction b/data/fzsd/functions/api/get_dimension_name/default.mcfunction deleted file mode 100644 index dc3a371..0000000 --- a/data/fzsd/functions/api/get_dimension_name/default.mcfunction +++ /dev/null @@ -1 +0,0 @@ -data modify storage fzsd:global fzsd.api.dimension.name set value '{"nbt": "fzsd.api.dimension.id", "storage": "fzsd:global"}' \ No newline at end of file diff --git a/data/fzsd/functions/api/get_dimension_name/minecraft/overworld.mcfunction b/data/fzsd/functions/api/get_dimension_name/minecraft/overworld.mcfunction deleted file mode 100644 index 8f7e258..0000000 --- a/data/fzsd/functions/api/get_dimension_name/minecraft/overworld.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute if data storage fzsd:global fzsd.api.dimension{id:'minecraft:overworld'} run data modify storage fzsd:global fzsd.api.dimension.name set value '{"text": "主世界", "color": "dark_green"}' \ No newline at end of file diff --git a/data/fzsd/functions/api/get_dimension_name/minecraft/the_end.mcfunction b/data/fzsd/functions/api/get_dimension_name/minecraft/the_end.mcfunction deleted file mode 100644 index dbccdcd..0000000 --- a/data/fzsd/functions/api/get_dimension_name/minecraft/the_end.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute if data storage fzsd:global fzsd.api.dimension{id:'minecraft:the_end'} run data modify storage fzsd:global fzsd.api.dimension.name set value '{"text": "末地", "color": "dark_gray"}' \ No newline at end of file diff --git a/data/fzsd/functions/api/get_dimension_name/minecraft/the_nether.mcfunction b/data/fzsd/functions/api/get_dimension_name/minecraft/the_nether.mcfunction deleted file mode 100644 index 05c0a73..0000000 --- a/data/fzsd/functions/api/get_dimension_name/minecraft/the_nether.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute if data storage fzsd:global fzsd.api.dimension{id:'minecraft:the_nether'} run data modify storage fzsd:global fzsd.api.dimension.name set value '{"text": "下界", "color": "dark_red"}' \ No newline at end of file diff --git a/data/fzsd/functions/api/get_player_dimension.mcfunction b/data/fzsd/functions/api/get_player_dimension.mcfunction deleted file mode 100644 index aac4b24..0000000 --- a/data/fzsd/functions/api/get_player_dimension.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ -data modify storage fzsd:global fzsd.api.dimension.id set from entity @s Dimension -data remove storage fzsd:global fzsd.api.dimension.name \ No newline at end of file diff --git a/data/fzsd/functions/api/get_time_since_rest.mcfunction b/data/fzsd/functions/api/get_time_since_rest.mcfunction deleted file mode 100644 index cdd641f..0000000 --- a/data/fzsd/functions/api/get_time_since_rest.mcfunction +++ /dev/null @@ -1 +0,0 @@ -scoreboard players operation fzsd.var.cache fzsd.variable.integer = @s fzsd.api.time_since_rest \ No newline at end of file diff --git a/data/fzsd/functions/api/install.mcfunction b/data/fzsd/functions/api/install.mcfunction deleted file mode 100644 index d7bcc13..0000000 --- a/data/fzsd/functions/api/install.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -## 距上次睡觉时间 -scoreboard objectives add fzsd.api.time_since_rest minecraft.custom:time_since_rest - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "已安装系统组件:API"}] \ No newline at end of file diff --git a/data/fzsd/functions/api/uninstall.mcfunction b/data/fzsd/functions/api/uninstall.mcfunction deleted file mode 100644 index 37606d2..0000000 --- a/data/fzsd/functions/api/uninstall.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -## 距上次睡觉时间 -scoreboard objectives remove fzsd.api.time_since_rest - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "已卸载系统组件:API"}] \ No newline at end of file diff --git a/data/fzsd/functions/boot.mcfunction b/data/fzsd/functions/boot.mcfunction deleted file mode 100644 index b9bb138..0000000 --- a/data/fzsd/functions/boot.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -execute store success storage fzsd:version fzsd.need_update byte 1 run data merge storage fzsd:version {fzsd: {version: '3.1.14'}} -execute if data storage fzsd:version fzsd{need_update: 1b} run function fzsd:system/update -function fzsd:system/carpet/try_load_fzsd_score -function #fzsd:load -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "FZ Survival Data Pack,当前版本:", "color": "gold"}, {"nbt":"fzsd.version", "storage": "fzsd:version", "color": "red"}] diff --git a/data/fzsd/functions/entry.mcfunction b/data/fzsd/functions/entry.mcfunction deleted file mode 100644 index 0db68e8..0000000 --- a/data/fzsd/functions/entry.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute unless data storage fzsd:install fzsd{global: 0b} run function fzsd:boot \ No newline at end of file diff --git a/data/fzsd/functions/game_event/advancement/on_aviate_one_meter.mcfunction b/data/fzsd/functions/game_event/advancement/on_aviate_one_meter.mcfunction deleted file mode 100644 index 978b737..0000000 --- a/data/fzsd/functions/game_event/advancement/on_aviate_one_meter.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:advancements/fzsd:~ - -execute if predicate fzsd:is_real_player run function fzsd:game_event/player/on_aviate_one_meter - -## 重置事件 -scoreboard players operation @s fzsd.event.aviating_distance %= 200 fzsd.variable.integer -advancement revoke @s from fzsd:game_event/on_aviate_one_meter \ No newline at end of file diff --git a/data/fzsd/functions/game_event/advancement/on_dead.mcfunction b/data/fzsd/functions/game_event/advancement/on_dead.mcfunction deleted file mode 100644 index 3b7a235..0000000 --- a/data/fzsd/functions/game_event/advancement/on_dead.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:advancements/fzsd:~ - -execute if predicate fzsd:is_real_player run function fzsd:game_event/player/on_dead - -## 重置事件 -scoreboard players set @s fzsd.event.death_count 0 -advancement revoke @s from fzsd:game_event/on_dead \ No newline at end of file diff --git a/data/fzsd/functions/game_event/advancement/on_entered_nether_portal.mcfunction b/data/fzsd/functions/game_event/advancement/on_entered_nether_portal.mcfunction deleted file mode 100644 index b17436f..0000000 --- a/data/fzsd/functions/game_event/advancement/on_entered_nether_portal.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "事件已触发:玩家"}, {"selector": "@s"}, {"text": "进入了下届传送门"}] - -function #fzsd:game_event/player/on_entered_nether_portal - -## 重置事件进度 -advancement revoke @s from fzsd:game_event/on_entered_nether_portal \ No newline at end of file diff --git a/data/fzsd/functions/game_event/advancement/on_fished.mcfunction b/data/fzsd/functions/game_event/advancement/on_fished.mcfunction deleted file mode 100644 index a66acbe..0000000 --- a/data/fzsd/functions/game_event/advancement/on_fished.mcfunction +++ /dev/null @@ -1,10 +0,0 @@ -# 调用者:advancements/fzsd:~ - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "事件已触发:玩家"}, {"selector": "@s"}, {"text": "钓鱼上钩"}] - -## 运行事件 -function #fzsd:game_event/player/on_fished - -## 重置事件进度 -advancement revoke @s from fzsd:game_event/on_fished \ No newline at end of file diff --git a/data/fzsd/functions/game_event/advancement/on_hurt_entity_with_tools.mcfunction b/data/fzsd/functions/game_event/advancement/on_hurt_entity_with_tools.mcfunction deleted file mode 100644 index 9c3af36..0000000 --- a/data/fzsd/functions/game_event/advancement/on_hurt_entity_with_tools.mcfunction +++ /dev/null @@ -1,13 +0,0 @@ -# 调用者:advancements/fzsd:~ - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "事件已触发:玩家"}, {"selector": "@s"}, {"text": "使用了挖掘工具攻击实体"}] - -## 计算挖掘数据偏移量 -scoreboard players remove @s fzsd.event.used_tool.dig_offset 1 - -## 运行事件 -function #fzsd:game_event/player/on_hurt_entity_with_tools - -## 重置事件进度 -advancement revoke @s from fzsd:game_event/on_hurt_entity_with_tools diff --git a/data/fzsd/functions/game_event/advancement/on_killed_mob_or_player.mcfunction b/data/fzsd/functions/game_event/advancement/on_killed_mob_or_player.mcfunction deleted file mode 100644 index ee9dd51..0000000 --- a/data/fzsd/functions/game_event/advancement/on_killed_mob_or_player.mcfunction +++ /dev/null @@ -1,10 +0,0 @@ -# 调用者:advancements/fzsd:~ - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "事件已触发:玩家"}, {"selector": "@s"}, {"text": "击杀了生物"}] - -## 运行事件 -function #fzsd:game_event/player/on_killed_mob_or_player - -## 重置事件进度 -advancement revoke @s from fzsd:game_event/on_killed_mob_or_player \ No newline at end of file diff --git a/data/fzsd/functions/game_event/advancement/on_login.mcfunction b/data/fzsd/functions/game_event/advancement/on_login.mcfunction deleted file mode 100644 index c768464..0000000 --- a/data/fzsd/functions/game_event/advancement/on_login.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:advancements/fzsd:~ - -scoreboard players set @s fzsd.event.leave_game 0 -execute if predicate fzsd:is_real_player if score @s fzsd.event.leave_game matches 0 run function fzsd:game_event/player/on_login - -## 重制所有触发器、事件进度 -function #fzsd:game_event/reset_all \ No newline at end of file diff --git a/data/fzsd/functions/game_event/advancement/on_piglin_trade.mcfunction b/data/fzsd/functions/game_event/advancement/on_piglin_trade.mcfunction deleted file mode 100644 index 95436d3..0000000 --- a/data/fzsd/functions/game_event/advancement/on_piglin_trade.mcfunction +++ /dev/null @@ -1,10 +0,0 @@ -# 调用者:advancements/fzsd:~ - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "事件已触发:玩家"}, {"selector": "@s"}, {"text": "与猪灵交易"}] - -## 运行事件 -function #fzsd:game_event/player/on_piglin_trade - -## 重置事件进度 -advancement revoke @s from fzsd:game_event/on_piglin_trade \ No newline at end of file diff --git a/data/fzsd/functions/game_event/advancement/on_placed_block.mcfunction b/data/fzsd/functions/game_event/advancement/on_placed_block.mcfunction deleted file mode 100644 index 84890f2..0000000 --- a/data/fzsd/functions/game_event/advancement/on_placed_block.mcfunction +++ /dev/null @@ -1,9 +0,0 @@ -# 调用者:advancements/fzsd:~ - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "事件已触发:玩家"}, {"selector": "@s"}, {"text": "放置了方块/流体"}] - -function #fzsd:game_event/player/on_placed_block - -## 重置事件进度 -advancement revoke @s from fzsd:game_event/on_placed_block \ No newline at end of file diff --git a/data/fzsd/functions/game_event/advancement/on_placed_block/on_placed_liquid.mcfunction b/data/fzsd/functions/game_event/advancement/on_placed_block/on_placed_liquid.mcfunction deleted file mode 100644 index 90f3ea9..0000000 --- a/data/fzsd/functions/game_event/advancement/on_placed_block/on_placed_liquid.mcfunction +++ /dev/null @@ -1,9 +0,0 @@ -# 调用者:advancements/fzsd:~ - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "事件已触发:玩家"}, {"selector": "@s"}, {"text": "放置了流体"}] - -function #fzsd:game_event/player/on_placed_liquid - -## 重置事件进度 -advancement revoke @s from fzsd:game_event/on_placed_block/on_placed_liquid \ No newline at end of file diff --git a/data/fzsd/functions/game_event/advancement/on_placed_block/on_placed_solid.mcfunction b/data/fzsd/functions/game_event/advancement/on_placed_block/on_placed_solid.mcfunction deleted file mode 100644 index 1d98643..0000000 --- a/data/fzsd/functions/game_event/advancement/on_placed_block/on_placed_solid.mcfunction +++ /dev/null @@ -1,9 +0,0 @@ -# 调用者:advancements/fzsd:~ - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "事件已触发:玩家"}, {"selector": "@s"}, {"text": "放置了方块"}] - -function #fzsd:game_event/player/on_placed_solid - -## 重置事件进度 -advancement revoke @s from fzsd:game_event/on_placed_block/on_placed_solid \ No newline at end of file diff --git a/data/fzsd/functions/game_event/advancement/on_play_one_hour.mcfunction b/data/fzsd/functions/game_event/advancement/on_play_one_hour.mcfunction deleted file mode 100644 index 352695d..0000000 --- a/data/fzsd/functions/game_event/advancement/on_play_one_hour.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:advancements/fzsd:~ - -execute if predicate fzsd:is_real_player run function fzsd:game_event/player/on_play_one_hour - -## 重置事件 -scoreboard players operation @s fzsd.event.play_ticks %= 72000 fzsd.variable.integer -advancement revoke @s from fzsd:game_event/on_play_one_hour \ No newline at end of file diff --git a/data/fzsd/functions/game_event/advancement/on_shears_used_on_entity.mcfunction b/data/fzsd/functions/game_event/advancement/on_shears_used_on_entity.mcfunction deleted file mode 100644 index e241bab..0000000 --- a/data/fzsd/functions/game_event/advancement/on_shears_used_on_entity.mcfunction +++ /dev/null @@ -1,13 +0,0 @@ -# 调用者:advancements/fzsd:~ - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "事件已触发:玩家"}, {"selector": "@s"}, {"text": "对实体使用剪刀"}] - -## 计算挖掘数据偏移量 -scoreboard players remove @s fzsd.event.used_tool.dig_offset 1 - -## 运行事件 -function #fzsd:game_event/player/on_shears_used_on_entity - -## 重置事件进度 -advancement revoke @s from fzsd:game_event/on_shears_used_on_entity \ No newline at end of file diff --git a/data/fzsd/functions/game_event/advancement/on_sleeping.mcfunction b/data/fzsd/functions/game_event/advancement/on_sleeping.mcfunction deleted file mode 100644 index 8bd3b59..0000000 --- a/data/fzsd/functions/game_event/advancement/on_sleeping.mcfunction +++ /dev/null @@ -1,10 +0,0 @@ -# 调用者:advancements/fzsd:~ - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "事件已触发:玩家"}, {"selector": "@s"}, {"text": "正在睡觉"}] - -## 运行事件 -function #fzsd:game_event/player/on_sleeping - -## 重置事件进度 -advancement revoke @s from fzsd:game_event/on_sleeping \ No newline at end of file diff --git a/data/fzsd/functions/game_event/advancement/on_sneak.mcfunction b/data/fzsd/functions/game_event/advancement/on_sneak.mcfunction deleted file mode 100644 index 681976b..0000000 --- a/data/fzsd/functions/game_event/advancement/on_sneak.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:advancements/fzsd:~ - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "事件已触发:玩家"}, {"selector": "@s"}, {"text": "蹲下"}] - -## 运行事件 -function #fzsd:game_event/player/on_sneak diff --git a/data/fzsd/functions/game_event/advancement/on_took_damage.mcfunction b/data/fzsd/functions/game_event/advancement/on_took_damage.mcfunction deleted file mode 100644 index 1a6b66c..0000000 --- a/data/fzsd/functions/game_event/advancement/on_took_damage.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:advancements/fzsd:~ - -execute if predicate fzsd:is_real_player run function fzsd:game_event/player/on_took_damage - -## 重置事件 -scoreboard players operation @s fzsd.event.damage_taken %= 10 fzsd.variable.integer -advancement revoke @s from fzsd:game_event/on_took_damage \ No newline at end of file diff --git a/data/fzsd/functions/game_event/advancement/on_tools_used_on_block.mcfunction b/data/fzsd/functions/game_event/advancement/on_tools_used_on_block.mcfunction deleted file mode 100644 index 5be2424..0000000 --- a/data/fzsd/functions/game_event/advancement/on_tools_used_on_block.mcfunction +++ /dev/null @@ -1,13 +0,0 @@ -# 调用者:advancements/fzsd:~ - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "事件已触发:玩家"}, {"selector": "@s"}, {"text": "在方块上使用了工具"}] - -## 计算挖掘数据偏移量 -scoreboard players remove @s fzsd.event.used_tool.dig_offset 1 - -## 运行事件 -function #fzsd:game_event/player/on_tools_used_on_block - -## 重置事件进度 -advancement revoke @s from fzsd:game_event/on_tools_used_on_block \ No newline at end of file diff --git a/data/fzsd/functions/game_event/advancement/on_unsneak.mcfunction b/data/fzsd/functions/game_event/advancement/on_unsneak.mcfunction deleted file mode 100644 index 0945120..0000000 --- a/data/fzsd/functions/game_event/advancement/on_unsneak.mcfunction +++ /dev/null @@ -1,13 +0,0 @@ -# 调用者:advancements/fzsd:~ - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "事件已触发:玩家"}, {"selector": "@s"}, {"text": "从蹲下状态站起"}] - -# 调用者:advancement/fzsd:unskeak -##### 当玩家蹲起后触发此事件 - -## 运行事件 -function #fzsd:game_event/player/on_unsneak - -## 重置事件进度 -advancement revoke @s through fzsd:game_event/on_unsneak \ No newline at end of file diff --git a/data/fzsd/functions/game_event/advancement/on_used_tool.mcfunction b/data/fzsd/functions/game_event/advancement/on_used_tool.mcfunction deleted file mode 100644 index aae7055..0000000 --- a/data/fzsd/functions/game_event/advancement/on_used_tool.mcfunction +++ /dev/null @@ -1,9 +0,0 @@ -# 调用者:advancements/fzsd:~ - -execute if predicate fzsd:is_real_player run function fzsd:game_event/player/on_used_tool - -## 重置事件计分板 -function #fzsd:game_event/player/on_used_tool/reset_used_tool - -## 重置事件进度 -advancement revoke @s from fzsd:game_event/on_used_tool \ No newline at end of file diff --git a/data/fzsd/functions/game_event/advancement/on_villager_trade.mcfunction b/data/fzsd/functions/game_event/advancement/on_villager_trade.mcfunction deleted file mode 100644 index 0ef9ed4..0000000 --- a/data/fzsd/functions/game_event/advancement/on_villager_trade.mcfunction +++ /dev/null @@ -1,10 +0,0 @@ -# 调用者:advancements/fzsd:~ - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "事件已触发:玩家"}, {"selector": "@s"}, {"text": "与村民交易"}] - -## 运行事件 -function #fzsd:game_event/player/on_villager_trade - -## 重置事件进度 -advancement revoke @s from fzsd:game_event/on_villager_trade \ No newline at end of file diff --git a/data/fzsd/functions/game_event/advancement/reset_advancements.mcfunction b/data/fzsd/functions/game_event/advancement/reset_advancements.mcfunction deleted file mode 100644 index cc62933..0000000 --- a/data/fzsd/functions/game_event/advancement/reset_advancements.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -## 复位所有事件进度 -### 所有事件进度都继承了fzsd:game_event进度,因此只需要一行指令: -advancement revoke @s from fzsd:game_event - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "已重置玩家"}, {"selector": "@s"}, {"text": "的游戏事件进度"}] \ No newline at end of file diff --git a/data/fzsd/functions/game_event/game/on_night.mcfunction b/data/fzsd/functions/game_event/game/on_night.mcfunction deleted file mode 100644 index 53bfb00..0000000 --- a/data/fzsd/functions/game_event/game/on_night.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:fzsd:game_event/game/on_night/on_tick - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "事件已触发:夜幕降临"}] - -## 运行事件 -function #fzsd:game_event/game/on_night \ No newline at end of file diff --git a/data/fzsd/functions/game_event/game/on_night/on_tick.mcfunction b/data/fzsd/functions/game_event/game/on_night/on_tick.mcfunction deleted file mode 100644 index 9b82f55..0000000 --- a/data/fzsd/functions/game_event/game/on_night/on_tick.mcfunction +++ /dev/null @@ -1,3 +0,0 @@ -# 由fzsd:game_event/on_tick事件调用 -function #fzsd:api/get_current_daytime -execute if score fzsd.var.cache fzsd.variable.integer matches 12516 run function fzsd:game_event/game/on_night \ No newline at end of file diff --git a/data/fzsd/functions/game_event/install.mcfunction b/data/fzsd/functions/game_event/install.mcfunction deleted file mode 100644 index ae22326..0000000 --- a/data/fzsd/functions/game_event/install.mcfunction +++ /dev/null @@ -1,45 +0,0 @@ -## 事件触发 -scoreboard objectives add fzsd.event.aviating_distance minecraft.custom:aviate_one_cm -scoreboard objectives add fzsd.event.damage_taken minecraft.custom:damage_taken -scoreboard objectives add fzsd.event.death_count deathCount -scoreboard objectives add fzsd.event.leave_game minecraft.custom:leave_game -### 由 #fzsd:game_event/on_tick 赋值 -scoreboard objectives add fzsd.event.play_ticks dummy -scoreboard objectives add fzsd.event.villager_trade minecraft.custom:traded_with_villager - -## 使用工具 -scoreboard objectives add fzsd.event.used_tool.dig_offset dummy -scoreboard objectives add fzsd.event.used_tool.iron_axe minecraft.used:iron_axe -scoreboard objectives add fzsd.event.used_tool.stone_axe minecraft.used:stone_axe -scoreboard objectives add fzsd.event.used_tool.golden_axe minecraft.used:golden_axe -scoreboard objectives add fzsd.event.used_tool.wooden_axe minecraft.used:wooden_axe -scoreboard objectives add fzsd.event.used_tool.diamond_axe minecraft.used:diamond_axe -scoreboard objectives add fzsd.event.used_tool.netherite_axe minecraft.used:netherite_axe -scoreboard objectives add fzsd.event.used_tool.iron_hoe minecraft.used:iron_hoe -scoreboard objectives add fzsd.event.used_tool.stone_hoe minecraft.used:stone_hoe -scoreboard objectives add fzsd.event.used_tool.golden_hoe minecraft.used:golden_hoe -scoreboard objectives add fzsd.event.used_tool.wooden_hoe minecraft.used:wooden_hoe -scoreboard objectives add fzsd.event.used_tool.diamond_hoe minecraft.used:diamond_hoe -scoreboard objectives add fzsd.event.used_tool.netherite_hoe minecraft.used:netherite_hoe -scoreboard objectives add fzsd.event.used_tool.iron_pickaxe minecraft.used:iron_pickaxe -scoreboard objectives add fzsd.event.used_tool.stone_pickaxe minecraft.used:stone_pickaxe -scoreboard objectives add fzsd.event.used_tool.golden_pickaxe minecraft.used:golden_pickaxe -scoreboard objectives add fzsd.event.used_tool.wooden_pickaxe minecraft.used:wooden_pickaxe -scoreboard objectives add fzsd.event.used_tool.diamond_pickaxe minecraft.used:diamond_pickaxe -scoreboard objectives add fzsd.event.used_tool.netherite_pickaxe minecraft.used:netherite_pickaxe -scoreboard objectives add fzsd.event.used_tool.shears minecraft.used:shears -scoreboard objectives add fzsd.event.used_tool.iron_shovel minecraft.used:iron_shovel -scoreboard objectives add fzsd.event.used_tool.stone_shovel minecraft.used:stone_shovel -scoreboard objectives add fzsd.event.used_tool.golden_shovel minecraft.used:golden_shovel -scoreboard objectives add fzsd.event.used_tool.wooden_shovel minecraft.used:wooden_shovel -scoreboard objectives add fzsd.event.used_tool.diamond_shovel minecraft.used:diamond_shovel -scoreboard objectives add fzsd.event.used_tool.netherite_shovel minecraft.used:netherite_shovel -scoreboard objectives add fzsd.event.used_tool.iron_sword minecraft.used:iron_sword -scoreboard objectives add fzsd.event.used_tool.stone_sword minecraft.used:stone_sword -scoreboard objectives add fzsd.event.used_tool.golden_sword minecraft.used:golden_sword -scoreboard objectives add fzsd.event.used_tool.wooden_sword minecraft.used:wooden_sword -scoreboard objectives add fzsd.event.used_tool.diamond_sword minecraft.used:diamond_sword -scoreboard objectives add fzsd.event.used_tool.netherite_sword minecraft.used:netherite_sword - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "已安装系统组件:游戏事件"}] \ No newline at end of file diff --git a/data/fzsd/functions/game_event/load.mcfunction b/data/fzsd/functions/game_event/load.mcfunction deleted file mode 100644 index c0c03fb..0000000 --- a/data/fzsd/functions/game_event/load.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -execute as @a[predicate=fzsd:is_real_player] run function #fzsd:game_event/player/on_login -function fzsd:game_event/on_tick -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "已加载系统组件:游戏事件"}] \ No newline at end of file diff --git a/data/fzsd/functions/game_event/on_tick.mcfunction b/data/fzsd/functions/game_event/on_tick.mcfunction deleted file mode 100644 index d77072b..0000000 --- a/data/fzsd/functions/game_event/on_tick.mcfunction +++ /dev/null @@ -1,3 +0,0 @@ -scoreboard players add @a[predicate=fzsd:is_real_player] fzsd.event.play_ticks 1 -function #fzsd:game_event/on_tick -schedule function fzsd:game_event/on_tick 1t replace \ No newline at end of file diff --git a/data/fzsd/functions/game_event/player/on_aviate_one_meter.mcfunction b/data/fzsd/functions/game_event/player/on_aviate_one_meter.mcfunction deleted file mode 100644 index 385947f..0000000 --- a/data/fzsd/functions/game_event/player/on_aviate_one_meter.mcfunction +++ /dev/null @@ -1,9 +0,0 @@ -## 详细 -execute if score fzsd.logger.level fzsd.variable.integer matches ..300 run tellraw @a [{"nbt": "fzsd.level.fine", "interpret": true, "storage": "fzsd:logger"}, {"text": "事件已触发:玩家"}, {"selector": "@s"}, {"text": "飞行了1m"}] - -## 将事件数据缓存 -scoreboard players operation fzsd.var.score fzsd.variable.integer = @s fzsd.event.aviating_distance -scoreboard players operation fzsd.var.score fzsd.variable.integer /= 200 fzsd.variable.integer - -## 运行事件 -function #fzsd:game_event/player/on_aviate_one_meter \ No newline at end of file diff --git a/data/fzsd/functions/game_event/player/on_broke_block_with_tool.mcfunction b/data/fzsd/functions/game_event/player/on_broke_block_with_tool.mcfunction deleted file mode 100644 index dae942d..0000000 --- a/data/fzsd/functions/game_event/player/on_broke_block_with_tool.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:fzsd:game_event/player/on_broke_block_with_tool/try_trigger - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "事件已触发:玩家"}, {"selector": "@s"}, {"text": "挖掘了方块"}] - -## 运行事件 -function #fzsd:game_event/player/on_broke_block_with_tool \ No newline at end of file diff --git a/data/fzsd/functions/game_event/player/on_broke_block_with_tool/calculate_dig_score.mcfunction b/data/fzsd/functions/game_event/player/on_broke_block_with_tool/calculate_dig_score.mcfunction deleted file mode 100644 index a92443b..0000000 --- a/data/fzsd/functions/game_event/player/on_broke_block_with_tool/calculate_dig_score.mcfunction +++ /dev/null @@ -1,33 +0,0 @@ -## 收集挖掘数据 -scoreboard players operation fzsd.var.score fzsd.variable.integer = @s fzsd.event.used_tool.diamond_axe -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.diamond_hoe -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.diamond_pickaxe -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.diamond_shovel -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.diamond_sword -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.golden_axe -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.golden_hoe -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.golden_pickaxe -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.golden_shovel -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.golden_sword -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.iron_axe -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.iron_hoe -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.iron_pickaxe -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.iron_shovel -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.iron_sword -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.netherite_axe -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.netherite_hoe -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.netherite_pickaxe -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.netherite_shovel -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.netherite_sword -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.shears -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.stone_axe -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.stone_hoe -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.stone_pickaxe -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.stone_shovel -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.stone_sword -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.wooden_axe -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.wooden_hoe -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.wooden_pickaxe -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.wooden_shovel -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.wooden_sword -scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.dig_offset \ No newline at end of file diff --git a/data/fzsd/functions/game_event/player/on_broke_block_with_tool/try_trigger.mcfunction b/data/fzsd/functions/game_event/player/on_broke_block_with_tool/try_trigger.mcfunction deleted file mode 100644 index dbbae2c..0000000 --- a/data/fzsd/functions/game_event/player/on_broke_block_with_tool/try_trigger.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -# 调用者:#fzsd:game_event/player/on_used_tool - -## 判断分数 -execute unless score fzsd.var.score fzsd.variable.integer matches ..0 run function fzsd:game_event/player/on_broke_block_with_tool \ No newline at end of file diff --git a/data/fzsd/functions/game_event/player/on_dead.mcfunction b/data/fzsd/functions/game_event/player/on_dead.mcfunction deleted file mode 100644 index c18c269..0000000 --- a/data/fzsd/functions/game_event/player/on_dead.mcfunction +++ /dev/null @@ -1,8 +0,0 @@ -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "事件已触发:玩家"}, {"selector": "@s"}, {"text": "死亡"}] - -## 将事件数据缓存 -# scoreboard players operation fzsd.var.score fzsd.variable.integer = @s fzsd.event.death_count - -## 运行事件 -function #fzsd:game_event/player/on_dead \ No newline at end of file diff --git a/data/fzsd/functions/game_event/player/on_login.mcfunction b/data/fzsd/functions/game_event/player/on_login.mcfunction deleted file mode 100644 index affa3f5..0000000 --- a/data/fzsd/functions/game_event/player/on_login.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "事件已触发:玩家"}, {"selector": "@s"}, {"text": "登录游戏"}] - -## 运行事件 -function #fzsd:game_event/player/on_login \ No newline at end of file diff --git a/data/fzsd/functions/game_event/player/on_play_one_hour.mcfunction b/data/fzsd/functions/game_event/player/on_play_one_hour.mcfunction deleted file mode 100644 index 1c2dfb9..0000000 --- a/data/fzsd/functions/game_event/player/on_play_one_hour.mcfunction +++ /dev/null @@ -1,9 +0,0 @@ -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "事件已触发:玩家"}, {"selector": "@s"}, {"text": "游玩了1h"}] - -## 将事件数据缓存 -# scoreboard players operation fzsd.var.score fzsd.variable.integer = @s fzsd.event.play_ticks -# scoreboard players operation fzsd.var.score fzsd.variable.integer /= 3600 fzsd.variable.integer - -## 运行事件 -function #fzsd:game_event/player/on_play_one_hour \ No newline at end of file diff --git a/data/fzsd/functions/game_event/player/on_took_damage.mcfunction b/data/fzsd/functions/game_event/player/on_took_damage.mcfunction deleted file mode 100644 index 9c13533..0000000 --- a/data/fzsd/functions/game_event/player/on_took_damage.mcfunction +++ /dev/null @@ -1,9 +0,0 @@ -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "事件已触发:玩家"}, {"selector": "@s"}, {"text": "受到了伤害"}] - -## 将事件数据缓存 -scoreboard players operation fzsd.var.score fzsd.variable.integer = @s fzsd.event.damage_taken -scoreboard players operation fzsd.var.score fzsd.variable.integer /= 10 fzsd.variable.integer - -## 运行事件 -function #fzsd:game_event/player/on_took_damage \ No newline at end of file diff --git a/data/fzsd/functions/game_event/player/on_used_tool.mcfunction b/data/fzsd/functions/game_event/player/on_used_tool.mcfunction deleted file mode 100644 index 9513ded..0000000 --- a/data/fzsd/functions/game_event/player/on_used_tool.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "事件已触发:玩家"}, {"selector": "@s"}, {"text": "使用了工具"}] - -## 运行事件 -function #fzsd:game_event/player/on_used_tool \ No newline at end of file diff --git a/data/fzsd/functions/game_event/player/on_used_tool/reset_used_tool.mcfunction b/data/fzsd/functions/game_event/player/on_used_tool/reset_used_tool.mcfunction deleted file mode 100644 index ad4bc6c..0000000 --- a/data/fzsd/functions/game_event/player/on_used_tool/reset_used_tool.mcfunction +++ /dev/null @@ -1,35 +0,0 @@ -scoreboard players set @s fzsd.event.used_tool.dig_offset 0 -scoreboard players set @s fzsd.event.used_tool.diamond_axe 0 -scoreboard players set @s fzsd.event.used_tool.diamond_hoe 0 -scoreboard players set @s fzsd.event.used_tool.diamond_pickaxe 0 -scoreboard players set @s fzsd.event.used_tool.diamond_shovel 0 -scoreboard players set @s fzsd.event.used_tool.diamond_sword 0 -scoreboard players set @s fzsd.event.used_tool.golden_axe 0 -scoreboard players set @s fzsd.event.used_tool.golden_hoe 0 -scoreboard players set @s fzsd.event.used_tool.golden_pickaxe 0 -scoreboard players set @s fzsd.event.used_tool.golden_shovel 0 -scoreboard players set @s fzsd.event.used_tool.golden_sword 0 -scoreboard players set @s fzsd.event.used_tool.iron_axe 0 -scoreboard players set @s fzsd.event.used_tool.iron_hoe 0 -scoreboard players set @s fzsd.event.used_tool.iron_pickaxe 0 -scoreboard players set @s fzsd.event.used_tool.iron_shovel 0 -scoreboard players set @s fzsd.event.used_tool.iron_sword 0 -scoreboard players set @s fzsd.event.used_tool.netherite_axe 0 -scoreboard players set @s fzsd.event.used_tool.netherite_hoe 0 -scoreboard players set @s fzsd.event.used_tool.netherite_pickaxe 0 -scoreboard players set @s fzsd.event.used_tool.netherite_shovel 0 -scoreboard players set @s fzsd.event.used_tool.netherite_sword 0 -scoreboard players set @s fzsd.event.used_tool.shears 0 -scoreboard players set @s fzsd.event.used_tool.stone_axe 0 -scoreboard players set @s fzsd.event.used_tool.stone_hoe 0 -scoreboard players set @s fzsd.event.used_tool.stone_pickaxe 0 -scoreboard players set @s fzsd.event.used_tool.stone_shovel 0 -scoreboard players set @s fzsd.event.used_tool.stone_sword 0 -scoreboard players set @s fzsd.event.used_tool.wooden_axe 0 -scoreboard players set @s fzsd.event.used_tool.wooden_hoe 0 -scoreboard players set @s fzsd.event.used_tool.wooden_pickaxe 0 -scoreboard players set @s fzsd.event.used_tool.wooden_shovel 0 -scoreboard players set @s fzsd.event.used_tool.wooden_sword 0 - -## 详细 -execute if score fzsd.logger.level fzsd.variable.integer matches ..300 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "重置了玩家"}, {"selector": "@s"}, {"text": "的used_tool计分板"}] \ No newline at end of file diff --git a/data/fzsd/functions/game_event/uninstall.mcfunction b/data/fzsd/functions/game_event/uninstall.mcfunction deleted file mode 100644 index dffc5a4..0000000 --- a/data/fzsd/functions/game_event/uninstall.mcfunction +++ /dev/null @@ -1,46 +0,0 @@ -## 事件触发 -scoreboard objectives remove fzsd.event.aviating_distance -scoreboard objectives remove fzsd.event.damage_taken -scoreboard objectives remove fzsd.event.death_count -scoreboard objectives remove fzsd.event.leave_game -scoreboard objectives remove fzsd.event.play_ticks -scoreboard objectives remove fzsd.event.villager_trade - -## 使用工具 -scoreboard objectives remove fzsd.event.used_tool.dig_offset -scoreboard objectives remove fzsd.event.used_tool.iron_axe -scoreboard objectives remove fzsd.event.used_tool.stone_axe -scoreboard objectives remove fzsd.event.used_tool.golden_axe -scoreboard objectives remove fzsd.event.used_tool.wooden_axe -scoreboard objectives remove fzsd.event.used_tool.diamond_axe -scoreboard objectives remove fzsd.event.used_tool.netherite_axe -scoreboard objectives remove fzsd.event.used_tool.iron_hoe -scoreboard objectives remove fzsd.event.used_tool.stone_hoe -scoreboard objectives remove fzsd.event.used_tool.golden_hoe -scoreboard objectives remove fzsd.event.used_tool.wooden_hoe -scoreboard objectives remove fzsd.event.used_tool.diamond_hoe -scoreboard objectives remove fzsd.event.used_tool.netherite_hoe -scoreboard objectives remove fzsd.event.used_tool.iron_pickaxe -scoreboard objectives remove fzsd.event.used_tool.stone_pickaxe -scoreboard objectives remove fzsd.event.used_tool.golden_pickaxe -scoreboard objectives remove fzsd.event.used_tool.wooden_pickaxe -scoreboard objectives remove fzsd.event.used_tool.diamond_pickaxe -scoreboard objectives remove fzsd.event.used_tool.netherite_pickaxe -scoreboard objectives remove fzsd.event.used_tool.shears -scoreboard objectives remove fzsd.event.used_tool.iron_shovel -scoreboard objectives remove fzsd.event.used_tool.stone_shovel -scoreboard objectives remove fzsd.event.used_tool.golden_shovel -scoreboard objectives remove fzsd.event.used_tool.wooden_shovel -scoreboard objectives remove fzsd.event.used_tool.diamond_shovel -scoreboard objectives remove fzsd.event.used_tool.netherite_shovel -scoreboard objectives remove fzsd.event.used_tool.iron_sword -scoreboard objectives remove fzsd.event.used_tool.stone_sword -scoreboard objectives remove fzsd.event.used_tool.golden_sword -scoreboard objectives remove fzsd.event.used_tool.wooden_sword -scoreboard objectives remove fzsd.event.used_tool.diamond_sword -scoreboard objectives remove fzsd.event.used_tool.netherite_sword - -schedule clear fzsd:game_event/on_tick - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "已卸载系统组件:游戏事件"}] \ No newline at end of file diff --git a/data/fzsd/functions/logger/clear_data.mcfunction b/data/fzsd/functions/logger/clear_data.mcfunction deleted file mode 100644 index 258062d..0000000 --- a/data/fzsd/functions/logger/clear_data.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:fzsd:logger/uninstall - -## 日志 -tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已删除日志配置!"}] - -data remove storage fzsd:logger fzsd \ No newline at end of file diff --git a/data/fzsd/functions/logger/install.mcfunction b/data/fzsd/functions/logger/install.mcfunction deleted file mode 100644 index 4b42440..0000000 --- a/data/fzsd/functions/logger/install.mcfunction +++ /dev/null @@ -1,28 +0,0 @@ -##### 使用方式,形如:tellraw @a [{"nbt": "fzsd.exception.load_without_install_exception", "interpret": true, "storage": "fzsd:logger"}, {"text": "计分板"}] - -## 根 -data modify storage fzsd:logger fzsd.root set value '[{"text": "", "color": "white"}, {"text": "[", "color": "dark_gray"}, {"text": "FZSD", "color": "gold"}, {"text": "]", "color": "dark_gray"}]' - -## 不同日志等级 -### error 800 -data modify storage fzsd:logger fzsd.level.error set value '[{"text": "", "color": "red"}, {"nbt": "root", "interpret": true, "storage": "fzsd:logger"}, {"text": "[错误]"}]' -### alert 600 -data modify storage fzsd:logger fzsd.level.alert set value '[{"text": "", "color": "yellow"}, {"nbt": "fzsd.root", "interpret": true, "storage": "fzsd:logger"}, {"text": "[提醒]"}]' -### info 500 -data modify storage fzsd:logger fzsd.level.info set value '[{"text": "", "color": "green"}, {"nbt": "fzsd.root", "interpret": true, "storage": "fzsd:logger"}, {"text": "[信息]"}]' -### debug 400 -data modify storage fzsd:logger fzsd.level.debug set value '[{"text": "", "color": "dark_aqua"}, {"nbt": "fzsd.root", "interpret": true, "storage": "fzsd:logger"}, {"text": "[调试]"}]' -### fine 300 -data modify storage fzsd:logger fzsd.level.fine set value '[{"text": "", "color": "gray"}, {"nbt": "fzsd.root", "interpret": true, "storage": "fzsd:logger"}, {"text": "[详细]"}]' - -## 异常 -data modify storage fzsd:logger fzsd.exception.load_without_install_exception set value '[{"nbt": "fzsd.level.error", "interpret": true, "storage": "fzsd:logger"}, {"text": "模块在未安装时被加载:"}]' - -## 首次安装时日志等级默认为一般消息 -execute unless data storage fzsd:logger fzsd.levels.current run data modify storage fzsd:logger fzsd.levels.current set value 500 - -## 读取日志等级存入缓存 -execute store result score fzsd.logger.level fzsd.variable.integer run data get storage fzsd:logger fzsd.levels.current - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "已安装系统组件:日志"}] \ No newline at end of file diff --git a/data/fzsd/functions/logger/level/debug.mcfunction b/data/fzsd/functions/logger/level/debug.mcfunction deleted file mode 100644 index 107e6c8..0000000 --- a/data/fzsd/functions/logger/level/debug.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ - -## debug 400 -data modify storage fzsd:logger fzsd.levels.current set value 400 -execute store result score fzsd.logger.level fzsd.variable.integer run data get storage fzsd:logger fzsd.levels.current - -## 日志 -tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "日志等级设为调试"}] \ No newline at end of file diff --git a/data/fzsd/functions/logger/level/fine.mcfunction b/data/fzsd/functions/logger/level/fine.mcfunction deleted file mode 100644 index 2aa37eb..0000000 --- a/data/fzsd/functions/logger/level/fine.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ - -## fine 300 -data modify storage fzsd:logger fzsd.levels.current set value 300 -execute store result score fzsd.logger.level fzsd.variable.integer run data get storage fzsd:logger fzsd.levels.current - -## 日志 -tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "日志等级设为详细"}] \ No newline at end of file diff --git a/data/fzsd/functions/logger/level/info.mcfunction b/data/fzsd/functions/logger/level/info.mcfunction deleted file mode 100644 index 0d2814a..0000000 --- a/data/fzsd/functions/logger/level/info.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ - -## info 500 -data modify storage fzsd:logger fzsd.levels.current set value 500 -execute store result score fzsd.logger.level fzsd.variable.integer run data get storage fzsd:logger fzsd.levels.current - -## 日志 -tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "日志等级设为一般信息"}] \ No newline at end of file diff --git a/data/fzsd/functions/logger/load.mcfunction b/data/fzsd/functions/logger/load.mcfunction deleted file mode 100644 index 122f127..0000000 --- a/data/fzsd/functions/logger/load.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:logger/init - -## 读取日志等级存入缓存 -execute store result score fzsd.logger.level fzsd.variable.integer run data get storage fzsd:logger fzsd.levels.current - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "已加载系统组件:日志"}] \ No newline at end of file diff --git a/data/fzsd/functions/logger/uninstall.mcfunction b/data/fzsd/functions/logger/uninstall.mcfunction deleted file mode 100644 index dc037fc..0000000 --- a/data/fzsd/functions/logger/uninstall.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -## 调用者:#fzsd:logger/uninstall - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "已卸载系统组件:日志"}] - -## 询问是否清除数据 -execute if score fzsd.logger.level fzsd.variable.integer matches ..600 run tellraw @s [{"nbt": "fzsd.level.alert", "interpret": true, "storage": "fzsd:logger"}, {"text": "您要删除日志配置吗,它将会永久失去!(真的很久!)"}, {"text": "[确定]", "color": "dark_red", "clickEvent": {"action": "suggest_command", "value": "/function #fzsd:logger/clear_data"}, "hoverEvent": {"action": "show_text", "contents": {"text": "将命令填入聊天框"}}}] \ No newline at end of file diff --git a/data/fzsd/functions/module/health/install.mcfunction b/data/fzsd/functions/module/health/install.mcfunction deleted file mode 100644 index 593b83e..0000000 --- a/data/fzsd/functions/module/health/install.mcfunction +++ /dev/null @@ -1,8 +0,0 @@ -scoreboard objectives add fzsd.module.health health -scoreboard objectives modify fzsd.module.health rendertype hearts - -## 标记为已安装 -data modify storage fzsd:install fzsd.module.health set value 1b - -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已安装组件:血量显示"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/health/load.mcfunction b/data/fzsd/functions/module/health/load.mcfunction deleted file mode 100644 index 3d07874..0000000 --- a/data/fzsd/functions/module/health/load.mcfunction +++ /dev/null @@ -1,8 +0,0 @@ -## @see compat_16 -execute unless data storage fzsd:config fzsd.module.health.display{below_name: 0b} run scoreboard objectives setdisplay belowName fzsd.module.health -execute if data storage fzsd:config fzsd.module.health.display{below_name: 0b} run scoreboard objectives setdisplay belowName -execute unless data storage fzsd:config fzsd.module.health.display{list: 0b} run scoreboard objectives setdisplay list fzsd.module.health -execute if data storage fzsd:config fzsd.module.health.display{list: 0b} run scoreboard objectives setdisplay list - -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已加载组件:玩家血量显示"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/health/set_health_name/default.mcfunction b/data/fzsd/functions/module/health/set_health_name/default.mcfunction deleted file mode 100644 index 04c0a6e..0000000 --- a/data/fzsd/functions/module/health/set_health_name/default.mcfunction +++ /dev/null @@ -1 +0,0 @@ -scoreboard objectives modify fzsd.module.health displayname {"text": "血量", "color": "red"} \ No newline at end of file diff --git a/data/fzsd/functions/module/health/set_health_name/preset_1.mcfunction b/data/fzsd/functions/module/health/set_health_name/preset_1.mcfunction deleted file mode 100644 index 3196a1f..0000000 --- a/data/fzsd/functions/module/health/set_health_name/preset_1.mcfunction +++ /dev/null @@ -1 +0,0 @@ -scoreboard objectives modify fzsd.module.health displayname {"text": "HP"} \ No newline at end of file diff --git a/data/fzsd/functions/module/health/set_health_name/preset_2.mcfunction b/data/fzsd/functions/module/health/set_health_name/preset_2.mcfunction deleted file mode 100644 index fcdf961..0000000 --- a/data/fzsd/functions/module/health/set_health_name/preset_2.mcfunction +++ /dev/null @@ -1 +0,0 @@ -scoreboard objectives modify fzsd.module.health displayname {"text": "厘米", "color": "gold"} \ No newline at end of file diff --git a/data/fzsd/functions/module/health/set_health_name/preset_3.mcfunction b/data/fzsd/functions/module/health/set_health_name/preset_3.mcfunction deleted file mode 100644 index c20aa8f..0000000 --- a/data/fzsd/functions/module/health/set_health_name/preset_3.mcfunction +++ /dev/null @@ -1 +0,0 @@ -scoreboard objectives modify fzsd.module.health displayname {"text": "cm", "color": "gold"} \ No newline at end of file diff --git a/data/fzsd/functions/module/health/set_health_name/preset_4.mcfunction b/data/fzsd/functions/module/health/set_health_name/preset_4.mcfunction deleted file mode 100644 index 1eae806..0000000 --- a/data/fzsd/functions/module/health/set_health_name/preset_4.mcfunction +++ /dev/null @@ -1 +0,0 @@ -scoreboard objectives modify fzsd.module.health displayname {"text": "节操值", "color": "green"} \ No newline at end of file diff --git a/data/fzsd/functions/module/health/set_health_name/preset_5.mcfunction b/data/fzsd/functions/module/health/set_health_name/preset_5.mcfunction deleted file mode 100644 index 8acd719..0000000 --- a/data/fzsd/functions/module/health/set_health_name/preset_5.mcfunction +++ /dev/null @@ -1 +0,0 @@ -scoreboard objectives modify fzsd.module.health displayname {"text": "沙雕值", "color": "yellow"} \ No newline at end of file diff --git a/data/fzsd/functions/module/health/try_install.mcfunction b/data/fzsd/functions/module/health/try_install.mcfunction deleted file mode 100644 index 39eba3e..0000000 --- a/data/fzsd/functions/module/health/try_install.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute unless data storage fzsd:install fzsd.module{health:0b} run function #fzsd:module/health/install \ No newline at end of file diff --git a/data/fzsd/functions/module/health/try_load.mcfunction b/data/fzsd/functions/module/health/try_load.mcfunction deleted file mode 100644 index 1095699..0000000 --- a/data/fzsd/functions/module/health/try_load.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ -## 判断是否安装,如果安装则加载 -execute if data storage fzsd:install fzsd.module{health:1b} run function #fzsd:module/health/load \ No newline at end of file diff --git a/data/fzsd/functions/module/health/uninstall.mcfunction b/data/fzsd/functions/module/health/uninstall.mcfunction deleted file mode 100644 index 914630f..0000000 --- a/data/fzsd/functions/module/health/uninstall.mcfunction +++ /dev/null @@ -1,9 +0,0 @@ -scoreboard objectives remove fzsd.module.health -data remove storage fzsd:config fzsd.module.health - -## 标记为已卸载 -data modify storage fzsd:install fzsd.module.health set value 0b - - -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已卸载组件:血量显示"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/here/get_dimension_message/if_overworld.mcfunction b/data/fzsd/functions/module/here/get_dimension_message/if_overworld.mcfunction deleted file mode 100644 index b9f0b30..0000000 --- a/data/fzsd/functions/module/here/get_dimension_message/if_overworld.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -data modify storage fzsd:here fzsd.nether_pos set value [0, 0] -execute store result storage fzsd:here fzsd.nether.x int 0.125 run data get entity @s Pos[0] -execute store result storage fzsd:here fzsd.nether.z int 0.125 run data get entity @s Pos[2] -data modify storage fzsd:global fzsd.api.dimension.id set value "minecraft:the_nether" -function #fzsd:api/get_dimension_name -data modify storage fzsd:here fzsd.message.append set value '[{"text": ",对应", "color": "white"}, {"nbt": "fzsd.api.dimension.name", "interpret": true, "storage": "fzsd:global"}, [{"text": " [", "color": "green"}, {"nbt": "fzsd.nether.x", "storage": "fzsd:here"}, {"text": ", "}, {"nbt": "fzsd.nether.z", "storage": "fzsd:here"}, {"text": "]"}]]' \ No newline at end of file diff --git a/data/fzsd/functions/module/here/get_dimension_message/if_the_nether.mcfunction b/data/fzsd/functions/module/here/get_dimension_message/if_the_nether.mcfunction deleted file mode 100644 index 9820949..0000000 --- a/data/fzsd/functions/module/here/get_dimension_message/if_the_nether.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -data modify storage fzsd:here fzsd.overworld_pos set value [0, 0] -execute store result storage fzsd:here fzsd.overworld.x int 8 run data get entity @s Pos[0] -execute store result storage fzsd:here fzsd.overworld.z int 8 run data get entity @s Pos[2] -data modify storage fzsd:global fzsd.api.dimension.id set value "minecraft:overworld" -function #fzsd:api/get_dimension_name -data modify storage fzsd:here fzsd.message.append set value '[{"text": ",对应", "color": "white"}, {"nbt": "fzsd.api.dimension.name", "interpret": true, "storage": "fzsd:global"}, [{"text": " [", "color": "green"}, {"nbt": "fzsd.overworld.x", "storage": "fzsd:here"}, {"text": ", "}, {"nbt": "fzsd.overworld.z", "storage": "fzsd:here"}, {"text": "]"}]]' -## 恢复用于判断的维度id \ No newline at end of file diff --git a/data/fzsd/functions/module/here/get_dimension_message/overworld.mcfunction b/data/fzsd/functions/module/here/get_dimension_message/overworld.mcfunction deleted file mode 100644 index 46c00ec..0000000 --- a/data/fzsd/functions/module/here/get_dimension_message/overworld.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute if data entity @s {Dimension:"minecraft:overworld"} run function fzsd:module/here/get_dimension_message/if_overworld \ No newline at end of file diff --git a/data/fzsd/functions/module/here/get_dimension_message/the_nether.mcfunction b/data/fzsd/functions/module/here/get_dimension_message/the_nether.mcfunction deleted file mode 100644 index 474495e..0000000 --- a/data/fzsd/functions/module/here/get_dimension_message/the_nether.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute if data entity @s {Dimension:"minecraft:the_nether"} run function fzsd:module/here/get_dimension_message/if_the_nether \ No newline at end of file diff --git a/data/fzsd/functions/module/here/get_message.mcfunction b/data/fzsd/functions/module/here/get_message.mcfunction deleted file mode 100644 index dad1942..0000000 --- a/data/fzsd/functions/module/here/get_message.mcfunction +++ /dev/null @@ -1,8 +0,0 @@ - -execute store result storage fzsd:here fzsd.x int 1 run data get entity @s Pos[0] -execute store result storage fzsd:here fzsd.y int 1 run data get entity @s Pos[1] -execute store result storage fzsd:here fzsd.z int 1 run data get entity @s Pos[2] -data modify storage fzsd:here fzsd.message.append set value '' -data modify storage fzsd:here fzsd.dimension.name set from storage fzsd:global fzsd.api.dimension.name -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "玩家"}, {"selector": "@s"}, {"text": "获取了位置信息"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/here/global_message.mcfunction b/data/fzsd/functions/module/here/global_message.mcfunction deleted file mode 100644 index edb20b3..0000000 --- a/data/fzsd/functions/module/here/global_message.mcfunction +++ /dev/null @@ -1 +0,0 @@ -tellraw @a [{"text": ""}, [{"selector": "@s"}, {"text": "说:我在", "color": "white"}, {"nbt": "fzsd.dimension.name", "interpret": true, "storage": "fzsd:here"}, [{"text": " [", "color": "green"}, {"nbt": "fzsd.x", "storage": "fzsd:here"}, {"text": ", "}, {"nbt": "fzsd.y", "storage": "fzsd:here"}, {"text": ", "}, {"nbt": "fzsd.z", "storage": "fzsd:here"}, {"text": "]"}], {"nbt": "fzsd.message.append", "interpret": true, "storage": "fzsd:here"}]] \ No newline at end of file diff --git a/data/fzsd/functions/module/here/install.mcfunction b/data/fzsd/functions/module/here/install.mcfunction deleted file mode 100644 index 77f445c..0000000 --- a/data/fzsd/functions/module/here/install.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -## 标记为已安装 -data modify storage fzsd:install fzsd.module.here set value 1b - -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已安装组件:玩家位置"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/here/interactor/display.mcfunction b/data/fzsd/functions/module/here/interactor/display.mcfunction deleted file mode 100644 index 04722c3..0000000 --- a/data/fzsd/functions/module/here/interactor/display.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -execute if data storage fzsd:install fzsd.module{last_nether_portal:1b} unless data storage fzsd:perm {here:1} run tellraw @s [{"text": "获取位置:"},[{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "value": "发送给:自己"}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -2000"}},{"text": "私信", "color": "aqua"},{"text": "] "}], [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "value": "发送给:所有人"}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -2010"}},{"text": "广播", "color": "aqua"},{"text": "]"}]] - -# 仅管理员 -execute if data storage fzsd:install fzsd.module{last_nether_portal:1b} if data storage fzsd:perm {here:1} if entity @s[tag=fzsd.admin] run tellraw @s [{"text": "获取位置:"},[{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "value": "发送给:自己"}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -2000"}},{"text": "私信", "color": "aqua"},{"text": "] "}], [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "value": "发送给:所有人"}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -2010"}},{"text": "广播", "color": "aqua"},{"text": "]"}]] \ No newline at end of file diff --git a/data/fzsd/functions/module/here/interactor/on_click.mcfunction b/data/fzsd/functions/module/here/interactor/on_click.mcfunction deleted file mode 100644 index c169743..0000000 --- a/data/fzsd/functions/module/here/interactor/on_click.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -execute if score @s fzsd.module.interactor.trigger matches -2000 if data storage fzsd:perm {here:1} if entity @s[tag=fzsd.admin] run function #fzsd:module/here/private_message -execute if score @s fzsd.module.interactor.trigger matches -2000 unless data storage fzsd:perm {here:1} run function #fzsd:module/here/private_message -execute if score @s fzsd.module.interactor.trigger matches -2010 if data storage fzsd:perm {here:1} if entity @s[tag=fzsd.admin] run function #fzsd:module/here/global_message -execute if score @s fzsd.module.interactor.trigger matches -2010 unless data storage fzsd:perm {here:1} run function #fzsd:module/here/global_message diff --git a/data/fzsd/functions/module/here/private_message.mcfunction b/data/fzsd/functions/module/here/private_message.mcfunction deleted file mode 100644 index 9da0724..0000000 --- a/data/fzsd/functions/module/here/private_message.mcfunction +++ /dev/null @@ -1 +0,0 @@ -tellraw @s [{"text": "你在", "color": "white"}, {"nbt": "fzsd.dimension.name", "interpret": true, "storage": "fzsd:here"}, [{"text": " [", "color": "green"}, {"nbt": "fzsd.x", "storage": "fzsd:here"}, {"text": ", "}, {"nbt": "fzsd.y", "storage": "fzsd:here"}, {"text": ", "}, {"nbt": "fzsd.z", "storage": "fzsd:here"}, {"text": "]"}], {"nbt": "fzsd.message.append", "interpret": true, "storage": "fzsd:here"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/here/try_install.mcfunction b/data/fzsd/functions/module/here/try_install.mcfunction deleted file mode 100644 index 55a1301..0000000 --- a/data/fzsd/functions/module/here/try_install.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute unless data storage fzsd:install fzsd.module{here:0b} run function #fzsd:module/here/install \ No newline at end of file diff --git a/data/fzsd/functions/module/here/uninstall.mcfunction b/data/fzsd/functions/module/here/uninstall.mcfunction deleted file mode 100644 index 010ea0e..0000000 --- a/data/fzsd/functions/module/here/uninstall.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -data remove storage fzsd:here fzsd - -## 标记为已卸载 -data modify storage fzsd:install fzsd.module.here set value 0b - -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已卸载组件:玩家位置"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/interactor/event/advamcement/on_click.mcfunction b/data/fzsd/functions/module/interactor/event/advamcement/on_click.mcfunction deleted file mode 100644 index 9758929..0000000 --- a/data/fzsd/functions/module/interactor/event/advamcement/on_click.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -execute if data storage fzsd:install fzsd.module{interactor: 1b} run function fzsd:module/interactor/event/on_click - -function #fzsd:module/interactor/reset_trigger -## 重置进度 -advancement revoke @s only fzsd:module/interactor/on_click \ No newline at end of file diff --git a/data/fzsd/functions/module/interactor/event/on_click.mcfunction b/data/fzsd/functions/module/interactor/event/on_click.mcfunction deleted file mode 100644 index 934993d..0000000 --- a/data/fzsd/functions/module/interactor/event/on_click.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -## 运行事件 -function #fzsd:module/interactor/event/on_click -## 触发器分数为正数时重新显示交互器按钮,为负数时不显示 -execute if score @s fzsd.module.interactor.trigger matches 1.. run function #fzsd:module/interactor/event/on_display \ No newline at end of file diff --git a/data/fzsd/functions/module/interactor/event/on_unsneak/on_unsneak.mcfunction b/data/fzsd/functions/module/interactor/event/on_unsneak/on_unsneak.mcfunction deleted file mode 100644 index 0ca5107..0000000 --- a/data/fzsd/functions/module/interactor/event/on_unsneak/on_unsneak.mcfunction +++ /dev/null @@ -1,3 +0,0 @@ -# 本目录用于存放向事件中注册的函数,并不用来新建事件 - -execute if data storage fzsd:install fzsd.module{interactor: 1b} if entity @s[tag=!fzsd.ignore_interactor_headup_sneak, x_rotation = -90] run function #fzsd:module/interactor/event/on_start_interact \ No newline at end of file diff --git a/data/fzsd/functions/module/interactor/event/reset_advancements.mcfunction b/data/fzsd/functions/module/interactor/event/reset_advancements.mcfunction deleted file mode 100644 index 9a229ed..0000000 --- a/data/fzsd/functions/module/interactor/event/reset_advancements.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "玩家"}, {"selector": "@s"}, {"text": "重置了交互器事件进度"}] - -advancement revoke @s from fzsd:module/interactor/on_click \ No newline at end of file diff --git a/data/fzsd/functions/module/interactor/install.mcfunction b/data/fzsd/functions/module/interactor/install.mcfunction deleted file mode 100644 index 501a4d7..0000000 --- a/data/fzsd/functions/module/interactor/install.mcfunction +++ /dev/null @@ -1,8 +0,0 @@ -scoreboard objectives add fzsd.module.interactor.trigger trigger -scoreboard objectives add fzsd.module.interactor.player.config dummy - -## 标记为已安装 -data modify storage fzsd:install fzsd.module.interactor set value 1b - -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已安装组件:配置"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/interactor/interactor/display.mcfunction b/data/fzsd/functions/module/interactor/interactor/display.mcfunction deleted file mode 100644 index 514ef22..0000000 --- a/data/fzsd/functions/module/interactor/interactor/display.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "向玩家"}, {"selector": "@s"}, {"text": "显示交互器"}] - -execute if data storage fzsd:install fzsd.module{interactor:1b} run tellraw @s {"text": "交互器:"} - -execute if data storage fzsd:install fzsd.module{interactor:1b} if entity @s[tag=!fzsd.ignore_interactor_headup_sneak] run tellraw @s [{"text": "- 打开方式“抬头+蹲起”:"}, [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "value": "点击关闭"}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set 900"}},{"text": "已启用", "color": "green"},{"text": "]"}]] -execute if data storage fzsd:install fzsd.module{interactor:1b} if entity @s[tag=fzsd.ignore_interactor_headup_sneak] run tellraw @s [{"text": "- 打开方式“抬头+蹲起”:"}, [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "value": "点击启用"}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set 910"}},{"text": "已关闭", "color": "red"},{"text": "]"}]] \ No newline at end of file diff --git a/data/fzsd/functions/module/interactor/interactor/on_click.mcfunction b/data/fzsd/functions/module/interactor/interactor/on_click.mcfunction deleted file mode 100644 index 03ed343..0000000 --- a/data/fzsd/functions/module/interactor/interactor/on_click.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/interactor/on_click - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "玩家"}, {"selector": "@s"}, {"text": "的交互器分数为:"}, {"score": {"name": "@s", "objective": "fzsd.module.interactor.trigger"}}] - -execute if score @s fzsd.module.interactor.trigger matches 900 run tag @s add fzsd.ignore_interactor_headup_sneak -execute if score @s fzsd.module.interactor.trigger matches 910 run tag @s remove fzsd.ignore_interactor_headup_sneak \ No newline at end of file diff --git a/data/fzsd/functions/module/interactor/load.mcfunction b/data/fzsd/functions/module/interactor/load.mcfunction deleted file mode 100644 index 88ffaea..0000000 --- a/data/fzsd/functions/module/interactor/load.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -execute as @a run function #fzsd:module/interactor/reset_trigger - -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已加载组件:交互器"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/interactor/reset_trigger.mcfunction b/data/fzsd/functions/module/interactor/reset_trigger.mcfunction deleted file mode 100644 index 9f23725..0000000 --- a/data/fzsd/functions/module/interactor/reset_trigger.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/interactor/reset_trigger - -scoreboard players set @s fzsd.module.interactor.trigger 0 -scoreboard players enable @s fzsd.module.interactor.trigger - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "已重置玩家"}, {"selector": "@s"}, {"text": "的触发器分数"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/interactor/try_install.mcfunction b/data/fzsd/functions/module/interactor/try_install.mcfunction deleted file mode 100644 index 021ecf7..0000000 --- a/data/fzsd/functions/module/interactor/try_install.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute unless data storage fzsd:install fzsd.module{interactor:0b} run function #fzsd:module/interactor/install \ No newline at end of file diff --git a/data/fzsd/functions/module/interactor/try_load.mcfunction b/data/fzsd/functions/module/interactor/try_load.mcfunction deleted file mode 100644 index a86a1b4..0000000 --- a/data/fzsd/functions/module/interactor/try_load.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ -## 判断是否安装,如果安装则加载 -execute if data storage fzsd:install fzsd.module{interactor:1b} run function #fzsd:module/interactor/load \ No newline at end of file diff --git a/data/fzsd/functions/module/interactor/uninstall.mcfunction b/data/fzsd/functions/module/interactor/uninstall.mcfunction deleted file mode 100644 index 20b5a18..0000000 --- a/data/fzsd/functions/module/interactor/uninstall.mcfunction +++ /dev/null @@ -1,9 +0,0 @@ -schedule clear fzsd:module/interactor/loop - -scoreboard objectives remove fzsd.module.interactor.trigger - -## 标记为已卸载 -data modify storage fzsd:install fzsd.module.interactor set value 0b - -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已卸载组件:配置"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/join_message/default_message.mcfunction b/data/fzsd/functions/module/join_message/default_message.mcfunction deleted file mode 100644 index a492807..0000000 --- a/data/fzsd/functions/module/join_message/default_message.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -tellraw @s [{"nbt": "fzsd.root", "interpret": true, "storage": "fzsd:logger"}, [{"text": "本服务器启用了"}, {"text": "FZ生存数据包", "color": "gold", "underlined": true, "hoverEvent": {"action": "show_text", "contents": {"text": "点击前往数据包gitee主页"}}, "clickEvent": {"action": "open_url", "value": "https://gitee.com/harvey-husky/fz-survival-datapack"}}]] -## 如果玩家未关闭抬头蹲起功能 -execute if entity @s[tag=!fzsd.ignore_interactor_headup_sneak] run tellraw @s [{"nbt": "fzsd.root", "interpret": true, "storage": "fzsd:logger"}, [{"text": "抬头90°并蹲起,或使用", "color": "white"}, {"text": "/trigger fzsd.module.interactor.trigger", "color": "aqua", "underlined": true, "hoverEvent": {"action": "show_text", "contents": {"text": "点击填入聊天栏"}}, "clickEvent": {"action": "suggest_command", "value": "/trigger fzsd.module.interactor.trigger"}}, {"text": "打开交互器"}]] -## 如果玩家关闭了抬头蹲起功能 -execute if entity @s[tag=fzsd.ignore_interactor_headup_sneak] run tellraw @s [{"nbt": "fzsd.root", "interpret": true, "storage": "fzsd:logger"}, [{"text": "使用", "color": "white"}, {"text": "/trigger fzsd.module.interactor.trigger", "color": "aqua", "underlined": true, "hoverEvent": {"action": "show_text", "contents": {"text": "点击填入聊天栏"}}, "clickEvent": {"action": "suggest_command", "value": "/trigger fzsd.module.interactor.trigger"}}, {"text": "打开交互器"}]] \ No newline at end of file diff --git a/data/fzsd/functions/module/join_message/event/on_login/on_login.mcfunction b/data/fzsd/functions/module/join_message/event/on_login/on_login.mcfunction deleted file mode 100644 index 82c1f3d..0000000 --- a/data/fzsd/functions/module/join_message/event/on_login/on_login.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute if data storage fzsd:install fzsd.module{join_message:1b} run function #fzsd:module/join_message/send_message \ No newline at end of file diff --git a/data/fzsd/functions/module/join_message/install.mcfunction b/data/fzsd/functions/module/join_message/install.mcfunction deleted file mode 100644 index 3129a27..0000000 --- a/data/fzsd/functions/module/join_message/install.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -## 标记为已安装 -data modify storage fzsd:install fzsd.module.join_message set value 1b - -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已安装组件:进服消息"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/join_message/try_install.mcfunction b/data/fzsd/functions/module/join_message/try_install.mcfunction deleted file mode 100644 index b054a47..0000000 --- a/data/fzsd/functions/module/join_message/try_install.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute unless data storage fzsd:install fzsd.module{join_message:0b} run function #fzsd:module/join_message/install diff --git a/data/fzsd/functions/module/join_message/uninstall.mcfunction b/data/fzsd/functions/module/join_message/uninstall.mcfunction deleted file mode 100644 index bf9aa43..0000000 --- a/data/fzsd/functions/module/join_message/uninstall.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -## 标记为已卸载 -data modify storage fzsd:install fzsd.module.join_message set value 0b - -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已卸载组件:进服消息"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/last_death/get_death_point.mcfunction b/data/fzsd/functions/module/last_death/get_death_point.mcfunction deleted file mode 100644 index 641a188..0000000 --- a/data/fzsd/functions/module/last_death/get_death_point.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -data modify storage fzsd:global fzsd.api.dimension.id set from entity @s LastDeathLocation.dimension -execute store result storage fzsd:last_death fzsd.x int 1 run data get entity @s LastDeathLocation.pos[0] -execute store result storage fzsd:last_death fzsd.y int 1 run data get entity @s LastDeathLocation.pos[1] -execute store result storage fzsd:last_death fzsd.z int 1 run data get entity @s LastDeathLocation.pos[2] - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "玩家"}, {"selector": "@s"}, {"text": "获取了死亡点"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/last_death/install.mcfunction b/data/fzsd/functions/module/last_death/install.mcfunction deleted file mode 100644 index 94d6724..0000000 --- a/data/fzsd/functions/module/last_death/install.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -## 标记为已安装 -data modify storage fzsd:install fzsd.module.last_death set value 1b - -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已安装组件:上一死亡点"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/last_death/interactor/display.mcfunction b/data/fzsd/functions/module/last_death/interactor/display.mcfunction deleted file mode 100644 index 9449648..0000000 --- a/data/fzsd/functions/module/last_death/interactor/display.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ -execute if data storage fzsd:install fzsd.module{last_death:1b} if data storage fzsd:perm {last_death:1} if entity @s[tag=fzsd.admin] run tellraw @s [{"text": "获取上一死亡点:"},[{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "value": "发送给:自己"}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -2100"}},{"text": "私信", "color": "aqua"},{"text": "]"}]] -execute if data storage fzsd:install fzsd.module{last_death:1b} unless data storage fzsd:perm {last_death:1} run tellraw @s [{"text": "获取上一死亡点:"},[{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "value": "发送给:自己"}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -2100"}},{"text": "私信", "color": "aqua"},{"text": "]"}]] diff --git a/data/fzsd/functions/module/last_death/interactor/on_click.mcfunction b/data/fzsd/functions/module/last_death/interactor/on_click.mcfunction deleted file mode 100644 index 072fd2a..0000000 --- a/data/fzsd/functions/module/last_death/interactor/on_click.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ -execute if score @s fzsd.module.interactor.trigger matches -2100 if data storage fzsd:perm {last_death:1} if entity @s[tag=fzsd.admin] run function #fzsd:module/last_death/private_message -execute if score @s fzsd.module.interactor.trigger matches -2100 unless data storage fzsd:perm {last_death:1} run function #fzsd:module/last_death/private_message \ No newline at end of file diff --git a/data/fzsd/functions/module/last_death/private_message.mcfunction b/data/fzsd/functions/module/last_death/private_message.mcfunction deleted file mode 100644 index 4fe4c42..0000000 --- a/data/fzsd/functions/module/last_death/private_message.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ -execute if data entity @s LastDeathLocation run tellraw @s [{"text": "你上次死亡于"}, {"nbt": "fzsd.api.dimension.name", "interpret": true, "storage": "fzsd:global"}, [{"text": " [", "color": "green"}, {"nbt": "fzsd.x", "storage": "fzsd:last_death"}, {"text": ", "}, {"nbt": "fzsd.y", "storage": "fzsd:last_death"}, {"text": ", "}, {"nbt": "fzsd.z", "storage": "fzsd:last_death"}, {"text": "]"}]] -execute unless data entity @s LastDeathLocation run tellraw @s {"text": "你从未死亡!"} \ No newline at end of file diff --git a/data/fzsd/functions/module/last_death/try_install.mcfunction b/data/fzsd/functions/module/last_death/try_install.mcfunction deleted file mode 100644 index c4bd070..0000000 --- a/data/fzsd/functions/module/last_death/try_install.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute unless data storage fzsd:install fzsd.module{last_death:0b} run function #fzsd:module/last_death/install diff --git a/data/fzsd/functions/module/last_death/uninstall.mcfunction b/data/fzsd/functions/module/last_death/uninstall.mcfunction deleted file mode 100644 index 6de53dd..0000000 --- a/data/fzsd/functions/module/last_death/uninstall.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -data remove storage fzsd:last_death fzsd - -## 标记为已卸载 -data modify storage fzsd:install fzsd.module.last_death set value 0b - -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已卸载组件:上一死亡点"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/last_nether_portal/event/on_entered_nether_portal.mcfunction b/data/fzsd/functions/module/last_nether_portal/event/on_entered_nether_portal.mcfunction deleted file mode 100644 index 44d4c1c..0000000 --- a/data/fzsd/functions/module/last_nether_portal/event/on_entered_nether_portal.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -execute if predicate fzsd:in_dimension_overworld run scoreboard players set @s fzsd.module.last_nether_portal.dimension 0 -execute if predicate fzsd:in_dimension_the_nether run scoreboard players set @s fzsd.module.last_nether_portal.dimension -1 -execute store result score @s fzsd.module.last_nether_portal.x run data get entity @s Pos[0] -execute store result score @s fzsd.module.last_nether_portal.y run data get entity @s Pos[1] -execute store result score @s fzsd.module.last_nether_portal.z run data get entity @s Pos[2] \ No newline at end of file diff --git a/data/fzsd/functions/module/last_nether_portal/get_message.mcfunction b/data/fzsd/functions/module/last_nether_portal/get_message.mcfunction deleted file mode 100644 index 26a8002..0000000 --- a/data/fzsd/functions/module/last_nether_portal/get_message.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -execute if score @s fzsd.module.last_nether_portal.dimension matches 0 run data modify storage fzsd:global fzsd.api.dimension.id set value "minecraft:overworld" -execute if score @s fzsd.module.last_nether_portal.dimension matches -1 run data modify storage fzsd:global fzsd.api.dimension.id set value "minecraft:the_nether" - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "玩家"}, {"selector": "@s"}, {"text": "获取了上次穿出的地狱门"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/last_nether_portal/global_message.mcfunction b/data/fzsd/functions/module/last_nether_portal/global_message.mcfunction deleted file mode 100644 index eb18878..0000000 --- a/data/fzsd/functions/module/last_nether_portal/global_message.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ -execute if score @s fzsd.module.last_nether_portal.dimension matches -2147483648..2147483647 run tellraw @a [{"text": ""}, [{"selector": "@s"}, {"text": "说:我上次穿出的下界传送门位于", "color": "white"}, {"nbt": "fzsd.api.dimension.name", "interpret": true, "storage": "fzsd:global"}, [{"text": " [", "color": "green"}, {"score": {"name": "@s", "objective": "fzsd.module.last_nether_portal.x"}}, {"text": ", "}, {"score": {"name": "@s", "objective": "fzsd.module.last_nether_portal.y"}}, {"text": ", "}, {"score": {"name": "@s", "objective": "fzsd.module.last_nether_portal.z"}}, {"text": "]"}]]] -execute unless score @s fzsd.module.last_nether_portal.dimension matches -2147483648..2147483647 run tellraw @s {"text": "你从未穿出过下界传送门!"} \ No newline at end of file diff --git a/data/fzsd/functions/module/last_nether_portal/install.mcfunction b/data/fzsd/functions/module/last_nether_portal/install.mcfunction deleted file mode 100644 index b584dbf..0000000 --- a/data/fzsd/functions/module/last_nether_portal/install.mcfunction +++ /dev/null @@ -1,10 +0,0 @@ -scoreboard objectives add fzsd.module.last_nether_portal.dimension dummy -scoreboard objectives add fzsd.module.last_nether_portal.x dummy -scoreboard objectives add fzsd.module.last_nether_portal.y dummy -scoreboard objectives add fzsd.module.last_nether_portal.z dummy - -## 标记为已安装 -data modify storage fzsd:install fzsd.module.last_nether_portal set value 1b - -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已安装组件:上次穿出的下界传送门"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/last_nether_portal/interactor/display.mcfunction b/data/fzsd/functions/module/last_nether_portal/interactor/display.mcfunction deleted file mode 100644 index 9f3fc75..0000000 --- a/data/fzsd/functions/module/last_nether_portal/interactor/display.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ -execute if data storage fzsd:install fzsd.module{last_nether_portal:1b} if data storage fzsd:perm {last_nether_portal:1} if entity @s[tag=fzsd.admin] run tellraw @s [{"text": "获取上次穿出的下界传送门:"},[{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "value": "发送给:自己"}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -2200"}},{"text": "私信", "color": "aqua"},{"text": "] "}], [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "value": "发送给:所有人"}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -2210"}},{"text": "广播", "color": "aqua"},{"text": "]"}]] -execute if data storage fzsd:install fzsd.module{last_nether_portal:1b} unless data storage fzsd:perm {last_nether_portal:1} run tellraw @s [{"text": "获取上次穿出的下界传送门:"},[{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "value": "发送给:自己"}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -2200"}},{"text": "私信", "color": "aqua"},{"text": "] "}], [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "value": "发送给:所有人"}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -2210"}},{"text": "广播", "color": "aqua"},{"text": "]"}]] \ No newline at end of file diff --git a/data/fzsd/functions/module/last_nether_portal/interactor/on_click.mcfunction b/data/fzsd/functions/module/last_nether_portal/interactor/on_click.mcfunction deleted file mode 100644 index 59c082a..0000000 --- a/data/fzsd/functions/module/last_nether_portal/interactor/on_click.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -execute if score @s fzsd.module.interactor.trigger matches -2200 if data storage fzsd:perm {last_nether_portal:1} if entity @s[tag=fzsd.admin] run function #fzsd:module/last_nether_portal/private_message -execute if score @s fzsd.module.interactor.trigger matches -2200 unless data storage fzsd:perm {last_nether_portal:1} run function #fzsd:module/last_nether_portal/private_message -execute if score @s fzsd.module.interactor.trigger matches -2210 if data storage fzsd:perm {last_nether_portal:1} if entity @s[tag=fzsd.admin] run function #fzsd:module/last_nether_portal/global_message -execute if score @s fzsd.module.interactor.trigger matches -2210 unless data storage fzsd:perm {last_nether_portal:1} run function #fzsd:module/last_nether_portal/global_message \ No newline at end of file diff --git a/data/fzsd/functions/module/last_nether_portal/private_message.mcfunction b/data/fzsd/functions/module/last_nether_portal/private_message.mcfunction deleted file mode 100644 index bbf6fff..0000000 --- a/data/fzsd/functions/module/last_nether_portal/private_message.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ -execute if score @s fzsd.module.last_nether_portal.dimension matches -2147483648..2147483647 run tellraw @s [{"text": "你上次穿出的下界传送门位于"}, {"nbt": "fzsd.api.dimension.name", "interpret": true, "storage": "fzsd:global"}, [{"text": " [", "color": "green"}, {"score": {"name": "@s", "objective": "fzsd.module.last_nether_portal.x"}}, {"text": ", "}, {"score": {"name": "@s", "objective": "fzsd.module.last_nether_portal.y"}}, {"text": ", "}, {"score": {"name": "@s", "objective": "fzsd.module.last_nether_portal.z"}}, {"text": "]"}]] -execute unless score @s fzsd.module.last_nether_portal.dimension matches -2147483648..2147483647 run tellraw @s {"text": "你从未穿出过下界传送门!"} \ No newline at end of file diff --git a/data/fzsd/functions/module/last_nether_portal/try_install.mcfunction b/data/fzsd/functions/module/last_nether_portal/try_install.mcfunction deleted file mode 100644 index 432d8ef..0000000 --- a/data/fzsd/functions/module/last_nether_portal/try_install.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute unless data storage fzsd:install fzsd.module{last_nether_portal:0b} run function #fzsd:module/last_nether_portal/install diff --git a/data/fzsd/functions/module/last_nether_portal/uninstall.mcfunction b/data/fzsd/functions/module/last_nether_portal/uninstall.mcfunction deleted file mode 100644 index 89d5b7f..0000000 --- a/data/fzsd/functions/module/last_nether_portal/uninstall.mcfunction +++ /dev/null @@ -1,11 +0,0 @@ -scoreboard objectives remove fzsd.module.last_nether_portal.dimension -scoreboard objectives remove fzsd.module.last_nether_portal.x -scoreboard objectives remove fzsd.module.last_nether_portal.y -scoreboard objectives remove fzsd.module.last_nether_portal.z -data remove storage fzsd:last_nether_portal fzsd - -## 标记为已安装 -data modify storage fzsd:install fzsd.module.last_nether_portal set value 0b - -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已卸载组件:上次穿出的下界传送门"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/last_spawn_point/get_spawn_point.mcfunction b/data/fzsd/functions/module/last_spawn_point/get_spawn_point.mcfunction deleted file mode 100644 index fb40465..0000000 --- a/data/fzsd/functions/module/last_spawn_point/get_spawn_point.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -data modify storage fzsd:global fzsd.api.dimension.id set from entity @s SpawnDimension -data modify storage fzsd:last_spawn_point fzsd.x set from entity @s SpawnX -data modify storage fzsd:last_spawn_point fzsd.y set from entity @s SpawnY -data modify storage fzsd:last_spawn_point fzsd.z set from entity @s SpawnZ - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "玩家"}, {"selector": "@s"}, {"text": "获取了出生点"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/last_spawn_point/install.mcfunction b/data/fzsd/functions/module/last_spawn_point/install.mcfunction deleted file mode 100644 index 72c3044..0000000 --- a/data/fzsd/functions/module/last_spawn_point/install.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -## 标记为已安装 -data modify storage fzsd:install fzsd.module.last_spawn_point set value 1b - -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已安装组件:上一出生点"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/last_spawn_point/interactor/display.mcfunction b/data/fzsd/functions/module/last_spawn_point/interactor/display.mcfunction deleted file mode 100644 index 596cab7..0000000 --- a/data/fzsd/functions/module/last_spawn_point/interactor/display.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ -execute if data storage fzsd:install fzsd.module{last_spawn_point:1b} if data storage fzsd:perm {last_spawn_point:1} if entity @s[tag=fzsd.admin] run tellraw @s [{"text": "获取上一出生点:"},[{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "value": "发送给:自己"}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -2300"}},{"text": "私信", "color": "aqua"},{"text": "]"}]] -execute if data storage fzsd:install fzsd.module{last_spawn_point:1b} unless data storage fzsd:perm {last_spawn_point:1} run tellraw @s [{"text": "获取上一出生点:"},[{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "value": "发送给:自己"}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -2300"}},{"text": "私信", "color": "aqua"},{"text": "]"}]] \ No newline at end of file diff --git a/data/fzsd/functions/module/last_spawn_point/interactor/on_click.mcfunction b/data/fzsd/functions/module/last_spawn_point/interactor/on_click.mcfunction deleted file mode 100644 index 0e7d3fb..0000000 --- a/data/fzsd/functions/module/last_spawn_point/interactor/on_click.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ -execute if score @s fzsd.module.interactor.trigger matches -2300 if data storage fzsd:perm {last_spawn_point:1} if entity @s[tag=fzsd.admin] run function #fzsd:module/last_spawn_point/private_message -execute if score @s fzsd.module.interactor.trigger matches -2300 unless data storage fzsd:perm {last_spawn_point:1} run function #fzsd:module/last_spawn_point/private_message \ No newline at end of file diff --git a/data/fzsd/functions/module/last_spawn_point/private_message.mcfunction b/data/fzsd/functions/module/last_spawn_point/private_message.mcfunction deleted file mode 100644 index 2fda5c4..0000000 --- a/data/fzsd/functions/module/last_spawn_point/private_message.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ -execute if data entity @s SpawnDimension run tellraw @s [{"text": "你的上个出生点位于"}, {"nbt": "fzsd.api.dimension.name", "interpret": true, "storage": "fzsd:global"}, [{"text": " [", "color": "green"}, {"nbt": "fzsd.x", "storage": "fzsd:last_spawn_point"}, {"text": ", "}, {"nbt": "fzsd.y", "storage": "fzsd:last_spawn_point"}, {"text": ", "}, {"nbt": "fzsd.z", "storage": "fzsd:last_spawn_point"}, {"text": "]"}]] -execute unless data entity @s SpawnDimension run tellraw @s {"text": "你从未设置过出生点!"} \ No newline at end of file diff --git a/data/fzsd/functions/module/last_spawn_point/try_install.mcfunction b/data/fzsd/functions/module/last_spawn_point/try_install.mcfunction deleted file mode 100644 index b431baf..0000000 --- a/data/fzsd/functions/module/last_spawn_point/try_install.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute unless data storage fzsd:install fzsd.module{last_spawn_point:0b} run function #fzsd:module/last_spawn_point/install diff --git a/data/fzsd/functions/module/last_spawn_point/uninstall.mcfunction b/data/fzsd/functions/module/last_spawn_point/uninstall.mcfunction deleted file mode 100644 index 9a8f75a..0000000 --- a/data/fzsd/functions/module/last_spawn_point/uninstall.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -## 标记为已安装 -data modify storage fzsd:install fzsd.module.last_spawn_point set value 0b - -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已卸载组件:上一出生点"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/phantom_warning/check_time_since_rest.mcfunction b/data/fzsd/functions/module/phantom_warning/check_time_since_rest.mcfunction deleted file mode 100644 index 840b21c..0000000 --- a/data/fzsd/functions/module/phantom_warning/check_time_since_rest.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -# TODO: 数字有待商榷 -## @s this player -function #fzsd:api/get_time_since_rest -execute if score fzsd.var.cache fzsd.variable.integer matches 61766.. if entity @s[tag=!fzsd.ignore_phantom_warning] run function #fzsd:module/phantom_warning/send_phantom_warning \ No newline at end of file diff --git a/data/fzsd/functions/module/phantom_warning/event/on_night.mcfunction b/data/fzsd/functions/module/phantom_warning/event/on_night.mcfunction deleted file mode 100644 index fafcae3..0000000 --- a/data/fzsd/functions/module/phantom_warning/event/on_night.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute if data storage fzsd:install fzsd.module{phantom_warning:1b} as @a[predicate=fzsd:is_real_player] run function #fzsd:module/phantom_warning/check_time_since_rest \ No newline at end of file diff --git a/data/fzsd/functions/module/phantom_warning/install.mcfunction b/data/fzsd/functions/module/phantom_warning/install.mcfunction deleted file mode 100644 index 39efec2..0000000 --- a/data/fzsd/functions/module/phantom_warning/install.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -## 标记为已安装 -data modify storage fzsd:install fzsd.module.phantom_warning set value 1b - -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已安装组件:幻翼预警"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/phantom_warning/interactor/display.mcfunction b/data/fzsd/functions/module/phantom_warning/interactor/display.mcfunction deleted file mode 100644 index 868aaa5..0000000 --- a/data/fzsd/functions/module/phantom_warning/interactor/display.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ -execute if data storage fzsd:install fzsd.module{phantom_warning:1b} if data storage fzsd:perm {phantom_warning:1} if entity @s[tag=fzsd.admin] run function fzsd:module/phantom_warning/interactor/display_0 -execute if data storage fzsd:install fzsd.module{phantom_warning:1b} unless data storage fzsd:perm {phantom_warning:1} run function fzsd:module/phantom_warning/interactor/display_0 \ No newline at end of file diff --git a/data/fzsd/functions/module/phantom_warning/interactor/display_0.mcfunction b/data/fzsd/functions/module/phantom_warning/interactor/display_0.mcfunction deleted file mode 100644 index 0b0e91a..0000000 --- a/data/fzsd/functions/module/phantom_warning/interactor/display_0.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ -tellraw @s[tag=!fzsd.ignore_phantom_warning] [{"text": "幻翼预警:"}, [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "value": "点击关闭"}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set 4000"}}, {"text": "已启用", "color": "green"}, {"text": "]"}]] -tellraw @s[tag=fzsd.ignore_phantom_warning] [{"text": "幻翼预警:"}, [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "value": "点击启用"}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set 4001"}}, {"text": "已关闭", "color": "red"}, {"text": "]"}]] diff --git a/data/fzsd/functions/module/phantom_warning/interactor/on_click.mcfunction b/data/fzsd/functions/module/phantom_warning/interactor/on_click.mcfunction deleted file mode 100644 index 1823f9d..0000000 --- a/data/fzsd/functions/module/phantom_warning/interactor/on_click.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -execute if score @s fzsd.module.interactor.trigger matches 4000 if data storage fzsd:perm {phantom_warning:1} if entity @s[tag=fzsd.admin] run tag @s add fzsd.ignore_phantom_warning -execute if score @s fzsd.module.interactor.trigger matches 4000 unless data storage fzsd:perm {phantom_warning:1} run tag @s add fzsd.ignore_phantom_warning -execute if score @s fzsd.module.interactor.trigger matches 4001 if data storage fzsd:perm {phantom_warning:1} if entity @s[tag=fzsd.admin] run tag @s remove fzsd.ignore_phantom_warning -execute if score @s fzsd.module.interactor.trigger matches 4001 unless data storage fzsd:perm {phantom_warning:1} run tag @s remove fzsd.ignore_phantom_warning \ No newline at end of file diff --git a/data/fzsd/functions/module/phantom_warning/send_phantom_warning.mcfunction b/data/fzsd/functions/module/phantom_warning/send_phantom_warning.mcfunction deleted file mode 100644 index bde154d..0000000 --- a/data/fzsd/functions/module/phantom_warning/send_phantom_warning.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:tags\functions\module\phantom_warning\send_phantom_warning.json -## 对当前玩家发送提醒 -execute if score fzsd.logger.level fzsd.variable.integer matches ..600 if data storage fzsd:perm {phantom_warning:1} if entity @s[tag=fzsd.admin] run tellraw @s [{"nbt": "fzsd.level.alert", "interpret": true, "storage": "fzsd:logger"}, {"text": "今晚可能会生成幻翼,建议睡觉!"}] -execute if score fzsd.logger.level fzsd.variable.integer matches ..600 unless data storage fzsd:perm {phantom_warning:1} run tellraw @s [{"nbt": "fzsd.level.alert", "interpret": true, "storage": "fzsd:logger"}, {"text": "今晚可能会生成幻翼,建议睡觉!"}] - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "事件已触发:向玩家"}, {"selector": "@s"}, {"text": "发送幻翼预警"}] diff --git a/data/fzsd/functions/module/phantom_warning/try_install.mcfunction b/data/fzsd/functions/module/phantom_warning/try_install.mcfunction deleted file mode 100644 index 2038deb..0000000 --- a/data/fzsd/functions/module/phantom_warning/try_install.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute unless data storage fzsd:install fzsd.module{phantom_warning:0b} run function #fzsd:module/phantom_warning/install diff --git a/data/fzsd/functions/module/phantom_warning/uninstall.mcfunction b/data/fzsd/functions/module/phantom_warning/uninstall.mcfunction deleted file mode 100644 index 4369721..0000000 --- a/data/fzsd/functions/module/phantom_warning/uninstall.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -## 标记为已卸载 -data modify storage fzsd:install fzsd.module.phantom_warning set value 0b - -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已卸载组件:幻翼预警"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/assign/scoreboard/activation.mcfunction b/data/fzsd/functions/module/scoreboard/assign/scoreboard/activation.mcfunction deleted file mode 100644 index b051a3d..0000000 --- a/data/fzsd/functions/module/scoreboard/assign/scoreboard/activation.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -scoreboard players add @s fzsd.module.scoreboard.display.activation 1 -execute if score @s fzsd.module.scoreboard.display.activation matches ..-1 run scoreboard players set @s fzsd.module.scoreboard.display.activation 2147483647 -scoreboard players add fzsd.module.scoreboard.total.activation fzsd.module.scoreboard.assign.general 1 -execute if score fzsd.module.scoreboard.total.activation fzsd.module.scoreboard.assign.general matches ..-1 run scoreboard players set fzsd.module.scoreboard.total.activation fzsd.module.scoreboard.assign.general 2147483647 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/assign/scoreboard/aviating_distance.mcfunction b/data/fzsd/functions/module/scoreboard/assign/scoreboard/aviating_distance.mcfunction deleted file mode 100644 index 3cc0542..0000000 --- a/data/fzsd/functions/module/scoreboard/assign/scoreboard/aviating_distance.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -scoreboard players operation @s fzsd.module.scoreboard.display.aviating_distance += fzsd.var.score fzsd.variable.integer -execute if score @s fzsd.module.scoreboard.display.aviating_distance matches ..-1 run scoreboard players set @s fzsd.module.scoreboard.display.aviating_distance 2147483647 -scoreboard players operation fzsd.module.scoreboard.total.aviating_distance fzsd.module.scoreboard.assign.general += fzsd.var.score fzsd.variable.integer -execute if score fzsd.module.scoreboard.total.aviating_distance fzsd.module.scoreboard.assign.general matches ..-1 run scoreboard players set fzsd.module.scoreboard.total.aviating_distance fzsd.module.scoreboard.assign.general 2147483647 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/assign/scoreboard/damage_taken.mcfunction b/data/fzsd/functions/module/scoreboard/assign/scoreboard/damage_taken.mcfunction deleted file mode 100644 index 1c87bd6..0000000 --- a/data/fzsd/functions/module/scoreboard/assign/scoreboard/damage_taken.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -scoreboard players operation @s fzsd.module.scoreboard.display.damage_taken += fzsd.var.score fzsd.variable.integer -execute if score @s fzsd.module.scoreboard.display.damage_taken matches ..-1 run scoreboard players set @s fzsd.module.scoreboard.display.damage_taken 2147483647 -scoreboard players operation fzsd.module.scoreboard.total.damage_taken fzsd.module.scoreboard.assign.general += fzsd.var.score fzsd.variable.integer -execute if score fzsd.module.scoreboard.total.damage_taken fzsd.module.scoreboard.assign.general matches ..-1 run scoreboard players set fzsd.module.scoreboard.total.damage_taken fzsd.module.scoreboard.assign.general 2147483647 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/assign/scoreboard/death_count.mcfunction b/data/fzsd/functions/module/scoreboard/assign/scoreboard/death_count.mcfunction deleted file mode 100644 index 6479280..0000000 --- a/data/fzsd/functions/module/scoreboard/assign/scoreboard/death_count.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -scoreboard players add @s fzsd.module.scoreboard.display.death_count 1 -execute if score @s fzsd.module.scoreboard.display.death_count matches ..-1 run scoreboard players set @s fzsd.module.scoreboard.display.death_count 2147483647 -scoreboard players add fzsd.module.scoreboard.total.death_count fzsd.module.scoreboard.assign.general 1 -execute if score fzsd.module.scoreboard.total.death_count fzsd.module.scoreboard.assign.general matches ..-1 run scoreboard players set fzsd.module.scoreboard.total.death_count fzsd.module.scoreboard.assign.general 2147483647 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/assign/scoreboard/dig_count.mcfunction b/data/fzsd/functions/module/scoreboard/assign/scoreboard/dig_count.mcfunction deleted file mode 100644 index 08a8951..0000000 --- a/data/fzsd/functions/module/scoreboard/assign/scoreboard/dig_count.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -scoreboard players operation @s fzsd.module.scoreboard.display.dig_count += fzsd.var.score fzsd.variable.integer -execute if score @s fzsd.module.scoreboard.display.dig_count matches ..-1 run scoreboard players set @s fzsd.module.scoreboard.display.dig_count 2147483647 -scoreboard players operation fzsd.module.scoreboard.total.dig_count fzsd.module.scoreboard.assign.general += fzsd.var.score fzsd.variable.integer -execute if score fzsd.module.scoreboard.total.dig_count fzsd.module.scoreboard.assign.general matches ..-1 run scoreboard players set fzsd.module.scoreboard.total.dig_count fzsd.module.scoreboard.assign.general 2147483647 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/assign/scoreboard/fishing_count.mcfunction b/data/fzsd/functions/module/scoreboard/assign/scoreboard/fishing_count.mcfunction deleted file mode 100644 index 8f01eec..0000000 --- a/data/fzsd/functions/module/scoreboard/assign/scoreboard/fishing_count.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -scoreboard players add @s fzsd.module.scoreboard.display.fishing_count 1 -execute if score @s fzsd.module.scoreboard.display.fishing_count matches ..-1 run scoreboard players set @s fzsd.module.scoreboard.display.fishing_count 2147483647 -scoreboard players add fzsd.module.scoreboard.total.fishing_count fzsd.module.scoreboard.assign.general 1 -execute if score fzsd.module.scoreboard.total.fishing_count fzsd.module.scoreboard.assign.general matches ..-1 run scoreboard players set fzsd.module.scoreboard.total.fishing_count fzsd.module.scoreboard.assign.general 2147483647 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/activation.mcfunction b/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/activation.mcfunction deleted file mode 100644 index 2584b8d..0000000 --- a/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/activation.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -## 为了扩展性,尽量想把这种硬编码的字段写在同一个文件里方便覆盖 -## 但为了实现这一目标,在此处除了每次添加一次队伍以外,暂时没有找到其他好方法,不知道性能如何 -team join fzsd.module.scoreboard.display.activation 总活跃时间 - -scoreboard players operation 总活跃时间 fzsd.module.scoreboard.display.general = fzsd.module.scoreboard.total.activation fzsd.module.scoreboard.assign.general -scoreboard players operation 总活跃时间 fzsd.module.scoreboard.display.activation = fzsd.module.scoreboard.total.activation fzsd.module.scoreboard.assign.general \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/aviating_distance.mcfunction b/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/aviating_distance.mcfunction deleted file mode 100644 index 566494d..0000000 --- a/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/aviating_distance.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -team join fzsd.module.scoreboard.display.aviating_distance 总飞行距离 - -scoreboard players operation 总飞行距离 fzsd.module.scoreboard.display.general = fzsd.module.scoreboard.total.aviating_distance fzsd.module.scoreboard.assign.general -scoreboard players operation 总飞行距离 fzsd.module.scoreboard.display.aviating_distance = fzsd.module.scoreboard.total.aviating_distance fzsd.module.scoreboard.assign.general \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/damage_taken.mcfunction b/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/damage_taken.mcfunction deleted file mode 100644 index 23b6716..0000000 --- a/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/damage_taken.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -team join fzsd.module.scoreboard.display.damage_taken 总受伤害数 - -scoreboard players operation 总受伤害数 fzsd.module.scoreboard.display.general = fzsd.module.scoreboard.total.damage_taken fzsd.module.scoreboard.assign.general -scoreboard players operation 总受伤害数 fzsd.module.scoreboard.display.damage_taken = fzsd.module.scoreboard.total.damage_taken fzsd.module.scoreboard.assign.general \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/death_count.mcfunction b/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/death_count.mcfunction deleted file mode 100644 index 9d9ff00..0000000 --- a/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/death_count.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -team join fzsd.module.scoreboard.display.death_count 总死亡数 - -scoreboard players operation 总死亡数 fzsd.module.scoreboard.display.general = fzsd.module.scoreboard.total.death_count fzsd.module.scoreboard.assign.general -scoreboard players operation 总死亡数 fzsd.module.scoreboard.display.death_count = fzsd.module.scoreboard.total.death_count fzsd.module.scoreboard.assign.general \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/dig_count.mcfunction b/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/dig_count.mcfunction deleted file mode 100644 index 02511ab..0000000 --- a/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/dig_count.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -team join fzsd.module.scoreboard.display.dig_count 总挖掘数 - -scoreboard players operation 总挖掘数 fzsd.module.scoreboard.display.general = fzsd.module.scoreboard.total.dig_count fzsd.module.scoreboard.assign.general -scoreboard players operation 总挖掘数 fzsd.module.scoreboard.display.dig_count = fzsd.module.scoreboard.total.dig_count fzsd.module.scoreboard.assign.general \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/fishing_count.mcfunction b/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/fishing_count.mcfunction deleted file mode 100644 index 557b020..0000000 --- a/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/fishing_count.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -team join fzsd.module.scoreboard.display.fishing_count 总钓鱼数 - -scoreboard players operation 总钓鱼数 fzsd.module.scoreboard.display.general = fzsd.module.scoreboard.total.fishing_count fzsd.module.scoreboard.assign.general -scoreboard players operation 总钓鱼数 fzsd.module.scoreboard.display.fishing_count = fzsd.module.scoreboard.total.fishing_count fzsd.module.scoreboard.assign.general \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/kill_count.mcfunction b/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/kill_count.mcfunction deleted file mode 100644 index 491fd6e..0000000 --- a/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/kill_count.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -team join fzsd.module.scoreboard.display.kill_count 总击杀数 - -scoreboard players operation 总击杀数 fzsd.module.scoreboard.display.general = fzsd.module.scoreboard.total.kill_count fzsd.module.scoreboard.assign.general -scoreboard players operation 总击杀数 fzsd.module.scoreboard.display.kill_count = fzsd.module.scoreboard.total.kill_count fzsd.module.scoreboard.assign.general \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/placement_count.mcfunction b/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/placement_count.mcfunction deleted file mode 100644 index 77307f4..0000000 --- a/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/placement_count.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -team join fzsd.module.scoreboard.display.placement_count 总建造数 - -scoreboard players operation 总建造数 fzsd.module.scoreboard.display.general = fzsd.module.scoreboard.total.placement_count fzsd.module.scoreboard.assign.general -scoreboard players operation 总建造数 fzsd.module.scoreboard.display.placement_count = fzsd.module.scoreboard.total.placement_count fzsd.module.scoreboard.assign.general \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/trade_count.mcfunction b/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/trade_count.mcfunction deleted file mode 100644 index de22426..0000000 --- a/data/fzsd/functions/module/scoreboard/assign/scoreboard/general/trade_count.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -team join fzsd.module.scoreboard.display.trade_count 总交易数 - -scoreboard players operation 总交易数 fzsd.module.scoreboard.display.general = fzsd.module.scoreboard.total.trade_count fzsd.module.scoreboard.assign.general -scoreboard players operation 总交易数 fzsd.module.scoreboard.display.trade_count = fzsd.module.scoreboard.total.trade_count fzsd.module.scoreboard.assign.general \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/assign/scoreboard/kill_count.mcfunction b/data/fzsd/functions/module/scoreboard/assign/scoreboard/kill_count.mcfunction deleted file mode 100644 index 8aad16c..0000000 --- a/data/fzsd/functions/module/scoreboard/assign/scoreboard/kill_count.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -scoreboard players add @s fzsd.module.scoreboard.display.kill_count 1 -execute if score @s fzsd.module.scoreboard.display.kill_count matches ..-1 run scoreboard players set @s fzsd.module.scoreboard.display.kill_count 2147483647 -scoreboard players add fzsd.module.scoreboard.total.kill_count fzsd.module.scoreboard.assign.general 1 -execute if score fzsd.module.scoreboard.total.kill_count fzsd.module.scoreboard.assign.general matches ..-1 run scoreboard players set fzsd.module.scoreboard.total.kill_count fzsd.module.scoreboard.assign.general 2147483647 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/assign/scoreboard/placement_count.mcfunction b/data/fzsd/functions/module/scoreboard/assign/scoreboard/placement_count.mcfunction deleted file mode 100644 index 7264127..0000000 --- a/data/fzsd/functions/module/scoreboard/assign/scoreboard/placement_count.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -scoreboard players add @s fzsd.module.scoreboard.display.placement_count 1 -execute if score @s fzsd.module.scoreboard.display.placement_count matches ..-1 run scoreboard players set @s fzsd.module.scoreboard.display.placement_count 2147483647 -scoreboard players add fzsd.module.scoreboard.total.placement_count fzsd.module.scoreboard.assign.general 1 -execute if score fzsd.module.scoreboard.total.placement_count fzsd.module.scoreboard.assign.general matches ..-1 run scoreboard players set fzsd.module.scoreboard.total.placement_count fzsd.module.scoreboard.assign.general 2147483647 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/assign/scoreboard/trade_count.mcfunction b/data/fzsd/functions/module/scoreboard/assign/scoreboard/trade_count.mcfunction deleted file mode 100644 index c370c16..0000000 --- a/data/fzsd/functions/module/scoreboard/assign/scoreboard/trade_count.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -scoreboard players add @s fzsd.module.scoreboard.display.trade_count 1 -execute if score @s fzsd.module.scoreboard.display.trade_count matches ..-1 run scoreboard players set @s fzsd.module.scoreboard.display.trade_count 2147483647 -scoreboard players add fzsd.module.scoreboard.total.trade_count fzsd.module.scoreboard.assign.general 1 -execute if score fzsd.module.scoreboard.total.trade_count fzsd.module.scoreboard.assign.general matches ..-1 run scoreboard players set fzsd.module.scoreboard.total.trade_count fzsd.module.scoreboard.assign.general 2147483647 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/clear_data.mcfunction b/data/fzsd/functions/module/scoreboard/clear_data.mcfunction deleted file mode 100644 index 00e52a4..0000000 --- a/data/fzsd/functions/module/scoreboard/clear_data.mcfunction +++ /dev/null @@ -1,47 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/clear_data - -## 删除计分板 -### 总览 -scoreboard objectives remove fzsd.module.scoreboard.assign.general -scoreboard objectives remove fzsd.module.scoreboard.display.general -### 活跃度 -scoreboard objectives remove fzsd.module.scoreboard.display.activation -### 飞行距离 -scoreboard objectives remove fzsd.module.scoreboard.display.aviating_distance -### 受伤害榜 -scoreboard objectives remove fzsd.module.scoreboard.display.damage_taken -### 死亡榜 -scoreboard objectives remove fzsd.module.scoreboard.display.death_count -### 挖掘榜 -scoreboard objectives remove fzsd.module.scoreboard.display.dig_count -### 钓鱼榜 -scoreboard objectives remove fzsd.module.scoreboard.display.fishing_count -### 击杀榜 -scoreboard objectives remove fzsd.module.scoreboard.display.kill_count -### 交易榜 -scoreboard objectives remove fzsd.module.scoreboard.display.trade_count - -## 清除队伍 -### 轮播 -team remove fzsd.module.scoreboard.display.carousel -### 总览 -team remove fzsd.module.scoreboard.display.general -### 活跃度 -team remove fzsd.module.scoreboard.display.activation -### 飞行距离 -team remove fzsd.module.scoreboard.display.aviating_distance -### 受伤害榜 -team remove fzsd.module.scoreboard.display.damage_taken -### 死亡榜 -team remove fzsd.module.scoreboard.display.death_count -### 挖掘榜 -team remove fzsd.module.scoreboard.display.dig_count -### 钓鱼榜 -team remove fzsd.module.scoreboard.display.fishing_count -### 击杀榜 -team remove fzsd.module.scoreboard.display.kill_count -### 交易榜 -team remove fzsd.module.scoreboard.display.trade_count - -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已删除计分板数据!"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/carousel/loop.mcfunction b/data/fzsd/functions/module/scoreboard/display/carousel/loop.mcfunction deleted file mode 100644 index 94f48a5..0000000 --- a/data/fzsd/functions/module/scoreboard/display/carousel/loop.mcfunction +++ /dev/null @@ -1,10 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/carousel_controller/loop - -function #fzsd:module/scoreboard/display/carousel/try_display - -schedule function fzsd:module/scoreboard/display/carousel/loop 10s replace - -## 自增 -scoreboard players add fzsd.module.scoreboard.display.current_id fzsd.variable.integer 1 -## 循环 -execute if score fzsd.module.scoreboard.display.current_id fzsd.variable.integer > fzsd.module.scoreboard.display.highest_id fzsd.variable.integer run scoreboard players set fzsd.module.scoreboard.display.current_id fzsd.variable.integer 0 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/carousel/set_display/activation.mcfunction b/data/fzsd/functions/module/scoreboard/display/carousel/set_display/activation.mcfunction deleted file mode 100644 index ee9c597..0000000 --- a/data/fzsd/functions/module/scoreboard/display/carousel/set_display/activation.mcfunction +++ /dev/null @@ -1,27 +0,0 @@ -# 调用者:fzsd:module/scoreboard/carousel/try_display/~ - -## 判断颜色代码,见:https://minecraft.fandom.com/zh/wiki/%E6%A0%BC%E5%BC%8F%E5%8C%96%E4%BB%A3%E7%A0%81 - -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 run scoreboard objectives setdisplay sidebar.team.gold fzsd.module.scoreboard.display.activation -### 默认值金色放到第一位 -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 if score fzsd.logger.level fzsd.variable.integer matches ..300 run tellraw @a [{"nbt": "fzsd.level.fine", "interpret": true, "storage": "fzsd:logger"}, {"text": "已为队伍"}, {"nbt": "fzsd.module.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "显示"}, {"nbt": "fzsd.module.scoreboard.text.activation", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 run return 6 - -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 0 run scoreboard objectives setdisplay sidebar.team.black fzsd.module.scoreboard.display.activation -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 1 run scoreboard objectives setdisplay sidebar.team.dark_blue fzsd.module.scoreboard.display.activation -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 2 run scoreboard objectives setdisplay sidebar.team.dark_green fzsd.module.scoreboard.display.activation -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 3 run scoreboard objectives setdisplay sidebar.team.dark_aqua fzsd.module.scoreboard.display.activation -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 4 run scoreboard objectives setdisplay sidebar.team.dark_red fzsd.module.scoreboard.display.activation -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 5 run scoreboard objectives setdisplay sidebar.team.dark_purple fzsd.module.scoreboard.display.activation -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 7 run scoreboard objectives setdisplay sidebar.team.gray fzsd.module.scoreboard.display.activation -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 8 run scoreboard objectives setdisplay sidebar.team.dark_gray fzsd.module.scoreboard.display.activation -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 9 run scoreboard objectives setdisplay sidebar.team.blue fzsd.module.scoreboard.display.activation -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 10 run scoreboard objectives setdisplay sidebar.team.green fzsd.module.scoreboard.display.activation -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 11 run scoreboard objectives setdisplay sidebar.team.aqua fzsd.module.scoreboard.display.activation -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 12 run scoreboard objectives setdisplay sidebar.team.red fzsd.module.scoreboard.display.activation -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 13 run scoreboard objectives setdisplay sidebar.team.light_purple fzsd.module.scoreboard.display.activation -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 14 run scoreboard objectives setdisplay sidebar.team.yellow fzsd.module.scoreboard.display.activation -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 15 run scoreboard objectives setdisplay sidebar.team.white fzsd.module.scoreboard.display.activation - -## 详细 -execute if score fzsd.logger.level fzsd.variable.integer matches ..300 run tellraw @a [{"nbt": "fzsd.level.fine", "interpret": true, "storage": "fzsd:logger"}, {"text": "已为队伍"}, {"nbt": "fzsd.module.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "显示"}, {"nbt": "fzsd.module.scoreboard.text.activation", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/carousel/set_display/aviating_distance.mcfunction b/data/fzsd/functions/module/scoreboard/display/carousel/set_display/aviating_distance.mcfunction deleted file mode 100644 index b6e829f..0000000 --- a/data/fzsd/functions/module/scoreboard/display/carousel/set_display/aviating_distance.mcfunction +++ /dev/null @@ -1,26 +0,0 @@ -# 调用者:fzsd:module/scoreboard/carousel/try_display/~ - -## 判断颜色代码,见:https://minecraft.fandom.com/zh/wiki/%E6%A0%BC%E5%BC%8F%E5%8C%96%E4%BB%A3%E7%A0%81 -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 run scoreboard objectives setdisplay sidebar.team.gold fzsd.module.scoreboard.display.aviating_distance -### 默认值金色放到第一位 -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 if score fzsd.logger.level fzsd.variable.integer matches ..300 run tellraw @a [{"nbt": "fzsd.level.fine", "interpret": true, "storage": "fzsd:logger"}, {"text": "已为队伍"}, {"nbt": "fzsd.module.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "显示"}, {"nbt": "fzsd.module.scoreboard.text.aviating_distance", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 run return 6 - -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 0 run scoreboard objectives setdisplay sidebar.team.black fzsd.module.scoreboard.display.aviating_distance -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 1 run scoreboard objectives setdisplay sidebar.team.dark_blue fzsd.module.scoreboard.display.aviating_distance -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 2 run scoreboard objectives setdisplay sidebar.team.dark_green fzsd.module.scoreboard.display.aviating_distance -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 3 run scoreboard objectives setdisplay sidebar.team.dark_aqua fzsd.module.scoreboard.display.aviating_distance -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 4 run scoreboard objectives setdisplay sidebar.team.dark_red fzsd.module.scoreboard.display.aviating_distance -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 5 run scoreboard objectives setdisplay sidebar.team.dark_purple fzsd.module.scoreboard.display.aviating_distance -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 7 run scoreboard objectives setdisplay sidebar.team.gray fzsd.module.scoreboard.display.aviating_distance -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 8 run scoreboard objectives setdisplay sidebar.team.dark_gray fzsd.module.scoreboard.display.aviating_distance -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 9 run scoreboard objectives setdisplay sidebar.team.blue fzsd.module.scoreboard.display.aviating_distance -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 10 run scoreboard objectives setdisplay sidebar.team.green fzsd.module.scoreboard.display.aviating_distance -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 11 run scoreboard objectives setdisplay sidebar.team.aqua fzsd.module.scoreboard.display.aviating_distance -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 12 run scoreboard objectives setdisplay sidebar.team.red fzsd.module.scoreboard.display.aviating_distance -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 13 run scoreboard objectives setdisplay sidebar.team.light_purple fzsd.module.scoreboard.display.aviating_distance -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 14 run scoreboard objectives setdisplay sidebar.team.yellow fzsd.module.scoreboard.display.aviating_distance -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 15 run scoreboard objectives setdisplay sidebar.team.white fzsd.module.scoreboard.display.aviating_distance - -## 详细 -execute if score fzsd.logger.level fzsd.variable.integer matches ..300 run tellraw @a [{"nbt": "fzsd.level.fine", "interpret": true, "storage": "fzsd:logger"}, {"text": "已为队伍"}, {"nbt": "fzsd.module.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "显示"}, {"nbt": "fzsd.module.scoreboard.text.aviating_distance", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/carousel/set_display/damage_taken.mcfunction b/data/fzsd/functions/module/scoreboard/display/carousel/set_display/damage_taken.mcfunction deleted file mode 100644 index 3cad4a4..0000000 --- a/data/fzsd/functions/module/scoreboard/display/carousel/set_display/damage_taken.mcfunction +++ /dev/null @@ -1,26 +0,0 @@ -# 调用者:fzsd:module/scoreboard/carousel/try_display/~ - -## 判断颜色代码,见:https://minecraft.fandom.com/zh/wiki/%E6%A0%BC%E5%BC%8F%E5%8C%96%E4%BB%A3%E7%A0%81 -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 run scoreboard objectives setdisplay sidebar.team.gold fzsd.module.scoreboard.display.damage_taken -### 默认值金色放到第一位 -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 if score fzsd.logger.level fzsd.variable.integer matches ..300 run tellraw @a [{"nbt": "fzsd.level.fine", "interpret": true, "storage": "fzsd:logger"}, {"text": "已为队伍"}, {"nbt": "fzsd.module.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "显示"}, {"nbt": "fzsd.module.scoreboard.text.damage_taken", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 run return 6 - -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 0 run scoreboard objectives setdisplay sidebar.team.black fzsd.module.scoreboard.display.damage_taken -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 1 run scoreboard objectives setdisplay sidebar.team.dark_blue fzsd.module.scoreboard.display.damage_taken -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 2 run scoreboard objectives setdisplay sidebar.team.dark_green fzsd.module.scoreboard.display.damage_taken -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 3 run scoreboard objectives setdisplay sidebar.team.dark_aqua fzsd.module.scoreboard.display.damage_taken -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 4 run scoreboard objectives setdisplay sidebar.team.dark_red fzsd.module.scoreboard.display.damage_taken -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 5 run scoreboard objectives setdisplay sidebar.team.dark_purple fzsd.module.scoreboard.display.damage_taken -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 7 run scoreboard objectives setdisplay sidebar.team.gray fzsd.module.scoreboard.display.damage_taken -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 8 run scoreboard objectives setdisplay sidebar.team.dark_gray fzsd.module.scoreboard.display.damage_taken -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 9 run scoreboard objectives setdisplay sidebar.team.blue fzsd.module.scoreboard.display.damage_taken -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 10 run scoreboard objectives setdisplay sidebar.team.green fzsd.module.scoreboard.display.damage_taken -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 11 run scoreboard objectives setdisplay sidebar.team.aqua fzsd.module.scoreboard.display.damage_taken -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 12 run scoreboard objectives setdisplay sidebar.team.red fzsd.module.scoreboard.display.damage_taken -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 13 run scoreboard objectives setdisplay sidebar.team.light_purple fzsd.module.scoreboard.display.damage_taken -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 14 run scoreboard objectives setdisplay sidebar.team.yellow fzsd.module.scoreboard.display.damage_taken -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 15 run scoreboard objectives setdisplay sidebar.team.white fzsd.module.scoreboard.display.damage_taken - -## 详细 -execute if score fzsd.logger.level fzsd.variable.integer matches ..300 run tellraw @a [{"nbt": "fzsd.level.fine", "interpret": true, "storage": "fzsd:logger"}, {"text": "已为队伍"}, {"nbt": "fzsd.module.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "显示"}, {"nbt": "fzsd.module.scoreboard.text.damage_taken", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/carousel/set_display/death_count.mcfunction b/data/fzsd/functions/module/scoreboard/display/carousel/set_display/death_count.mcfunction deleted file mode 100644 index 04f7c56..0000000 --- a/data/fzsd/functions/module/scoreboard/display/carousel/set_display/death_count.mcfunction +++ /dev/null @@ -1,26 +0,0 @@ -# 调用者:fzsd:module/scoreboard/carousel/try_display/~ - -## 判断颜色代码,见:https://minecraft.fandom.com/zh/wiki/%E6%A0%BC%E5%BC%8F%E5%8C%96%E4%BB%A3%E7%A0%81 -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 run scoreboard objectives setdisplay sidebar.team.gold fzsd.module.scoreboard.display.death_count -### 默认值金色放到第一位 -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 if score fzsd.logger.level fzsd.variable.integer matches ..300 run tellraw @a [{"nbt": "fzsd.level.fine", "interpret": true, "storage": "fzsd:logger"}, {"text": "已为队伍"}, {"nbt": "fzsd.module.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "显示"}, {"nbt": "fzsd.module.scoreboard.text.death_count", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 run return 6 - -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 0 run scoreboard objectives setdisplay sidebar.team.black fzsd.module.scoreboard.display.death_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 1 run scoreboard objectives setdisplay sidebar.team.dark_blue fzsd.module.scoreboard.display.death_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 2 run scoreboard objectives setdisplay sidebar.team.dark_green fzsd.module.scoreboard.display.death_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 3 run scoreboard objectives setdisplay sidebar.team.dark_aqua fzsd.module.scoreboard.display.death_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 4 run scoreboard objectives setdisplay sidebar.team.dark_red fzsd.module.scoreboard.display.death_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 5 run scoreboard objectives setdisplay sidebar.team.dark_purple fzsd.module.scoreboard.display.death_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 7 run scoreboard objectives setdisplay sidebar.team.gray fzsd.module.scoreboard.display.death_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 8 run scoreboard objectives setdisplay sidebar.team.dark_gray fzsd.module.scoreboard.display.death_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 9 run scoreboard objectives setdisplay sidebar.team.blue fzsd.module.scoreboard.display.death_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 10 run scoreboard objectives setdisplay sidebar.team.green fzsd.module.scoreboard.display.death_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 11 run scoreboard objectives setdisplay sidebar.team.aqua fzsd.module.scoreboard.display.death_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 12 run scoreboard objectives setdisplay sidebar.team.red fzsd.module.scoreboard.display.death_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 13 run scoreboard objectives setdisplay sidebar.team.light_purple fzsd.module.scoreboard.display.death_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 14 run scoreboard objectives setdisplay sidebar.team.yellow fzsd.module.scoreboard.display.death_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 15 run scoreboard objectives setdisplay sidebar.team.white fzsd.module.scoreboard.display.death_count - -## 详细 -execute if score fzsd.logger.level fzsd.variable.integer matches ..300 run tellraw @a [{"nbt": "fzsd.level.fine", "interpret": true, "storage": "fzsd:logger"}, {"text": "已为队伍"}, {"nbt": "fzsd.module.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "显示"}, {"nbt": "fzsd.module.scoreboard.text.death_count", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/carousel/set_display/dig_count.mcfunction b/data/fzsd/functions/module/scoreboard/display/carousel/set_display/dig_count.mcfunction deleted file mode 100644 index d64a993..0000000 --- a/data/fzsd/functions/module/scoreboard/display/carousel/set_display/dig_count.mcfunction +++ /dev/null @@ -1,26 +0,0 @@ -# 调用者:fzsd:module/scoreboard/carousel/try_display/~ - -## 判断颜色代码,见:https://minecraft.fandom.com/zh/wiki/%E6%A0%BC%E5%BC%8F%E5%8C%96%E4%BB%A3%E7%A0%81 -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 run scoreboard objectives setdisplay sidebar.team.gold fzsd.module.scoreboard.display.dig_count -### 默认值金色放到第一位 -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 if score fzsd.logger.level fzsd.variable.integer matches ..300 run tellraw @a [{"nbt": "fzsd.level.fine", "interpret": true, "storage": "fzsd:logger"}, {"text": "已为队伍"}, {"nbt": "fzsd.module.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "显示"}, {"nbt": "fzsd.module.scoreboard.text.dig_count", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 run return 6 - -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 0 run scoreboard objectives setdisplay sidebar.team.black fzsd.module.scoreboard.display.dig_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 1 run scoreboard objectives setdisplay sidebar.team.dark_blue fzsd.module.scoreboard.display.dig_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 2 run scoreboard objectives setdisplay sidebar.team.dark_green fzsd.module.scoreboard.display.dig_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 3 run scoreboard objectives setdisplay sidebar.team.dark_aqua fzsd.module.scoreboard.display.dig_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 4 run scoreboard objectives setdisplay sidebar.team.dark_red fzsd.module.scoreboard.display.dig_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 5 run scoreboard objectives setdisplay sidebar.team.dark_purple fzsd.module.scoreboard.display.dig_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 7 run scoreboard objectives setdisplay sidebar.team.gray fzsd.module.scoreboard.display.dig_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 8 run scoreboard objectives setdisplay sidebar.team.dark_gray fzsd.module.scoreboard.display.dig_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 9 run scoreboard objectives setdisplay sidebar.team.blue fzsd.module.scoreboard.display.dig_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 10 run scoreboard objectives setdisplay sidebar.team.green fzsd.module.scoreboard.display.dig_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 11 run scoreboard objectives setdisplay sidebar.team.aqua fzsd.module.scoreboard.display.dig_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 12 run scoreboard objectives setdisplay sidebar.team.red fzsd.module.scoreboard.display.dig_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 13 run scoreboard objectives setdisplay sidebar.team.light_purple fzsd.module.scoreboard.display.dig_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 14 run scoreboard objectives setdisplay sidebar.team.yellow fzsd.module.scoreboard.display.dig_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 15 run scoreboard objectives setdisplay sidebar.team.white fzsd.module.scoreboard.display.dig_count - -## 详细 -execute if score fzsd.logger.level fzsd.variable.integer matches ..300 run tellraw @a [{"nbt": "fzsd.level.fine", "interpret": true, "storage": "fzsd:logger"}, {"text": "已为队伍"}, {"nbt": "fzsd.module.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "显示"}, {"nbt": "fzsd.module.scoreboard.text.dig_count", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/carousel/set_display/fishing_count.mcfunction b/data/fzsd/functions/module/scoreboard/display/carousel/set_display/fishing_count.mcfunction deleted file mode 100644 index 34ecc64..0000000 --- a/data/fzsd/functions/module/scoreboard/display/carousel/set_display/fishing_count.mcfunction +++ /dev/null @@ -1,26 +0,0 @@ -# 调用者:fzsd:module/scoreboard/carousel/try_display/~ - -## 判断颜色代码,见:https://minecraft.fandom.com/zh/wiki/%E6%A0%BC%E5%BC%8F%E5%8C%96%E4%BB%A3%E7%A0%81 -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 run scoreboard objectives setdisplay sidebar.team.gold fzsd.module.scoreboard.display.fishing_count -### 默认值金色放到第一位 -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 if score fzsd.logger.level fzsd.variable.integer matches ..300 run tellraw @a [{"nbt": "fzsd.level.fine", "interpret": true, "storage": "fzsd:logger"}, {"text": "已为队伍"}, {"nbt": "fzsd.module.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "显示"}, {"nbt": "fzsd.module.scoreboard.text.fishing_count", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 run return 6 - -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 0 run scoreboard objectives setdisplay sidebar.team.black fzsd.module.scoreboard.display.fishing_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 1 run scoreboard objectives setdisplay sidebar.team.dark_blue fzsd.module.scoreboard.display.fishing_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 2 run scoreboard objectives setdisplay sidebar.team.dark_green fzsd.module.scoreboard.display.fishing_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 3 run scoreboard objectives setdisplay sidebar.team.dark_aqua fzsd.module.scoreboard.display.fishing_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 4 run scoreboard objectives setdisplay sidebar.team.dark_red fzsd.module.scoreboard.display.fishing_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 5 run scoreboard objectives setdisplay sidebar.team.dark_purple fzsd.module.scoreboard.display.fishing_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 7 run scoreboard objectives setdisplay sidebar.team.gray fzsd.module.scoreboard.display.fishing_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 8 run scoreboard objectives setdisplay sidebar.team.dark_gray fzsd.module.scoreboard.display.fishing_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 9 run scoreboard objectives setdisplay sidebar.team.blue fzsd.module.scoreboard.display.fishing_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 10 run scoreboard objectives setdisplay sidebar.team.green fzsd.module.scoreboard.display.fishing_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 11 run scoreboard objectives setdisplay sidebar.team.aqua fzsd.module.scoreboard.display.fishing_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 12 run scoreboard objectives setdisplay sidebar.team.red fzsd.module.scoreboard.display.fishing_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 13 run scoreboard objectives setdisplay sidebar.team.light_purple fzsd.module.scoreboard.display.fishing_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 14 run scoreboard objectives setdisplay sidebar.team.yellow fzsd.module.scoreboard.display.fishing_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 15 run scoreboard objectives setdisplay sidebar.team.white fzsd.module.scoreboard.display.fishing_count - -## 详细 -execute if score fzsd.logger.level fzsd.variable.integer matches ..300 run tellraw @a [{"nbt": "fzsd.level.fine", "interpret": true, "storage": "fzsd:logger"}, {"text": "已为队伍"}, {"nbt": "fzsd.module.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "显示"}, {"nbt": "fzsd.module.scoreboard.text.fishing_count", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/carousel/set_display/general.mcfunction b/data/fzsd/functions/module/scoreboard/display/carousel/set_display/general.mcfunction deleted file mode 100644 index 1d72ed9..0000000 --- a/data/fzsd/functions/module/scoreboard/display/carousel/set_display/general.mcfunction +++ /dev/null @@ -1,26 +0,0 @@ -# 调用者:fzsd:module/scoreboard/carousel/try_display/~ - -## 判断颜色代码,见:https://minecraft.fandom.com/zh/wiki/%E6%A0%BC%E5%BC%8F%E5%8C%96%E4%BB%A3%E7%A0%81 -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 run scoreboard objectives setdisplay sidebar.team.gold fzsd.module.scoreboard.display.general -### 默认值金色放到第一位 -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 if score fzsd.logger.level fzsd.variable.integer matches ..300 run tellraw @a [{"nbt": "fzsd.level.fine", "interpret": true, "storage": "fzsd:logger"}, {"text": "已为队伍"}, {"nbt": "fzsd.module.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "显示"}, {"nbt": "fzsd.module.scoreboard.text.general", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 run return 6 - -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 0 run scoreboard objectives setdisplay sidebar.team.black fzsd.module.scoreboard.display.general -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 1 run scoreboard objectives setdisplay sidebar.team.dark_blue fzsd.module.scoreboard.display.general -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 2 run scoreboard objectives setdisplay sidebar.team.dark_green fzsd.module.scoreboard.display.general -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 3 run scoreboard objectives setdisplay sidebar.team.dark_aqua fzsd.module.scoreboard.display.general -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 4 run scoreboard objectives setdisplay sidebar.team.dark_red fzsd.module.scoreboard.display.general -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 5 run scoreboard objectives setdisplay sidebar.team.dark_purple fzsd.module.scoreboard.display.general -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 7 run scoreboard objectives setdisplay sidebar.team.gray fzsd.module.scoreboard.display.general -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 8 run scoreboard objectives setdisplay sidebar.team.dark_gray fzsd.module.scoreboard.display.general -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 9 run scoreboard objectives setdisplay sidebar.team.blue fzsd.module.scoreboard.display.general -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 10 run scoreboard objectives setdisplay sidebar.team.green fzsd.module.scoreboard.display.general -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 11 run scoreboard objectives setdisplay sidebar.team.aqua fzsd.module.scoreboard.display.general -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 12 run scoreboard objectives setdisplay sidebar.team.red fzsd.module.scoreboard.display.general -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 13 run scoreboard objectives setdisplay sidebar.team.light_purple fzsd.module.scoreboard.display.general -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 14 run scoreboard objectives setdisplay sidebar.team.yellow fzsd.module.scoreboard.display.general -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 15 run scoreboard objectives setdisplay sidebar.team.white fzsd.module.scoreboard.display.general - -## 详细 -execute if score fzsd.logger.level fzsd.variable.integer matches ..300 run tellraw @a [{"nbt": "fzsd.level.fine", "interpret": true, "storage": "fzsd:logger"}, {"text": "已为队伍"}, {"nbt": "fzsd.module.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "显示"}, {"nbt": "fzsd.module.scoreboard.text.general", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/carousel/set_display/kill_count.mcfunction b/data/fzsd/functions/module/scoreboard/display/carousel/set_display/kill_count.mcfunction deleted file mode 100644 index 003c0a1..0000000 --- a/data/fzsd/functions/module/scoreboard/display/carousel/set_display/kill_count.mcfunction +++ /dev/null @@ -1,26 +0,0 @@ -# 调用者:fzsd:module/scoreboard/carousel/try_display/~ - -## 判断颜色代码,见:https://minecraft.fandom.com/zh/wiki/%E6%A0%BC%E5%BC%8F%E5%8C%96%E4%BB%A3%E7%A0%81 -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 run scoreboard objectives setdisplay sidebar.team.gold fzsd.module.scoreboard.display.kill_count -### 默认值金色放到第一位 -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 if score fzsd.logger.level fzsd.variable.integer matches ..300 run tellraw @a [{"nbt": "fzsd.level.fine", "interpret": true, "storage": "fzsd:logger"}, {"text": "已为队伍"}, {"nbt": "fzsd.module.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "显示"}, {"nbt": "fzsd.module.scoreboard.text.kill_count", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 run return 6 - -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 0 run scoreboard objectives setdisplay sidebar.team.black fzsd.module.scoreboard.display.kill_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 1 run scoreboard objectives setdisplay sidebar.team.dark_blue fzsd.module.scoreboard.display.kill_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 2 run scoreboard objectives setdisplay sidebar.team.dark_green fzsd.module.scoreboard.display.kill_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 3 run scoreboard objectives setdisplay sidebar.team.dark_aqua fzsd.module.scoreboard.display.kill_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 4 run scoreboard objectives setdisplay sidebar.team.dark_red fzsd.module.scoreboard.display.kill_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 5 run scoreboard objectives setdisplay sidebar.team.dark_purple fzsd.module.scoreboard.display.kill_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 7 run scoreboard objectives setdisplay sidebar.team.gray fzsd.module.scoreboard.display.kill_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 8 run scoreboard objectives setdisplay sidebar.team.dark_gray fzsd.module.scoreboard.display.kill_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 9 run scoreboard objectives setdisplay sidebar.team.blue fzsd.module.scoreboard.display.kill_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 10 run scoreboard objectives setdisplay sidebar.team.green fzsd.module.scoreboard.display.kill_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 11 run scoreboard objectives setdisplay sidebar.team.aqua fzsd.module.scoreboard.display.kill_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 12 run scoreboard objectives setdisplay sidebar.team.red fzsd.module.scoreboard.display.kill_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 13 run scoreboard objectives setdisplay sidebar.team.light_purple fzsd.module.scoreboard.display.kill_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 14 run scoreboard objectives setdisplay sidebar.team.yellow fzsd.module.scoreboard.display.kill_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 15 run scoreboard objectives setdisplay sidebar.team.white fzsd.module.scoreboard.display.kill_count - -## 详细 -execute if score fzsd.logger.level fzsd.variable.integer matches ..300 run tellraw @a [{"nbt": "fzsd.level.fine", "interpret": true, "storage": "fzsd:logger"}, {"text": "已为队伍"}, {"nbt": "fzsd.module.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "显示"}, {"nbt": "fzsd.module.scoreboard.text.kill_count", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/carousel/set_display/placement_count.mcfunction b/data/fzsd/functions/module/scoreboard/display/carousel/set_display/placement_count.mcfunction deleted file mode 100644 index 8774f7e..0000000 --- a/data/fzsd/functions/module/scoreboard/display/carousel/set_display/placement_count.mcfunction +++ /dev/null @@ -1,26 +0,0 @@ -# 调用者:fzsd:module/scoreboard/carousel/try_display/~ - -## 判断颜色代码,见:https://minecraft.fandom.com/zh/wiki/%E6%A0%BC%E5%BC%8F%E5%8C%96%E4%BB%A3%E7%A0%81 -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 run scoreboard objectives setdisplay sidebar.team.gold fzsd.module.scoreboard.display.placement_count -### 默认值金色放到第一位 -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 if score fzsd.logger.level fzsd.variable.integer matches ..300 run tellraw @a [{"nbt": "fzsd.level.fine", "interpret": true, "storage": "fzsd:logger"}, {"text": "已为队伍"}, {"nbt": "fzsd.module.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "显示"}, {"nbt": "fzsd.module.scoreboard.text.placement_count", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 run return 6 - -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 0 run scoreboard objectives setdisplay sidebar.team.black fzsd.module.scoreboard.display.placement_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 1 run scoreboard objectives setdisplay sidebar.team.dark_blue fzsd.module.scoreboard.display.placement_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 2 run scoreboard objectives setdisplay sidebar.team.dark_green fzsd.module.scoreboard.display.placement_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 3 run scoreboard objectives setdisplay sidebar.team.dark_aqua fzsd.module.scoreboard.display.placement_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 4 run scoreboard objectives setdisplay sidebar.team.dark_red fzsd.module.scoreboard.display.placement_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 5 run scoreboard objectives setdisplay sidebar.team.dark_purple fzsd.module.scoreboard.display.placement_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 7 run scoreboard objectives setdisplay sidebar.team.gray fzsd.module.scoreboard.display.placement_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 8 run scoreboard objectives setdisplay sidebar.team.dark_gray fzsd.module.scoreboard.display.placement_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 9 run scoreboard objectives setdisplay sidebar.team.blue fzsd.module.scoreboard.display.placement_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 10 run scoreboard objectives setdisplay sidebar.team.green fzsd.module.scoreboard.display.placement_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 11 run scoreboard objectives setdisplay sidebar.team.aqua fzsd.module.scoreboard.display.placement_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 12 run scoreboard objectives setdisplay sidebar.team.red fzsd.module.scoreboard.display.placement_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 13 run scoreboard objectives setdisplay sidebar.team.light_purple fzsd.module.scoreboard.display.placement_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 14 run scoreboard objectives setdisplay sidebar.team.yellow fzsd.module.scoreboard.display.placement_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 15 run scoreboard objectives setdisplay sidebar.team.white fzsd.module.scoreboard.display.placement_count - -## 详细 -execute if score fzsd.logger.level fzsd.variable.integer matches ..300 run tellraw @a [{"nbt": "fzsd.level.fine", "interpret": true, "storage": "fzsd:logger"}, {"text": "已为队伍"}, {"nbt": "fzsd.module.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "显示"}, {"nbt": "fzsd.module.scoreboard.text.placement_count", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/carousel/set_display/trade_count.mcfunction b/data/fzsd/functions/module/scoreboard/display/carousel/set_display/trade_count.mcfunction deleted file mode 100644 index e66ee36..0000000 --- a/data/fzsd/functions/module/scoreboard/display/carousel/set_display/trade_count.mcfunction +++ /dev/null @@ -1,26 +0,0 @@ -# 调用者:fzsd:module/scoreboard/carousel/try_display/~ - -## 判断颜色代码,见:https://minecraft.fandom.com/zh/wiki/%E6%A0%BC%E5%BC%8F%E5%8C%96%E4%BB%A3%E7%A0%81 -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 run scoreboard objectives setdisplay sidebar.team.gold fzsd.module.scoreboard.display.trade_count -### 默认值金色放到第一位 -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 if score fzsd.logger.level fzsd.variable.integer matches ..300 run tellraw @a [{"nbt": "fzsd.level.fine", "interpret": true, "storage": "fzsd:logger"}, {"text": "已为队伍"}, {"nbt": "fzsd.module.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "显示"}, {"nbt": "fzsd.module.scoreboard.text.trade_count", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 6 run return 6 - -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 0 run scoreboard objectives setdisplay sidebar.team.black fzsd.module.scoreboard.display.trade_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 1 run scoreboard objectives setdisplay sidebar.team.dark_blue fzsd.module.scoreboard.display.trade_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 2 run scoreboard objectives setdisplay sidebar.team.dark_green fzsd.module.scoreboard.display.trade_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 3 run scoreboard objectives setdisplay sidebar.team.dark_aqua fzsd.module.scoreboard.display.trade_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 4 run scoreboard objectives setdisplay sidebar.team.dark_red fzsd.module.scoreboard.display.trade_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 5 run scoreboard objectives setdisplay sidebar.team.dark_purple fzsd.module.scoreboard.display.trade_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 7 run scoreboard objectives setdisplay sidebar.team.gray fzsd.module.scoreboard.display.trade_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 8 run scoreboard objectives setdisplay sidebar.team.dark_gray fzsd.module.scoreboard.display.trade_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 9 run scoreboard objectives setdisplay sidebar.team.blue fzsd.module.scoreboard.display.trade_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 10 run scoreboard objectives setdisplay sidebar.team.green fzsd.module.scoreboard.display.trade_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 11 run scoreboard objectives setdisplay sidebar.team.aqua fzsd.module.scoreboard.display.trade_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 12 run scoreboard objectives setdisplay sidebar.team.red fzsd.module.scoreboard.display.trade_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 13 run scoreboard objectives setdisplay sidebar.team.light_purple fzsd.module.scoreboard.display.trade_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 14 run scoreboard objectives setdisplay sidebar.team.yellow fzsd.module.scoreboard.display.trade_count -execute if score fzsd.module.scoreboard.carousel.color fzsd.variable.integer matches 15 run scoreboard objectives setdisplay sidebar.team.white fzsd.module.scoreboard.display.trade_count - -## 详细 -execute if score fzsd.logger.level fzsd.variable.integer matches ..300 run tellraw @a [{"nbt": "fzsd.level.fine", "interpret": true, "storage": "fzsd:logger"}, {"text": "已为队伍"}, {"nbt": "fzsd.module.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "显示"}, {"nbt": "fzsd.module.scoreboard.text.trade_count", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/carousel/try_display/activation.mcfunction b/data/fzsd/functions/module/scoreboard/display/carousel/try_display/activation.mcfunction deleted file mode 100644 index 7accfd3..0000000 --- a/data/fzsd/functions/module/scoreboard/display/carousel/try_display/activation.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute if score fzsd.module.scoreboard.display.current_id fzsd.variable.integer = fzsd.module.scoreboard.display.id.activation fzsd.variable.integer run function fzsd:module/scoreboard/display/carousel/set_display/activation \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/carousel/try_display/aviating_distance.mcfunction b/data/fzsd/functions/module/scoreboard/display/carousel/try_display/aviating_distance.mcfunction deleted file mode 100644 index 01c2b13..0000000 --- a/data/fzsd/functions/module/scoreboard/display/carousel/try_display/aviating_distance.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute if score fzsd.module.scoreboard.display.current_id fzsd.variable.integer = fzsd.module.scoreboard.display.id.aviating_distance fzsd.variable.integer run function fzsd:module/scoreboard/display/carousel/set_display/aviating_distance \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/carousel/try_display/damage_taken.mcfunction b/data/fzsd/functions/module/scoreboard/display/carousel/try_display/damage_taken.mcfunction deleted file mode 100644 index 81cf03e..0000000 --- a/data/fzsd/functions/module/scoreboard/display/carousel/try_display/damage_taken.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute if score fzsd.module.scoreboard.display.current_id fzsd.variable.integer = fzsd.module.scoreboard.display.id.damage_taken fzsd.variable.integer run function fzsd:module/scoreboard/display/carousel/set_display/damage_taken \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/carousel/try_display/death_count.mcfunction b/data/fzsd/functions/module/scoreboard/display/carousel/try_display/death_count.mcfunction deleted file mode 100644 index 3afdae3..0000000 --- a/data/fzsd/functions/module/scoreboard/display/carousel/try_display/death_count.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute if score fzsd.module.scoreboard.display.current_id fzsd.variable.integer = fzsd.module.scoreboard.display.id.death_count fzsd.variable.integer run function fzsd:module/scoreboard/display/carousel/set_display/death_count \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/carousel/try_display/dig_count.mcfunction b/data/fzsd/functions/module/scoreboard/display/carousel/try_display/dig_count.mcfunction deleted file mode 100644 index 7bcb99b..0000000 --- a/data/fzsd/functions/module/scoreboard/display/carousel/try_display/dig_count.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute if score fzsd.module.scoreboard.display.current_id fzsd.variable.integer = fzsd.module.scoreboard.display.id.dig_count fzsd.variable.integer run function fzsd:module/scoreboard/display/carousel/set_display/dig_count \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/carousel/try_display/fishing_count.mcfunction b/data/fzsd/functions/module/scoreboard/display/carousel/try_display/fishing_count.mcfunction deleted file mode 100644 index 43afe7d..0000000 --- a/data/fzsd/functions/module/scoreboard/display/carousel/try_display/fishing_count.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute if score fzsd.module.scoreboard.display.current_id fzsd.variable.integer = fzsd.module.scoreboard.display.id.fishing_count fzsd.variable.integer run function fzsd:module/scoreboard/display/carousel/set_display/fishing_count \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/carousel/try_display/general.mcfunction b/data/fzsd/functions/module/scoreboard/display/carousel/try_display/general.mcfunction deleted file mode 100644 index fd7d501..0000000 --- a/data/fzsd/functions/module/scoreboard/display/carousel/try_display/general.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute if score fzsd.module.scoreboard.display.current_id fzsd.variable.integer = fzsd.module.scoreboard.display.id.general fzsd.variable.integer run function fzsd:module/scoreboard/display/carousel/set_display/general \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/carousel/try_display/kill_count.mcfunction b/data/fzsd/functions/module/scoreboard/display/carousel/try_display/kill_count.mcfunction deleted file mode 100644 index dd5b990..0000000 --- a/data/fzsd/functions/module/scoreboard/display/carousel/try_display/kill_count.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute if score fzsd.module.scoreboard.display.current_id fzsd.variable.integer = fzsd.module.scoreboard.display.id.kill_count fzsd.variable.integer run function fzsd:module/scoreboard/display/carousel/set_display/kill_count \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/carousel/try_display/placement_count.mcfunction b/data/fzsd/functions/module/scoreboard/display/carousel/try_display/placement_count.mcfunction deleted file mode 100644 index 0127e6d..0000000 --- a/data/fzsd/functions/module/scoreboard/display/carousel/try_display/placement_count.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute if score fzsd.module.scoreboard.display.current_id fzsd.variable.integer = fzsd.module.scoreboard.display.id.placement_count fzsd.variable.integer run function fzsd:module/scoreboard/display/carousel/set_display/placement_count \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/carousel/try_display/trade_count.mcfunction b/data/fzsd/functions/module/scoreboard/display/carousel/try_display/trade_count.mcfunction deleted file mode 100644 index c0020ce..0000000 --- a/data/fzsd/functions/module/scoreboard/display/carousel/try_display/trade_count.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute if score fzsd.module.scoreboard.display.current_id fzsd.variable.integer = fzsd.module.scoreboard.display.id.trade_count fzsd.variable.integer run function fzsd:module/scoreboard/display/carousel/set_display/trade_count \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/highest_id_add_1.mcfunction b/data/fzsd/functions/module/scoreboard/display/highest_id_add_1.mcfunction deleted file mode 100644 index 3c38a04..0000000 --- a/data/fzsd/functions/module/scoreboard/display/highest_id_add_1.mcfunction +++ /dev/null @@ -1 +0,0 @@ -scoreboard players add fzsd.module.scoreboard.display.highest_id fzsd.variable.integer 1 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/register_id.mcfunction b/data/fzsd/functions/module/scoreboard/display/register_id.mcfunction deleted file mode 100644 index a14dabc..0000000 --- a/data/fzsd/functions/module/scoreboard/display/register_id.mcfunction +++ /dev/null @@ -1,59 +0,0 @@ -#### 注册总览计分板id -function #fzsd:calculation/highest_id_add_1 -scoreboard players operation fzsd.module.scoreboard.display.id.general fzsd.variable.integer = fzsd.module.scoreboard.display.highest_id fzsd.variable.integer -##### 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "注册"}, {"nbt": "fzsd.module.scoreboard.text.general", "interpret": true, "storage": "fzsd:module"}, {"text": "id为:"}, {"score": {"name": "fzsd.module.scoreboard.display.id.general", "objective": "fzsd.variable.integer"}}] - -#### 注册活跃度计分板id -function #fzsd:calculation/highest_id_add_1 -scoreboard players operation fzsd.module.scoreboard.display.id.activation fzsd.variable.integer = fzsd.module.scoreboard.display.highest_id fzsd.variable.integer -##### 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "注册"}, {"nbt": "fzsd.module.scoreboard.text.activation", "interpret": true, "storage": "fzsd:module"}, {"text": "id为:"}, {"score": {"name": "fzsd.module.scoreboard.display.id.activation", "objective": "fzsd.variable.integer"}}] - -#### 注册飞行距离计分板id -function #fzsd:calculation/highest_id_add_1 -scoreboard players operation fzsd.module.scoreboard.display.id.aviating_distance fzsd.variable.integer = fzsd.module.scoreboard.display.highest_id fzsd.variable.integer -##### 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "注册"}, {"nbt": "fzsd.module.scoreboard.text.aviating_distance", "interpret": true, "storage": "fzsd:module"}, {"text": "id为:"}, {"score": {"name": "fzsd.module.scoreboard.display.id.aviating_distance", "objective": "fzsd.variable.integer"}}] - -#### 注册抖M榜计分板id -function #fzsd:calculation/highest_id_add_1 -scoreboard players operation fzsd.module.scoreboard.display.id.damage_taken fzsd.variable.integer = fzsd.module.scoreboard.display.highest_id fzsd.variable.integer -##### 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "注册"}, {"nbt": "fzsd.module.scoreboard.text.placement_count", "interpret": true, "storage": "fzsd:module"}, {"text": "id为:"}, {"score": {"name": "fzsd.module.scoreboard.display.id.damage_taken", "objective": "fzsd.variable.integer"}}] - -#### 注册死亡榜计分板id -function #fzsd:calculation/highest_id_add_1 -scoreboard players operation fzsd.module.scoreboard.display.id.death_count fzsd.variable.integer = fzsd.module.scoreboard.display.highest_id fzsd.variable.integer -##### 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "注册"}, {"nbt": "fzsd.module.scoreboard.text.death_count", "interpret": true, "storage": "fzsd:module"}, {"text": "id为:"}, {"score": {"name": "fzsd.module.scoreboard.display.id.death_count", "objective": "fzsd.variable.integer"}}] - -#### 注册挖掘榜计分板id -function #fzsd:calculation/highest_id_add_1 -scoreboard players operation fzsd.module.scoreboard.display.id.dig_count fzsd.variable.integer = fzsd.module.scoreboard.display.highest_id fzsd.variable.integer -##### 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "注册"}, {"nbt": "fzsd.module.scoreboard.text.dig_count", "interpret": true, "storage": "fzsd:module"}, {"text": "id为:"}, {"score": {"name": "fzsd.module.scoreboard.display.id.dig_count", "objective": "fzsd.variable.integer"}}] - -#### 注册钓鱼榜计分板id -function #fzsd:calculation/highest_id_add_1 -scoreboard players operation fzsd.module.scoreboard.display.id.fishing_count fzsd.variable.integer = fzsd.module.scoreboard.display.highest_id fzsd.variable.integer -##### 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "注册"}, {"nbt": "fzsd.module.scoreboard.text.fishing_count", "interpret": true, "storage": "fzsd:module"}, {"text": "id为:"}, {"score": {"name": "fzsd.module.scoreboard.display.id.fishing_count", "objective": "fzsd.variable.integer"}}] - -#### 注册击杀榜计分板id -function #fzsd:calculation/highest_id_add_1 -scoreboard players operation fzsd.module.scoreboard.display.id.kill_count fzsd.variable.integer = fzsd.module.scoreboard.display.highest_id fzsd.variable.integer -##### 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "注册击"}, {"nbt": "fzsd.module.scoreboard.text.kill_count", "interpret": true, "storage": "fzsd:module"}, {"text": "id为:"}, {"score": {"name": "fzsd.module.scoreboard.display.id.kill_count", "objective": "fzsd.variable.integer"}}] - -#### 注册交易榜计分板id -function #fzsd:calculation/highest_id_add_1 -scoreboard players operation fzsd.module.scoreboard.display.id.trade_count fzsd.variable.integer = fzsd.module.scoreboard.display.highest_id fzsd.variable.integer -##### 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "注册"}, {"nbt": "fzsd.module.scoreboard.text.trade_count", "interpret": true, "storage": "fzsd:module"}, {"text": "id为:"}, {"score": {"name": "fzsd.module.scoreboard.display.id.trade_count", "objective": "fzsd.variable.integer"}}] - -#### 注册放置榜计分板id -function #fzsd:calculation/highest_id_add_1 -scoreboard players operation fzsd.module.scoreboard.display.id.placement_count fzsd.variable.integer = fzsd.module.scoreboard.display.highest_id fzsd.variable.integer -##### 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "注册"}, {"nbt": "fzsd.module.scoreboard.text.placement_count", "interpret": true, "storage": "fzsd:module"}, {"text": "id为:"}, {"score": {"name": "fzsd.module.scoreboard.display.id.placement_count", "objective": "fzsd.variable.integer"}}] diff --git a/data/fzsd/functions/module/scoreboard/display/reset_id.mcfunction b/data/fzsd/functions/module/scoreboard/display/reset_id.mcfunction deleted file mode 100644 index 07525d5..0000000 --- a/data/fzsd/functions/module/scoreboard/display/reset_id.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -## 重置计分板最大id计数 -scoreboard players set fzsd.module.scoreboard.display.highest_id fzsd.variable.integer -1 -### 重置轮播计分板ID -scoreboard players set fzsd.module.scoreboard.display.current_id fzsd.variable.integer 0 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/activation/aqua.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/activation/aqua.mcfunction deleted file mode 100644 index 688fbb1..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/activation/aqua.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/activation - -data modify storage fzsd:module fzsd.module.scoreboard.text.activation set value '{"text": "活跃时间(h)", "color": "aqua"}' -scoreboard objectives setdisplay sidebar.team.aqua fzsd.module.scoreboard.display.activation -scoreboard objectives modify fzsd.module.scoreboard.display.activation displayname {"text": "活跃时间(h)", "color": "aqua"} -team modify fzsd.module.scoreboard.display.activation color aqua -team modify fzsd.module.scoreboard.display.activation displayName {"text": "活跃时间(h)", "color": "aqua"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/activation/black.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/activation/black.mcfunction deleted file mode 100644 index 1eb4d03..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/activation/black.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/activation - -data modify storage fzsd:module fzsd.module.scoreboard.text.activation set value '{"text": "活跃时间(h)", "color": "black"}' -scoreboard objectives setdisplay sidebar.team.black fzsd.module.scoreboard.display.activation -scoreboard objectives modify fzsd.module.scoreboard.display.activation displayname {"text": "活跃时间(h)", "color": "black"} -team modify fzsd.module.scoreboard.display.activation color black -team modify fzsd.module.scoreboard.display.activation displayName {"text": "活跃时间(h)", "color": "black"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/activation/blue.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/activation/blue.mcfunction deleted file mode 100644 index 31a0cd7..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/activation/blue.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/activation - -data modify storage fzsd:module fzsd.module.scoreboard.text.activation set value '{"text": "活跃时间(h)", "color": "blue"}' -scoreboard objectives setdisplay sidebar.team.blue fzsd.module.scoreboard.display.activation -scoreboard objectives modify fzsd.module.scoreboard.display.activation displayname {"text": "活跃时间(h)", "color": "blue"} -team modify fzsd.module.scoreboard.display.activation color blue -team modify fzsd.module.scoreboard.display.activation displayName {"text": "活跃时间(h)", "color": "blue"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/activation/dark_aqua.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/activation/dark_aqua.mcfunction deleted file mode 100644 index e2c812f..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/activation/dark_aqua.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/activation - -data modify storage fzsd:module fzsd.module.scoreboard.text.activation set value '{"text": "活跃时间(h)", "color": "dark_aqua"}' -scoreboard objectives setdisplay sidebar.team.dark_aqua fzsd.module.scoreboard.display.activation -scoreboard objectives modify fzsd.module.scoreboard.display.activation displayname {"text": "活跃时间(h)", "color": "dark_aqua"} -team modify fzsd.module.scoreboard.display.activation color dark_aqua -team modify fzsd.module.scoreboard.display.activation displayName {"text": "活跃时间(h)", "color": "dark_aqua"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/activation/dark_blue.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/activation/dark_blue.mcfunction deleted file mode 100644 index 365429a..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/activation/dark_blue.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/activation - -data modify storage fzsd:module fzsd.module.scoreboard.text.activation set value '{"text": "活跃时间(h)", "color": "dark_blue"}' -scoreboard objectives setdisplay sidebar.team.dark_blue fzsd.module.scoreboard.display.activation -scoreboard objectives modify fzsd.module.scoreboard.display.activation displayname {"text": "活跃时间(h)", "color": "dark_blue"} -team modify fzsd.module.scoreboard.display.activation color dark_blue -team modify fzsd.module.scoreboard.display.activation displayName {"text": "活跃时间(h)", "color": "dark_blue"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/activation/dark_gray.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/activation/dark_gray.mcfunction deleted file mode 100644 index 49bd6c3..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/activation/dark_gray.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/activation - -data modify storage fzsd:module fzsd.module.scoreboard.text.activation set value '{"text": "活跃时间(h)", "color": "dark_gray"}' -scoreboard objectives setdisplay sidebar.team.dark_gray fzsd.module.scoreboard.display.activation -scoreboard objectives modify fzsd.module.scoreboard.display.activation displayname {"text": "活跃时间(h)", "color": "dark_gray"} -team modify fzsd.module.scoreboard.display.activation color dark_gray -team modify fzsd.module.scoreboard.display.activation displayName {"text": "活跃时间(h)", "color": "dark_gray"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/activation/dark_green.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/activation/dark_green.mcfunction deleted file mode 100644 index 4745e13..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/activation/dark_green.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/activation - -data modify storage fzsd:module fzsd.module.scoreboard.text.activation set value '{"text": "活跃时间(h)", "color": "dark_green"}' -scoreboard objectives setdisplay sidebar.team.dark_green fzsd.module.scoreboard.display.activation -scoreboard objectives modify fzsd.module.scoreboard.display.activation displayname {"text": "活跃时间(h)", "color": "dark_green"} -team modify fzsd.module.scoreboard.display.activation color dark_green -team modify fzsd.module.scoreboard.display.activation displayName {"text": "活跃时间(h)", "color": "dark_green"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/activation/dark_purple.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/activation/dark_purple.mcfunction deleted file mode 100644 index fd471b1..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/activation/dark_purple.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/activation - -data modify storage fzsd:module fzsd.module.scoreboard.text.activation set value '{"text": "活跃时间(h)", "color": "dark_purple"}' -scoreboard objectives setdisplay sidebar.team.dark_purple fzsd.module.scoreboard.display.activation -scoreboard objectives modify fzsd.module.scoreboard.display.activation displayname {"text": "活跃时间(h)", "color": "dark_purple"} -team modify fzsd.module.scoreboard.display.activation color dark_purple -team modify fzsd.module.scoreboard.display.activation displayName {"text": "活跃时间(h)", "color": "dark_purple"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/activation/dark_red.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/activation/dark_red.mcfunction deleted file mode 100644 index cd92a48..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/activation/dark_red.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/activation - -data modify storage fzsd:module fzsd.module.scoreboard.text.activation set value '{"text": "活跃时间(h)", "color": "dark_red"}' -scoreboard objectives setdisplay sidebar.team.dark_red fzsd.module.scoreboard.display.activation -scoreboard objectives modify fzsd.module.scoreboard.display.activation displayname {"text": "活跃时间(h)", "color": "dark_red"} -team modify fzsd.module.scoreboard.display.activation color dark_red -team modify fzsd.module.scoreboard.display.activation displayName {"text": "活跃时间(h)", "color": "dark_red"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/activation/gold.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/activation/gold.mcfunction deleted file mode 100644 index 443eeee..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/activation/gold.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/activation - -data modify storage fzsd:module fzsd.module.scoreboard.text.activation set value '{"text": "活跃时间(h)", "color": "gold"}' -scoreboard objectives setdisplay sidebar.team.gold fzsd.module.scoreboard.display.activation -scoreboard objectives modify fzsd.module.scoreboard.display.activation displayname {"text": "活跃时间(h)", "color": "gold"} -team modify fzsd.module.scoreboard.display.activation color gold -team modify fzsd.module.scoreboard.display.activation displayName {"text": "活跃时间(h)", "color": "gold"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/activation/gray.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/activation/gray.mcfunction deleted file mode 100644 index 1179f4b..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/activation/gray.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/activation - -data modify storage fzsd:module fzsd.module.scoreboard.text.activation set value '{"text": "活跃时间(h)", "color": "gray"}' -scoreboard objectives setdisplay sidebar.team.gray fzsd.module.scoreboard.display.activation -scoreboard objectives modify fzsd.module.scoreboard.display.activation displayname {"text": "活跃时间(h)", "color": "gray"} -team modify fzsd.module.scoreboard.display.activation color gray -team modify fzsd.module.scoreboard.display.activation displayName {"text": "活跃时间(h)", "color": "gray"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/activation/green.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/activation/green.mcfunction deleted file mode 100644 index d2b8dc6..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/activation/green.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/activation - -data modify storage fzsd:module fzsd.module.scoreboard.text.activation set value '{"text": "活跃时间(h)", "color": "green"}' -scoreboard objectives setdisplay sidebar.team.green fzsd.module.scoreboard.display.activation -scoreboard objectives modify fzsd.module.scoreboard.display.activation displayname {"text": "活跃时间(h)", "color": "green"} -team modify fzsd.module.scoreboard.display.activation color green -team modify fzsd.module.scoreboard.display.activation displayName {"text": "活跃时间(h)", "color": "green"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/activation/light_purple.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/activation/light_purple.mcfunction deleted file mode 100644 index 782c85f..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/activation/light_purple.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/activation - -data modify storage fzsd:module fzsd.module.scoreboard.text.activation set value '{"text": "活跃时间(h)", "color": "light_purple"}' -scoreboard objectives setdisplay sidebar.team.light_purple fzsd.module.scoreboard.display.activation -scoreboard objectives modify fzsd.module.scoreboard.display.activation displayname {"text": "活跃时间(h)", "color": "light_purple"} -team modify fzsd.module.scoreboard.display.activation color light_purple -team modify fzsd.module.scoreboard.display.activation displayName {"text": "活跃时间(h)", "color": "light_purple"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/activation/red.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/activation/red.mcfunction deleted file mode 100644 index c3caa00..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/activation/red.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/activation - -data modify storage fzsd:module fzsd.module.scoreboard.text.activation set value '{"text": "活跃时间(h)", "color": "red"}' -scoreboard objectives setdisplay sidebar.team.red fzsd.module.scoreboard.display.activation -scoreboard objectives modify fzsd.module.scoreboard.display.activation displayname {"text": "活跃时间(h)", "color": "red"} -team modify fzsd.module.scoreboard.display.activation color red -team modify fzsd.module.scoreboard.display.activation displayName {"text": "活跃时间(h)", "color": "red"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/activation/white.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/activation/white.mcfunction deleted file mode 100644 index 984a979..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/activation/white.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/activation - -data modify storage fzsd:module fzsd.module.scoreboard.text.activation set value '{"text": "活跃时间(h)", "color": "white"}' -scoreboard objectives setdisplay sidebar.team.white fzsd.module.scoreboard.display.activation -scoreboard objectives modify fzsd.module.scoreboard.display.activation displayname {"text": "活跃时间(h)", "color": "white"} -team modify fzsd.module.scoreboard.display.activation color white -team modify fzsd.module.scoreboard.display.activation displayName {"text": "活跃时间(h)", "color": "white"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/activation/yellow.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/activation/yellow.mcfunction deleted file mode 100644 index bbe5b6c..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/activation/yellow.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/activation - -data modify storage fzsd:module fzsd.module.scoreboard.text.activation set value '{"text": "活跃时间(h)", "color": "yellow"}' -scoreboard objectives setdisplay sidebar.team.yellow fzsd.module.scoreboard.display.activation -scoreboard objectives modify fzsd.module.scoreboard.display.activation displayname {"text": "活跃时间(h)", "color": "yellow"} -team modify fzsd.module.scoreboard.display.activation color yellow -team modify fzsd.module.scoreboard.display.activation displayName {"text": "活跃时间(h)", "color": "yellow"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/aqua.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/aqua.mcfunction deleted file mode 100644 index aa87947..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/aqua.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/aviating_distance - -data modify storage fzsd:module fzsd.module.scoreboard.text.aviating_distance set value '{"text": "飞行距离", "color": "aqua"}' -scoreboard objectives setdisplay sidebar.team.aqua fzsd.module.scoreboard.display.aviating_distance -scoreboard objectives modify fzsd.module.scoreboard.display.aviating_distance displayname {"text": "飞行距离", "color": "aqua"} -team modify fzsd.module.scoreboard.display.aviating_distance color aqua -team modify fzsd.module.scoreboard.display.aviating_distance displayName {"text": "飞行距离", "color": "aqua"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/black.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/black.mcfunction deleted file mode 100644 index 72192af..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/black.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/aviating_distance - -data modify storage fzsd:module fzsd.module.scoreboard.text.aviating_distance set value '{"text": "飞行距离", "color": "black"}' -scoreboard objectives setdisplay sidebar.team.black fzsd.module.scoreboard.display.aviating_distance -scoreboard objectives modify fzsd.module.scoreboard.display.aviating_distance displayname {"text": "飞行距离", "color": "black"} -team modify fzsd.module.scoreboard.display.aviating_distance color black -team modify fzsd.module.scoreboard.display.aviating_distance displayName {"text": "飞行距离", "color": "black"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/blue.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/blue.mcfunction deleted file mode 100644 index f53cad9..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/blue.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/aviating_distance - -data modify storage fzsd:module fzsd.module.scoreboard.text.aviating_distance set value '{"text": "飞行距离", "color": "blue"}' -scoreboard objectives setdisplay sidebar.team.blue fzsd.module.scoreboard.display.aviating_distance -scoreboard objectives modify fzsd.module.scoreboard.display.aviating_distance displayname {"text": "飞行距离", "color": "blue"} -team modify fzsd.module.scoreboard.display.aviating_distance color blue -team modify fzsd.module.scoreboard.display.aviating_distance displayName {"text": "飞行距离", "color": "blue"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/dark_aqua.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/dark_aqua.mcfunction deleted file mode 100644 index cdaa146..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/dark_aqua.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/aviating_distance - -data modify storage fzsd:module fzsd.module.scoreboard.text.aviating_distance set value '{"text": "飞行距离", "color": "dark_aqua"}' -scoreboard objectives setdisplay sidebar.team.dark_aqua fzsd.module.scoreboard.display.aviating_distance -scoreboard objectives modify fzsd.module.scoreboard.display.aviating_distance displayname {"text": "飞行距离", "color": "dark_aqua"} -team modify fzsd.module.scoreboard.display.aviating_distance color dark_aqua -team modify fzsd.module.scoreboard.display.aviating_distance displayName {"text": "飞行距离", "color": "dark_aqua"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/dark_blue.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/dark_blue.mcfunction deleted file mode 100644 index df2e38c..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/dark_blue.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/aviating_distance - -data modify storage fzsd:module fzsd.module.scoreboard.text.aviating_distance set value '{"text": "飞行距离", "color": "dark_blue"}' -scoreboard objectives setdisplay sidebar.team.dark_blue fzsd.module.scoreboard.display.aviating_distance -scoreboard objectives modify fzsd.module.scoreboard.display.aviating_distance displayname {"text": "飞行距离", "color": "dark_blue"} -team modify fzsd.module.scoreboard.display.aviating_distance color dark_blue -team modify fzsd.module.scoreboard.display.aviating_distance displayName {"text": "飞行距离", "color": "dark_blue"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/dark_gray.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/dark_gray.mcfunction deleted file mode 100644 index 2e389cf..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/dark_gray.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/aviating_distance - -data modify storage fzsd:module fzsd.module.scoreboard.text.aviating_distance set value '{"text": "飞行距离", "color": "dark_gray"}' -scoreboard objectives setdisplay sidebar.team.dark_gray fzsd.module.scoreboard.display.aviating_distance -scoreboard objectives modify fzsd.module.scoreboard.display.aviating_distance displayname {"text": "飞行距离", "color": "dark_gray"} -team modify fzsd.module.scoreboard.display.aviating_distance color dark_gray -team modify fzsd.module.scoreboard.display.aviating_distance displayName {"text": "飞行距离", "color": "dark_gray"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/dark_green.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/dark_green.mcfunction deleted file mode 100644 index acdf50c..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/dark_green.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/aviating_distance - -data modify storage fzsd:module fzsd.module.scoreboard.text.aviating_distance set value '{"text": "飞行距离", "color": "dark_green"}' -scoreboard objectives setdisplay sidebar.team.dark_green fzsd.module.scoreboard.display.aviating_distance -scoreboard objectives modify fzsd.module.scoreboard.display.aviating_distance displayname {"text": "飞行距离", "color": "dark_green"} -team modify fzsd.module.scoreboard.display.aviating_distance color dark_green -team modify fzsd.module.scoreboard.display.aviating_distance displayName {"text": "飞行距离", "color": "dark_green"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/dark_purple.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/dark_purple.mcfunction deleted file mode 100644 index 52f8552..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/dark_purple.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/aviating_distance - -data modify storage fzsd:module fzsd.module.scoreboard.text.aviating_distance set value '{"text": "飞行距离", "color": "dark_purple"}' -scoreboard objectives setdisplay sidebar.team.dark_purple fzsd.module.scoreboard.display.aviating_distance -scoreboard objectives modify fzsd.module.scoreboard.display.aviating_distance displayname {"text": "飞行距离", "color": "dark_purple"} -team modify fzsd.module.scoreboard.display.aviating_distance color dark_purple -team modify fzsd.module.scoreboard.display.aviating_distance displayName {"text": "飞行距离", "color": "dark_purple"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/dark_red.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/dark_red.mcfunction deleted file mode 100644 index 8e6173f..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/dark_red.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/aviating_distance - -data modify storage fzsd:module fzsd.module.scoreboard.text.aviating_distance set value '{"text": "飞行距离", "color": "dark_red"}' -scoreboard objectives setdisplay sidebar.team.dark_red fzsd.module.scoreboard.display.aviating_distance -scoreboard objectives modify fzsd.module.scoreboard.display.aviating_distance displayname {"text": "飞行距离", "color": "dark_red"} -team modify fzsd.module.scoreboard.display.aviating_distance color dark_red -team modify fzsd.module.scoreboard.display.aviating_distance displayName {"text": "飞行距离", "color": "dark_red"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/gold.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/gold.mcfunction deleted file mode 100644 index 650d9af..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/gold.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/aviating_distance - -data modify storage fzsd:module fzsd.module.scoreboard.text.aviating_distance set value '{"text": "飞行距离", "color": "gold"}' -scoreboard objectives setdisplay sidebar.team.gold fzsd.module.scoreboard.display.aviating_distance -scoreboard objectives modify fzsd.module.scoreboard.display.aviating_distance displayname {"text": "飞行距离", "color": "gold"} -team modify fzsd.module.scoreboard.display.aviating_distance color gold -team modify fzsd.module.scoreboard.display.aviating_distance displayName {"text": "飞行距离", "color": "gold"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/gray.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/gray.mcfunction deleted file mode 100644 index b0fe7aa..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/gray.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/aviating_distance - -data modify storage fzsd:module fzsd.module.scoreboard.text.aviating_distance set value '{"text": "飞行距离", "color": "gray"}' -scoreboard objectives setdisplay sidebar.team.gray fzsd.module.scoreboard.display.aviating_distance -scoreboard objectives modify fzsd.module.scoreboard.display.aviating_distance displayname {"text": "飞行距离", "color": "gray"} -team modify fzsd.module.scoreboard.display.aviating_distance color gray -team modify fzsd.module.scoreboard.display.aviating_distance displayName {"text": "飞行距离", "color": "gray"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/green.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/green.mcfunction deleted file mode 100644 index 9e6bd52..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/green.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/aviating_distance - -data modify storage fzsd:module fzsd.module.scoreboard.text.aviating_distance set value '{"text": "飞行距离", "color": "green"}' -scoreboard objectives setdisplay sidebar.team.green fzsd.module.scoreboard.display.aviating_distance -scoreboard objectives modify fzsd.module.scoreboard.display.aviating_distance displayname {"text": "飞行距离", "color": "green"} -team modify fzsd.module.scoreboard.display.aviating_distance color green -team modify fzsd.module.scoreboard.display.aviating_distance displayName {"text": "飞行距离", "color": "green"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/light_purple.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/light_purple.mcfunction deleted file mode 100644 index 112e056..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/light_purple.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/aviating_distance - -data modify storage fzsd:module fzsd.module.scoreboard.text.aviating_distance set value '{"text": "飞行距离", "color": "light_purple"}' -scoreboard objectives setdisplay sidebar.team.light_purple fzsd.module.scoreboard.display.aviating_distance -scoreboard objectives modify fzsd.module.scoreboard.display.aviating_distance displayname {"text": "飞行距离", "color": "light_purple"} -team modify fzsd.module.scoreboard.display.aviating_distance color light_purple -team modify fzsd.module.scoreboard.display.aviating_distance displayName {"text": "飞行距离", "color": "light_purple"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/red.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/red.mcfunction deleted file mode 100644 index fdbf6a0..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/red.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/aviating_distance - -data modify storage fzsd:module fzsd.module.scoreboard.text.aviating_distance set value '{"text": "飞行距离", "color": "red"}' -scoreboard objectives setdisplay sidebar.team.red fzsd.module.scoreboard.display.aviating_distance -scoreboard objectives modify fzsd.module.scoreboard.display.aviating_distance displayname {"text": "飞行距离", "color": "red"} -team modify fzsd.module.scoreboard.display.aviating_distance color red -team modify fzsd.module.scoreboard.display.aviating_distance displayName {"text": "飞行距离", "color": "red"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/white.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/white.mcfunction deleted file mode 100644 index c5d8847..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/white.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/aviating_distance - -data modify storage fzsd:module fzsd.module.scoreboard.text.aviating_distance set value '{"text": "飞行距离", "color": "white"}' -scoreboard objectives setdisplay sidebar.team.white fzsd.module.scoreboard.display.aviating_distance -scoreboard objectives modify fzsd.module.scoreboard.display.aviating_distance displayname {"text": "飞行距离", "color": "white"} -team modify fzsd.module.scoreboard.display.aviating_distance color white -team modify fzsd.module.scoreboard.display.aviating_distance displayName {"text": "飞行距离", "color": "white"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/yellow.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/yellow.mcfunction deleted file mode 100644 index 11e9073..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/aviating_distance/yellow.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/aviating_distance - -data modify storage fzsd:module fzsd.module.scoreboard.text.aviating_distance set value '{"text": "飞行距离", "color": "yellow"}' -scoreboard objectives setdisplay sidebar.team.yellow fzsd.module.scoreboard.display.aviating_distance -scoreboard objectives modify fzsd.module.scoreboard.display.aviating_distance displayname {"text": "飞行距离", "color": "yellow"} -team modify fzsd.module.scoreboard.display.aviating_distance color yellow -team modify fzsd.module.scoreboard.display.aviating_distance displayName {"text": "飞行距离", "color": "yellow"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/aqua.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/carousel/aqua.mcfunction deleted file mode 100644 index d5ff537..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/aqua.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/carousel - -data modify storage fzsd:module fzsd.module.scoreboard.text.carousel set value '{"text": "轮播", "color": "aqua"}' -team modify fzsd.module.scoreboard.display.carousel color aqua -team modify fzsd.module.scoreboard.display.carousel displayName {"text": "轮播", "color": "aqua"} -scoreboard players set fzsd.module.scoreboard.carousel.color fzsd.variable.integer 11 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/black.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/carousel/black.mcfunction deleted file mode 100644 index bae05c4..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/black.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/carousel - -data modify storage fzsd:module fzsd.module.scoreboard.text.carousel set value '{"text": "轮播", "color": "black"}' -team modify fzsd.module.scoreboard.display.carousel color black -team modify fzsd.module.scoreboard.display.carousel displayName {"text": "轮播", "color": "black"} -scoreboard players set fzsd.module.scoreboard.carousel.color fzsd.variable.integer 0 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/blue.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/carousel/blue.mcfunction deleted file mode 100644 index 765759f..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/blue.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/carousel - -data modify storage fzsd:module fzsd.module.scoreboard.text.carousel set value '{"text": "轮播", "color": "blue"}' -team modify fzsd.module.scoreboard.display.carousel color blue -team modify fzsd.module.scoreboard.display.carousel displayName {"text": "轮播", "color": "blue"} -scoreboard players set fzsd.module.scoreboard.carousel.color fzsd.variable.integer 9 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/dark_aqua.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/carousel/dark_aqua.mcfunction deleted file mode 100644 index 058cf2e..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/dark_aqua.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/carousel - -data modify storage fzsd:module fzsd.module.scoreboard.text.carousel set value '{"text": "轮播", "color": "dark_aqua"}' -team modify fzsd.module.scoreboard.display.carousel color dark_aqua -team modify fzsd.module.scoreboard.display.carousel displayName {"text": "轮播", "color": "dark_aqua"} -scoreboard players set fzsd.module.scoreboard.carousel.color fzsd.variable.integer 3 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/dark_blue.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/carousel/dark_blue.mcfunction deleted file mode 100644 index d036058..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/dark_blue.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/carousel - -data modify storage fzsd:module fzsd.module.scoreboard.text.carousel set value '{"text": "轮播", "color": "dark_blue"}' -team modify fzsd.module.scoreboard.display.carousel color dark_blue -team modify fzsd.module.scoreboard.display.carousel displayName {"text": "轮播", "color": "dark_blue"} -scoreboard players set fzsd.module.scoreboard.carousel.color fzsd.variable.integer 1 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/dark_gray.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/carousel/dark_gray.mcfunction deleted file mode 100644 index 5335c07..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/dark_gray.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/carousel - -data modify storage fzsd:module fzsd.module.scoreboard.text.carousel set value '{"text": "轮播", "color": "dark_gray"}' -team modify fzsd.module.scoreboard.display.carousel color dark_gray -team modify fzsd.module.scoreboard.display.carousel displayName {"text": "轮播", "color": "dark_gray"} -scoreboard players set fzsd.module.scoreboard.carousel.color fzsd.variable.integer 8 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/dark_green.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/carousel/dark_green.mcfunction deleted file mode 100644 index 3523999..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/dark_green.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/carousel - -data modify storage fzsd:module fzsd.module.scoreboard.text.carousel set value '{"text": "轮播", "color": "dark_green"}' -team modify fzsd.module.scoreboard.display.carousel color dark_green -team modify fzsd.module.scoreboard.display.carousel displayName {"text": "轮播", "color": "dark_green"} -scoreboard players set fzsd.module.scoreboard.carousel.color fzsd.variable.integer 2 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/dark_purple.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/carousel/dark_purple.mcfunction deleted file mode 100644 index 980644b..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/dark_purple.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/carousel - -data modify storage fzsd:module fzsd.module.scoreboard.text.carousel set value '{"text": "轮播", "color": "dark_purple"}' -team modify fzsd.module.scoreboard.display.carousel color dark_purple -team modify fzsd.module.scoreboard.display.carousel displayName {"text": "轮播", "color": "dark_purple"} -scoreboard players set fzsd.module.scoreboard.carousel.color fzsd.variable.integer 5 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/dark_red.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/carousel/dark_red.mcfunction deleted file mode 100644 index 67681a2..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/dark_red.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/carousel - -data modify storage fzsd:module fzsd.module.scoreboard.text.carousel set value '{"text": "轮播", "color": "dark_red"}' -team modify fzsd.module.scoreboard.display.carousel color dark_red -team modify fzsd.module.scoreboard.display.carousel displayName {"text": "轮播", "color": "dark_red"} -scoreboard players set fzsd.module.scoreboard.carousel.color fzsd.variable.integer 4 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/gold.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/carousel/gold.mcfunction deleted file mode 100644 index 76fd757..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/gold.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/carousel - -data modify storage fzsd:module fzsd.module.scoreboard.text.carousel set value '{"text": "轮播", "color": "gold"}' -team modify fzsd.module.scoreboard.display.carousel color gold -team modify fzsd.module.scoreboard.display.carousel displayName {"text": "轮播", "color": "gold"} -scoreboard players set fzsd.module.scoreboard.carousel.color fzsd.variable.integer 6 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/gray.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/carousel/gray.mcfunction deleted file mode 100644 index deabfde..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/gray.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/carousel - -data modify storage fzsd:module fzsd.module.scoreboard.text.carousel set value '{"text": "轮播", "color": "gray"}' -team modify fzsd.module.scoreboard.display.carousel color gray -team modify fzsd.module.scoreboard.display.carousel displayName {"text": "轮播", "color": "gray"} -scoreboard players set fzsd.module.scoreboard.carousel.color fzsd.variable.integer 7 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/green.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/carousel/green.mcfunction deleted file mode 100644 index 78dde49..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/green.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/carousel - -data modify storage fzsd:module fzsd.module.scoreboard.text.carousel set value '{"text": "轮播", "color": "green"}' -team modify fzsd.module.scoreboard.display.carousel color green -team modify fzsd.module.scoreboard.display.carousel displayName {"text": "轮播", "color": "green"} -scoreboard players set fzsd.module.scoreboard.carousel.color fzsd.variable.integer 10 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/light_purple.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/carousel/light_purple.mcfunction deleted file mode 100644 index a18be54..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/light_purple.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/carousel - -data modify storage fzsd:module fzsd.module.scoreboard.text.carousel set value '{"text": "轮播", "color": "light_purple"}' -team modify fzsd.module.scoreboard.display.carousel color light_purple -team modify fzsd.module.scoreboard.display.carousel displayName {"text": "轮播", "color": "light_purple"} -scoreboard players set fzsd.module.scoreboard.carousel.color fzsd.variable.integer 13 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/red.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/carousel/red.mcfunction deleted file mode 100644 index 96cf759..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/red.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/carousel - -data modify storage fzsd:module fzsd.module.scoreboard.text.carousel set value '{"text": "轮播", "color": "red"}' -team modify fzsd.module.scoreboard.display.carousel color red -team modify fzsd.module.scoreboard.display.carousel displayName {"text": "轮播", "color": "red"} -scoreboard players set fzsd.module.scoreboard.carousel.color fzsd.variable.integer 12 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/white.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/carousel/white.mcfunction deleted file mode 100644 index 262280f..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/white.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/carousel - -data modify storage fzsd:module fzsd.module.scoreboard.text.carousel set value '{"text": "轮播", "color": "white"}' -team modify fzsd.module.scoreboard.display.carousel color white -team modify fzsd.module.scoreboard.display.carousel displayName {"text": "轮播", "color": "white"} -scoreboard players set fzsd.module.scoreboard.carousel.color fzsd.variable.integer 15 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/yellow.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/carousel/yellow.mcfunction deleted file mode 100644 index 4b93ee4..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/carousel/yellow.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/carousel - -data modify storage fzsd:module fzsd.module.scoreboard.text.carousel set value '{"text": "轮播", "color": "yellow"}' -team modify fzsd.module.scoreboard.display.carousel color yellow -team modify fzsd.module.scoreboard.display.carousel displayName {"text": "轮播", "color": "yellow"} -scoreboard players set fzsd.module.scoreboard.carousel.color fzsd.variable.integer 14 \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/aqua.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/aqua.mcfunction deleted file mode 100644 index 8f3d3e6..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/aqua.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/damage_taken - -data modify storage fzsd:module fzsd.module.scoreboard.text.damage_taken set value '{"text": "抖M榜", "color": "aqua"}' -scoreboard objectives setdisplay sidebar.team.aqua fzsd.module.scoreboard.display.damage_taken -scoreboard objectives modify fzsd.module.scoreboard.display.damage_taken displayname {"text": "抖M榜", "color": "aqua"} -team modify fzsd.module.scoreboard.display.damage_taken color aqua -team modify fzsd.module.scoreboard.display.damage_taken displayName {"text": "抖M榜", "color": "aqua"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/black.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/black.mcfunction deleted file mode 100644 index b3a868f..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/black.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/damage_taken - -data modify storage fzsd:module fzsd.module.scoreboard.text.damage_taken set value '{"text": "抖M榜", "color": "black"}' -scoreboard objectives setdisplay sidebar.team.black fzsd.module.scoreboard.display.damage_taken -scoreboard objectives modify fzsd.module.scoreboard.display.damage_taken displayname {"text": "抖M榜", "color": "black"} -team modify fzsd.module.scoreboard.display.damage_taken color black -team modify fzsd.module.scoreboard.display.damage_taken displayName {"text": "抖M榜", "color": "black"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/blue.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/blue.mcfunction deleted file mode 100644 index 8b5c305..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/blue.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/damage_taken - -data modify storage fzsd:module fzsd.module.scoreboard.text.damage_taken set value '{"text": "抖M榜", "color": "blue"}' -scoreboard objectives setdisplay sidebar.team.blue fzsd.module.scoreboard.display.damage_taken -scoreboard objectives modify fzsd.module.scoreboard.display.damage_taken displayname {"text": "抖M榜", "color": "blue"} -team modify fzsd.module.scoreboard.display.damage_taken color blue -team modify fzsd.module.scoreboard.display.damage_taken displayName {"text": "抖M榜", "color": "blue"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/dark_aqua.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/dark_aqua.mcfunction deleted file mode 100644 index 9f8ef69..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/dark_aqua.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/damage_taken - -data modify storage fzsd:module fzsd.module.scoreboard.text.damage_taken set value '{"text": "抖M榜", "color": "dark_aqua"}' -scoreboard objectives setdisplay sidebar.team.dark_aqua fzsd.module.scoreboard.display.damage_taken -scoreboard objectives modify fzsd.module.scoreboard.display.damage_taken displayname {"text": "抖M榜", "color": "dark_aqua"} -team modify fzsd.module.scoreboard.display.damage_taken color dark_aqua -team modify fzsd.module.scoreboard.display.damage_taken displayName {"text": "抖M榜", "color": "dark_aqua"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/dark_blue.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/dark_blue.mcfunction deleted file mode 100644 index 8615125..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/dark_blue.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/damage_taken - -data modify storage fzsd:module fzsd.module.scoreboard.text.damage_taken set value '{"text": "抖M榜", "color": "dark_blue"}' -scoreboard objectives setdisplay sidebar.team.dark_blue fzsd.module.scoreboard.display.damage_taken -scoreboard objectives modify fzsd.module.scoreboard.display.damage_taken displayname {"text": "抖M榜", "color": "dark_blue"} -team modify fzsd.module.scoreboard.display.damage_taken color dark_blue -team modify fzsd.module.scoreboard.display.damage_taken displayName {"text": "抖M榜", "color": "dark_blue"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/dark_gray.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/dark_gray.mcfunction deleted file mode 100644 index 108914b..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/dark_gray.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/damage_taken - -data modify storage fzsd:module fzsd.module.scoreboard.text.damage_taken set value '{"text": "抖M榜", "color": "dark_gray"}' -scoreboard objectives setdisplay sidebar.team.dark_gray fzsd.module.scoreboard.display.damage_taken -scoreboard objectives modify fzsd.module.scoreboard.display.damage_taken displayname {"text": "抖M榜", "color": "dark_gray"} -team modify fzsd.module.scoreboard.display.damage_taken color dark_gray -team modify fzsd.module.scoreboard.display.damage_taken displayName {"text": "抖M榜", "color": "dark_gray"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/dark_green.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/dark_green.mcfunction deleted file mode 100644 index 6ed2a4a..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/dark_green.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/damage_taken - -data modify storage fzsd:module fzsd.module.scoreboard.text.damage_taken set value '{"text": "抖M榜", "color": "dark_green"}' -scoreboard objectives setdisplay sidebar.team.dark_green fzsd.module.scoreboard.display.damage_taken -scoreboard objectives modify fzsd.module.scoreboard.display.damage_taken displayname {"text": "抖M榜", "color": "dark_green"} -team modify fzsd.module.scoreboard.display.damage_taken color dark_green -team modify fzsd.module.scoreboard.display.damage_taken displayName {"text": "抖M榜", "color": "dark_green"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/dark_purple.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/dark_purple.mcfunction deleted file mode 100644 index 7279aea..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/dark_purple.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/damage_taken - -data modify storage fzsd:module fzsd.module.scoreboard.text.damage_taken set value '{"text": "抖M榜", "color": "dark_purple"}' -scoreboard objectives setdisplay sidebar.team.dark_purple fzsd.module.scoreboard.display.damage_taken -scoreboard objectives modify fzsd.module.scoreboard.display.damage_taken displayname {"text": "抖M榜", "color": "dark_purple"} -team modify fzsd.module.scoreboard.display.damage_taken color dark_purple -team modify fzsd.module.scoreboard.display.damage_taken displayName {"text": "抖M榜", "color": "dark_purple"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/dark_red.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/dark_red.mcfunction deleted file mode 100644 index fbc8cf7..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/dark_red.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/damage_taken - -data modify storage fzsd:module fzsd.module.scoreboard.text.damage_taken set value '{"text": "抖M榜", "color": "dark_red"}' -scoreboard objectives setdisplay sidebar.team.dark_red fzsd.module.scoreboard.display.damage_taken -scoreboard objectives modify fzsd.module.scoreboard.display.damage_taken displayname {"text": "抖M榜", "color": "dark_red"} -team modify fzsd.module.scoreboard.display.damage_taken color dark_red -team modify fzsd.module.scoreboard.display.damage_taken displayName {"text": "抖M榜", "color": "dark_red"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/gold.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/gold.mcfunction deleted file mode 100644 index 5354ccf..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/gold.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/damage_taken - -data modify storage fzsd:module fzsd.module.scoreboard.text.damage_taken set value '{"text": "抖M榜", "color": "gold"}' -scoreboard objectives setdisplay sidebar.team.gold fzsd.module.scoreboard.display.damage_taken -scoreboard objectives modify fzsd.module.scoreboard.display.damage_taken displayname {"text": "抖M榜", "color": "gold"} -team modify fzsd.module.scoreboard.display.damage_taken color gold -team modify fzsd.module.scoreboard.display.damage_taken displayName {"text": "抖M榜", "color": "gold"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/gray.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/gray.mcfunction deleted file mode 100644 index c7cc801..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/gray.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/damage_taken - -data modify storage fzsd:module fzsd.module.scoreboard.text.damage_taken set value '{"text": "抖M榜", "color": "gray"}' -scoreboard objectives setdisplay sidebar.team.gray fzsd.module.scoreboard.display.damage_taken -scoreboard objectives modify fzsd.module.scoreboard.display.damage_taken displayname {"text": "抖M榜", "color": "gray"} -team modify fzsd.module.scoreboard.display.damage_taken color gray -team modify fzsd.module.scoreboard.display.damage_taken displayName {"text": "抖M榜", "color": "gray"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/green.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/green.mcfunction deleted file mode 100644 index 00e16f6..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/green.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/damage_taken - -data modify storage fzsd:module fzsd.module.scoreboard.text.damage_taken set value '{"text": "抖M榜", "color": "green"}' -scoreboard objectives setdisplay sidebar.team.green fzsd.module.scoreboard.display.damage_taken -scoreboard objectives modify fzsd.module.scoreboard.display.damage_taken displayname {"text": "抖M榜", "color": "green"} -team modify fzsd.module.scoreboard.display.damage_taken color green -team modify fzsd.module.scoreboard.display.damage_taken displayName {"text": "抖M榜", "color": "green"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/light_purple.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/light_purple.mcfunction deleted file mode 100644 index 5f29db7..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/light_purple.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/damage_taken - -data modify storage fzsd:module fzsd.module.scoreboard.text.damage_taken set value '{"text": "抖M榜", "color": "light_purple"}' -scoreboard objectives setdisplay sidebar.team.light_purple fzsd.module.scoreboard.display.damage_taken -scoreboard objectives modify fzsd.module.scoreboard.display.damage_taken displayname {"text": "抖M榜", "color": "light_purple"} -team modify fzsd.module.scoreboard.display.damage_taken color light_purple -team modify fzsd.module.scoreboard.display.damage_taken displayName {"text": "抖M榜", "color": "light_purple"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/red.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/red.mcfunction deleted file mode 100644 index 62cf5ba..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/red.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/damage_taken - -data modify storage fzsd:module fzsd.module.scoreboard.text.damage_taken set value '{"text": "抖M榜", "color": "red"}' -scoreboard objectives setdisplay sidebar.team.red fzsd.module.scoreboard.display.damage_taken -scoreboard objectives modify fzsd.module.scoreboard.display.damage_taken displayname {"text": "抖M榜", "color": "red"} -team modify fzsd.module.scoreboard.display.damage_taken color red -team modify fzsd.module.scoreboard.display.damage_taken displayName {"text": "抖M榜", "color": "red"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/white.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/white.mcfunction deleted file mode 100644 index c1c490a..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/white.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/damage_taken - -data modify storage fzsd:module fzsd.module.scoreboard.text.damage_taken set value '{"text": "抖M榜", "color": "white"}' -scoreboard objectives setdisplay sidebar.team.white fzsd.module.scoreboard.display.damage_taken -scoreboard objectives modify fzsd.module.scoreboard.display.damage_taken displayname {"text": "抖M榜", "color": "white"} -team modify fzsd.module.scoreboard.display.damage_taken color white -team modify fzsd.module.scoreboard.display.damage_taken displayName {"text": "抖M榜", "color": "white"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/yellow.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/yellow.mcfunction deleted file mode 100644 index 76c703b..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/damage_taken/yellow.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/damage_taken - -data modify storage fzsd:module fzsd.module.scoreboard.text.damage_taken set value '{"text": "抖M榜", "color": "yellow"}' -scoreboard objectives setdisplay sidebar.team.yellow fzsd.module.scoreboard.display.damage_taken -scoreboard objectives modify fzsd.module.scoreboard.display.damage_taken displayname {"text": "抖M榜", "color": "yellow"} -team modify fzsd.module.scoreboard.display.damage_taken color yellow -team modify fzsd.module.scoreboard.display.damage_taken displayName {"text": "抖M榜", "color": "yellow"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/aqua.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/death_count/aqua.mcfunction deleted file mode 100644 index 32dab77..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/aqua.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/death_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.death_count set value '{"text": "死亡榜", "color": "aqua"}' -scoreboard objectives setdisplay sidebar.team.aqua fzsd.module.scoreboard.display.death_count -scoreboard objectives modify fzsd.module.scoreboard.display.death_count displayname {"text": "死亡榜", "color": "aqua"} -team modify fzsd.module.scoreboard.display.death_count color aqua -team modify fzsd.module.scoreboard.display.death_count displayName {"text": "死亡榜", "color": "aqua"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/black.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/death_count/black.mcfunction deleted file mode 100644 index 9019e9c..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/black.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/death_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.death_count set value '{"text": "死亡榜", "color": "black"}' -scoreboard objectives setdisplay sidebar.team.black fzsd.module.scoreboard.display.death_count -scoreboard objectives modify fzsd.module.scoreboard.display.death_count displayname {"text": "死亡榜", "color": "black"} -team modify fzsd.module.scoreboard.display.death_count color black -team modify fzsd.module.scoreboard.display.death_count displayName {"text": "死亡榜", "color": "black"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/blue.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/death_count/blue.mcfunction deleted file mode 100644 index e0fb8dc..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/blue.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/death_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.death_count set value '{"text": "死亡榜", "color": "blue"}' -scoreboard objectives setdisplay sidebar.team.blue fzsd.module.scoreboard.display.death_count -scoreboard objectives modify fzsd.module.scoreboard.display.death_count displayname {"text": "死亡榜", "color": "blue"} -team modify fzsd.module.scoreboard.display.death_count color blue -team modify fzsd.module.scoreboard.display.death_count displayName {"text": "死亡榜", "color": "blue"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/dark_aqua.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/death_count/dark_aqua.mcfunction deleted file mode 100644 index 85113a6..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/dark_aqua.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/death_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.death_count set value '{"text": "死亡榜", "color": "dark_aqua"}' -scoreboard objectives setdisplay sidebar.team.dark_aqua fzsd.module.scoreboard.display.death_count -scoreboard objectives modify fzsd.module.scoreboard.display.death_count displayname {"text": "死亡榜", "color": "dark_aqua"} -team modify fzsd.module.scoreboard.display.death_count color dark_aqua -team modify fzsd.module.scoreboard.display.death_count displayName {"text": "死亡榜", "color": "dark_aqua"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/dark_blue.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/death_count/dark_blue.mcfunction deleted file mode 100644 index 58ef0e0..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/dark_blue.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/death_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.death_count set value '{"text": "死亡榜", "color": "dark_blue"}' -scoreboard objectives setdisplay sidebar.team.dark_blue fzsd.module.scoreboard.display.death_count -scoreboard objectives modify fzsd.module.scoreboard.display.death_count displayname {"text": "死亡榜", "color": "dark_blue"} -team modify fzsd.module.scoreboard.display.death_count color dark_blue -team modify fzsd.module.scoreboard.display.death_count displayName {"text": "死亡榜", "color": "dark_blue"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/dark_gray.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/death_count/dark_gray.mcfunction deleted file mode 100644 index b045731..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/dark_gray.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/death_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.death_count set value '{"text": "死亡榜", "color": "dark_gray"}' -scoreboard objectives setdisplay sidebar.team.dark_gray fzsd.module.scoreboard.display.death_count -scoreboard objectives modify fzsd.module.scoreboard.display.death_count displayname {"text": "死亡榜", "color": "dark_gray"} -team modify fzsd.module.scoreboard.display.death_count color dark_gray -team modify fzsd.module.scoreboard.display.death_count displayName {"text": "死亡榜", "color": "dark_gray"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/dark_green.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/death_count/dark_green.mcfunction deleted file mode 100644 index f5f736f..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/dark_green.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/death_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.death_count set value '{"text": "死亡榜", "color": "dark_green"}' -scoreboard objectives setdisplay sidebar.team.dark_green fzsd.module.scoreboard.display.death_count -scoreboard objectives modify fzsd.module.scoreboard.display.death_count displayname {"text": "死亡榜", "color": "dark_green"} -team modify fzsd.module.scoreboard.display.death_count color dark_green -team modify fzsd.module.scoreboard.display.death_count displayName {"text": "死亡榜", "color": "dark_green"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/dark_purple.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/death_count/dark_purple.mcfunction deleted file mode 100644 index 6a84f2f..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/dark_purple.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/death_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.death_count set value '{"text": "死亡榜", "color": "dark_purple"}' -scoreboard objectives setdisplay sidebar.team.dark_purple fzsd.module.scoreboard.display.death_count -scoreboard objectives modify fzsd.module.scoreboard.display.death_count displayname {"text": "死亡榜", "color": "dark_purple"} -team modify fzsd.module.scoreboard.display.death_count color dark_purple -team modify fzsd.module.scoreboard.display.death_count displayName {"text": "死亡榜", "color": "dark_purple"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/dark_red.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/death_count/dark_red.mcfunction deleted file mode 100644 index 03d49bc..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/dark_red.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/death_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.death_count set value '{"text": "死亡榜", "color": "dark_red"}' -scoreboard objectives setdisplay sidebar.team.dark_red fzsd.module.scoreboard.display.death_count -scoreboard objectives modify fzsd.module.scoreboard.display.death_count displayname {"text": "死亡榜", "color": "dark_red"} -team modify fzsd.module.scoreboard.display.death_count color dark_red -team modify fzsd.module.scoreboard.display.death_count displayName {"text": "死亡榜", "color": "dark_red"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/gold.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/death_count/gold.mcfunction deleted file mode 100644 index 2bcd0ec..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/gold.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/death_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.death_count set value '{"text": "死亡榜", "color": "gold"}' -scoreboard objectives setdisplay sidebar.team.gold fzsd.module.scoreboard.display.death_count -scoreboard objectives modify fzsd.module.scoreboard.display.death_count displayname {"text": "死亡榜", "color": "gold"} -team modify fzsd.module.scoreboard.display.death_count color gold -team modify fzsd.module.scoreboard.display.death_count displayName {"text": "死亡榜", "color": "gold"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/gray.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/death_count/gray.mcfunction deleted file mode 100644 index 3289eaa..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/gray.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/death_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.death_count set value '{"text": "死亡榜", "color": "gray"}' -scoreboard objectives setdisplay sidebar.team.gray fzsd.module.scoreboard.display.death_count -scoreboard objectives modify fzsd.module.scoreboard.display.death_count displayname {"text": "死亡榜", "color": "gray"} -team modify fzsd.module.scoreboard.display.death_count color gray -team modify fzsd.module.scoreboard.display.death_count displayName {"text": "死亡榜", "color": "gray"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/green.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/death_count/green.mcfunction deleted file mode 100644 index 5d6f264..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/green.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/death_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.death_count set value '{"text": "死亡榜", "color": "green"}' -scoreboard objectives setdisplay sidebar.team.green fzsd.module.scoreboard.display.death_count -scoreboard objectives modify fzsd.module.scoreboard.display.death_count displayname {"text": "死亡榜", "color": "green"} -team modify fzsd.module.scoreboard.display.death_count color green -team modify fzsd.module.scoreboard.display.death_count displayName {"text": "死亡榜", "color": "green"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/light_purple.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/death_count/light_purple.mcfunction deleted file mode 100644 index 885241a..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/light_purple.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/death_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.death_count set value '{"text": "死亡榜", "color": "light_purple"}' -scoreboard objectives setdisplay sidebar.team.light_purple fzsd.module.scoreboard.display.death_count -scoreboard objectives modify fzsd.module.scoreboard.display.death_count displayname {"text": "死亡榜", "color": "light_purple"} -team modify fzsd.module.scoreboard.display.death_count color light_purple -team modify fzsd.module.scoreboard.display.death_count displayName {"text": "死亡榜", "color": "light_purple"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/red.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/death_count/red.mcfunction deleted file mode 100644 index 955f8e8..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/red.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/death_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.death_count set value '{"text": "死亡榜", "color": "red"}' -scoreboard objectives setdisplay sidebar.team.red fzsd.module.scoreboard.display.death_count -scoreboard objectives modify fzsd.module.scoreboard.display.death_count displayname {"text": "死亡榜", "color": "red"} -team modify fzsd.module.scoreboard.display.death_count color red -team modify fzsd.module.scoreboard.display.death_count displayName {"text": "死亡榜", "color": "red"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/white.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/death_count/white.mcfunction deleted file mode 100644 index c3bb946..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/white.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/death_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.death_count set value '{"text": "死亡榜", "color": "white"}' -scoreboard objectives setdisplay sidebar.team.white fzsd.module.scoreboard.display.death_count -scoreboard objectives modify fzsd.module.scoreboard.display.death_count displayname {"text": "死亡榜", "color": "white"} -team modify fzsd.module.scoreboard.display.death_count color white -team modify fzsd.module.scoreboard.display.death_count displayName {"text": "死亡榜", "color": "white"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/yellow.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/death_count/yellow.mcfunction deleted file mode 100644 index c7f993a..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/death_count/yellow.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/death_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.death_count set value '{"text": "死亡榜", "color": "yellow"}' -scoreboard objectives setdisplay sidebar.team.yellow fzsd.module.scoreboard.display.death_count -scoreboard objectives modify fzsd.module.scoreboard.display.death_count displayname {"text": "死亡榜", "color": "yellow"} -team modify fzsd.module.scoreboard.display.death_count color yellow -team modify fzsd.module.scoreboard.display.death_count displayName {"text": "死亡榜", "color": "yellow"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/aqua.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/aqua.mcfunction deleted file mode 100644 index d3878dc..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/aqua.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/dig_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.dig_count set value '{"text": "挖掘榜", "color": "aqua"}' -scoreboard objectives setdisplay sidebar.team.aqua fzsd.module.scoreboard.display.dig_count -scoreboard objectives modify fzsd.module.scoreboard.display.dig_count displayname {"text": "挖掘榜", "color": "aqua"} -team modify fzsd.module.scoreboard.display.dig_count color aqua -team modify fzsd.module.scoreboard.display.dig_count displayName {"text": "挖掘榜", "color": "aqua"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/black.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/black.mcfunction deleted file mode 100644 index 9a1ad19..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/black.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/dig_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.dig_count set value '{"text": "挖掘榜", "color": "black"}' -scoreboard objectives setdisplay sidebar.team.black fzsd.module.scoreboard.display.dig_count -scoreboard objectives modify fzsd.module.scoreboard.display.dig_count displayname {"text": "挖掘榜", "color": "black"} -team modify fzsd.module.scoreboard.display.dig_count color black -team modify fzsd.module.scoreboard.display.dig_count displayName {"text": "挖掘榜", "color": "black"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/blue.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/blue.mcfunction deleted file mode 100644 index 924c593..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/blue.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/dig_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.dig_count set value '{"text": "挖掘榜", "color": "blue"}' -scoreboard objectives setdisplay sidebar.team.blue fzsd.module.scoreboard.display.dig_count -scoreboard objectives modify fzsd.module.scoreboard.display.dig_count displayname {"text": "挖掘榜", "color": "blue"} -team modify fzsd.module.scoreboard.display.dig_count color blue -team modify fzsd.module.scoreboard.display.dig_count displayName {"text": "挖掘榜", "color": "blue"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/dark_aqua.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/dark_aqua.mcfunction deleted file mode 100644 index 7652730..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/dark_aqua.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/dig_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.dig_count set value '{"text": "挖掘榜", "color": "dark_aqua"}' -scoreboard objectives setdisplay sidebar.team.dark_aqua fzsd.module.scoreboard.display.dig_count -scoreboard objectives modify fzsd.module.scoreboard.display.dig_count displayname {"text": "挖掘榜", "color": "dark_aqua"} -team modify fzsd.module.scoreboard.display.dig_count color dark_aqua -team modify fzsd.module.scoreboard.display.dig_count displayName {"text": "挖掘榜", "color": "dark_aqua"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/dark_blue.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/dark_blue.mcfunction deleted file mode 100644 index 78fc67f..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/dark_blue.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/dig_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.dig_count set value '{"text": "挖掘榜", "color": "dark_blue"}' -scoreboard objectives setdisplay sidebar.team.dark_blue fzsd.module.scoreboard.display.dig_count -scoreboard objectives modify fzsd.module.scoreboard.display.dig_count displayname {"text": "挖掘榜", "color": "dark_blue"} -team modify fzsd.module.scoreboard.display.dig_count color dark_blue -team modify fzsd.module.scoreboard.display.dig_count displayName {"text": "挖掘榜", "color": "dark_blue"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/dark_gray.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/dark_gray.mcfunction deleted file mode 100644 index 99dbfea..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/dark_gray.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/dig_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.dig_count set value '{"text": "挖掘榜", "color": "dark_gray"}' -scoreboard objectives setdisplay sidebar.team.dark_gray fzsd.module.scoreboard.display.dig_count -scoreboard objectives modify fzsd.module.scoreboard.display.dig_count displayname {"text": "挖掘榜", "color": "dark_gray"} -team modify fzsd.module.scoreboard.display.dig_count color dark_gray -team modify fzsd.module.scoreboard.display.dig_count displayName {"text": "挖掘榜", "color": "dark_gray"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/dark_green.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/dark_green.mcfunction deleted file mode 100644 index 7523dd7..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/dark_green.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/dig_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.dig_count set value '{"text": "挖掘榜", "color": "dark_green"}' -scoreboard objectives setdisplay sidebar.team.dark_green fzsd.module.scoreboard.display.dig_count -scoreboard objectives modify fzsd.module.scoreboard.display.dig_count displayname {"text": "挖掘榜", "color": "dark_green"} -team modify fzsd.module.scoreboard.display.dig_count color dark_green -team modify fzsd.module.scoreboard.display.dig_count displayName {"text": "挖掘榜", "color": "dark_green"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/dark_purple.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/dark_purple.mcfunction deleted file mode 100644 index 374e8df..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/dark_purple.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/dig_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.dig_count set value '{"text": "挖掘榜", "color": "dark_purple"}' -scoreboard objectives setdisplay sidebar.team.dark_purple fzsd.module.scoreboard.display.dig_count -scoreboard objectives modify fzsd.module.scoreboard.display.dig_count displayname {"text": "挖掘榜", "color": "dark_purple"} -team modify fzsd.module.scoreboard.display.dig_count color dark_purple -team modify fzsd.module.scoreboard.display.dig_count displayName {"text": "挖掘榜", "color": "dark_purple"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/dark_red.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/dark_red.mcfunction deleted file mode 100644 index c3542ff..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/dark_red.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/dig_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.dig_count set value '{"text": "挖掘榜", "color": "dark_red"}' -scoreboard objectives setdisplay sidebar.team.dark_red fzsd.module.scoreboard.display.dig_count -scoreboard objectives modify fzsd.module.scoreboard.display.dig_count displayname {"text": "挖掘榜", "color": "dark_red"} -team modify fzsd.module.scoreboard.display.dig_count color dark_red -team modify fzsd.module.scoreboard.display.dig_count displayName {"text": "挖掘榜", "color": "dark_red"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/gold.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/gold.mcfunction deleted file mode 100644 index ab2d2ee..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/gold.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/dig_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.dig_count set value '{"text": "挖掘榜", "color": "gold"}' -scoreboard objectives setdisplay sidebar.team.gold fzsd.module.scoreboard.display.dig_count -scoreboard objectives modify fzsd.module.scoreboard.display.dig_count displayname {"text": "挖掘榜", "color": "gold"} -team modify fzsd.module.scoreboard.display.dig_count color gold -team modify fzsd.module.scoreboard.display.dig_count displayName {"text": "挖掘榜", "color": "gold"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/gray.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/gray.mcfunction deleted file mode 100644 index 960fdd2..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/gray.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/dig_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.dig_count set value '{"text": "挖掘榜", "color": "gray"}' -scoreboard objectives setdisplay sidebar.team.gray fzsd.module.scoreboard.display.dig_count -scoreboard objectives modify fzsd.module.scoreboard.display.dig_count displayname {"text": "挖掘榜", "color": "gray"} -team modify fzsd.module.scoreboard.display.dig_count color gray -team modify fzsd.module.scoreboard.display.dig_count displayName {"text": "挖掘榜", "color": "gray"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/green.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/green.mcfunction deleted file mode 100644 index f9c89fe..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/green.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/dig_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.dig_count set value '{"text": "挖掘榜", "color": "green"}' -scoreboard objectives setdisplay sidebar.team.green fzsd.module.scoreboard.display.dig_count -scoreboard objectives modify fzsd.module.scoreboard.display.dig_count displayname {"text": "挖掘榜", "color": "green"} -team modify fzsd.module.scoreboard.display.dig_count color green -team modify fzsd.module.scoreboard.display.dig_count displayName {"text": "挖掘榜", "color": "green"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/light_purple.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/light_purple.mcfunction deleted file mode 100644 index 6876329..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/light_purple.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/dig_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.dig_count set value '{"text": "挖掘榜", "color": "light_purple"}' -scoreboard objectives setdisplay sidebar.team.light_purple fzsd.module.scoreboard.display.dig_count -scoreboard objectives modify fzsd.module.scoreboard.display.dig_count displayname {"text": "挖掘榜", "color": "light_purple"} -team modify fzsd.module.scoreboard.display.dig_count color light_purple -team modify fzsd.module.scoreboard.display.dig_count displayName {"text": "挖掘榜", "color": "light_purple"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/red.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/red.mcfunction deleted file mode 100644 index 1ea4903..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/red.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/dig_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.dig_count set value '{"text": "挖掘榜", "color": "red"}' -scoreboard objectives setdisplay sidebar.team.red fzsd.module.scoreboard.display.dig_count -scoreboard objectives modify fzsd.module.scoreboard.display.dig_count displayname {"text": "挖掘榜", "color": "red"} -team modify fzsd.module.scoreboard.display.dig_count color red -team modify fzsd.module.scoreboard.display.dig_count displayName {"text": "挖掘榜", "color": "red"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/white.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/white.mcfunction deleted file mode 100644 index 27c1ee1..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/white.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/dig_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.dig_count set value '{"text": "挖掘榜", "color": "white"}' -scoreboard objectives setdisplay sidebar.team.white fzsd.module.scoreboard.display.dig_count -scoreboard objectives modify fzsd.module.scoreboard.display.dig_count displayname {"text": "挖掘榜", "color": "white"} -team modify fzsd.module.scoreboard.display.dig_count color white -team modify fzsd.module.scoreboard.display.dig_count displayName {"text": "挖掘榜", "color": "white"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/yellow.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/yellow.mcfunction deleted file mode 100644 index d54aa74..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/dig_count/yellow.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/dig_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.dig_count set value '{"text": "挖掘榜", "color": "yellow"}' -scoreboard objectives setdisplay sidebar.team.yellow fzsd.module.scoreboard.display.dig_count -scoreboard objectives modify fzsd.module.scoreboard.display.dig_count displayname {"text": "挖掘榜", "color": "yellow"} -team modify fzsd.module.scoreboard.display.dig_count color yellow -team modify fzsd.module.scoreboard.display.dig_count displayName {"text": "挖掘榜", "color": "yellow"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/aqua.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/aqua.mcfunction deleted file mode 100644 index 2d65e05..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/aqua.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/fishing_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.fishing_count set value '{"text": "钓鱼榜", "color": "aqua"}' -scoreboard objectives setdisplay sidebar.team.aqua fzsd.module.scoreboard.display.fishing_count -scoreboard objectives modify fzsd.module.scoreboard.display.fishing_count displayname {"text": "钓鱼榜", "color": "aqua"} -team modify fzsd.module.scoreboard.display.fishing_count color aqua -team modify fzsd.module.scoreboard.display.fishing_count displayName {"text": "钓鱼榜", "color": "aqua"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/black.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/black.mcfunction deleted file mode 100644 index 5fe5013..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/black.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/fishing_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.fishing_count set value '{"text": "钓鱼榜", "color": "black"}' -scoreboard objectives setdisplay sidebar.team.black fzsd.module.scoreboard.display.fishing_count -scoreboard objectives modify fzsd.module.scoreboard.display.fishing_count displayname {"text": "钓鱼榜", "color": "black"} -team modify fzsd.module.scoreboard.display.fishing_count color black -team modify fzsd.module.scoreboard.display.fishing_count displayName {"text": "钓鱼榜", "color": "black"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/blue.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/blue.mcfunction deleted file mode 100644 index 31ffd08..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/blue.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/fishing_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.fishing_count set value '{"text": "钓鱼榜", "color": "blue"}' -scoreboard objectives setdisplay sidebar.team.blue fzsd.module.scoreboard.display.fishing_count -scoreboard objectives modify fzsd.module.scoreboard.display.fishing_count displayname {"text": "钓鱼榜", "color": "blue"} -team modify fzsd.module.scoreboard.display.fishing_count color blue -team modify fzsd.module.scoreboard.display.fishing_count displayName {"text": "钓鱼榜", "color": "blue"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/dark_aqua.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/dark_aqua.mcfunction deleted file mode 100644 index ac593b0..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/dark_aqua.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/fishing_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.fishing_count set value '{"text": "钓鱼榜", "color": "dark_aqua"}' -scoreboard objectives setdisplay sidebar.team.dark_aqua fzsd.module.scoreboard.display.fishing_count -scoreboard objectives modify fzsd.module.scoreboard.display.fishing_count displayname {"text": "钓鱼榜", "color": "dark_aqua"} -team modify fzsd.module.scoreboard.display.fishing_count color dark_aqua -team modify fzsd.module.scoreboard.display.fishing_count displayName {"text": "钓鱼榜", "color": "dark_aqua"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/dark_blue.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/dark_blue.mcfunction deleted file mode 100644 index 4558aa9..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/dark_blue.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/fishing_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.fishing_count set value '{"text": "钓鱼榜", "color": "dark_blue"}' -scoreboard objectives setdisplay sidebar.team.dark_blue fzsd.module.scoreboard.display.fishing_count -scoreboard objectives modify fzsd.module.scoreboard.display.fishing_count displayname {"text": "钓鱼榜", "color": "dark_blue"} -team modify fzsd.module.scoreboard.display.fishing_count color dark_blue -team modify fzsd.module.scoreboard.display.fishing_count displayName {"text": "钓鱼榜", "color": "dark_blue"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/dark_gray.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/dark_gray.mcfunction deleted file mode 100644 index 27e44a0..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/dark_gray.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/fishing_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.fishing_count set value '{"text": "钓鱼榜", "color": "dark_gray"}' -scoreboard objectives setdisplay sidebar.team.dark_gray fzsd.module.scoreboard.display.fishing_count -scoreboard objectives modify fzsd.module.scoreboard.display.fishing_count displayname {"text": "钓鱼榜", "color": "dark_gray"} -team modify fzsd.module.scoreboard.display.fishing_count color dark_gray -team modify fzsd.module.scoreboard.display.fishing_count displayName {"text": "钓鱼榜", "color": "dark_gray"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/dark_green.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/dark_green.mcfunction deleted file mode 100644 index a693796..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/dark_green.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/fishing_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.fishing_count set value '{"text": "钓鱼榜", "color": "dark_green"}' -scoreboard objectives setdisplay sidebar.team.dark_green fzsd.module.scoreboard.display.fishing_count -scoreboard objectives modify fzsd.module.scoreboard.display.fishing_count displayname {"text": "钓鱼榜", "color": "dark_green"} -team modify fzsd.module.scoreboard.display.fishing_count color dark_green -team modify fzsd.module.scoreboard.display.fishing_count displayName {"text": "钓鱼榜", "color": "dark_green"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/dark_purple.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/dark_purple.mcfunction deleted file mode 100644 index 7ca3426..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/dark_purple.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/fishing_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.fishing_count set value '{"text": "钓鱼榜", "color": "dark_purple"}' -scoreboard objectives setdisplay sidebar.team.dark_purple fzsd.module.scoreboard.display.fishing_count -scoreboard objectives modify fzsd.module.scoreboard.display.fishing_count displayname {"text": "钓鱼榜", "color": "dark_purple"} -team modify fzsd.module.scoreboard.display.fishing_count color dark_purple -team modify fzsd.module.scoreboard.display.fishing_count displayName {"text": "钓鱼榜", "color": "dark_purple"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/dark_red.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/dark_red.mcfunction deleted file mode 100644 index e051570..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/dark_red.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/fishing_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.fishing_count set value '{"text": "钓鱼榜", "color": "dark_red"}' -scoreboard objectives setdisplay sidebar.team.dark_red fzsd.module.scoreboard.display.fishing_count -scoreboard objectives modify fzsd.module.scoreboard.display.fishing_count displayname {"text": "钓鱼榜", "color": "dark_red"} -team modify fzsd.module.scoreboard.display.fishing_count color dark_red -team modify fzsd.module.scoreboard.display.fishing_count displayName {"text": "钓鱼榜", "color": "dark_red"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/gold.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/gold.mcfunction deleted file mode 100644 index e180aea..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/gold.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/fishing_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.fishing_count set value '{"text": "钓鱼榜", "color": "gold"}' -scoreboard objectives setdisplay sidebar.team.gold fzsd.module.scoreboard.display.fishing_count -scoreboard objectives modify fzsd.module.scoreboard.display.fishing_count displayname {"text": "钓鱼榜", "color": "gold"} -team modify fzsd.module.scoreboard.display.fishing_count color gold -team modify fzsd.module.scoreboard.display.fishing_count displayName {"text": "钓鱼榜", "color": "gold"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/gray.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/gray.mcfunction deleted file mode 100644 index aabe935..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/gray.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/fishing_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.fishing_count set value '{"text": "钓鱼榜", "color": "gray"}' -scoreboard objectives setdisplay sidebar.team.gray fzsd.module.scoreboard.display.fishing_count -scoreboard objectives modify fzsd.module.scoreboard.display.fishing_count displayname {"text": "钓鱼榜", "color": "gray"} -team modify fzsd.module.scoreboard.display.fishing_count color gray -team modify fzsd.module.scoreboard.display.fishing_count displayName {"text": "钓鱼榜", "color": "gray"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/green.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/green.mcfunction deleted file mode 100644 index d4f9de7..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/green.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/fishing_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.fishing_count set value '{"text": "钓鱼榜", "color": "green"}' -scoreboard objectives setdisplay sidebar.team.green fzsd.module.scoreboard.display.fishing_count -scoreboard objectives modify fzsd.module.scoreboard.display.fishing_count displayname {"text": "钓鱼榜", "color": "green"} -team modify fzsd.module.scoreboard.display.fishing_count color green -team modify fzsd.module.scoreboard.display.fishing_count displayName {"text": "钓鱼榜", "color": "green"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/light_purple.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/light_purple.mcfunction deleted file mode 100644 index d279d8e..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/light_purple.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/fishing_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.fishing_count set value '{"text": "钓鱼榜", "color": "light_purple"}' -scoreboard objectives setdisplay sidebar.team.light_purple fzsd.module.scoreboard.display.fishing_count -scoreboard objectives modify fzsd.module.scoreboard.display.fishing_count displayname {"text": "钓鱼榜", "color": "light_purple"} -team modify fzsd.module.scoreboard.display.fishing_count color light_purple -team modify fzsd.module.scoreboard.display.fishing_count displayName {"text": "钓鱼榜", "color": "light_purple"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/red.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/red.mcfunction deleted file mode 100644 index e8dc6bd..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/red.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/fishing_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.fishing_count set value '{"text": "钓鱼榜", "color": "red"}' -scoreboard objectives setdisplay sidebar.team.red fzsd.module.scoreboard.display.fishing_count -scoreboard objectives modify fzsd.module.scoreboard.display.fishing_count displayname {"text": "钓鱼榜", "color": "red"} -team modify fzsd.module.scoreboard.display.fishing_count color red -team modify fzsd.module.scoreboard.display.fishing_count displayName {"text": "钓鱼榜", "color": "red"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/white.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/white.mcfunction deleted file mode 100644 index 89dc527..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/white.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/fishing_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.fishing_count set value '{"text": "钓鱼榜", "color": "white"}' -scoreboard objectives setdisplay sidebar.team.white fzsd.module.scoreboard.display.fishing_count -scoreboard objectives modify fzsd.module.scoreboard.display.fishing_count displayname {"text": "钓鱼榜", "color": "white"} -team modify fzsd.module.scoreboard.display.fishing_count color white -team modify fzsd.module.scoreboard.display.fishing_count displayName {"text": "钓鱼榜", "color": "white"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/yellow.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/yellow.mcfunction deleted file mode 100644 index 961b95f..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/fishing_count/yellow.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/fishing_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.fishing_count set value '{"text": "钓鱼榜", "color": "yellow"}' -scoreboard objectives setdisplay sidebar.team.yellow fzsd.module.scoreboard.display.fishing_count -scoreboard objectives modify fzsd.module.scoreboard.display.fishing_count displayname {"text": "钓鱼榜", "color": "yellow"} -team modify fzsd.module.scoreboard.display.fishing_count color yellow -team modify fzsd.module.scoreboard.display.fishing_count displayName {"text": "钓鱼榜", "color": "yellow"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/general/aqua.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/general/aqua.mcfunction deleted file mode 100644 index e4adbd3..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/general/aqua.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/general - -data modify storage fzsd:module fzsd.module.scoreboard.text.general set value '{"text": "总览", "color": "aqua"}' -scoreboard objectives setdisplay sidebar.team.aqua fzsd.module.scoreboard.display.general -scoreboard objectives modify fzsd.module.scoreboard.display.general displayname {"text": "总览", "color": "aqua"} -team modify fzsd.module.scoreboard.display.general color aqua -team modify fzsd.module.scoreboard.display.general displayName {"text": "总览", "color": "aqua"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/general/black.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/general/black.mcfunction deleted file mode 100644 index 6a04712..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/general/black.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/general - -data modify storage fzsd:module fzsd.module.scoreboard.text.general set value '{"text": "总览", "color": "black"}' -scoreboard objectives setdisplay sidebar.team.black fzsd.module.scoreboard.display.general -scoreboard objectives modify fzsd.module.scoreboard.display.general displayname {"text": "总览", "color": "black"} -team modify fzsd.module.scoreboard.display.general color black -team modify fzsd.module.scoreboard.display.general displayName {"text": "总览", "color": "black"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/general/blue.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/general/blue.mcfunction deleted file mode 100644 index 0e3bb8f..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/general/blue.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/general - -data modify storage fzsd:module fzsd.module.scoreboard.text.general set value '{"text": "总览", "color": "blue"}' -scoreboard objectives setdisplay sidebar.team.blue fzsd.module.scoreboard.display.general -scoreboard objectives modify fzsd.module.scoreboard.display.general displayname {"text": "总览", "color": "blue"} -team modify fzsd.module.scoreboard.display.general color blue -team modify fzsd.module.scoreboard.display.general displayName {"text": "总览", "color": "blue"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/general/dark_aqua.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/general/dark_aqua.mcfunction deleted file mode 100644 index cada99d..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/general/dark_aqua.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/general - -data modify storage fzsd:module fzsd.module.scoreboard.text.general set value '{"text": "总览", "color": "dark_aqua"}' -scoreboard objectives setdisplay sidebar.team.dark_aqua fzsd.module.scoreboard.display.general -scoreboard objectives modify fzsd.module.scoreboard.display.general displayname {"text": "总览", "color": "dark_aqua"} -team modify fzsd.module.scoreboard.display.general color dark_aqua -team modify fzsd.module.scoreboard.display.general displayName {"text": "总览", "color": "dark_aqua"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/general/dark_blue.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/general/dark_blue.mcfunction deleted file mode 100644 index 586e0cd..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/general/dark_blue.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/general - -data modify storage fzsd:module fzsd.module.scoreboard.text.general set value '{"text": "总览", "color": "dark_blue"}' -scoreboard objectives setdisplay sidebar.team.dark_blue fzsd.module.scoreboard.display.general -scoreboard objectives modify fzsd.module.scoreboard.display.general displayname {"text": "总览", "color": "dark_blue"} -team modify fzsd.module.scoreboard.display.general color dark_blue -team modify fzsd.module.scoreboard.display.general displayName {"text": "总览", "color": "dark_blue"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/general/dark_gray.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/general/dark_gray.mcfunction deleted file mode 100644 index a1a9d8f..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/general/dark_gray.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/general - -data modify storage fzsd:module fzsd.module.scoreboard.text.general set value '{"text": "总览", "color": "dark_gray"}' -scoreboard objectives setdisplay sidebar.team.dark_gray fzsd.module.scoreboard.display.general -scoreboard objectives modify fzsd.module.scoreboard.display.general displayname {"text": "总览", "color": "dark_gray"} -team modify fzsd.module.scoreboard.display.general color dark_gray -team modify fzsd.module.scoreboard.display.general displayName {"text": "总览", "color": "dark_gray"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/general/dark_green.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/general/dark_green.mcfunction deleted file mode 100644 index 187f8ce..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/general/dark_green.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/general - -data modify storage fzsd:module fzsd.module.scoreboard.text.general set value '{"text": "总览", "color": "dark_green"}' -scoreboard objectives setdisplay sidebar.team.dark_green fzsd.module.scoreboard.display.general -scoreboard objectives modify fzsd.module.scoreboard.display.general displayname {"text": "总览", "color": "dark_green"} -team modify fzsd.module.scoreboard.display.general color dark_green -team modify fzsd.module.scoreboard.display.general displayName {"text": "总览", "color": "dark_green"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/general/dark_purple.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/general/dark_purple.mcfunction deleted file mode 100644 index 3939299..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/general/dark_purple.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/general - -data modify storage fzsd:module fzsd.module.scoreboard.text.general set value '{"text": "总览", "color": "dark_purple"}' -scoreboard objectives setdisplay sidebar.team.dark_purple fzsd.module.scoreboard.display.general -scoreboard objectives modify fzsd.module.scoreboard.display.general displayname {"text": "总览", "color": "dark_purple"} -team modify fzsd.module.scoreboard.display.general color dark_purple -team modify fzsd.module.scoreboard.display.general displayName {"text": "总览", "color": "dark_purple"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/general/dark_red.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/general/dark_red.mcfunction deleted file mode 100644 index edf97f1..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/general/dark_red.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/general - -data modify storage fzsd:module fzsd.module.scoreboard.text.general set value '{"text": "总览", "color": "dark_red"}' -scoreboard objectives setdisplay sidebar.team.dark_red fzsd.module.scoreboard.display.general -scoreboard objectives modify fzsd.module.scoreboard.display.general displayname {"text": "总览", "color": "dark_red"} -team modify fzsd.module.scoreboard.display.general color dark_red -team modify fzsd.module.scoreboard.display.general displayName {"text": "总览", "color": "dark_red"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/general/gold.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/general/gold.mcfunction deleted file mode 100644 index 64356ef..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/general/gold.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/general - -data modify storage fzsd:module fzsd.module.scoreboard.text.general set value '{"text": "总览", "color": "gold"}' -scoreboard objectives setdisplay sidebar.team.gold fzsd.module.scoreboard.display.general -scoreboard objectives modify fzsd.module.scoreboard.display.general displayname {"text": "总览", "color": "gold"} -team modify fzsd.module.scoreboard.display.general color gold -team modify fzsd.module.scoreboard.display.general displayName {"text": "总览", "color": "gold"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/general/gray.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/general/gray.mcfunction deleted file mode 100644 index 95e39b5..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/general/gray.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/general - -data modify storage fzsd:module fzsd.module.scoreboard.text.general set value '{"text": "总览", "color": "gray"}' -scoreboard objectives setdisplay sidebar.team.gray fzsd.module.scoreboard.display.general -scoreboard objectives modify fzsd.module.scoreboard.display.general displayname {"text": "总览", "color": "gray"} -team modify fzsd.module.scoreboard.display.general color gray -team modify fzsd.module.scoreboard.display.general displayName {"text": "总览", "color": "gray"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/general/green.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/general/green.mcfunction deleted file mode 100644 index 6fc6c08..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/general/green.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/general - -data modify storage fzsd:module fzsd.module.scoreboard.text.general set value '{"text": "总览", "color": "green"}' -scoreboard objectives setdisplay sidebar.team.green fzsd.module.scoreboard.display.general -scoreboard objectives modify fzsd.module.scoreboard.display.general displayname {"text": "总览", "color": "green"} -team modify fzsd.module.scoreboard.display.general color green -team modify fzsd.module.scoreboard.display.general displayName {"text": "总览", "color": "green"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/general/light_purple.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/general/light_purple.mcfunction deleted file mode 100644 index 47e3dc9..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/general/light_purple.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/general - -data modify storage fzsd:module fzsd.module.scoreboard.text.general set value '{"text": "总览", "color": "light_purple"}' -scoreboard objectives setdisplay sidebar.team.light_purple fzsd.module.scoreboard.display.general -scoreboard objectives modify fzsd.module.scoreboard.display.general displayname {"text": "总览", "color": "light_purple"} -team modify fzsd.module.scoreboard.display.general color light_purple -team modify fzsd.module.scoreboard.display.general displayName {"text": "总览", "color": "light_purple"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/general/red.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/general/red.mcfunction deleted file mode 100644 index 3a8051a..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/general/red.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/general - -data modify storage fzsd:module fzsd.module.scoreboard.text.general set value '{"text": "总览", "color": "red"}' -scoreboard objectives setdisplay sidebar.team.red fzsd.module.scoreboard.display.general -scoreboard objectives modify fzsd.module.scoreboard.display.general displayname {"text": "总览", "color": "red"} -team modify fzsd.module.scoreboard.display.general color red -team modify fzsd.module.scoreboard.display.general displayName {"text": "总览", "color": "red"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/general/white.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/general/white.mcfunction deleted file mode 100644 index 7e98131..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/general/white.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/general - -data modify storage fzsd:module fzsd.module.scoreboard.text.general set value '{"text": "总览", "color": "white"}' -scoreboard objectives setdisplay sidebar.team.white fzsd.module.scoreboard.display.general -scoreboard objectives modify fzsd.module.scoreboard.display.general displayname {"text": "总览", "color": "white"} -team modify fzsd.module.scoreboard.display.general color white -team modify fzsd.module.scoreboard.display.general displayName {"text": "总览", "color": "white"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/general/yellow.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/general/yellow.mcfunction deleted file mode 100644 index 474c55c..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/general/yellow.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/general - -data modify storage fzsd:module fzsd.module.scoreboard.text.general set value '{"text": "总览", "color": "yellow"}' -scoreboard objectives setdisplay sidebar.team.yellow fzsd.module.scoreboard.display.general -scoreboard objectives modify fzsd.module.scoreboard.display.general displayname {"text": "总览", "color": "yellow"} -team modify fzsd.module.scoreboard.display.general color yellow -team modify fzsd.module.scoreboard.display.general displayName {"text": "总览", "color": "yellow"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/aqua.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/aqua.mcfunction deleted file mode 100644 index a3c8eaa..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/aqua.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/kill_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.kill_count set value '{"text": "击杀榜", "color": "aqua"}' -scoreboard objectives setdisplay sidebar.team.aqua fzsd.module.scoreboard.display.kill_count -scoreboard objectives modify fzsd.module.scoreboard.display.kill_count displayname {"text": "击杀榜", "color": "aqua"} -team modify fzsd.module.scoreboard.display.kill_count color aqua -team modify fzsd.module.scoreboard.display.kill_count displayName {"text": "击杀榜", "color": "aqua"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/black.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/black.mcfunction deleted file mode 100644 index 7b1ef39..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/black.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/kill_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.kill_count set value '{"text": "击杀榜", "color": "black"}' -scoreboard objectives setdisplay sidebar.team.black fzsd.module.scoreboard.display.kill_count -scoreboard objectives modify fzsd.module.scoreboard.display.kill_count displayname {"text": "击杀榜", "color": "black"} -team modify fzsd.module.scoreboard.display.kill_count color black -team modify fzsd.module.scoreboard.display.kill_count displayName {"text": "击杀榜", "color": "black"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/blue.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/blue.mcfunction deleted file mode 100644 index 7c6d551..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/blue.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/kill_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.kill_count set value '{"text": "击杀榜", "color": "blue"}' -scoreboard objectives setdisplay sidebar.team.blue fzsd.module.scoreboard.display.kill_count -scoreboard objectives modify fzsd.module.scoreboard.display.kill_count displayname {"text": "击杀榜", "color": "blue"} -team modify fzsd.module.scoreboard.display.kill_count color blue -team modify fzsd.module.scoreboard.display.kill_count displayName {"text": "击杀榜", "color": "blue"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/dark_aqua.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/dark_aqua.mcfunction deleted file mode 100644 index 012807b..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/dark_aqua.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/kill_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.kill_count set value '{"text": "击杀榜", "color": "dark_aqua"}' -scoreboard objectives setdisplay sidebar.team.dark_aqua fzsd.module.scoreboard.display.kill_count -scoreboard objectives modify fzsd.module.scoreboard.display.kill_count displayname {"text": "击杀榜", "color": "dark_aqua"} -team modify fzsd.module.scoreboard.display.kill_count color dark_aqua -team modify fzsd.module.scoreboard.display.kill_count displayName {"text": "击杀榜", "color": "dark_aqua"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/dark_blue.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/dark_blue.mcfunction deleted file mode 100644 index 501caca..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/dark_blue.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/kill_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.kill_count set value '{"text": "击杀榜", "color": "dark_blue"}' -scoreboard objectives setdisplay sidebar.team.dark_blue fzsd.module.scoreboard.display.kill_count -scoreboard objectives modify fzsd.module.scoreboard.display.kill_count displayname {"text": "击杀榜", "color": "dark_blue"} -team modify fzsd.module.scoreboard.display.kill_count color dark_blue -team modify fzsd.module.scoreboard.display.kill_count displayName {"text": "击杀榜", "color": "dark_blue"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/dark_gray.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/dark_gray.mcfunction deleted file mode 100644 index d3cb683..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/dark_gray.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/kill_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.kill_count set value '{"text": "击杀榜", "color": "dark_gray"}' -scoreboard objectives setdisplay sidebar.team.dark_gray fzsd.module.scoreboard.display.kill_count -scoreboard objectives modify fzsd.module.scoreboard.display.kill_count displayname {"text": "击杀榜", "color": "dark_gray"} -team modify fzsd.module.scoreboard.display.kill_count color dark_gray -team modify fzsd.module.scoreboard.display.kill_count displayName {"text": "击杀榜", "color": "dark_gray"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/dark_green.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/dark_green.mcfunction deleted file mode 100644 index 97262de..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/dark_green.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/kill_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.kill_count set value '{"text": "击杀榜", "color": "dark_green"}' -scoreboard objectives setdisplay sidebar.team.dark_green fzsd.module.scoreboard.display.kill_count -scoreboard objectives modify fzsd.module.scoreboard.display.kill_count displayname {"text": "击杀榜", "color": "dark_green"} -team modify fzsd.module.scoreboard.display.kill_count color dark_green -team modify fzsd.module.scoreboard.display.kill_count displayName {"text": "击杀榜", "color": "dark_green"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/dark_purple.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/dark_purple.mcfunction deleted file mode 100644 index 844f790..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/dark_purple.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/kill_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.kill_count set value '{"text": "击杀榜", "color": "dark_purple"}' -scoreboard objectives setdisplay sidebar.team.dark_purple fzsd.module.scoreboard.display.kill_count -scoreboard objectives modify fzsd.module.scoreboard.display.kill_count displayname {"text": "击杀榜", "color": "dark_purple"} -team modify fzsd.module.scoreboard.display.kill_count color dark_purple -team modify fzsd.module.scoreboard.display.kill_count displayName {"text": "击杀榜", "color": "dark_purple"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/dark_red.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/dark_red.mcfunction deleted file mode 100644 index 6531857..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/dark_red.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/kill_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.kill_count set value '{"text": "击杀榜", "color": "dark_red"}' -scoreboard objectives setdisplay sidebar.team.dark_red fzsd.module.scoreboard.display.kill_count -scoreboard objectives modify fzsd.module.scoreboard.display.kill_count displayname {"text": "击杀榜", "color": "dark_red"} -team modify fzsd.module.scoreboard.display.kill_count color dark_red -team modify fzsd.module.scoreboard.display.kill_count displayName {"text": "击杀榜", "color": "dark_red"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/gold.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/gold.mcfunction deleted file mode 100644 index edb4752..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/gold.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/kill_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.kill_count set value '{"text": "击杀榜", "color": "gold"}' -scoreboard objectives setdisplay sidebar.team.gold fzsd.module.scoreboard.display.kill_count -scoreboard objectives modify fzsd.module.scoreboard.display.kill_count displayname {"text": "击杀榜", "color": "gold"} -team modify fzsd.module.scoreboard.display.kill_count color gold -team modify fzsd.module.scoreboard.display.kill_count displayName {"text": "击杀榜", "color": "gold"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/gray.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/gray.mcfunction deleted file mode 100644 index b164136..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/gray.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/kill_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.kill_count set value '{"text": "击杀榜", "color": "gray"}' -scoreboard objectives setdisplay sidebar.team.gray fzsd.module.scoreboard.display.kill_count -scoreboard objectives modify fzsd.module.scoreboard.display.kill_count displayname {"text": "击杀榜", "color": "gray"} -team modify fzsd.module.scoreboard.display.kill_count color gray -team modify fzsd.module.scoreboard.display.kill_count displayName {"text": "击杀榜", "color": "gray"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/green.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/green.mcfunction deleted file mode 100644 index 9b8df2b..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/green.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/kill_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.kill_count set value '{"text": "击杀榜", "color": "green"}' -scoreboard objectives setdisplay sidebar.team.green fzsd.module.scoreboard.display.kill_count -scoreboard objectives modify fzsd.module.scoreboard.display.kill_count displayname {"text": "击杀榜", "color": "green"} -team modify fzsd.module.scoreboard.display.kill_count color green -team modify fzsd.module.scoreboard.display.kill_count displayName {"text": "击杀榜", "color": "green"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/light_purple.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/light_purple.mcfunction deleted file mode 100644 index 4510f17..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/light_purple.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/kill_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.kill_count set value '{"text": "击杀榜", "color": "light_purple"}' -scoreboard objectives setdisplay sidebar.team.light_purple fzsd.module.scoreboard.display.kill_count -scoreboard objectives modify fzsd.module.scoreboard.display.kill_count displayname {"text": "击杀榜", "color": "light_purple"} -team modify fzsd.module.scoreboard.display.kill_count color light_purple -team modify fzsd.module.scoreboard.display.kill_count displayName {"text": "击杀榜", "color": "light_purple"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/red.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/red.mcfunction deleted file mode 100644 index e2674c2..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/red.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/kill_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.kill_count set value '{"text": "击杀榜", "color": "red"}' -scoreboard objectives setdisplay sidebar.team.red fzsd.module.scoreboard.display.kill_count -scoreboard objectives modify fzsd.module.scoreboard.display.kill_count displayname {"text": "击杀榜", "color": "red"} -team modify fzsd.module.scoreboard.display.kill_count color red -team modify fzsd.module.scoreboard.display.kill_count displayName {"text": "击杀榜", "color": "red"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/white.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/white.mcfunction deleted file mode 100644 index 94cf266..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/white.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/kill_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.kill_count set value '{"text": "击杀榜", "color": "white"}' -scoreboard objectives setdisplay sidebar.team.white fzsd.module.scoreboard.display.kill_count -scoreboard objectives modify fzsd.module.scoreboard.display.kill_count displayname {"text": "击杀榜", "color": "white"} -team modify fzsd.module.scoreboard.display.kill_count color white -team modify fzsd.module.scoreboard.display.kill_count displayName {"text": "击杀榜", "color": "white"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/yellow.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/yellow.mcfunction deleted file mode 100644 index b5d21bc..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/kill_count/yellow.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/kill_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.kill_count set value '{"text": "击杀榜", "color": "yellow"}' -scoreboard objectives setdisplay sidebar.team.yellow fzsd.module.scoreboard.display.kill_count -scoreboard objectives modify fzsd.module.scoreboard.display.kill_count displayname {"text": "击杀榜", "color": "yellow"} -team modify fzsd.module.scoreboard.display.kill_count color yellow -team modify fzsd.module.scoreboard.display.kill_count displayName {"text": "击杀榜", "color": "yellow"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/aqua.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/aqua.mcfunction deleted file mode 100644 index 47de86f..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/aqua.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.placement_count set value '{"text": "建造榜", "color": "aqua"}' -scoreboard objectives setdisplay sidebar.team.aqua fzsd.module.scoreboard.display.placement_count -scoreboard objectives modify fzsd.module.scoreboard.display.placement_count displayname {"text": "建造榜", "color": "aqua"} -team modify fzsd.module.scoreboard.display.placement_count color aqua -team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "建造榜", "color": "aqua"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/black.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/black.mcfunction deleted file mode 100644 index cadd33a..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/black.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.placement_count set value '{"text": "建造榜", "color": "black"}' -scoreboard objectives setdisplay sidebar.team.black fzsd.module.scoreboard.display.placement_count -scoreboard objectives modify fzsd.module.scoreboard.display.placement_count displayname {"text": "建造榜", "color": "black"} -team modify fzsd.module.scoreboard.display.placement_count color black -team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "建造榜", "color": "black"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/blue.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/blue.mcfunction deleted file mode 100644 index b3fb007..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/blue.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.placement_count set value '{"text": "建造榜", "color": "blue"}' -scoreboard objectives setdisplay sidebar.team.blue fzsd.module.scoreboard.display.placement_count -scoreboard objectives modify fzsd.module.scoreboard.display.placement_count displayname {"text": "建造榜", "color": "blue"} -team modify fzsd.module.scoreboard.display.placement_count color blue -team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "建造榜", "color": "blue"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/dark_aqua.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/dark_aqua.mcfunction deleted file mode 100644 index 5b06764..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/dark_aqua.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.placement_count set value '{"text": "建造榜", "color": "dark_aqua"}' -scoreboard objectives setdisplay sidebar.team.dark_aqua fzsd.module.scoreboard.display.placement_count -scoreboard objectives modify fzsd.module.scoreboard.display.placement_count displayname {"text": "建造榜", "color": "dark_aqua"} -team modify fzsd.module.scoreboard.display.placement_count color dark_aqua -team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "建造榜", "color": "dark_aqua"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/dark_blue.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/dark_blue.mcfunction deleted file mode 100644 index 9da14d1..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/dark_blue.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.placement_count set value '{"text": "建造榜", "color": "dark_blue"}' -scoreboard objectives setdisplay sidebar.team.dark_blue fzsd.module.scoreboard.display.placement_count -scoreboard objectives modify fzsd.module.scoreboard.display.placement_count displayname {"text": "建造榜", "color": "dark_blue"} -team modify fzsd.module.scoreboard.display.placement_count color dark_blue -team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "建造榜", "color": "dark_blue"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/dark_gray.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/dark_gray.mcfunction deleted file mode 100644 index 16414d0..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/dark_gray.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.placement_count set value '{"text": "建造榜", "color": "dark_gray"}' -scoreboard objectives setdisplay sidebar.team.dark_gray fzsd.module.scoreboard.display.placement_count -scoreboard objectives modify fzsd.module.scoreboard.display.placement_count displayname {"text": "建造榜", "color": "dark_gray"} -team modify fzsd.module.scoreboard.display.placement_count color dark_gray -team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "建造榜", "color": "dark_gray"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/dark_green.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/dark_green.mcfunction deleted file mode 100644 index 54e7391..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/dark_green.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.placement_count set value '{"text": "建造榜", "color": "dark_green"}' -scoreboard objectives setdisplay sidebar.team.dark_green fzsd.module.scoreboard.display.placement_count -scoreboard objectives modify fzsd.module.scoreboard.display.placement_count displayname {"text": "建造榜", "color": "dark_green"} -team modify fzsd.module.scoreboard.display.placement_count color dark_green -team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "建造榜", "color": "dark_green"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/dark_purple.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/dark_purple.mcfunction deleted file mode 100644 index 8b4eb51..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/dark_purple.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.placement_count set value '{"text": "建造榜", "color": "dark_purple"}' -scoreboard objectives setdisplay sidebar.team.dark_purple fzsd.module.scoreboard.display.placement_count -scoreboard objectives modify fzsd.module.scoreboard.display.placement_count displayname {"text": "建造榜", "color": "dark_purple"} -team modify fzsd.module.scoreboard.display.placement_count color dark_purple -team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "建造榜", "color": "dark_purple"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/dark_red.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/dark_red.mcfunction deleted file mode 100644 index 04faf80..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/dark_red.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.placement_count set value '{"text": "建造榜", "color": "dark_red"}' -scoreboard objectives setdisplay sidebar.team.dark_red fzsd.module.scoreboard.display.placement_count -scoreboard objectives modify fzsd.module.scoreboard.display.placement_count displayname {"text": "建造榜", "color": "dark_red"} -team modify fzsd.module.scoreboard.display.placement_count color dark_red -team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "建造榜", "color": "dark_red"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/gold.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/gold.mcfunction deleted file mode 100644 index 17e6287..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/gold.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.placement_count set value '{"text": "建造榜", "color": "gold"}' -scoreboard objectives setdisplay sidebar.team.gold fzsd.module.scoreboard.display.placement_count -scoreboard objectives modify fzsd.module.scoreboard.display.placement_count displayname {"text": "建造榜", "color": "gold"} -team modify fzsd.module.scoreboard.display.placement_count color gold -team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "建造榜", "color": "gold"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/gray.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/gray.mcfunction deleted file mode 100644 index 89f78af..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/gray.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.placement_count set value '{"text": "建造榜", "color": "gray"}' -scoreboard objectives setdisplay sidebar.team.gray fzsd.module.scoreboard.display.placement_count -scoreboard objectives modify fzsd.module.scoreboard.display.placement_count displayname {"text": "建造榜", "color": "gray"} -team modify fzsd.module.scoreboard.display.placement_count color gray -team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "建造榜", "color": "gray"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/green.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/green.mcfunction deleted file mode 100644 index da798f3..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/green.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.placement_count set value '{"text": "建造榜", "color": "green"}' -scoreboard objectives setdisplay sidebar.team.green fzsd.module.scoreboard.display.placement_count -scoreboard objectives modify fzsd.module.scoreboard.display.placement_count displayname {"text": "建造榜", "color": "green"} -team modify fzsd.module.scoreboard.display.placement_count color green -team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "建造榜", "color": "green"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/light_purple.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/light_purple.mcfunction deleted file mode 100644 index d4c2447..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/light_purple.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.placement_count set value '{"text": "建造榜", "color": "light_purple"}' -scoreboard objectives setdisplay sidebar.team.light_purple fzsd.module.scoreboard.display.placement_count -scoreboard objectives modify fzsd.module.scoreboard.display.placement_count displayname {"text": "建造榜", "color": "light_purple"} -team modify fzsd.module.scoreboard.display.placement_count color light_purple -team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "建造榜", "color": "light_purple"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/red.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/red.mcfunction deleted file mode 100644 index 7081c90..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/red.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.placement_count set value '{"text": "建造榜", "color": "red"}' -scoreboard objectives setdisplay sidebar.team.red fzsd.module.scoreboard.display.placement_count -scoreboard objectives modify fzsd.module.scoreboard.display.placement_count displayname {"text": "建造榜", "color": "red"} -team modify fzsd.module.scoreboard.display.placement_count color red -team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "建造榜", "color": "red"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/white.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/white.mcfunction deleted file mode 100644 index fd913d3..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/white.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.placement_count set value '{"text": "建造榜", "color": "white"}' -scoreboard objectives setdisplay sidebar.team.white fzsd.module.scoreboard.display.placement_count -scoreboard objectives modify fzsd.module.scoreboard.display.placement_count displayname {"text": "建造榜", "color": "white"} -team modify fzsd.module.scoreboard.display.placement_count color white -team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "建造榜", "color": "white"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/yellow.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/yellow.mcfunction deleted file mode 100644 index a1749cc..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/placement_count/yellow.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.placement_count set value '{"text": "建造榜", "color": "yellow"}' -scoreboard objectives setdisplay sidebar.team.yellow fzsd.module.scoreboard.display.placement_count -scoreboard objectives modify fzsd.module.scoreboard.display.placement_count displayname {"text": "建造榜", "color": "yellow"} -team modify fzsd.module.scoreboard.display.placement_count color yellow -team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "建造榜", "color": "yellow"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/aqua.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/aqua.mcfunction deleted file mode 100644 index 99cc8dc..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/aqua.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/trade_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.trade_count set value '{"text": "交易榜", "color": "aqua"}' -scoreboard objectives setdisplay sidebar.team.aqua fzsd.module.scoreboard.display.trade_count -scoreboard objectives modify fzsd.module.scoreboard.display.trade_count displayname {"text": "交易榜", "color": "aqua"} -team modify fzsd.module.scoreboard.display.trade_count color aqua -team modify fzsd.module.scoreboard.display.trade_count displayName {"text": "交易榜", "color": "aqua"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/black.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/black.mcfunction deleted file mode 100644 index 0bb22da..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/black.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/trade_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.trade_count set value '{"text": "交易榜", "color": "black"}' -scoreboard objectives setdisplay sidebar.team.black fzsd.module.scoreboard.display.trade_count -scoreboard objectives modify fzsd.module.scoreboard.display.trade_count displayname {"text": "交易榜", "color": "black"} -team modify fzsd.module.scoreboard.display.trade_count color black -team modify fzsd.module.scoreboard.display.trade_count displayName {"text": "交易榜", "color": "black"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/blue.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/blue.mcfunction deleted file mode 100644 index 5571533..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/blue.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/trade_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.trade_count set value '{"text": "交易榜", "color": "blue"}' -scoreboard objectives setdisplay sidebar.team.blue fzsd.module.scoreboard.display.trade_count -scoreboard objectives modify fzsd.module.scoreboard.display.trade_count displayname {"text": "交易榜", "color": "blue"} -team modify fzsd.module.scoreboard.display.trade_count color blue -team modify fzsd.module.scoreboard.display.trade_count displayName {"text": "交易榜", "color": "blue"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/dark_aqua.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/dark_aqua.mcfunction deleted file mode 100644 index 5c7cd94..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/dark_aqua.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/trade_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.trade_count set value '{"text": "交易榜", "color": "dark_aqua"}' -scoreboard objectives setdisplay sidebar.team.dark_aqua fzsd.module.scoreboard.display.trade_count -scoreboard objectives modify fzsd.module.scoreboard.display.trade_count displayname {"text": "交易榜", "color": "dark_aqua"} -team modify fzsd.module.scoreboard.display.trade_count color dark_aqua -team modify fzsd.module.scoreboard.display.trade_count displayName {"text": "交易榜", "color": "dark_aqua"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/dark_blue.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/dark_blue.mcfunction deleted file mode 100644 index bf4d51b..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/dark_blue.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/trade_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.trade_count set value '{"text": "交易榜", "color": "dark_blue"}' -scoreboard objectives setdisplay sidebar.team.dark_blue fzsd.module.scoreboard.display.trade_count -scoreboard objectives modify fzsd.module.scoreboard.display.trade_count displayname {"text": "交易榜", "color": "dark_blue"} -team modify fzsd.module.scoreboard.display.trade_count color dark_blue -team modify fzsd.module.scoreboard.display.trade_count displayName {"text": "交易榜", "color": "dark_blue"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/dark_gray.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/dark_gray.mcfunction deleted file mode 100644 index 8bc4a62..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/dark_gray.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/trade_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.trade_count set value '{"text": "交易榜", "color": "dark_gray"}' -scoreboard objectives setdisplay sidebar.team.dark_gray fzsd.module.scoreboard.display.trade_count -scoreboard objectives modify fzsd.module.scoreboard.display.trade_count displayname {"text": "交易榜", "color": "dark_gray"} -team modify fzsd.module.scoreboard.display.trade_count color dark_gray -team modify fzsd.module.scoreboard.display.trade_count displayName {"text": "交易榜", "color": "dark_gray"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/dark_green.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/dark_green.mcfunction deleted file mode 100644 index cbe2a9e..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/dark_green.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/trade_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.trade_count set value '{"text": "交易榜", "color": "dark_green"}' -scoreboard objectives setdisplay sidebar.team.dark_green fzsd.module.scoreboard.display.trade_count -scoreboard objectives modify fzsd.module.scoreboard.display.trade_count displayname {"text": "交易榜", "color": "dark_green"} -team modify fzsd.module.scoreboard.display.trade_count color dark_green -team modify fzsd.module.scoreboard.display.trade_count displayName {"text": "交易榜", "color": "dark_green"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/dark_purple.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/dark_purple.mcfunction deleted file mode 100644 index 93a522c..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/dark_purple.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/trade_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.trade_count set value '{"text": "交易榜", "color": "dark_purple"}' -scoreboard objectives setdisplay sidebar.team.dark_purple fzsd.module.scoreboard.display.trade_count -scoreboard objectives modify fzsd.module.scoreboard.display.trade_count displayname {"text": "交易榜", "color": "dark_purple"} -team modify fzsd.module.scoreboard.display.trade_count color dark_purple -team modify fzsd.module.scoreboard.display.trade_count displayName {"text": "交易榜", "color": "dark_purple"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/dark_red.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/dark_red.mcfunction deleted file mode 100644 index c85e7cb..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/dark_red.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/trade_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.trade_count set value '{"text": "交易榜", "color": "dark_red"}' -scoreboard objectives setdisplay sidebar.team.dark_red fzsd.module.scoreboard.display.trade_count -scoreboard objectives modify fzsd.module.scoreboard.display.trade_count displayname {"text": "交易榜", "color": "dark_red"} -team modify fzsd.module.scoreboard.display.trade_count color dark_red -team modify fzsd.module.scoreboard.display.trade_count displayName {"text": "交易榜", "color": "dark_red"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/gold.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/gold.mcfunction deleted file mode 100644 index d7d91e5..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/gold.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/trade_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.trade_count set value '{"text": "交易榜", "color": "gold"}' -scoreboard objectives setdisplay sidebar.team.gold fzsd.module.scoreboard.display.trade_count -scoreboard objectives modify fzsd.module.scoreboard.display.trade_count displayname {"text": "交易榜", "color": "gold"} -team modify fzsd.module.scoreboard.display.trade_count color gold -team modify fzsd.module.scoreboard.display.trade_count displayName {"text": "交易榜", "color": "gold"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/gray.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/gray.mcfunction deleted file mode 100644 index 79c91f4..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/gray.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/trade_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.trade_count set value '{"text": "交易榜", "color": "gray"}' -scoreboard objectives setdisplay sidebar.team.gray fzsd.module.scoreboard.display.trade_count -scoreboard objectives modify fzsd.module.scoreboard.display.trade_count displayname {"text": "交易榜", "color": "gray"} -team modify fzsd.module.scoreboard.display.trade_count color gray -team modify fzsd.module.scoreboard.display.trade_count displayName {"text": "交易榜", "color": "gray"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/green.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/green.mcfunction deleted file mode 100644 index b1efb0e..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/green.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/trade_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.trade_count set value '{"text": "交易榜", "color": "green"}' -scoreboard objectives setdisplay sidebar.team.green fzsd.module.scoreboard.display.trade_count -scoreboard objectives modify fzsd.module.scoreboard.display.trade_count displayname {"text": "交易榜", "color": "green"} -team modify fzsd.module.scoreboard.display.trade_count color green -team modify fzsd.module.scoreboard.display.trade_count displayName {"text": "交易榜", "color": "green"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/light_purple.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/light_purple.mcfunction deleted file mode 100644 index 7a01610..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/light_purple.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/trade_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.trade_count set value '{"text": "交易榜", "color": "light_purple"}' -scoreboard objectives setdisplay sidebar.team.light_purple fzsd.module.scoreboard.display.trade_count -scoreboard objectives modify fzsd.module.scoreboard.display.trade_count displayname {"text": "交易榜", "color": "light_purple"} -team modify fzsd.module.scoreboard.display.trade_count color light_purple -team modify fzsd.module.scoreboard.display.trade_count displayName {"text": "交易榜", "color": "light_purple"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/red.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/red.mcfunction deleted file mode 100644 index 21e30bb..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/red.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/trade_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.trade_count set value '{"text": "交易榜", "color": "red"}' -scoreboard objectives setdisplay sidebar.team.red fzsd.module.scoreboard.display.trade_count -scoreboard objectives modify fzsd.module.scoreboard.display.trade_count displayname {"text": "交易榜", "color": "red"} -team modify fzsd.module.scoreboard.display.trade_count color red -team modify fzsd.module.scoreboard.display.trade_count displayName {"text": "交易榜", "color": "red"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/white.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/white.mcfunction deleted file mode 100644 index 18b45bf..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/white.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/trade_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.trade_count set value '{"text": "交易榜", "color": "white"}' -scoreboard objectives setdisplay sidebar.team.white fzsd.module.scoreboard.display.trade_count -scoreboard objectives modify fzsd.module.scoreboard.display.trade_count displayname {"text": "交易榜", "color": "white"} -team modify fzsd.module.scoreboard.display.trade_count color white -team modify fzsd.module.scoreboard.display.trade_count displayName {"text": "交易榜", "color": "white"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/yellow.mcfunction b/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/yellow.mcfunction deleted file mode 100644 index 975eb6c..0000000 --- a/data/fzsd/functions/module/scoreboard/display/set_text/trade_count/yellow.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/display/set_text/trade_count - -data modify storage fzsd:module fzsd.module.scoreboard.text.trade_count set value '{"text": "交易榜", "color": "yellow"}' -scoreboard objectives setdisplay sidebar.team.yellow fzsd.module.scoreboard.display.trade_count -scoreboard objectives modify fzsd.module.scoreboard.display.trade_count displayname {"text": "交易榜", "color": "yellow"} -team modify fzsd.module.scoreboard.display.trade_count color yellow -team modify fzsd.module.scoreboard.display.trade_count displayName {"text": "交易榜", "color": "yellow"} \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/install.mcfunction b/data/fzsd/functions/module/scoreboard/install.mcfunction deleted file mode 100644 index d1cbb34..0000000 --- a/data/fzsd/functions/module/scoreboard/install.mcfunction +++ /dev/null @@ -1,63 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/install - -## 源计分板 - -### 总览 -scoreboard objectives add fzsd.module.scoreboard.assign.general dummy - -## 轮播 -team add fzsd.module.scoreboard.display.carousel - -## 显示计分板 -###### 判据均为dummy,便于升级维护! - -### 总览 -scoreboard objectives add fzsd.module.scoreboard.display.general dummy -team add fzsd.module.scoreboard.display.general - -### 活跃度 -scoreboard objectives add fzsd.module.scoreboard.display.activation dummy -team add fzsd.module.scoreboard.display.activation - -### 飞行距离 -scoreboard objectives add fzsd.module.scoreboard.display.aviating_distance dummy -team add fzsd.module.scoreboard.display.aviating_distance - -### 抖M榜 -scoreboard objectives add fzsd.module.scoreboard.display.damage_taken dummy -team add fzsd.module.scoreboard.display.damage_taken - -### 死亡榜 -scoreboard objectives add fzsd.module.scoreboard.display.death_count dummy -team add fzsd.module.scoreboard.display.death_count - -### 挖掘榜 -scoreboard objectives add fzsd.module.scoreboard.display.dig_count dummy -team add fzsd.module.scoreboard.display.dig_count - -### 钓鱼榜 -scoreboard objectives add fzsd.module.scoreboard.display.fishing_count dummy -team add fzsd.module.scoreboard.display.fishing_count - -### 击杀榜 -scoreboard objectives add fzsd.module.scoreboard.display.kill_count dummy -team add fzsd.module.scoreboard.display.kill_count - -### 放置榜 -scoreboard objectives add fzsd.module.scoreboard.display.placement_count dummy -team add fzsd.module.scoreboard.display.placement_count - -### 交易榜 -scoreboard objectives add fzsd.module.scoreboard.display.trade_count dummy -team add fzsd.module.scoreboard.display.trade_count - -team add fzsd.module.scoreboard.fake -team add fzsd.module.scoreboard.shadow -execute unless data storage fzsd:config fzsd.module.scoreboard{fake_player_prefix:false} run team modify fzsd.module.scoreboard.fake prefix {"text": "假的"} -execute unless data storage fzsd:config fzsd.module.scoreboard{fake_player_prefix:false} run team modify fzsd.module.scoreboard.shadow prefix {"text": "挂机"} - -## 标记为已安装 -data modify storage fzsd:install fzsd.module.scoreboard set value 1b - -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已安装组件:计分板"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/interactor/display.mcfunction b/data/fzsd/functions/module/scoreboard/interactor/display.mcfunction deleted file mode 100644 index 1a6289f..0000000 --- a/data/fzsd/functions/module/scoreboard/interactor/display.mcfunction +++ /dev/null @@ -1,10 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/interactor/display - -execute if data storage fzsd:install fzsd.module{scoreboard:1b} if data storage fzsd:perm {scoreboard:1} if entity @s[tag=fzsd.admin] run tellraw @s {"text": "计分板:"} -execute if data storage fzsd:install fzsd.module{scoreboard:1b} unless data storage fzsd:perm {scoreboard:1} run tellraw @s {"text": "计分板:"} - -execute if data storage fzsd:install fzsd.module{scoreboard:1b} if data storage fzsd:perm {scoreboard:1} if entity @s[tag=fzsd.admin] run tellraw @s [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "contents": {"text": "查询我的分数", "color": "#F4A460"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1120"}}, {"text": "查询我的分数", "color": "#F4A460"}, {"text": "] "}] -execute if data storage fzsd:install fzsd.module{scoreboard:1b} unless data storage fzsd:perm {scoreboard:1} run tellraw @s [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "contents": {"text": "查询我的分数", "color": "#F4A460"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1120"}}, {"text": "查询我的分数", "color": "#F4A460"}, {"text": "] "}] - -execute if data storage fzsd:install fzsd.module{scoreboard:1b} if data storage fzsd:perm {scoreboard:1} if entity @s[tag=fzsd.admin] run tellraw @s [[{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "contents": {"text": "关", "color": "red"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1000"}}, {"text": "关", "color": "red"}, {"text": "] "}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.module.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1010"}}, {"nbt": "fzsd.module.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "] "}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.module.scoreboard.text.general", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1020"}}, {"nbt": "fzsd.module.scoreboard.text.general", "interpret": true, "storage": "fzsd:module"},{"text": "] "}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.module.scoreboard.text.activation", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1030"}}, {"nbt": "fzsd.module.scoreboard.text.activation", "interpret": true, "storage": "fzsd:module"},{"text": "] "}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.module.scoreboard.text.aviating_distance", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1040"}}, {"nbt": "fzsd.module.scoreboard.text.aviating_distance", "interpret": true, "storage": "fzsd:module"},{"text": "] "}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.module.scoreboard.text.damage_taken", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1050"}}, {"nbt": "fzsd.module.scoreboard.text.damage_taken", "interpret": true, "storage": "fzsd:module"},{"text": "] "}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.module.scoreboard.text.death_count", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1060"}}, {"nbt": "fzsd.module.scoreboard.text.death_count", "interpret": true, "storage": "fzsd:module"},{"text": "] "}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.module.scoreboard.text.dig_count", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1070"}}, {"nbt": "fzsd.module.scoreboard.text.dig_count", "interpret": true, "storage": "fzsd:module"},{"text": "] "}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.module.scoreboard.text.fishing_count", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1080"}}, {"nbt": "fzsd.module.scoreboard.text.fishing_count", "interpret": true, "storage": "fzsd:module"},{"text": "] "}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.module.scoreboard.text.kill_count", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1090"}}, {"nbt": "fzsd.module.scoreboard.text.kill_count", "interpret": true, "storage": "fzsd:module"},{"text": "] "}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.module.scoreboard.text.trade_count", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1100"}}, {"nbt": "fzsd.module.scoreboard.text.trade_count", "interpret": true, "storage": "fzsd:module"}, {"text": "] "}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.module.scoreboard.text.placement_count", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1110"}}, {"nbt": "fzsd.module.scoreboard.text.placement_count", "interpret": true, "storage": "fzsd:module"}, {"text": "] "}]] -execute if data storage fzsd:install fzsd.module{scoreboard:1b} unless data storage fzsd:perm {scoreboard:1} run tellraw @s [[{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "contents": {"text": "关", "color": "red"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1000"}}, {"text": "关", "color": "red"}, {"text": "] "}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.module.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1010"}}, {"nbt": "fzsd.module.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "] "}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.module.scoreboard.text.general", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1020"}}, {"nbt": "fzsd.module.scoreboard.text.general", "interpret": true, "storage": "fzsd:module"},{"text": "] "}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.module.scoreboard.text.activation", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1030"}}, {"nbt": "fzsd.module.scoreboard.text.activation", "interpret": true, "storage": "fzsd:module"},{"text": "] "}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.module.scoreboard.text.aviating_distance", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1040"}}, {"nbt": "fzsd.module.scoreboard.text.aviating_distance", "interpret": true, "storage": "fzsd:module"},{"text": "] "}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.module.scoreboard.text.damage_taken", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1050"}}, {"nbt": "fzsd.module.scoreboard.text.damage_taken", "interpret": true, "storage": "fzsd:module"},{"text": "] "}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.module.scoreboard.text.death_count", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1060"}}, {"nbt": "fzsd.module.scoreboard.text.death_count", "interpret": true, "storage": "fzsd:module"},{"text": "] "}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.module.scoreboard.text.dig_count", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1070"}}, {"nbt": "fzsd.module.scoreboard.text.dig_count", "interpret": true, "storage": "fzsd:module"},{"text": "] "}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.module.scoreboard.text.fishing_count", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1080"}}, {"nbt": "fzsd.module.scoreboard.text.fishing_count", "interpret": true, "storage": "fzsd:module"},{"text": "] "}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.module.scoreboard.text.kill_count", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1090"}}, {"nbt": "fzsd.module.scoreboard.text.kill_count", "interpret": true, "storage": "fzsd:module"},{"text": "] "}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.module.scoreboard.text.trade_count", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1100"}}, {"nbt": "fzsd.module.scoreboard.text.trade_count", "interpret": true, "storage": "fzsd:module"}, {"text": "] "}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.module.scoreboard.text.placement_count", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1110"}}, {"nbt": "fzsd.module.scoreboard.text.placement_count", "interpret": true, "storage": "fzsd:module"}, {"text": "] "}]] diff --git a/data/fzsd/functions/module/scoreboard/interactor/on_click.mcfunction b/data/fzsd/functions/module/scoreboard/interactor/on_click.mcfunction deleted file mode 100644 index 64054ee..0000000 --- a/data/fzsd/functions/module/scoreboard/interactor/on_click.mcfunction +++ /dev/null @@ -1,26 +0,0 @@ -execute if score @s fzsd.module.interactor.trigger matches -1000 if data storage fzsd:perm {scoreboard:1} if entity @s[tag=fzsd.admin] run function #fzsd:module/scoreboard/interactor/subscribe/off -execute if score @s fzsd.module.interactor.trigger matches -1000 unless data storage fzsd:perm {scoreboard:1} run function #fzsd:module/scoreboard/interactor/subscribe/off -execute if score @s fzsd.module.interactor.trigger matches -1010 if data storage fzsd:perm {scoreboard:1} if entity @s[tag=fzsd.admin] run function #fzsd:module/scoreboard/interactor/subscribe/carousel -execute if score @s fzsd.module.interactor.trigger matches -1010 unless data storage fzsd:perm {scoreboard:1} run function #fzsd:module/scoreboard/interactor/subscribe/carousel -execute if score @s fzsd.module.interactor.trigger matches -1020 if data storage fzsd:perm {scoreboard:1} if entity @s[tag=fzsd.admin] run function #fzsd:module/scoreboard/interactor/subscribe/general -execute if score @s fzsd.module.interactor.trigger matches -1020 unless data storage fzsd:perm {scoreboard:1} run function #fzsd:module/scoreboard/interactor/subscribe/general -execute if score @s fzsd.module.interactor.trigger matches -1030 if data storage fzsd:perm {scoreboard:1} if entity @s[tag=fzsd.admin] run function #fzsd:module/scoreboard/interactor/subscribe/activation -execute if score @s fzsd.module.interactor.trigger matches -1030 unless data storage fzsd:perm {scoreboard:1} run function #fzsd:module/scoreboard/interactor/subscribe/activation -execute if score @s fzsd.module.interactor.trigger matches -1040 if data storage fzsd:perm {scoreboard:1} if entity @s[tag=fzsd.admin] run function #fzsd:module/scoreboard/interactor/subscribe/aviating_distance -execute if score @s fzsd.module.interactor.trigger matches -1040 unless data storage fzsd:perm {scoreboard:1} run function #fzsd:module/scoreboard/interactor/subscribe/aviating_distance -execute if score @s fzsd.module.interactor.trigger matches -1050 if data storage fzsd:perm {scoreboard:1} if entity @s[tag=fzsd.admin] run function #fzsd:module/scoreboard/interactor/subscribe/damage_taken -execute if score @s fzsd.module.interactor.trigger matches -1050 unless data storage fzsd:perm {scoreboard:1} run function #fzsd:module/scoreboard/interactor/subscribe/damage_taken -execute if score @s fzsd.module.interactor.trigger matches -1060 if data storage fzsd:perm {scoreboard:1} if entity @s[tag=fzsd.admin] run function #fzsd:module/scoreboard/interactor/subscribe/death_count -execute if score @s fzsd.module.interactor.trigger matches -1060 unless data storage fzsd:perm {scoreboard:1} run function #fzsd:module/scoreboard/interactor/subscribe/death_count -execute if score @s fzsd.module.interactor.trigger matches -1070 if data storage fzsd:perm {scoreboard:1} if entity @s[tag=fzsd.admin] run function #fzsd:module/scoreboard/interactor/subscribe/dig_count -execute if score @s fzsd.module.interactor.trigger matches -1070 unless data storage fzsd:perm {scoreboard:1} run function #fzsd:module/scoreboard/interactor/subscribe/dig_count -execute if score @s fzsd.module.interactor.trigger matches -1080 if data storage fzsd:perm {scoreboard:1} if entity @s[tag=fzsd.admin] run function #fzsd:module/scoreboard/interactor/subscribe/fishing_count -execute if score @s fzsd.module.interactor.trigger matches -1080 unless data storage fzsd:perm {scoreboard:1} run function #fzsd:module/scoreboard/interactor/subscribe/fishing_count -execute if score @s fzsd.module.interactor.trigger matches -1090 if data storage fzsd:perm {scoreboard:1} if entity @s[tag=fzsd.admin] run function #fzsd:module/scoreboard/interactor/subscribe/kill_count -execute if score @s fzsd.module.interactor.trigger matches -1090 unless data storage fzsd:perm {scoreboard:1} run function #fzsd:module/scoreboard/interactor/subscribe/kill_count -execute if score @s fzsd.module.interactor.trigger matches -1100 if data storage fzsd:perm {scoreboard:1} if entity @s[tag=fzsd.admin] run function #fzsd:module/scoreboard/interactor/subscribe/trade_count -execute if score @s fzsd.module.interactor.trigger matches -1100 unless data storage fzsd:perm {scoreboard:1} run function #fzsd:module/scoreboard/interactor/subscribe/trade_count -execute if score @s fzsd.module.interactor.trigger matches -1110 if data storage fzsd:perm {scoreboard:1} if entity @s[tag=fzsd.admin] run function #fzsd:module/scoreboard/interactor/subscribe/placement_count -execute if score @s fzsd.module.interactor.trigger matches -1110 unless data storage fzsd:perm {scoreboard:1} run function #fzsd:module/scoreboard/interactor/subscribe/placement_count -execute if score @s fzsd.module.interactor.trigger matches -1120 if data storage fzsd:perm {scoreboard:1} if entity @s[tag=fzsd.admin] run function #fzsd:module/scoreboard/interactor/show_my_scores -execute if score @s fzsd.module.interactor.trigger matches -1120 unless data storage fzsd:perm {scoreboard:1} run function #fzsd:module/scoreboard/interactor/show_my_scores diff --git a/data/fzsd/functions/module/scoreboard/interactor/show_my_scores.mcfunction b/data/fzsd/functions/module/scoreboard/interactor/show_my_scores.mcfunction deleted file mode 100644 index 8827096..0000000 --- a/data/fzsd/functions/module/scoreboard/interactor/show_my_scores.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"text": ""}, {"selector": "@s"}," 的分数:",{"text": "[","color": "dark_gray"},{"nbt": "fzsd.module.scoreboard.text.activation", "interpret": true, "storage": "fzsd:module"}, [{"text": ":"}, {"score": {"objective": "fzsd.module.scoreboard.display.activation", "name": "@s"}}],{"text": "] [","color": "dark_gray"}, {"nbt": "fzsd.module.scoreboard.text.aviating_distance", "interpret": true, "storage": "fzsd:module"}, [{"text": ":"}, {"score": {"objective": "fzsd.module.scoreboard.display.aviating_distance", "name": "@s"}}],{"text": "] [","color": "dark_gray"}, {"nbt": "fzsd.module.scoreboard.text.damage_taken", "interpret": true, "storage": "fzsd:module"}, [{"text": ":"}, {"score": {"objective": "fzsd.module.scoreboard.display.damage_taken", "name": "@s"}}],{"text": "] [","color": "dark_gray"}, {"nbt": "fzsd.module.scoreboard.text.death_count", "interpret": true, "storage": "fzsd:module"}, [{"text": ":"}, {"score": {"objective": "fzsd.module.scoreboard.display.death_count", "name": "@s"}}],{"text": "] [","color": "dark_gray"}, {"nbt": "fzsd.module.scoreboard.text.dig_count", "interpret": true, "storage": "fzsd:module"}, [{"text": ":"}, {"score": {"objective": "fzsd.module.scoreboard.display.dig_count", "name": "@s"}}],{"text": "] [","color": "dark_gray"}, {"nbt": "fzsd.module.scoreboard.text.fishing_count", "interpret": true, "storage": "fzsd:module"}, [{"text": ":"}, {"score": {"objective": "fzsd.module.scoreboard.display.fishing_count", "name": "@s"}}],{"text": "] [","color": "dark_gray"}, {"nbt": "fzsd.module.scoreboard.text.kill_count", "interpret": true, "storage": "fzsd:module"}, [{"text": ":"}, {"score": {"objective": "fzsd.module.scoreboard.display.kill_count", "name": "@s"}}],{"text": "] [","color": "dark_gray"}, {"nbt": "fzsd.module.scoreboard.text.trade_count", "interpret": true, "storage": "fzsd:module"}, [{"text": ":"}, {"score": {"objective": "fzsd.module.scoreboard.display.trade_count", "name": "@s"}}],{"text": "] [","color": "dark_gray"}, {"nbt": "fzsd.module.scoreboard.text.placement_count", "interpret": true, "storage": "fzsd:module"}, [{"text": ":"}, {"score": {"objective": "fzsd.module.scoreboard.display.placement_count", "name": "@s"}}],{"text": "]","color": "dark_gray"}] diff --git a/data/fzsd/functions/module/scoreboard/interactor/subscribe/activation.mcfunction b/data/fzsd/functions/module/scoreboard/interactor/subscribe/activation.mcfunction deleted file mode 100644 index c8daa37..0000000 --- a/data/fzsd/functions/module/scoreboard/interactor/subscribe/activation.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:fzsd:module/scoreboard/interactor/subscribe/~ - -team join fzsd.module.scoreboard.display.activation @s - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "玩家"}, {"selector": "@s"}, {"text": "订阅了"}, {"nbt": "fzsd.module.scoreboard.text.activation", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/interactor/subscribe/aviating_distance.mcfunction b/data/fzsd/functions/module/scoreboard/interactor/subscribe/aviating_distance.mcfunction deleted file mode 100644 index 21e26a1..0000000 --- a/data/fzsd/functions/module/scoreboard/interactor/subscribe/aviating_distance.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:fzsd:module/scoreboard/interactor/subscribe/~ - -team join fzsd.module.scoreboard.display.aviating_distance @s - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "玩家"}, {"selector": "@s"}, {"text": "订阅了"}, {"nbt": "fzsd.module.scoreboard.text.aviating_distance", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/interactor/subscribe/carousel.mcfunction b/data/fzsd/functions/module/scoreboard/interactor/subscribe/carousel.mcfunction deleted file mode 100644 index 94d5c74..0000000 --- a/data/fzsd/functions/module/scoreboard/interactor/subscribe/carousel.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:fzsd:module/scoreboard/interactor/subscribe/~ - -team join fzsd.module.scoreboard.display.carousel @s - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "玩家"}, {"selector": "@s"}, {"text": "订阅了"}, {"nbt": "fzsd.module.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/interactor/subscribe/damage_taken.mcfunction b/data/fzsd/functions/module/scoreboard/interactor/subscribe/damage_taken.mcfunction deleted file mode 100644 index 4221f0f..0000000 --- a/data/fzsd/functions/module/scoreboard/interactor/subscribe/damage_taken.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:fzsd:module/scoreboard/interactor/subscribe/~ - -team join fzsd.module.scoreboard.display.damage_taken @s - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "玩家"}, {"selector": "@s"}, {"text": "订阅了"}, {"nbt": "fzsd.module.scoreboard.text.damage_taken", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/interactor/subscribe/death_count.mcfunction b/data/fzsd/functions/module/scoreboard/interactor/subscribe/death_count.mcfunction deleted file mode 100644 index 7611871..0000000 --- a/data/fzsd/functions/module/scoreboard/interactor/subscribe/death_count.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:fzsd:module/scoreboard/interactor/subscribe/~ - -team join fzsd.module.scoreboard.display.death_count @s - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "玩家"}, {"selector": "@s"}, {"text": "订阅了"}, {"nbt": "fzsd.module.scoreboard.text.death_count", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/interactor/subscribe/dig_count.mcfunction b/data/fzsd/functions/module/scoreboard/interactor/subscribe/dig_count.mcfunction deleted file mode 100644 index 60b7bda..0000000 --- a/data/fzsd/functions/module/scoreboard/interactor/subscribe/dig_count.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:fzsd:module/scoreboard/interactor/subscribe/~ - -team join fzsd.module.scoreboard.display.dig_count @s - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "玩家"}, {"selector": "@s"}, {"text": "订阅了"}, {"nbt": "fzsd.module.scoreboard.text.dig_count", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/interactor/subscribe/fishing_count.mcfunction b/data/fzsd/functions/module/scoreboard/interactor/subscribe/fishing_count.mcfunction deleted file mode 100644 index c85fbc3..0000000 --- a/data/fzsd/functions/module/scoreboard/interactor/subscribe/fishing_count.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:fzsd:module/scoreboard/interactor/subscribe/~ - -team join fzsd.module.scoreboard.display.fishing_count @s - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "玩家"}, {"selector": "@s"}, {"text": "订阅了"}, {"nbt": "fzsd.module.scoreboard.text.fishing_count", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/interactor/subscribe/general.mcfunction b/data/fzsd/functions/module/scoreboard/interactor/subscribe/general.mcfunction deleted file mode 100644 index 3dc8113..0000000 --- a/data/fzsd/functions/module/scoreboard/interactor/subscribe/general.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:fzsd:module/scoreboard/interactor/subscribe/~ - -team join fzsd.module.scoreboard.display.general @s - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "玩家"}, {"selector": "@s"}, {"text": "订阅了"}, {"nbt": "fzsd.module.scoreboard.text.general", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/interactor/subscribe/kill_count.mcfunction b/data/fzsd/functions/module/scoreboard/interactor/subscribe/kill_count.mcfunction deleted file mode 100644 index 58f5e2a..0000000 --- a/data/fzsd/functions/module/scoreboard/interactor/subscribe/kill_count.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:fzsd:module/scoreboard/interactor/subscribe/~ - -team join fzsd.module.scoreboard.display.kill_count @s - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "玩家"}, {"selector": "@s"}, {"text": "订阅了"}, {"nbt": "fzsd.module.scoreboard.text.kill_count", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/interactor/subscribe/off.mcfunction b/data/fzsd/functions/module/scoreboard/interactor/subscribe/off.mcfunction deleted file mode 100644 index 33c8674..0000000 --- a/data/fzsd/functions/module/scoreboard/interactor/subscribe/off.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/interactor/subscribe/~ - -team leave @s - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "玩家"}, {"selector": "@s"}, {"text": "取消了计分板订阅"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/interactor/subscribe/placement_count.mcfunction b/data/fzsd/functions/module/scoreboard/interactor/subscribe/placement_count.mcfunction deleted file mode 100644 index 573473f..0000000 --- a/data/fzsd/functions/module/scoreboard/interactor/subscribe/placement_count.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:fzsd:module/scoreboard/interactor/subscribe/~ - -team join fzsd.module.scoreboard.display.placement_count @s - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "玩家"}, {"selector": "@s"}, {"text": "订阅了"}, {"nbt": "fzsd.module.scoreboard.text.placement_count", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/interactor/subscribe/trade_count.mcfunction b/data/fzsd/functions/module/scoreboard/interactor/subscribe/trade_count.mcfunction deleted file mode 100644 index 7cb0a79..0000000 --- a/data/fzsd/functions/module/scoreboard/interactor/subscribe/trade_count.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 调用者:fzsd:module/scoreboard/interactor/subscribe/~ - -team join fzsd.module.scoreboard.display.trade_count @s - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "玩家"}, {"selector": "@s"}, {"text": "订阅了"}, {"nbt": "fzsd.module.scoreboard.text.trade_count", "interpret": true, "storage": "fzsd:module"}, {"text": "计分板"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/load.mcfunction b/data/fzsd/functions/module/scoreboard/load.mcfunction deleted file mode 100644 index 6991bf6..0000000 --- a/data/fzsd/functions/module/scoreboard/load.mcfunction +++ /dev/null @@ -1,17 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/load - -## 调试 -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "计分板显示文本已设为:"}] -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"text": "", "color": "green"}, {"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "fzsd.module.scoreboard.display.general - "}, {"nbt": "fzsd.module.scoreboard.text.general", "interpret": true, "storage": "fzsd:module"}] -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"text": "", "color": "green"}, {"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "fzsd.module.scoreboard.display.activation - "}, {"nbt": "fzsd.module.scoreboard.text.activation", "interpret": true, "storage": "fzsd:module"}] -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"text": "", "color": "green"}, {"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "fzsd.module.scoreboard.display.aviating_distance - "}, {"nbt": "fzsd.module.scoreboard.text.aviating_distance", "interpret": true, "storage": "fzsd:module"}] -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"text": "", "color": "green"}, {"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "fzsd.module.scoreboard.display.damage_taken - "}, {"nbt": "fzsd.module.scoreboard.text.damage_taken", "interpret": true, "storage": "fzsd:module"}] -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"text": "", "color": "green"}, {"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "fzsd.module.scoreboard.display.death_count - "}, {"nbt": "fzsd.module.scoreboard.text.death_count", "interpret": true, "storage": "fzsd:module"}] -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"text": "", "color": "green"}, {"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "fzsd.module.scoreboard.display.dig_count - "}, {"nbt": "fzsd.module.scoreboard.text.dig_count", "interpret": true, "storage": "fzsd:module"}] -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"text": "", "color": "green"}, {"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "fzsd.module.scoreboard.display.fishing_count - "}, {"nbt": "fzsd.module.scoreboard.text.fishing_count", "interpret": true, "storage": "fzsd:module"}] -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"text": "", "color": "green"}, {"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "fzsd.module.scoreboard.display.kill_count - "}, {"nbt": "fzsd.module.scoreboard.text.kill_count", "interpret": true, "storage": "fzsd:module"}] -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"text": "", "color": "green"}, {"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "fzsd.module.scoreboard.display.trade_count - "}, {"nbt": "fzsd.module.scoreboard.text.trade_count", "interpret": true, "storage": "fzsd:module"}] -execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"text": "", "color": "green"}, {"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "fzsd.module.scoreboard.display.placement_count - "}, {"nbt": "fzsd.module.scoreboard.text.placement_count", "interpret": true, "storage": "fzsd:module"}] - -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已加载组件:计分板"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/try_install.mcfunction b/data/fzsd/functions/module/scoreboard/try_install.mcfunction deleted file mode 100644 index 7a18d0f..0000000 --- a/data/fzsd/functions/module/scoreboard/try_install.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ - -execute unless data storage fzsd:install fzsd.module{scoreboard:0b} run function #fzsd:module/scoreboard/install \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/try_load.mcfunction b/data/fzsd/functions/module/scoreboard/try_load.mcfunction deleted file mode 100644 index f5c60bd..0000000 --- a/data/fzsd/functions/module/scoreboard/try_load.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ -## 判断是否安装,如果安装则加载 -execute if data storage fzsd:install fzsd.module{scoreboard:1b} run function #fzsd:module/scoreboard/load \ No newline at end of file diff --git a/data/fzsd/functions/module/scoreboard/uninstall.mcfunction b/data/fzsd/functions/module/scoreboard/uninstall.mcfunction deleted file mode 100644 index 61333fa..0000000 --- a/data/fzsd/functions/module/scoreboard/uninstall.mcfunction +++ /dev/null @@ -1,34 +0,0 @@ -# 调用者:#fzsd:module/scoreboard/uninstall - -## 关闭轮播循环 -schedule clear fzsd:module/scoreboard/display/carousel/loop - -## 关闭计分板显示 -scoreboard objectives setdisplay sidebar.team.aqua -scoreboard objectives setdisplay sidebar.team.black -scoreboard objectives setdisplay sidebar.team.blue -scoreboard objectives setdisplay sidebar.team.dark_aqua -scoreboard objectives setdisplay sidebar.team.dark_blue -scoreboard objectives setdisplay sidebar.team.dark_gray -scoreboard objectives setdisplay sidebar.team.dark_green -scoreboard objectives setdisplay sidebar.team.dark_purple -scoreboard objectives setdisplay sidebar.team.dark_red -scoreboard objectives setdisplay sidebar.team.gold -scoreboard objectives setdisplay sidebar.team.gray -scoreboard objectives setdisplay sidebar.team.green -scoreboard objectives setdisplay sidebar.team.light_purple -scoreboard objectives setdisplay sidebar.team.red -scoreboard objectives setdisplay sidebar.team.white -scoreboard objectives setdisplay sidebar.team.yellow - -team remove fzsd.module.scoreboard.fake -team remove fzsd.module.scoreboard.shadow - -## 询问是否清除数据 -execute if score fzsd.logger.level fzsd.variable.integer matches ..600 run tellraw @s [{"nbt": "fzsd.level.alert", "interpret": true, "storage": "fzsd:logger"}, {"text": "您要删除计分板数据吗,它将会永久失去!(真的很久!)"}, {"text": "[确定]", "color": "dark_red", "clickEvent": {"action": "suggest_command", "value": "/function #fzsd:module/scoreboard/clear_data"}, "hoverEvent": {"action": "show_text", "contents": {"text": "将命令填入聊天框"}}}] - -## 标记为已卸载 -data modify storage fzsd:install fzsd.module.scoreboard set value 0b - -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已卸载组件:计分板"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/sweeper/bossbar.mcfunction b/data/fzsd/functions/module/sweeper/bossbar.mcfunction deleted file mode 100644 index bb05be0..0000000 --- a/data/fzsd/functions/module/sweeper/bossbar.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -bossbar set fzsd:sweeper name [{"score": {"objective": "fzsd.variable.integer", "name": "fzsd.sweeper.bossbar.current_time"},"color": "#ff6100","underlined": true,"bold": true},{"text": "秒后清理掉落物","color": "#ffd900","bold": false}] -bossbar set fzsd:sweeper players @a[tag=!fzsd.ignore_sweeper_bossbar] -scoreboard players remove fzsd.sweeper.bossbar.current_time fzsd.variable.integer 1 -schedule function fzsd:module/sweeper/bossbar 1s \ No newline at end of file diff --git a/data/fzsd/functions/module/sweeper/clear.mcfunction b/data/fzsd/functions/module/sweeper/clear.mcfunction deleted file mode 100644 index 12f5a12..0000000 --- a/data/fzsd/functions/module/sweeper/clear.mcfunction +++ /dev/null @@ -1,15 +0,0 @@ -schedule clear fzsd:module/sweeper/bossbar -schedule clear fzsd:module/sweeper/main -schedule clear fzsd:module/sweeper/timer/1s -schedule clear fzsd:module/sweeper/timer/2s -schedule clear fzsd:module/sweeper/timer/3s -schedule clear fzsd:module/sweeper/timer/4s -schedule clear fzsd:module/sweeper/timer/5s -schedule clear fzsd:module/sweeper/timer/10s -schedule clear fzsd:module/sweeper/timer/30s -schedule clear fzsd:module/sweeper/timer/1min -schedule clear fzsd:module/sweeper/timer/2min -schedule clear fzsd:module/sweeper/timer/3min -schedule clear fzsd:module/sweeper/timer/4min -bossbar set fzsd:sweeper visible false -bossbar set fzsd:sweeper value 0 \ No newline at end of file diff --git a/data/fzsd/functions/module/sweeper/install.mcfunction b/data/fzsd/functions/module/sweeper/install.mcfunction deleted file mode 100644 index aa3940e..0000000 --- a/data/fzsd/functions/module/sweeper/install.mcfunction +++ /dev/null @@ -1,8 +0,0 @@ -bossbar add fzsd:sweeper "" -bossbar set fzsd:sweeper max 60 - -## 标记为已安装 -data modify storage fzsd:install fzsd.module.sweeper set value 1b - -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已安装组件:扫地机"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/sweeper/interactor/display.mcfunction b/data/fzsd/functions/module/sweeper/interactor/display.mcfunction deleted file mode 100644 index b9ba3b7..0000000 --- a/data/fzsd/functions/module/sweeper/interactor/display.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ -# 调用者:#fzsd:module/sweeper/interactor/display -execute if data storage fzsd:install fzsd.module{sweeper:1b} run function fzsd:module/sweeper/interactor/display_0 \ No newline at end of file diff --git a/data/fzsd/functions/module/sweeper/interactor/display_0.mcfunction b/data/fzsd/functions/module/sweeper/interactor/display_0.mcfunction deleted file mode 100644 index 1ab4983..0000000 --- a/data/fzsd/functions/module/sweeper/interactor/display_0.mcfunction +++ /dev/null @@ -1,13 +0,0 @@ -tellraw @s [{"text": "扫地机:"}] - -tellraw @s[tag=!fzsd.ignore_sweeper_bossbar] [{"text": "- 血条栏:"}, [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "value": "点击关闭"}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set 3400"}}, {"text": "已启用", "color": "green"}, {"text": "]"}]] -tellraw @s[tag=fzsd.ignore_sweeper_bossbar] [{"text": "- 血条栏:"}, [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "value": "点击启用"}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set 3401"}}, {"text": "已关闭", "color": "red"}, {"text": "]"}]] - -tellraw @s[tag=!fzsd.ignore_sweeper_sound] [{"text": "- 音效:"}, [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "value": "点击关闭"}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set 3500"}}, {"text": "已启用", "color": "green"}, {"text": "]"}]] -tellraw @s[tag=fzsd.ignore_sweeper_sound] [{"text": "- 音效:"}, [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "value": "点击启用"}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set 3501"}}, {"text": "已关闭", "color": "red"}, {"text": "]"}]] - -tellraw @s[tag=!fzsd.ignore_sweeper_message] [{"text": "- 聊天栏:"}, [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "value": "点击关闭"}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set 3600"}}, {"text": "已启用", "color": "green"}, {"text": "]"}]] -tellraw @s[tag=fzsd.ignore_sweeper_message] [{"text": "- 聊天栏:"}, [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "value": "点击启用"}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set 3601"}}, {"text": "已关闭", "color": "red"}, {"text": "]"}]] - -execute if data storage fzsd:perm {sweeper:1} if entity @s[tag=fzsd.admin] run tellraw @s [{"text": "- 开关:"}, [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "contents": {"text": "关", "color": "red"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -3000"}}, {"text": "关", "color": "red"}, {"text": "] "}], [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "contents": {"text": "清理一次", "color": "aqua"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -3300"}}, {"text": "清理一次", "color": "aqua"}, {"text": "] "}], [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "contents": {"text": "10s", "color": "#aa0000"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -3010"}}, {"text": "10s", "color": "#aa0000"}, {"text": "] "}], [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "contents": {"text": "30s", "color": "#da7924"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -3030"}}, {"text": "30s", "color": "#da7924"}, {"text": "] "}], [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "contents": {"text": "1min", "color": "#ffe34c"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -3060"}}, {"text": "1min", "color": "#ffe34c"}, {"text": "] "}], [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "contents": {"text": "2min", "color": "#e3ff50"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -3120"}}, {"text": "2min", "color": "#e3ff50"}, {"text": "] "}], [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "contents": {"text": "3min", "color": "#81d42c"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -3180"}}, {"text": "3min", "color": "#81d42c"}, {"text": "] "}], [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "contents": {"text": "4min", "color": "#00aa00"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -3240"}}, {"text": "4min", "color": "#00aa00"}, {"text": "]"}]] -execute unless data storage fzsd:perm {sweeper:1} run tellraw @s [{"text": "- 开关:"}, [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "contents": {"text": "关", "color": "red"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -3000"}}, {"text": "关", "color": "red"}, {"text": "] "}], [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "contents": {"text": "清理一次", "color": "aqua"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -3300"}}, {"text": "清理一次", "color": "aqua"}, {"text": "] "}], [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "contents": {"text": "10s", "color": "#aa0000"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -3010"}}, {"text": "10s", "color": "#aa0000"}, {"text": "] "}], [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "contents": {"text": "30s", "color": "#da7924"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -3030"}}, {"text": "30s", "color": "#da7924"}, {"text": "] "}], [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "contents": {"text": "1min", "color": "#ffe34c"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -3060"}}, {"text": "1min", "color": "#ffe34c"}, {"text": "] "}], [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "contents": {"text": "2min", "color": "#e3ff50"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -3120"}}, {"text": "2min", "color": "#e3ff50"}, {"text": "] "}], [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "contents": {"text": "3min", "color": "#81d42c"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -3180"}}, {"text": "3min", "color": "#81d42c"}, {"text": "] "}], [{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "contents": {"text": "4min", "color": "#00aa00"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -3240"}}, {"text": "4min", "color": "#00aa00"}, {"text": "]"}]] diff --git a/data/fzsd/functions/module/sweeper/interactor/on_click.mcfunction b/data/fzsd/functions/module/sweeper/interactor/on_click.mcfunction deleted file mode 100644 index dacace0..0000000 --- a/data/fzsd/functions/module/sweeper/interactor/on_click.mcfunction +++ /dev/null @@ -1,18 +0,0 @@ -execute if score @s fzsd.module.interactor.trigger matches 3400 run tag @s add fzsd.ignore_sweeper_bossbar -execute if score @s fzsd.module.interactor.trigger matches 3400 run tag @s add fzsd.ignore_sweeper_bossbar -execute if score @s fzsd.module.interactor.trigger matches 3401 run tag @s remove fzsd.ignore_sweeper_bossbar -execute if score @s fzsd.module.interactor.trigger matches 3401 run tag @s remove fzsd.ignore_sweeper_bossbar -execute if score @s fzsd.module.interactor.trigger matches 3500 run tag @s add fzsd.ignore_sweeper_sound -execute if score @s fzsd.module.interactor.trigger matches 3500 run tag @s add fzsd.ignore_sweeper_sound -execute if score @s fzsd.module.interactor.trigger matches 3501 run tag @s remove fzsd.ignore_sweeper_sound -execute if score @s fzsd.module.interactor.trigger matches 3501 run tag @s remove fzsd.ignore_sweeper_sound -execute if score @s fzsd.module.interactor.trigger matches 3600 run tag @s add fzsd.ignore_sweeper_message -execute if score @s fzsd.module.interactor.trigger matches 3600 run tag @s add fzsd.ignore_sweeper_message -execute if score @s fzsd.module.interactor.trigger matches 3601 run tag @s remove fzsd.ignore_sweeper_message -execute if score @s fzsd.module.interactor.trigger matches 3601 run tag @s remove fzsd.ignore_sweeper_message -execute if score @s fzsd.module.interactor.trigger matches -3300 if data storage fzsd:perm {sweeper:1} if entity @s[tag=fzsd.admin] run function #fzsd:module/sweeper/sweep -execute if score @s fzsd.module.interactor.trigger matches -3300 unless data storage fzsd:perm {sweeper:1} run function #fzsd:module/sweeper/sweep -execute if score @s fzsd.module.interactor.trigger matches -3000 if data storage fzsd:perm {sweeper:1} if entity @s[tag=fzsd.admin] run function #fzsd:module/sweeper/stop_loop -execute if score @s fzsd.module.interactor.trigger matches -3000 unless data storage fzsd:perm {sweeper:1} run function #fzsd:module/sweeper/stop_loop -execute if score @s fzsd.module.interactor.trigger matches -3240..-3010 if data storage fzsd:perm {sweeper:1} if entity @s[tag=fzsd.admin] run function #fzsd:module/sweeper/start_loop -execute if score @s fzsd.module.interactor.trigger matches -3240..-3010 unless data storage fzsd:perm {sweeper:1} run function #fzsd:module/sweeper/start_loop diff --git a/data/fzsd/functions/module/sweeper/load.mcfunction b/data/fzsd/functions/module/sweeper/load.mcfunction deleted file mode 100644 index 1195762..0000000 --- a/data/fzsd/functions/module/sweeper/load.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -function fzsd:module/sweeper/clear - -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已加载组件:扫地机"}] \ No newline at end of file diff --git a/data/fzsd/functions/module/sweeper/main.mcfunction b/data/fzsd/functions/module/sweeper/main.mcfunction deleted file mode 100644 index 8f28021..0000000 --- a/data/fzsd/functions/module/sweeper/main.mcfunction +++ /dev/null @@ -1,3 +0,0 @@ -bossbar set fzsd:sweeper value 0 -function #fzsd:module/sweeper/sweep -function fzsd:module/sweeper/start_timer \ No newline at end of file diff --git a/data/fzsd/functions/module/sweeper/pre_loop.mcfunction b/data/fzsd/functions/module/sweeper/pre_loop.mcfunction deleted file mode 100644 index 4bf3b67..0000000 --- a/data/fzsd/functions/module/sweeper/pre_loop.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -# 获取间隔时间 -scoreboard players set fzsd.sweeper.interval_time fzsd.variable.integer 3000 -scoreboard players operation fzsd.sweeper.interval_time fzsd.variable.integer += @s fzsd.module.interactor.trigger -scoreboard players operation fzsd.sweeper.interval_time fzsd.variable.integer *= -1 fzsd.variable.integer -# 设为显示 -bossbar set fzsd:sweeper visible true \ No newline at end of file diff --git a/data/fzsd/functions/module/sweeper/start_timer.mcfunction b/data/fzsd/functions/module/sweeper/start_timer.mcfunction deleted file mode 100644 index 4748291..0000000 --- a/data/fzsd/functions/module/sweeper/start_timer.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -execute if score fzsd.sweeper.interval_time fzsd.variable.integer matches 10 run function fzsd:module/sweeper/timer/10s -execute if score fzsd.sweeper.interval_time fzsd.variable.integer matches 30 run function fzsd:module/sweeper/timer/30s -execute if score fzsd.sweeper.interval_time fzsd.variable.integer matches 60 run function fzsd:module/sweeper/timer/1min -execute if score fzsd.sweeper.interval_time fzsd.variable.integer matches 120 run function fzsd:module/sweeper/timer/2min -execute if score fzsd.sweeper.interval_time fzsd.variable.integer matches 180 run function fzsd:module/sweeper/timer/3min -execute if score fzsd.sweeper.interval_time fzsd.variable.integer matches 240 run function fzsd:module/sweeper/timer/4min -scoreboard players operation fzsd.sweeper.bossbar.current_time fzsd.variable.integer = fzsd.sweeper.interval_time fzsd.variable.integer \ No newline at end of file diff --git a/data/fzsd/functions/module/sweeper/sweep.mcfunction b/data/fzsd/functions/module/sweeper/sweep.mcfunction deleted file mode 100644 index 364545c..0000000 --- a/data/fzsd/functions/module/sweeper/sweep.mcfunction +++ /dev/null @@ -1,3 +0,0 @@ -execute store result score fzsd.sweeper.killed fzsd.variable.integer run kill @e[type=minecraft:item,predicate=!fzsd:sweeper/whitelist] -execute if score fzsd.logger.level fzsd.variable.integer matches ..600 run tellraw @a [{"nbt": "fzsd.level.alert", "interpret": true, "storage": "fzsd:logger"}, {"text": "本次共清理了"}, {"score": {"objective": "fzsd.variable.integer", "name": "fzsd.sweeper.killed"}}, {"text": "堆掉落物"}] -execute as @a[tag=!fzsd.ignore_sweeper_sound] at @s run playsound minecraft:block.note_block.pling voice @s ~ ~ ~ 1 2 \ No newline at end of file diff --git a/data/fzsd/functions/module/sweeper/timer/10s.mcfunction b/data/fzsd/functions/module/sweeper/timer/10s.mcfunction deleted file mode 100644 index 9ad9aeb..0000000 --- a/data/fzsd/functions/module/sweeper/timer/10s.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -execute if score fzsd.logger.level fzsd.variable.integer matches ..600 run tellraw @a[tag=!fzsd.ignore_sweeper_message] [{"nbt": "fzsd.level.alert", "interpret": true, "storage": "fzsd:logger"}, {"text": "10秒后清理掉落物"}] -execute as @a[tag=!fzsd.ignore_sweeper_sound] at @s run playsound minecraft:block.note_block.pling voice @s ~ ~ ~ 1 1 -bossbar set fzsd:sweeper color yellow -bossbar set fzsd:sweeper value 10 -schedule function fzsd:module/sweeper/timer/5s 5s \ No newline at end of file diff --git a/data/fzsd/functions/module/sweeper/timer/1min.mcfunction b/data/fzsd/functions/module/sweeper/timer/1min.mcfunction deleted file mode 100644 index 567655f..0000000 --- a/data/fzsd/functions/module/sweeper/timer/1min.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -execute if score fzsd.logger.level fzsd.variable.integer matches ..600 run execute if score fzsd.logger.level fzsd.variable.integer matches ..600 run tellraw @a[tag=!fzsd.ignore_sweeper_message] [{"nbt": "fzsd.level.alert", "interpret": true, "storage": "fzsd:logger"}, {"text": "1分钟后清理掉落物"}] -execute as @a[tag=!fzsd.ignore_sweeper_sound] at @s run playsound minecraft:block.note_block.pling voice @s ~ ~ ~ 1 1 -bossbar set fzsd:sweeper color yellow -bossbar set fzsd:sweeper value 60 -schedule function fzsd:module/sweeper/timer/30s 30s \ No newline at end of file diff --git a/data/fzsd/functions/module/sweeper/timer/1s.mcfunction b/data/fzsd/functions/module/sweeper/timer/1s.mcfunction deleted file mode 100644 index 1694865..0000000 --- a/data/fzsd/functions/module/sweeper/timer/1s.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -execute if score fzsd.logger.level fzsd.variable.integer matches ..600 run tellraw @a[tag=!fzsd.ignore_sweeper_message] [{"nbt": "fzsd.level.alert", "interpret": true, "storage": "fzsd:logger"}, {"text": "1秒后清理掉落物"}] -execute as @a[tag=!fzsd.ignore_sweeper_sound] at @s run playsound minecraft:block.note_block.pling voice @s ~ ~ ~ 1 1 -bossbar set fzsd:sweeper value 12 -schedule function fzsd:module/sweeper/main 1s \ No newline at end of file diff --git a/data/fzsd/functions/module/sweeper/timer/2min.mcfunction b/data/fzsd/functions/module/sweeper/timer/2min.mcfunction deleted file mode 100644 index 8f753f7..0000000 --- a/data/fzsd/functions/module/sweeper/timer/2min.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -execute if score fzsd.logger.level fzsd.variable.integer matches ..600 run tellraw @a[tag=!fzsd.ignore_sweeper_message] [{"nbt": "fzsd.level.alert", "interpret": true, "storage": "fzsd:logger"}, {"text": "2分钟后清理掉落物"}] -execute as @a[tag=!fzsd.ignore_sweeper_sound] at @s run playsound minecraft:block.note_block.pling voice @s ~ ~ ~ 1 1 -bossbar set fzsd:sweeper color green -bossbar set fzsd:sweeper value 30 -schedule function fzsd:module/sweeper/timer/1min 60s \ No newline at end of file diff --git a/data/fzsd/functions/module/sweeper/timer/2s.mcfunction b/data/fzsd/functions/module/sweeper/timer/2s.mcfunction deleted file mode 100644 index a124da9..0000000 --- a/data/fzsd/functions/module/sweeper/timer/2s.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -execute if score fzsd.logger.level fzsd.variable.integer matches ..600 run tellraw @a[tag=!fzsd.ignore_sweeper_message] [{"nbt": "fzsd.level.alert", "interpret": true, "storage": "fzsd:logger"}, {"text": "2秒后清理掉落物"}] -execute as @a[tag=!fzsd.ignore_sweeper_sound] at @s run playsound minecraft:block.note_block.pling voice @s ~ ~ ~ 1 1 -bossbar set fzsd:sweeper value 24 -schedule function fzsd:module/sweeper/timer/1s 1s \ No newline at end of file diff --git a/data/fzsd/functions/module/sweeper/timer/30s.mcfunction b/data/fzsd/functions/module/sweeper/timer/30s.mcfunction deleted file mode 100644 index 5927eb4..0000000 --- a/data/fzsd/functions/module/sweeper/timer/30s.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -execute if score fzsd.logger.level fzsd.variable.integer matches ..600 run tellraw @a[tag=!fzsd.ignore_sweeper_message] [{"nbt": "fzsd.level.alert", "interpret": true, "storage": "fzsd:logger"}, {"text": "30秒后清理掉落物"}] -execute as @a[tag=!fzsd.ignore_sweeper_sound] at @s run playsound minecraft:block.note_block.pling voice @s ~ ~ ~ 1 1 -bossbar set fzsd:sweeper color yellow -bossbar set fzsd:sweeper value 30 -schedule function fzsd:module/sweeper/timer/10s 20s \ No newline at end of file diff --git a/data/fzsd/functions/module/sweeper/timer/3min.mcfunction b/data/fzsd/functions/module/sweeper/timer/3min.mcfunction deleted file mode 100644 index b81944f..0000000 --- a/data/fzsd/functions/module/sweeper/timer/3min.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -execute if score fzsd.logger.level fzsd.variable.integer matches ..600 run tellraw @a[tag=!fzsd.ignore_sweeper_message] [{"nbt": "fzsd.level.alert", "interpret": true, "storage": "fzsd:logger"}, {"text": "3分钟后清理掉落物"}] -execute as @a[tag=!fzsd.ignore_sweeper_sound] at @s run playsound minecraft:block.note_block.pling voice @s ~ ~ ~ 1 1 -bossbar set fzsd:sweeper color green -bossbar set fzsd:sweeper value 45 -schedule function fzsd:module/sweeper/timer/2min 60s \ No newline at end of file diff --git a/data/fzsd/functions/module/sweeper/timer/3s.mcfunction b/data/fzsd/functions/module/sweeper/timer/3s.mcfunction deleted file mode 100644 index 74b3afe..0000000 --- a/data/fzsd/functions/module/sweeper/timer/3s.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -execute if score fzsd.logger.level fzsd.variable.integer matches ..600 run tellraw @a[tag=!fzsd.ignore_sweeper_message] [{"nbt": "fzsd.level.alert", "interpret": true, "storage": "fzsd:logger"}, {"text": "3秒后清理掉落物"}] -execute as @a[tag=!fzsd.ignore_sweeper_sound] at @s run playsound minecraft:block.note_block.pling voice @s ~ ~ ~ 1 1 -bossbar set fzsd:sweeper value 36 -schedule function fzsd:module/sweeper/timer/2s 1s \ No newline at end of file diff --git a/data/fzsd/functions/module/sweeper/timer/4min.mcfunction b/data/fzsd/functions/module/sweeper/timer/4min.mcfunction deleted file mode 100644 index 0f52caf..0000000 --- a/data/fzsd/functions/module/sweeper/timer/4min.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -execute if score fzsd.logger.level fzsd.variable.integer matches ..600 run tellraw @a[tag=!fzsd.ignore_sweeper_message] [{"nbt": "fzsd.level.alert", "interpret": true, "storage": "fzsd:logger"}, {"text": "4分钟后清理掉落物"}] -execute as @a[tag=!fzsd.ignore_sweeper_sound] at @s run playsound minecraft:block.note_block.pling voice @s ~ ~ ~ 1 1 -bossbar set fzsd:sweeper color green -bossbar set fzsd:sweeper value 50 -schedule function fzsd:module/sweeper/timer/3min 60s \ No newline at end of file diff --git a/data/fzsd/functions/module/sweeper/timer/4s.mcfunction b/data/fzsd/functions/module/sweeper/timer/4s.mcfunction deleted file mode 100644 index d7dddd2..0000000 --- a/data/fzsd/functions/module/sweeper/timer/4s.mcfunction +++ /dev/null @@ -1,4 +0,0 @@ -execute if score fzsd.logger.level fzsd.variable.integer matches ..600 run tellraw @a[tag=!fzsd.ignore_sweeper_message] [{"nbt": "fzsd.level.alert", "interpret": true, "storage": "fzsd:logger"}, {"text": "4秒后清理掉落物"}] -execute as @a[tag=!fzsd.ignore_sweeper_sound] at @s run playsound minecraft:block.note_block.pling voice @s ~ ~ ~ 1 1 -bossbar set fzsd:sweeper value 48 -schedule function fzsd:module/sweeper/timer/3s 1s \ No newline at end of file diff --git a/data/fzsd/functions/module/sweeper/timer/5s.mcfunction b/data/fzsd/functions/module/sweeper/timer/5s.mcfunction deleted file mode 100644 index 47e2149..0000000 --- a/data/fzsd/functions/module/sweeper/timer/5s.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -execute if score fzsd.logger.level fzsd.variable.integer matches ..600 run tellraw @a[tag=!fzsd.ignore_sweeper_message] [{"nbt": "fzsd.level.alert", "interpret": true, "storage": "fzsd:logger"}, {"text": "5秒后清理掉落物"}] -execute as @a[tag=!fzsd.ignore_sweeper_sound] at @s run playsound minecraft:block.note_block.pling voice @s ~ ~ ~ 1 1 -bossbar set fzsd:sweeper color red -bossbar set fzsd:sweeper value 60 -schedule function fzsd:module/sweeper/timer/4s 1s \ No newline at end of file diff --git a/data/fzsd/functions/module/sweeper/try_install.mcfunction b/data/fzsd/functions/module/sweeper/try_install.mcfunction deleted file mode 100644 index 715becf..0000000 --- a/data/fzsd/functions/module/sweeper/try_install.mcfunction +++ /dev/null @@ -1 +0,0 @@ -execute unless data storage fzsd:install fzsd.module{sweeper:0b} run function #fzsd:module/sweeper/install \ No newline at end of file diff --git a/data/fzsd/functions/module/sweeper/try_load.mcfunction b/data/fzsd/functions/module/sweeper/try_load.mcfunction deleted file mode 100644 index 5a88bcc..0000000 --- a/data/fzsd/functions/module/sweeper/try_load.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ -## 判断是否安装,如果安装则加载 -execute if data storage fzsd:install fzsd.module{sweeper:1b} run function #fzsd:module/sweeper/load \ No newline at end of file diff --git a/data/fzsd/functions/module/sweeper/uninstall.mcfunction b/data/fzsd/functions/module/sweeper/uninstall.mcfunction deleted file mode 100644 index 788b452..0000000 --- a/data/fzsd/functions/module/sweeper/uninstall.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -bossbar remove fzsd:sweeper - -## 标记为已安装 -data modify storage fzsd:install fzsd.module.sweeper set value 0b - -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已卸载组件:扫地机"}] \ No newline at end of file diff --git a/data/fzsd/functions/system/carpet/settings_preset.mcfunction b/data/fzsd/functions/system/carpet/settings_preset.mcfunction deleted file mode 100644 index bd31bd0..0000000 --- a/data/fzsd/functions/system/carpet/settings_preset.mcfunction +++ /dev/null @@ -1,18 +0,0 @@ -# 这个文件并不会自动执行,有需要可以手动执行 -carpet setDefault language zh_cn -carpet setDefault stackableShulkerBoxes 16 -carpet setDefault leadFix true -carpet setDefault ctrlQCraftingFix true -carpet setDefault smoothClientAnimations true -carpet setDefault fastRedstoneDust true -carpet setDefault reloadSuffocationFix true -carpet setDefault persistentParrots true -carpet setDefault missingTools true -carpet setDefault optimizedTNT true -carpet setDefault placementRotationFix true -carpet setDefault cleanLogs true -carpet setDefault lightningKillsDropsFix true -carpet setDefault lagFreeSpawning true -carpet setDefault accurateBlockPlacement true -carpet setDefault flippinCactus true -carpet setDefault defaultLoggers mobcaps,tps diff --git a/data/fzsd/functions/system/carpet/try_load_fzsd_score.mcfunction b/data/fzsd/functions/system/carpet/try_load_fzsd_score.mcfunction deleted file mode 100644 index 195b0d2..0000000 --- a/data/fzsd/functions/system/carpet/try_load_fzsd_score.mcfunction +++ /dev/null @@ -1 +0,0 @@ -script run if(system_info('app_list') ~ 'fzsd_score' == null && run('script load fzsd_score'):0 == 0,run('carpet commandPlayer false'); print(player('all'), '未安装计分板配套插件,请按使用说明安装或联系服务器管理员!已禁用地毯假人,以避免污染计分板,请自行启用!')) \ No newline at end of file diff --git a/data/fzsd/functions/system/install/install.mcfunction b/data/fzsd/functions/system/install/install.mcfunction deleted file mode 100644 index dde43ab..0000000 --- a/data/fzsd/functions/system/install/install.mcfunction +++ /dev/null @@ -1,7 +0,0 @@ -## 整数类型 -scoreboard objectives add fzsd.variable.integer dummy -scoreboard players set -1 fzsd.variable.integer -1 -scoreboard players set 10 fzsd.variable.integer 10 -scoreboard players set 200 fzsd.variable.integer 200 -scoreboard players set 24000 fzsd.variable.integer 24000 -scoreboard players set 72000 fzsd.variable.integer 72000 \ No newline at end of file diff --git a/data/fzsd/functions/system/install/post.mcfunction b/data/fzsd/functions/system/install/post.mcfunction deleted file mode 100644 index 9e72e1e..0000000 --- a/data/fzsd/functions/system/install/post.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -## 标记为已安装 -data modify storage fzsd:install fzsd.global set value 1b - -## 日志 -tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "安装完成!"}] \ No newline at end of file diff --git a/data/fzsd/functions/system/load/load.mcfunction b/data/fzsd/functions/system/load/load.mcfunction deleted file mode 100644 index 5473280..0000000 --- a/data/fzsd/functions/system/load/load.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -## 常量 -scoreboard players set -1 fzsd.variable.integer -1 -scoreboard players set 10 fzsd.variable.integer 10 -scoreboard players set 200 fzsd.variable.integer 200 -scoreboard players set 24000 fzsd.variable.integer 24000 -scoreboard players set 72000 fzsd.variable.integer 72000 \ No newline at end of file diff --git a/data/fzsd/functions/system/load/post.mcfunction b/data/fzsd/functions/system/load/post.mcfunction deleted file mode 100644 index a0f7346..0000000 --- a/data/fzsd/functions/system/load/post.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ -## 日志 -execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "加载完成!"}] \ No newline at end of file diff --git a/data/fzsd/functions/system/uninstall/cache_module_install_data.mcfunction b/data/fzsd/functions/system/uninstall/cache_module_install_data.mcfunction deleted file mode 100644 index 4bd895f..0000000 --- a/data/fzsd/functions/system/uninstall/cache_module_install_data.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ -## 将模块安装记录缓存,因为模块的卸载函数会覆盖该记录 -data modify storage fzsd:install fzsd.cache set from storage fzsd:install fzsd.module \ No newline at end of file diff --git a/data/fzsd/functions/system/uninstall/post.mcfunction b/data/fzsd/functions/system/uninstall/post.mcfunction deleted file mode 100644 index cdb836e..0000000 --- a/data/fzsd/functions/system/uninstall/post.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -## 标记为已卸载 -data modify storage fzsd:install fzsd.global set value 0b - -## 日志 -tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "卸载完成!"}] \ No newline at end of file diff --git a/data/fzsd/functions/system/uninstall/restore_module_install_data.mcfunction b/data/fzsd/functions/system/uninstall/restore_module_install_data.mcfunction deleted file mode 100644 index 37595a1..0000000 --- a/data/fzsd/functions/system/uninstall/restore_module_install_data.mcfunction +++ /dev/null @@ -1,3 +0,0 @@ -## 恢复模块安装记录 -data modify storage fzsd:install fzsd.module set from storage fzsd:install fzsd.cache -data remove storage fzsd:install fzsd.cache \ No newline at end of file diff --git a/data/fzsd/functions/system/uninstall/uninstall.mcfunction b/data/fzsd/functions/system/uninstall/uninstall.mcfunction deleted file mode 100644 index d05ffbb..0000000 --- a/data/fzsd/functions/system/uninstall/uninstall.mcfunction +++ /dev/null @@ -1,5 +0,0 @@ -## 整数类型 -scoreboard objectives remove fzsd.variable.integer - -## 清除缓存 -data remove storage fzsd:global fzsd \ No newline at end of file diff --git a/data/fzsd/functions/system/update.mcfunction b/data/fzsd/functions/system/update.mcfunction deleted file mode 100644 index 42e11c5..0000000 --- a/data/fzsd/functions/system/update.mcfunction +++ /dev/null @@ -1,2 +0,0 @@ -execute if data storage fzsd:install fzsd{global: 1b} run function #fzsd:uninstall -function #fzsd:install diff --git a/data/fzsd/predicates/in_dimension_overworld.json b/data/fzsd/predicates/in_dimension_overworld.json deleted file mode 100644 index ce7f9a2..0000000 --- a/data/fzsd/predicates/in_dimension_overworld.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "location": { - "dimension": "minecraft:overworld" - } - } -} \ No newline at end of file diff --git a/data/fzsd/predicates/in_dimension_the_nether.json b/data/fzsd/predicates/in_dimension_the_nether.json deleted file mode 100644 index 545cdcd..0000000 --- a/data/fzsd/predicates/in_dimension_the_nether.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "location": { - "dimension": "minecraft:the_nether" - } - } -} \ No newline at end of file diff --git a/data/fzsd/predicates/is_fake_player.json b/data/fzsd/predicates/is_fake_player.json deleted file mode 100644 index b0f390b..0000000 --- a/data/fzsd/predicates/is_fake_player.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "team": "fzsd.module.scoreboard.fake" - } -} \ No newline at end of file diff --git a/data/fzsd/predicates/is_real_player.json b/data/fzsd/predicates/is_real_player.json deleted file mode 100644 index f8ebc9c..0000000 --- a/data/fzsd/predicates/is_real_player.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "condition": "minecraft:inverted", - "term": { - "condition": "minecraft:reference", - "name": "fzsd:not_real_player" - } -} \ No newline at end of file diff --git a/data/fzsd/predicates/is_shadow_player.json b/data/fzsd/predicates/is_shadow_player.json deleted file mode 100644 index e037631..0000000 --- a/data/fzsd/predicates/is_shadow_player.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "team": "fzsd.module.scoreboard.shadow" - } -} \ No newline at end of file diff --git a/data/fzsd/predicates/not_real_player.json b/data/fzsd/predicates/not_real_player.json deleted file mode 100644 index c18b150..0000000 --- a/data/fzsd/predicates/not_real_player.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "condition": "minecraft:any_of", - "terms": [ - { - "condition": "minecraft:reference", - "name": "fzsd:is_fake_player" - }, - { - "condition": "minecraft:reference", - "name": "fzsd:is_shadow_player" - } - ] -} \ No newline at end of file diff --git a/data/fzsd/predicates/sweeper/whitelist.json b/data/fzsd/predicates/sweeper/whitelist.json deleted file mode 100644 index e850275..0000000 --- a/data/fzsd/predicates/sweeper/whitelist.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "condition": "minecraft:any_of", - "terms": [ - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "nbt": "{Item:{id:\"minecraft:minecart\"}}" - } - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "nbt": "{Item:{id:\"minecraft:hopper_minecart\"}}" - } - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "nbt": "{Item:{id:\"minecraft:chest_minecart\"}}" - } - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "nbt": "{Item:{id:\"minecraft:furnace_minecart\"}}" - } - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "nbt": "{Item:{id:\"minecraft:oak_boat\"}}" - } - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "nbt": "{Item:{id:\"minecraft:birch_boat\"}}" - } - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "nbt": "{Item:{id:\"minecraft:acacia_boat\"}}" - } - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "nbt": "{Item:{id:\"minecraft:cherry_boat\"}}" - } - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "nbt": "{Item:{id:\"minecraft:jungle_boat\"}}" - } - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "nbt": "{Item:{id:\"minecraft:spruce_boat\"}}" - } - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "nbt": "{Item:{id:\"minecraft:dark_oak_boat\"}}" - } - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "nbt": "{Item:{id:\"minecraft:mangrove_boat\"}}" - } - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "nbt": "{Item:{id:\"minecraft:pale_oak_boat\"}}" - } - }, - { - "condition": "minecraft:entity_properties", - "entity": "this", - "predicate": { - "nbt": "{Item:{id:\"minecraft:bamboo_raft\"}}" - } - } - ] -} diff --git a/data/fzsd/predicates/used_tool.json b/data/fzsd/predicates/used_tool.json deleted file mode 100644 index 1a62526..0000000 --- a/data/fzsd/predicates/used_tool.json +++ /dev/null @@ -1,284 +0,0 @@ -{ - "condition": "minecraft:any_of", - "terms": [ - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.diamond_axe": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.diamond_hoe": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.diamond_pickaxe": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.diamond_shovel": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.diamond_sword": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.golden_axe": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.golden_hoe": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.golden_pickaxe": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.golden_shovel": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.golden_sword": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.iron_axe": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.iron_hoe": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.iron_pickaxe": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.iron_shovel": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.iron_sword": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.netherite_axe": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.netherite_hoe": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.netherite_pickaxe": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.netherite_shovel": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.netherite_sword": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.shears": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.stone_axe": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.stone_hoe": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.stone_pickaxe": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.stone_shovel": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.stone_sword": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.wooden_axe": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.wooden_hoe": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.wooden_pickaxe": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.wooden_shovel": { - "min": 1 - } - } - }, - { - "condition": "minecraft:entity_scores", - "entity": "this", - "scores": { - "fzsd.event.used_tool.wooden_sword": { - "min": 1 - } - } - } - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/blocks/liquid.json b/data/fzsd/tags/blocks/liquid.json deleted file mode 100644 index 43ed7cb..0000000 --- a/data/fzsd/tags/blocks/liquid.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "minecraft:water", - "minecraft:lava" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/blocks/placed_liquid_ignore.json b/data/fzsd/tags/blocks/placed_liquid_ignore.json deleted file mode 100644 index 2210513..0000000 --- a/data/fzsd/tags/blocks/placed_liquid_ignore.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:liquid", - "minecraft:powder_snow" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/blocks/stripped_blocks.json b/data/fzsd/tags/blocks/stripped_blocks.json deleted file mode 100644 index 86c9557..0000000 --- a/data/fzsd/tags/blocks/stripped_blocks.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "replace": false, - "values": [ - "minecraft:stripped_acacia_log", - "minecraft:stripped_acacia_wood", - "minecraft:stripped_birch_log", - "minecraft:stripped_birch_wood", - "minecraft:stripped_crimson_hyphae", - "minecraft:stripped_crimson_stem", - "minecraft:stripped_dark_oak_log", - "minecraft:stripped_dark_oak_wood", - "minecraft:stripped_jungle_log", - "minecraft:stripped_jungle_wood", - "minecraft:stripped_oak_log", - "minecraft:stripped_oak_wood", - "minecraft:stripped_spruce_log", - "minecraft:stripped_spruce_wood", - "minecraft:stripped_warped_hyphae", - "minecraft:stripped_warped_stem", - "minecraft:stripped_cherry_log", - "minecraft:stripped_cherry_wood", - "minecraft:stripped_mangrove_log", - "minecraft:stripped_mangrove_wood" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/entity_types/ignore_on_player_killed_entity.json b/data/fzsd/tags/entity_types/ignore_on_player_killed_entity.json deleted file mode 100644 index 46e01c5..0000000 --- a/data/fzsd/tags/entity_types/ignore_on_player_killed_entity.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "replace": false, - "values": [ - "minecraft:armor_stand", - "minecraft:boat", - "minecraft:minecart", - "minecraft:shulker_bullet", - "minecraft:item_frame", - "minecraft:glow_item_frame", - "minecraft:painting", - "minecraft:end_crystal" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/entity_types/shearable.json b/data/fzsd/tags/entity_types/shearable.json deleted file mode 100644 index 6f7fd6b..0000000 --- a/data/fzsd/tags/entity_types/shearable.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "minecraft:sheep" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/api/get_current_daytime.json b/data/fzsd/tags/functions/api/get_current_daytime.json deleted file mode 100644 index ea94533..0000000 --- a/data/fzsd/tags/functions/api/get_current_daytime.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:api/get_current_daytime" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/api/get_current_gametime.json b/data/fzsd/tags/functions/api/get_current_gametime.json deleted file mode 100644 index 5d34e09..0000000 --- a/data/fzsd/tags/functions/api/get_current_gametime.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:api/get_current_gametime" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/api/get_dimension_name.json b/data/fzsd/tags/functions/api/get_dimension_name.json deleted file mode 100644 index 4b69c89..0000000 --- a/data/fzsd/tags/functions/api/get_dimension_name.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:api/get_dimension_name/default", - "#fzsd:api/get_dimension_name/minecraft/overworld", - "#fzsd:api/get_dimension_name/minecraft/the_end", - "#fzsd:api/get_dimension_name/minecraft/the_nether" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/api/get_dimension_name/minecraft/overworld.json b/data/fzsd/tags/functions/api/get_dimension_name/minecraft/overworld.json deleted file mode 100644 index 6f97d3c..0000000 --- a/data/fzsd/tags/functions/api/get_dimension_name/minecraft/overworld.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:api/get_dimension_name/minecraft/overworld" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/api/get_dimension_name/minecraft/the_end.json b/data/fzsd/tags/functions/api/get_dimension_name/minecraft/the_end.json deleted file mode 100644 index 1a8b468..0000000 --- a/data/fzsd/tags/functions/api/get_dimension_name/minecraft/the_end.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:api/get_dimension_name/minecraft/the_end" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/api/get_dimension_name/minecraft/the_nether.json b/data/fzsd/tags/functions/api/get_dimension_name/minecraft/the_nether.json deleted file mode 100644 index 568d8ac..0000000 --- a/data/fzsd/tags/functions/api/get_dimension_name/minecraft/the_nether.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:api/get_dimension_name/minecraft/the_nether" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/api/get_player_dimension.json b/data/fzsd/tags/functions/api/get_player_dimension.json deleted file mode 100644 index 862c1d0..0000000 --- a/data/fzsd/tags/functions/api/get_player_dimension.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:api/get_player_dimension" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/api/get_time_since_rest.json b/data/fzsd/tags/functions/api/get_time_since_rest.json deleted file mode 100644 index c336391..0000000 --- a/data/fzsd/tags/functions/api/get_time_since_rest.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:api/get_time_since_rest" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/api/install.json b/data/fzsd/tags/functions/api/install.json deleted file mode 100644 index c9849a6..0000000 --- a/data/fzsd/tags/functions/api/install.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:api/install" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/api/uninstall.json b/data/fzsd/tags/functions/api/uninstall.json deleted file mode 100644 index e20ddcc..0000000 --- a/data/fzsd/tags/functions/api/uninstall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:api/uninstall" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/calculation/highest_id_add_1.json b/data/fzsd/tags/functions/calculation/highest_id_add_1.json deleted file mode 100644 index 0d2f172..0000000 --- a/data/fzsd/tags/functions/calculation/highest_id_add_1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": true, - "values": [ - "fzsd:module/scoreboard/display/highest_id_add_1" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/deep_install.json b/data/fzsd/tags/functions/deep_install.json deleted file mode 100644 index dc9b999..0000000 --- a/data/fzsd/tags/functions/deep_install.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "__comment": "本标签将强制安装所有模块", - "replace": false, - "values": [ - "#fzsd:system/install/pre", - "#fzsd:system/install/system", - "#fzsd:system/install/module/force", - "#fzsd:system/install/post" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/deep_reinstall.json b/data/fzsd/tags/functions/deep_reinstall.json deleted file mode 100644 index 826d6b1..0000000 --- a/data/fzsd/tags/functions/deep_reinstall.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "__comment": "本标签将强制重装所有模块", - "replace": false, - "values": [ - "#fzsd:deep_uninstall", - "#fzsd:deep_install", - "#fzsd:load" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/deep_uninstall.json b/data/fzsd/tags/functions/deep_uninstall.json deleted file mode 100644 index 0446c70..0000000 --- a/data/fzsd/tags/functions/deep_uninstall.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "__comment": "本标签将强制卸载所有模块", - "replace": false, - "values": [ - "#fzsd:system/uninstall/pre", - "#fzsd:system/uninstall/module", - "#fzsd:system/uninstall/system", - "#fzsd:system/uninstall/post" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/advancement/reset_advancements.json b/data/fzsd/tags/functions/game_event/advancement/reset_advancements.json deleted file mode 100644 index 4909996..0000000 --- a/data/fzsd/tags/functions/game_event/advancement/reset_advancements.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:game_event/advancement/reset_advancements" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/game/on_night.json b/data/fzsd/tags/functions/game_event/game/on_night.json deleted file mode 100644 index 365d15d..0000000 --- a/data/fzsd/tags/functions/game_event/game/on_night.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:module/phantom_warning/event/on_night" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/install.json b/data/fzsd/tags/functions/game_event/install.json deleted file mode 100644 index 27ec775..0000000 --- a/data/fzsd/tags/functions/game_event/install.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:game_event/install" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/on_tick.json b/data/fzsd/tags/functions/game_event/on_tick.json deleted file mode 100644 index 413e722..0000000 --- a/data/fzsd/tags/functions/game_event/on_tick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:game_event/game/on_night/on_tick" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/player/on_aviate_one_meter.json b/data/fzsd/tags/functions/game_event/player/on_aviate_one_meter.json deleted file mode 100644 index 066489b..0000000 --- a/data/fzsd/tags/functions/game_event/player/on_aviate_one_meter.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:module/scoreboard/assign/scoreboard/aviating_distance" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/player/on_broke_block_with_tool.json b/data/fzsd/tags/functions/game_event/player/on_broke_block_with_tool.json deleted file mode 100644 index d76ccdf..0000000 --- a/data/fzsd/tags/functions/game_event/player/on_broke_block_with_tool.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:module/scoreboard/assign/scoreboard/dig_count" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/player/on_broke_block_with_tool/calculate_dig_score.json b/data/fzsd/tags/functions/game_event/player/on_broke_block_with_tool/calculate_dig_score.json deleted file mode 100644 index a050418..0000000 --- a/data/fzsd/tags/functions/game_event/player/on_broke_block_with_tool/calculate_dig_score.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:game_event/player/on_broke_block_with_tool/calculate_dig_score" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/player/on_dead.json b/data/fzsd/tags/functions/game_event/player/on_dead.json deleted file mode 100644 index a98eee5..0000000 --- a/data/fzsd/tags/functions/game_event/player/on_dead.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:module/scoreboard/assign/scoreboard/death_count" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/player/on_entered_nether_portal.json b/data/fzsd/tags/functions/game_event/player/on_entered_nether_portal.json deleted file mode 100644 index 7a09c06..0000000 --- a/data/fzsd/tags/functions/game_event/player/on_entered_nether_portal.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:module/last_nether_portal/event/on_entered_nether_portal" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/player/on_fished.json b/data/fzsd/tags/functions/game_event/player/on_fished.json deleted file mode 100644 index 9364527..0000000 --- a/data/fzsd/tags/functions/game_event/player/on_fished.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:module/scoreboard/assign/scoreboard/fishing_count" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/player/on_hurt_entity_with_tools.json b/data/fzsd/tags/functions/game_event/player/on_hurt_entity_with_tools.json deleted file mode 100644 index 907e30b..0000000 --- a/data/fzsd/tags/functions/game_event/player/on_hurt_entity_with_tools.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/player/on_killed_mob_or_player.json b/data/fzsd/tags/functions/game_event/player/on_killed_mob_or_player.json deleted file mode 100644 index f95a913..0000000 --- a/data/fzsd/tags/functions/game_event/player/on_killed_mob_or_player.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:module/scoreboard/assign/scoreboard/kill_count" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/player/on_login.json b/data/fzsd/tags/functions/game_event/player/on_login.json deleted file mode 100644 index d3411ba..0000000 --- a/data/fzsd/tags/functions/game_event/player/on_login.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:module/interactor/reset_trigger", - "#fzsd:module/interactor/event/reset_advancements", - "fzsd:module/join_message/event/on_login/on_login" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/player/on_piglin_trade.json b/data/fzsd/tags/functions/game_event/player/on_piglin_trade.json deleted file mode 100644 index 9a10072..0000000 --- a/data/fzsd/tags/functions/game_event/player/on_piglin_trade.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:module/scoreboard/assign/scoreboard/trade_count" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/player/on_placed_block.json b/data/fzsd/tags/functions/game_event/player/on_placed_block.json deleted file mode 100644 index a1dc310..0000000 --- a/data/fzsd/tags/functions/game_event/player/on_placed_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "replace": false, - "values": [ - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/player/on_placed_liquid.json b/data/fzsd/tags/functions/game_event/player/on_placed_liquid.json deleted file mode 100644 index a1dc310..0000000 --- a/data/fzsd/tags/functions/game_event/player/on_placed_liquid.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "replace": false, - "values": [ - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/player/on_placed_solid.json b/data/fzsd/tags/functions/game_event/player/on_placed_solid.json deleted file mode 100644 index 5210f29..0000000 --- a/data/fzsd/tags/functions/game_event/player/on_placed_solid.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:module/scoreboard/assign/scoreboard/placement_count" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/player/on_play_one_hour.json b/data/fzsd/tags/functions/game_event/player/on_play_one_hour.json deleted file mode 100644 index 8459e67..0000000 --- a/data/fzsd/tags/functions/game_event/player/on_play_one_hour.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:module/scoreboard/assign/scoreboard/activation" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/player/on_shears_used_on_entity.json b/data/fzsd/tags/functions/game_event/player/on_shears_used_on_entity.json deleted file mode 100644 index 907e30b..0000000 --- a/data/fzsd/tags/functions/game_event/player/on_shears_used_on_entity.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/player/on_sleeping.json b/data/fzsd/tags/functions/game_event/player/on_sleeping.json deleted file mode 100644 index 907e30b..0000000 --- a/data/fzsd/tags/functions/game_event/player/on_sleeping.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/player/on_sneak.json b/data/fzsd/tags/functions/game_event/player/on_sneak.json deleted file mode 100644 index 907e30b..0000000 --- a/data/fzsd/tags/functions/game_event/player/on_sneak.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/player/on_took_damage.json b/data/fzsd/tags/functions/game_event/player/on_took_damage.json deleted file mode 100644 index 7cf64b6..0000000 --- a/data/fzsd/tags/functions/game_event/player/on_took_damage.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:module/scoreboard/assign/scoreboard/damage_taken" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/player/on_tools_right_click_used.json b/data/fzsd/tags/functions/game_event/player/on_tools_right_click_used.json deleted file mode 100644 index 907e30b..0000000 --- a/data/fzsd/tags/functions/game_event/player/on_tools_right_click_used.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/player/on_tools_used_on_block.json b/data/fzsd/tags/functions/game_event/player/on_tools_used_on_block.json deleted file mode 100644 index a1dc310..0000000 --- a/data/fzsd/tags/functions/game_event/player/on_tools_used_on_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "replace": false, - "values": [ - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/player/on_unsneak.json b/data/fzsd/tags/functions/game_event/player/on_unsneak.json deleted file mode 100644 index e07d337..0000000 --- a/data/fzsd/tags/functions/game_event/player/on_unsneak.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "__comment": "调用者:fzsd:game_event/on_unsneaked,当玩家蹲起后触发此事件", - "replace": false, - "values": [ - "fzsd:module/interactor/event/on_unsneak/on_unsneak" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/player/on_used_tool.json b/data/fzsd/tags/functions/game_event/player/on_used_tool.json deleted file mode 100644 index ce9eb56..0000000 --- a/data/fzsd/tags/functions/game_event/player/on_used_tool.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:game_event/player/on_broke_block_with_tool/calculate_dig_score", - "fzsd:game_event/player/on_broke_block_with_tool/try_trigger" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/player/on_used_tool/reset_used_tool.json b/data/fzsd/tags/functions/game_event/player/on_used_tool/reset_used_tool.json deleted file mode 100644 index 705614c..0000000 --- a/data/fzsd/tags/functions/game_event/player/on_used_tool/reset_used_tool.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:game_event/player/on_used_tool/reset_used_tool" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/player/on_villager_trade.json b/data/fzsd/tags/functions/game_event/player/on_villager_trade.json deleted file mode 100644 index 9a10072..0000000 --- a/data/fzsd/tags/functions/game_event/player/on_villager_trade.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:module/scoreboard/assign/scoreboard/trade_count" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/reset_all.json b/data/fzsd/tags/functions/game_event/reset_all.json deleted file mode 100644 index c1b23bd..0000000 --- a/data/fzsd/tags/functions/game_event/reset_all.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:game_event/advancement/reset_advancements", - "#fzsd:game_event/player/on_used_tool/reset_used_tool" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/uninstall.json b/data/fzsd/tags/functions/game_event/uninstall.json deleted file mode 100644 index f2713ef..0000000 --- a/data/fzsd/tags/functions/game_event/uninstall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:game_event/uninstall" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/install.json b/data/fzsd/tags/functions/install.json deleted file mode 100644 index 2421f9b..0000000 --- a/data/fzsd/tags/functions/install.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "__comment": "本标签将尝试安装安装记录不为false的模块", - "replace": false, - "values": [ - "#fzsd:system/install/pre", - "#fzsd:system/install/system", - "#fzsd:system/install/module/try", - "#fzsd:system/install/post" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/load.json b/data/fzsd/tags/functions/load.json deleted file mode 100644 index bc3a4f8..0000000 --- a/data/fzsd/tags/functions/load.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "__comment": "本标签将尝试加载安装记录为true的模块", - "replace": false, - "values": [ - "#fzsd:system/load/pre", - "#fzsd:system/load/system", - "#fzsd:system/load/module/try", - "#fzsd:system/load/post" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/logger/clear_data.json b/data/fzsd/tags/functions/logger/clear_data.json deleted file mode 100644 index 9fba972..0000000 --- a/data/fzsd/tags/functions/logger/clear_data.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:logger/clear_data" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/logger/install.json b/data/fzsd/tags/functions/logger/install.json deleted file mode 100644 index 9d12fc6..0000000 --- a/data/fzsd/tags/functions/logger/install.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:logger/install" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/logger/uninstall.json b/data/fzsd/tags/functions/logger/uninstall.json deleted file mode 100644 index 62564b7..0000000 --- a/data/fzsd/tags/functions/logger/uninstall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:logger/uninstall" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/health/install.json b/data/fzsd/tags/functions/module/health/install.json deleted file mode 100644 index 6e61403..0000000 --- a/data/fzsd/tags/functions/module/health/install.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/health/install" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/health/load.json b/data/fzsd/tags/functions/module/health/load.json deleted file mode 100644 index f3c0d82..0000000 --- a/data/fzsd/tags/functions/module/health/load.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:module/health/set_health_name", - "fzsd:module/health/load" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/health/set_health_name.json b/data/fzsd/tags/functions/module/health/set_health_name.json deleted file mode 100644 index 076eb23..0000000 --- a/data/fzsd/tags/functions/module/health/set_health_name.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "__comment": "用于自定义血量单位", - "__comment_replace": "编写扩展数据包时必须为true", - "replace": false, - "__comment_values": "此处只能填写一个函数!", - "values": [ - "fzsd:module/health/set_health_name/default" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/health/uninstall.json b/data/fzsd/tags/functions/module/health/uninstall.json deleted file mode 100644 index 1ac2c87..0000000 --- a/data/fzsd/tags/functions/module/health/uninstall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/health/uninstall" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/here/get_dimension_message.json b/data/fzsd/tags/functions/module/here/get_dimension_message.json deleted file mode 100644 index 9c0f364..0000000 --- a/data/fzsd/tags/functions/module/here/get_dimension_message.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/here/get_dimension_message/overworld", - "fzsd:module/here/get_dimension_message/the_nether" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/here/get_message.json b/data/fzsd/tags/functions/module/here/get_message.json deleted file mode 100644 index 8601c96..0000000 --- a/data/fzsd/tags/functions/module/here/get_message.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:api/get_player_dimension", - "#fzsd:api/get_dimension_name", - "fzsd:module/here/get_message", - "#fzsd:module/here/get_dimension_message" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/here/global_message.json b/data/fzsd/tags/functions/module/here/global_message.json deleted file mode 100644 index 2a76977..0000000 --- a/data/fzsd/tags/functions/module/here/global_message.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:module/here/get_message", - "fzsd:module/here/global_message" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/here/install.json b/data/fzsd/tags/functions/module/here/install.json deleted file mode 100644 index 0efe1d0..0000000 --- a/data/fzsd/tags/functions/module/here/install.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/here/install" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/here/interactor/display.json b/data/fzsd/tags/functions/module/here/interactor/display.json deleted file mode 100644 index 032b9d4..0000000 --- a/data/fzsd/tags/functions/module/here/interactor/display.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/here/interactor/display" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/here/interactor/on_click.json b/data/fzsd/tags/functions/module/here/interactor/on_click.json deleted file mode 100644 index 31778a2..0000000 --- a/data/fzsd/tags/functions/module/here/interactor/on_click.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/here/interactor/on_click" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/here/private_message.json b/data/fzsd/tags/functions/module/here/private_message.json deleted file mode 100644 index 440181a..0000000 --- a/data/fzsd/tags/functions/module/here/private_message.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:module/here/get_message", - "fzsd:module/here/private_message" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/here/uninstall.json b/data/fzsd/tags/functions/module/here/uninstall.json deleted file mode 100644 index 0d4f548..0000000 --- a/data/fzsd/tags/functions/module/here/uninstall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/here/uninstall" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/interactor/event/on_click.json b/data/fzsd/tags/functions/module/interactor/event/on_click.json deleted file mode 100644 index 0ee392c..0000000 --- a/data/fzsd/tags/functions/module/interactor/event/on_click.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/interactor/interactor/on_click", - "#fzsd:module/scoreboard/interactor/on_click", - "#fzsd:module/here/interactor/on_click", - "#fzsd:module/last_death/interactor/on_click", - "#fzsd:module/last_nether_portal/interactor/on_click", - "#fzsd:module/last_spawn_point/interactor/on_click", - "#fzsd:module/sweeper/interactor/on_click", - "#fzsd:module/phantom_warning/interactor/on_click" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/interactor/event/on_display.json b/data/fzsd/tags/functions/module/interactor/event/on_display.json deleted file mode 100644 index 28e190e..0000000 --- a/data/fzsd/tags/functions/module/interactor/event/on_display.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "__comment": "调用者:fzsd:module/interactor/on_click、fzsd:module/interactor/trigger", - "replace": false, - "values": [ - "fzsd:module/interactor/interactor/display", - "#fzsd:module/scoreboard/interactor/display", - "#fzsd:module/here/interactor/display", - "#fzsd:module/last_death/interactor/display", - "#fzsd:module/last_nether_portal/interactor/display", - "#fzsd:module/last_spawn_point/interactor/display", - "#fzsd:module/sweeper/interactor/display", - "#fzsd:module/phantom_warning/interactor/display" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/interactor/event/on_start_interact.json b/data/fzsd/tags/functions/module/interactor/event/on_start_interact.json deleted file mode 100644 index a96258a..0000000 --- a/data/fzsd/tags/functions/module/interactor/event/on_start_interact.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:module/interactor/event/on_display", - "#fzsd:module/interactor/reset_trigger" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/interactor/event/reset_advancements.json b/data/fzsd/tags/functions/module/interactor/event/reset_advancements.json deleted file mode 100644 index bbab5d7..0000000 --- a/data/fzsd/tags/functions/module/interactor/event/reset_advancements.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/interactor/event/reset_advancements" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/interactor/install.json b/data/fzsd/tags/functions/module/interactor/install.json deleted file mode 100644 index 56145f1..0000000 --- a/data/fzsd/tags/functions/module/interactor/install.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "__comment": "调用者:#fzsd:module/install", - "replace": false, - "values": [ - "fzsd:module/interactor/install" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/interactor/load.json b/data/fzsd/tags/functions/module/interactor/load.json deleted file mode 100644 index 980a65f..0000000 --- a/data/fzsd/tags/functions/module/interactor/load.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "__comment": "调用者:fzsd:module/try_load", - "replace": false, - "values": [ - "fzsd:module/interactor/load" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/interactor/reset_trigger.json b/data/fzsd/tags/functions/module/interactor/reset_trigger.json deleted file mode 100644 index 05d6f51..0000000 --- a/data/fzsd/tags/functions/module/interactor/reset_trigger.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/interactor/reset_trigger" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/interactor/uninstall.json b/data/fzsd/tags/functions/module/interactor/uninstall.json deleted file mode 100644 index 1274fae..0000000 --- a/data/fzsd/tags/functions/module/interactor/uninstall.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "__comment": "调用者:#fzsd:module/uninstall", - "replace": false, - "values": [ - "fzsd:module/interactor/uninstall" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/join_message/install.json b/data/fzsd/tags/functions/module/join_message/install.json deleted file mode 100644 index 29de367..0000000 --- a/data/fzsd/tags/functions/module/join_message/install.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/join_message/install" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/join_message/send_message.json b/data/fzsd/tags/functions/module/join_message/send_message.json deleted file mode 100644 index d419905..0000000 --- a/data/fzsd/tags/functions/module/join_message/send_message.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/join_message/default_message" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/join_message/uninstall.json b/data/fzsd/tags/functions/module/join_message/uninstall.json deleted file mode 100644 index 7c21298..0000000 --- a/data/fzsd/tags/functions/module/join_message/uninstall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/join_message/uninstall" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/last_death/get_death_point.json b/data/fzsd/tags/functions/module/last_death/get_death_point.json deleted file mode 100644 index 24036a5..0000000 --- a/data/fzsd/tags/functions/module/last_death/get_death_point.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/last_death/get_death_point", - "#fzsd:api/get_dimension_name" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/last_death/install.json b/data/fzsd/tags/functions/module/last_death/install.json deleted file mode 100644 index 03707ab..0000000 --- a/data/fzsd/tags/functions/module/last_death/install.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/last_death/install" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/last_death/interactor/display.json b/data/fzsd/tags/functions/module/last_death/interactor/display.json deleted file mode 100644 index 6e2ff7c..0000000 --- a/data/fzsd/tags/functions/module/last_death/interactor/display.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/last_death/interactor/display" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/last_death/interactor/on_click.json b/data/fzsd/tags/functions/module/last_death/interactor/on_click.json deleted file mode 100644 index 6482ba3..0000000 --- a/data/fzsd/tags/functions/module/last_death/interactor/on_click.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/last_death/interactor/on_click" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/last_death/private_message.json b/data/fzsd/tags/functions/module/last_death/private_message.json deleted file mode 100644 index 5151100..0000000 --- a/data/fzsd/tags/functions/module/last_death/private_message.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:module/last_death/get_death_point", - "fzsd:module/last_death/private_message" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/last_death/uninstall.json b/data/fzsd/tags/functions/module/last_death/uninstall.json deleted file mode 100644 index 4f4c04b..0000000 --- a/data/fzsd/tags/functions/module/last_death/uninstall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/last_death/uninstall" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/last_nether_portal/event/on_entered_nether_portal.json b/data/fzsd/tags/functions/module/last_nether_portal/event/on_entered_nether_portal.json deleted file mode 100644 index ab735f5..0000000 --- a/data/fzsd/tags/functions/module/last_nether_portal/event/on_entered_nether_portal.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:api/get_player_dimension", - "#fzsd:api/get_dimension_name", - "fzsd:module/last_nether_portal/event/on_entered_nether_portal" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/last_nether_portal/get_message.json b/data/fzsd/tags/functions/module/last_nether_portal/get_message.json deleted file mode 100644 index a38db8d..0000000 --- a/data/fzsd/tags/functions/module/last_nether_portal/get_message.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/last_nether_portal/get_message", - "#fzsd:api/get_dimension_name" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/last_nether_portal/global_message.json b/data/fzsd/tags/functions/module/last_nether_portal/global_message.json deleted file mode 100644 index df0dd1b..0000000 --- a/data/fzsd/tags/functions/module/last_nether_portal/global_message.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:module/last_nether_portal/get_message", - "fzsd:module/last_nether_portal/global_message" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/last_nether_portal/install.json b/data/fzsd/tags/functions/module/last_nether_portal/install.json deleted file mode 100644 index eeefc17..0000000 --- a/data/fzsd/tags/functions/module/last_nether_portal/install.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/last_nether_portal/install" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/last_nether_portal/interactor/display.json b/data/fzsd/tags/functions/module/last_nether_portal/interactor/display.json deleted file mode 100644 index 0294dec..0000000 --- a/data/fzsd/tags/functions/module/last_nether_portal/interactor/display.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/last_nether_portal/interactor/display" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/last_nether_portal/interactor/on_click.json b/data/fzsd/tags/functions/module/last_nether_portal/interactor/on_click.json deleted file mode 100644 index 5d719b1..0000000 --- a/data/fzsd/tags/functions/module/last_nether_portal/interactor/on_click.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/last_nether_portal/interactor/on_click" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/last_nether_portal/private_message.json b/data/fzsd/tags/functions/module/last_nether_portal/private_message.json deleted file mode 100644 index 9a89067..0000000 --- a/data/fzsd/tags/functions/module/last_nether_portal/private_message.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:module/last_nether_portal/get_message", - "fzsd:module/last_nether_portal/private_message" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/last_nether_portal/uninstall.json b/data/fzsd/tags/functions/module/last_nether_portal/uninstall.json deleted file mode 100644 index 6c4afe0..0000000 --- a/data/fzsd/tags/functions/module/last_nether_portal/uninstall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/last_nether_portal/uninstall" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/last_spawn_point/get_spawn_point.json b/data/fzsd/tags/functions/module/last_spawn_point/get_spawn_point.json deleted file mode 100644 index b62d1fc..0000000 --- a/data/fzsd/tags/functions/module/last_spawn_point/get_spawn_point.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/last_spawn_point/get_spawn_point", - "#fzsd:api/get_dimension_name" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/last_spawn_point/install.json b/data/fzsd/tags/functions/module/last_spawn_point/install.json deleted file mode 100644 index c010035..0000000 --- a/data/fzsd/tags/functions/module/last_spawn_point/install.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/last_spawn_point/install" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/last_spawn_point/interactor/display.json b/data/fzsd/tags/functions/module/last_spawn_point/interactor/display.json deleted file mode 100644 index acd02d8..0000000 --- a/data/fzsd/tags/functions/module/last_spawn_point/interactor/display.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/last_spawn_point/interactor/display" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/last_spawn_point/interactor/on_click.json b/data/fzsd/tags/functions/module/last_spawn_point/interactor/on_click.json deleted file mode 100644 index 11e3bd2..0000000 --- a/data/fzsd/tags/functions/module/last_spawn_point/interactor/on_click.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/last_spawn_point/interactor/on_click" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/last_spawn_point/private_message.json b/data/fzsd/tags/functions/module/last_spawn_point/private_message.json deleted file mode 100644 index 8e5171c..0000000 --- a/data/fzsd/tags/functions/module/last_spawn_point/private_message.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:module/last_spawn_point/get_spawn_point", - "fzsd:module/last_spawn_point/private_message" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/last_spawn_point/uninstall.json b/data/fzsd/tags/functions/module/last_spawn_point/uninstall.json deleted file mode 100644 index 6bbd983..0000000 --- a/data/fzsd/tags/functions/module/last_spawn_point/uninstall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/last_spawn_point/uninstall" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/phantom_warning/check_time_since_rest.json b/data/fzsd/tags/functions/module/phantom_warning/check_time_since_rest.json deleted file mode 100644 index 4aff0ac..0000000 --- a/data/fzsd/tags/functions/module/phantom_warning/check_time_since_rest.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/phantom_warning/check_time_since_rest" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/phantom_warning/event/on_night.json b/data/fzsd/tags/functions/module/phantom_warning/event/on_night.json deleted file mode 100644 index e871e8e..0000000 --- a/data/fzsd/tags/functions/module/phantom_warning/event/on_night.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/phantom_warning/event/on_night" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/phantom_warning/install.json b/data/fzsd/tags/functions/module/phantom_warning/install.json deleted file mode 100644 index 2358954..0000000 --- a/data/fzsd/tags/functions/module/phantom_warning/install.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/phantom_warning/install" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/phantom_warning/interactor/display.json b/data/fzsd/tags/functions/module/phantom_warning/interactor/display.json deleted file mode 100644 index 39bb8c6..0000000 --- a/data/fzsd/tags/functions/module/phantom_warning/interactor/display.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/phantom_warning/interactor/display" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/phantom_warning/interactor/on_click.json b/data/fzsd/tags/functions/module/phantom_warning/interactor/on_click.json deleted file mode 100644 index e5739d1..0000000 --- a/data/fzsd/tags/functions/module/phantom_warning/interactor/on_click.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/phantom_warning/interactor/on_click" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/phantom_warning/send_phantom_warning.json b/data/fzsd/tags/functions/module/phantom_warning/send_phantom_warning.json deleted file mode 100644 index 23de180..0000000 --- a/data/fzsd/tags/functions/module/phantom_warning/send_phantom_warning.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "__comment": "调用者:data/fzsd/functions/module/phantom_warning/check_time_since_rest.mcfunction", - "values": [ - "fzsd:module/phantom_warning/send_phantom_warning" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/phantom_warning/uninstall.json b/data/fzsd/tags/functions/module/phantom_warning/uninstall.json deleted file mode 100644 index a6d1d7a..0000000 --- a/data/fzsd/tags/functions/module/phantom_warning/uninstall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/phantom_warning/uninstall" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/activation.json b/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/activation.json deleted file mode 100644 index 63e7adf..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/activation.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/scoreboard/assign/scoreboard/activation", - "#fzsd:module/scoreboard/assign/scoreboard/general/activation" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/aviating_distance.json b/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/aviating_distance.json deleted file mode 100644 index 191188c..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/aviating_distance.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/scoreboard/assign/scoreboard/aviating_distance", - "#fzsd:module/scoreboard/assign/scoreboard/general/aviating_distance" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/damage_taken.json b/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/damage_taken.json deleted file mode 100644 index c239022..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/damage_taken.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/scoreboard/assign/scoreboard/damage_taken", - "#fzsd:module/scoreboard/assign/scoreboard/general/damage_taken" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/death_count.json b/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/death_count.json deleted file mode 100644 index 9f08b8c..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/death_count.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/scoreboard/assign/scoreboard/death_count", - "#fzsd:module/scoreboard/assign/scoreboard/general/death_count" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/dig_count.json b/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/dig_count.json deleted file mode 100644 index 0f18813..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/dig_count.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/scoreboard/assign/scoreboard/dig_count", - "#fzsd:module/scoreboard/assign/scoreboard/general/dig_count" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/fishing_count.json b/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/fishing_count.json deleted file mode 100644 index 4eaa039..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/fishing_count.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/scoreboard/assign/scoreboard/fishing_count", - "#fzsd:module/scoreboard/assign/scoreboard/general/fishing_count" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general.json b/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general.json deleted file mode 100644 index f29ee51..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:module/scoreboard/assign/scoreboard/general/activation", - "#fzsd:module/scoreboard/assign/scoreboard/general/aviating_distance", - "#fzsd:module/scoreboard/assign/scoreboard/general/bedrock_broke_count", - "#fzsd:module/scoreboard/assign/scoreboard/general/damage_taken", - "#fzsd:module/scoreboard/assign/scoreboard/general/death_count", - "#fzsd:module/scoreboard/assign/scoreboard/general/dig_count", - "#fzsd:module/scoreboard/assign/scoreboard/general/fishing_count", - "#fzsd:module/scoreboard/assign/scoreboard/general/kill_count", - "#fzsd:module/scoreboard/assign/scoreboard/general/placement_count", - "#fzsd:module/scoreboard/assign/scoreboard/general/trade_count" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/activation.json b/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/activation.json deleted file mode 100644 index 885053b..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/activation.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "__comment_replace": "编写扩展数据包时必须为true", - "replace": false, - "__comment_values": "此处只能填写一个函数!", - "values": [ - "fzsd:module/scoreboard/assign/scoreboard/general/activation" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/aviating_distance.json b/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/aviating_distance.json deleted file mode 100644 index 91d8fe9..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/aviating_distance.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "__comment_replace": "编写扩展数据包时必须为true", - "replace": false, - "__comment_values": "此处只能填写一个函数!", - "values": [ - "fzsd:module/scoreboard/assign/scoreboard/general/aviating_distance" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/bedrock_broke_count.json b/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/bedrock_broke_count.json deleted file mode 100644 index e19c3a0..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/bedrock_broke_count.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "__comment": "用于兼容fzsd地毯脚本分数恢复功能", - "replace": false, - "values": [ - "fzsd.extra.bbl:assign/general" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/damage_taken.json b/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/damage_taken.json deleted file mode 100644 index 1103866..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/damage_taken.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "__comment_replace": "编写扩展数据包时必须为true", - "replace": false, - "__comment_values": "此处只能填写一个函数!", - "values": [ - "fzsd:module/scoreboard/assign/scoreboard/general/damage_taken" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/death_count.json b/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/death_count.json deleted file mode 100644 index cc43ee2..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/death_count.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "__comment_replace": "编写扩展数据包时必须为true", - "replace": false, - "__comment_values": "此处只能填写一个函数!", - "values": [ - "fzsd:module/scoreboard/assign/scoreboard/general/death_count" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/dig_count.json b/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/dig_count.json deleted file mode 100644 index b4cedf9..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/dig_count.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "__comment_replace": "编写扩展数据包时必须为true", - "replace": false, - "__comment_values": "此处只能填写一个函数!", - "values": [ - "fzsd:module/scoreboard/assign/scoreboard/general/dig_count" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/fishing_count.json b/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/fishing_count.json deleted file mode 100644 index 35d33a1..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/fishing_count.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "__comment_replace": "编写扩展数据包时必须为true", - "replace": false, - "__comment_values": "此处只能填写一个函数!", - "values": [ - "fzsd:module/scoreboard/assign/scoreboard/general/fishing_count" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/kill_count.json b/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/kill_count.json deleted file mode 100644 index 7407593..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/kill_count.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "__comment_replace": "编写扩展数据包时必须为true", - "replace": false, - "__comment_values": "此处只能填写一个函数!", - "values": [ - "fzsd:module/scoreboard/assign/scoreboard/general/kill_count" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/placement_count.json b/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/placement_count.json deleted file mode 100644 index 8fe5a34..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/placement_count.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "__comment_replace": "编写扩展数据包时必须为true", - "replace": false, - "__comment_values": "此处只能填写一个函数!", - "values": [ - "fzsd:module/scoreboard/assign/scoreboard/general/placement_count" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/trade_count.json b/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/trade_count.json deleted file mode 100644 index b15cc20..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/general/trade_count.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "__comment_replace": "编写扩展数据包时必须为true", - "replace": false, - "__comment_values": "此处只能填写一个函数!", - "values": [ - "fzsd:module/scoreboard/assign/scoreboard/general/trade_count" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/kill_count.json b/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/kill_count.json deleted file mode 100644 index d5a87b6..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/kill_count.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/scoreboard/assign/scoreboard/kill_count", - "#fzsd:module/scoreboard/assign/scoreboard/general/kill_count" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/placement_count.json b/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/placement_count.json deleted file mode 100644 index f3bdd3f..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/placement_count.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/scoreboard/assign/scoreboard/placement_count", - "#fzsd:module/scoreboard/assign/scoreboard/general/placement_count" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/trade_count.json b/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/trade_count.json deleted file mode 100644 index 485e8ed..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/assign/scoreboard/trade_count.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/scoreboard/assign/scoreboard/trade_count", - "#fzsd:module/scoreboard/assign/scoreboard/general/trade_count" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/clear_data.json b/data/fzsd/tags/functions/module/scoreboard/clear_data.json deleted file mode 100644 index 0e9ff18..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/clear_data.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "__comment": "调用者:fzsd:module:scoreboard/uninstall", - "replace": false, - "values": [ - "fzsd:module/scoreboard/clear_data", - "fzsd.extra.bbl:clear_data" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/display/carousel/try_display.json b/data/fzsd/tags/functions/module/scoreboard/display/carousel/try_display.json deleted file mode 100644 index a62ff32..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/display/carousel/try_display.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/scoreboard/display/carousel/try_display/activation", - "fzsd:module/scoreboard/display/carousel/try_display/aviating_distance", - "fzsd:module/scoreboard/display/carousel/try_display/damage_taken", - "fzsd:module/scoreboard/display/carousel/try_display/death_count", - "fzsd:module/scoreboard/display/carousel/try_display/dig_count", - "fzsd:module/scoreboard/display/carousel/try_display/fishing_count", - "fzsd:module/scoreboard/display/carousel/try_display/general", - "fzsd:module/scoreboard/display/carousel/try_display/kill_count", - "fzsd:module/scoreboard/display/carousel/try_display/placement_count", - "fzsd:module/scoreboard/display/carousel/try_display/trade_count", - "fzsd.extra.bbl:display/carousel/try_display" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/display/register_id.json b/data/fzsd/tags/functions/module/scoreboard/display/register_id.json deleted file mode 100644 index 084bfed..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/display/register_id.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "__comments": [ - "调用者:fzsd:module/scoreboard/load", - "用于在加载注册计分板的运行时ID" - ], - "replace": false, - "values": [ - "fzsd:module/scoreboard/display/reset_id", - "fzsd:module/scoreboard/display/register_id", - "fzsd.extra.bbl:display/register_id" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/display/set_text.json b/data/fzsd/tags/functions/module/scoreboard/display/set_text.json deleted file mode 100644 index 97d6d1e..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/display/set_text.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "__comments": [ - "调用者:fzsd:module/scoreboard/load", - "用于在加载时储存计分板颜色,不同计分板不得使用同一颜色!" - ], - "replace": false, - "values": [ - "#fzsd:module/scoreboard/display/set_text/activation", - "#fzsd:module/scoreboard/display/set_text/aviating_distance", - "#fzsd:module/scoreboard/display/set_text/carousel", - "#fzsd:module/scoreboard/display/set_text/damage_taken", - "#fzsd:module/scoreboard/display/set_text/death_count", - "#fzsd:module/scoreboard/display/set_text/dig_count", - "#fzsd:module/scoreboard/display/set_text/fishing_count", - "#fzsd:module/scoreboard/display/set_text/general", - "#fzsd:module/scoreboard/display/set_text/kill_count", - "#fzsd:module/scoreboard/display/set_text/placement_count", - "#fzsd:module/scoreboard/display/set_text/trade_count", - "#fzsd.extra.bbl:display/set_text" - ] -} diff --git a/data/fzsd/tags/functions/module/scoreboard/display/set_text/activation.json b/data/fzsd/tags/functions/module/scoreboard/display/set_text/activation.json deleted file mode 100644 index 4d1bbb2..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/display/set_text/activation.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "__comments": [ - "调用者:#fzsd:module/scoreboard/display/set_text", - "用于在加载时储存计分板颜色,不同计分板不得使用同一颜色!", - "建议不要直接修改本文件,可编写扩展数据包并覆写本标签!" - ], - "__comment_replace": "编写扩展数据包时必须为true", - "replace": false, - "__comment_values": "此处只能填写一个函数!", - "values": [ - "fzsd:module/scoreboard/display/set_text/activation/aqua" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/display/set_text/aviating_distance.json b/data/fzsd/tags/functions/module/scoreboard/display/set_text/aviating_distance.json deleted file mode 100644 index de281dc..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/display/set_text/aviating_distance.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "__comments": [ - "调用者:#fzsd:module/scoreboard/display/set_text", - "用于在加载时储存计分板颜色,不同计分板不得使用同一颜色!", - "建议不要直接修改本文件,可编写扩展数据包并覆写本标签!" - ], - "__comment_replace": "编写扩展数据包时必须为true", - "replace": false, - "__comment_values": "此处只能填写一个函数!", - "values": [ - "fzsd:module/scoreboard/display/set_text/aviating_distance/light_purple" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/display/set_text/carousel.json b/data/fzsd/tags/functions/module/scoreboard/display/set_text/carousel.json deleted file mode 100644 index cf6569d..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/display/set_text/carousel.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "__comments": [ - "调用者:#fzsd:module/scoreboard/display/set_text", - "用于在加载时储存计分板颜色,不同计分板不得使用同一颜色!", - "建议不要直接修改本文件,可编写扩展数据包并覆写本标签!" - ], - "__comment_replace": "编写扩展数据包时必须为true", - "replace": false, - "__comment_values": "此处只能填写一个函数!", - "values": [ - "fzsd:module/scoreboard/display/set_text/carousel/gold" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/display/set_text/damage_taken.json b/data/fzsd/tags/functions/module/scoreboard/display/set_text/damage_taken.json deleted file mode 100644 index de3b00d..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/display/set_text/damage_taken.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "__comments": [ - "调用者:#fzsd:module/scoreboard/display/set_text", - "用于在加载时储存计分板颜色,不同计分板不得使用同一颜色!", - "建议不要直接修改本文件,可编写扩展数据包并覆写本标签!" - ], - "__comment_replace": "编写扩展数据包时必须为true", - "replace": false, - "__comment_values": "此处只能填写一个函数!", - "values": [ - "fzsd:module/scoreboard/display/set_text/damage_taken/yellow" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/display/set_text/death_count.json b/data/fzsd/tags/functions/module/scoreboard/display/set_text/death_count.json deleted file mode 100644 index 5fc0668..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/display/set_text/death_count.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "__comments": [ - "调用者:#fzsd:module/scoreboard/display/set_text", - "用于在加载时储存计分板颜色,不同计分板不得使用同一颜色!", - "建议不要直接修改本文件,可编写扩展数据包并覆写本标签!" - ], - "__comment_replace": "编写扩展数据包时必须为true", - "replace": false, - "__comment_values": "此处只能填写一个函数!", - "values": [ - "fzsd:module/scoreboard/display/set_text/death_count/dark_red" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/display/set_text/dig_count.json b/data/fzsd/tags/functions/module/scoreboard/display/set_text/dig_count.json deleted file mode 100644 index 05ccff9..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/display/set_text/dig_count.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "__comments": [ - "调用者:#fzsd:module/scoreboard/display/set_text", - "用于在加载时储存计分板颜色,不同计分板不得使用同一颜色!", - "建议不要直接修改本文件,可编写扩展数据包并覆写本标签!" - ], - "__comment_replace": "编写扩展数据包时必须为true", - "replace": false, - "__comment_values": "此处只能填写一个函数!", - "values": [ - "fzsd:module/scoreboard/display/set_text/dig_count/gray" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/display/set_text/fishing_count.json b/data/fzsd/tags/functions/module/scoreboard/display/set_text/fishing_count.json deleted file mode 100644 index a6b3071..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/display/set_text/fishing_count.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "__comments": [ - "调用者:#fzsd:module/scoreboard/display/set_text", - "用于在加载时储存计分板颜色,不同计分板不得使用同一颜色!", - "建议不要直接修改本文件,可编写扩展数据包并覆写本标签!" - ], - "__comment_replace": "编写扩展数据包时必须为true", - "replace": false, - "__comment_values": "此处只能填写一个函数!", - "values": [ - "fzsd:module/scoreboard/display/set_text/fishing_count/blue" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/display/set_text/general.json b/data/fzsd/tags/functions/module/scoreboard/display/set_text/general.json deleted file mode 100644 index cbd599a..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/display/set_text/general.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "__comments": [ - "调用者:#fzsd:module/scoreboard/display/set_text", - "用于在加载时储存计分板颜色,不同计分板不得使用同一颜色!", - "建议不要直接修改本文件,可编写扩展数据包并覆写本标签!" - ], - "__comment_replace": "编写扩展数据包时必须为true", - "replace": false, - "__comment_values": "此处只能填写一个函数!", - "values": [ - "fzsd:module/scoreboard/display/set_text/general/dark_aqua" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/display/set_text/kill_count.json b/data/fzsd/tags/functions/module/scoreboard/display/set_text/kill_count.json deleted file mode 100644 index b87ffda..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/display/set_text/kill_count.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "__comments": [ - "调用者:#fzsd:module/scoreboard/display/set_text", - "用于在加载时储存计分板颜色,不同计分板不得使用同一颜色!", - "建议不要直接修改本文件,可编写扩展数据包并覆写本标签!" - ], - "__comment_replace": "编写扩展数据包时必须为true", - "replace": false, - "__comment_values": "此处只能填写一个函数!", - "values": [ - "fzsd:module/scoreboard/display/set_text/kill_count/red" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/display/set_text/placement_count.json b/data/fzsd/tags/functions/module/scoreboard/display/set_text/placement_count.json deleted file mode 100644 index 3f55146..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/display/set_text/placement_count.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/scoreboard/display/set_text/placement_count/dark_blue" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/display/set_text/trade_count.json b/data/fzsd/tags/functions/module/scoreboard/display/set_text/trade_count.json deleted file mode 100644 index 54d1f97..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/display/set_text/trade_count.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "__comments": [ - "调用者:#fzsd:module/scoreboard/display/set_text", - "用于在加载时储存计分板颜色,不同计分板不得使用同一颜色!", - "建议不要直接修改本文件,可编写扩展数据包并覆写本标签!" - ], - "__comment_replace": "编写扩展数据包时必须为true", - "replace": false, - "__comment_values": "此处只能填写一个函数!", - "values": [ - "fzsd:module/scoreboard/display/set_text/trade_count/dark_green" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/install.json b/data/fzsd/tags/functions/module/scoreboard/install.json deleted file mode 100644 index 4089ac7..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/install.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "__comment": "调用者:#fzsd:module/install", - "replace": false, - "values": [ - "fzsd:module/scoreboard/install", - "fzsd.extra.bbl:install" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/interactor/display.json b/data/fzsd/tags/functions/module/scoreboard/interactor/display.json deleted file mode 100644 index 2f6d63b..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/interactor/display.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/scoreboard/interactor/display", - "fzsd.extra.bbl:interactor/display" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/interactor/on_click.json b/data/fzsd/tags/functions/module/scoreboard/interactor/on_click.json deleted file mode 100644 index 319383f..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/interactor/on_click.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/scoreboard/interactor/on_click", - "fzsd.extra.bbl:interactor/on_click" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/interactor/show_my_scores.json b/data/fzsd/tags/functions/module/scoreboard/interactor/show_my_scores.json deleted file mode 100644 index c2e0307..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/interactor/show_my_scores.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/scoreboard/interactor/show_my_scores" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/activation.json b/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/activation.json deleted file mode 100644 index 8150208..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/activation.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/scoreboard/interactor/subscribe/activation" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/aviating_distance.json b/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/aviating_distance.json deleted file mode 100644 index 6e50095..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/aviating_distance.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/scoreboard/interactor/subscribe/aviating_distance" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/carousel.json b/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/carousel.json deleted file mode 100644 index 7695336..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/carousel.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/scoreboard/interactor/subscribe/carousel" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/damage_taken.json b/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/damage_taken.json deleted file mode 100644 index 55bc2c0..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/damage_taken.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/scoreboard/interactor/subscribe/damage_taken" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/death_count.json b/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/death_count.json deleted file mode 100644 index 8b11cf4..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/death_count.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/scoreboard/interactor/subscribe/death_count" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/dig_count.json b/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/dig_count.json deleted file mode 100644 index 82531b6..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/dig_count.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/scoreboard/interactor/subscribe/dig_count" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/fishing_count.json b/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/fishing_count.json deleted file mode 100644 index 77c7c90..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/fishing_count.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/scoreboard/interactor/subscribe/fishing_count" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/general.json b/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/general.json deleted file mode 100644 index b44146a..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/general.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/scoreboard/interactor/subscribe/general" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/kill_count.json b/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/kill_count.json deleted file mode 100644 index e642611..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/kill_count.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/scoreboard/interactor/subscribe/kill_count" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/off.json b/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/off.json deleted file mode 100644 index 62bfaf3..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/off.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/scoreboard/interactor/subscribe/off" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/placement_count.json b/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/placement_count.json deleted file mode 100644 index 6c4f641..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/placement_count.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/scoreboard/interactor/subscribe/placement_count" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/trade_count.json b/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/trade_count.json deleted file mode 100644 index 33269fb..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/interactor/subscribe/trade_count.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/scoreboard/interactor/subscribe/trade_count" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/load.json b/data/fzsd/tags/functions/module/scoreboard/load.json deleted file mode 100644 index f2661cb..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/load.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "__comment": "调用者:fzsd:module/try_load", - "replace": false, - "values": [ - "#fzsd:module/scoreboard/display/register_id", - "#fzsd:module/scoreboard/display/set_text", - "fzsd:module/scoreboard/display/carousel/loop", - "fzsd:module/scoreboard/load", - "fzsd.extra.bbl:try_install", - "fzsd.extra.bbl:load" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/scoreboard/uninstall.json b/data/fzsd/tags/functions/module/scoreboard/uninstall.json deleted file mode 100644 index 20e5041..0000000 --- a/data/fzsd/tags/functions/module/scoreboard/uninstall.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "__comment": "调用者:#fzsd:module/uninstall", - "replace": false, - "values": [ - "fzsd:module/scoreboard/uninstall", - "fzsd.extra.bbl:uninstall" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/sweeper/install.json b/data/fzsd/tags/functions/module/sweeper/install.json deleted file mode 100644 index dbe11c5..0000000 --- a/data/fzsd/tags/functions/module/sweeper/install.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "__comment": "调用者:#fzsd:module/install", - "replace": false, - "values": [ - "fzsd:module/sweeper/install" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/sweeper/interactor/display.json b/data/fzsd/tags/functions/module/sweeper/interactor/display.json deleted file mode 100644 index eebeaf0..0000000 --- a/data/fzsd/tags/functions/module/sweeper/interactor/display.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/sweeper/interactor/display" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/sweeper/interactor/on_click.json b/data/fzsd/tags/functions/module/sweeper/interactor/on_click.json deleted file mode 100644 index b64fff0..0000000 --- a/data/fzsd/tags/functions/module/sweeper/interactor/on_click.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/sweeper/interactor/on_click" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/sweeper/load.json b/data/fzsd/tags/functions/module/sweeper/load.json deleted file mode 100644 index 2baaee6..0000000 --- a/data/fzsd/tags/functions/module/sweeper/load.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/sweeper/load" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/sweeper/start_loop.json b/data/fzsd/tags/functions/module/sweeper/start_loop.json deleted file mode 100644 index 1365fc5..0000000 --- a/data/fzsd/tags/functions/module/sweeper/start_loop.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/sweeper/clear", - "fzsd:module/sweeper/pre_loop", - "fzsd:module/sweeper/start_timer", - "fzsd:module/sweeper/bossbar" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/sweeper/stop_loop.json b/data/fzsd/tags/functions/module/sweeper/stop_loop.json deleted file mode 100644 index e8f6faa..0000000 --- a/data/fzsd/tags/functions/module/sweeper/stop_loop.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/sweeper/clear" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/sweeper/sweep.json b/data/fzsd/tags/functions/module/sweeper/sweep.json deleted file mode 100644 index 800ef13..0000000 --- a/data/fzsd/tags/functions/module/sweeper/sweep.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/sweeper/sweep" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/module/sweeper/uninstall.json b/data/fzsd/tags/functions/module/sweeper/uninstall.json deleted file mode 100644 index a16fac5..0000000 --- a/data/fzsd/tags/functions/module/sweeper/uninstall.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "__comment": "调用者:#fzsd:module/uninstall", - "replace": false, - "values": [ - "fzsd:module/sweeper/uninstall" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/reinstall.json b/data/fzsd/tags/functions/reinstall.json deleted file mode 100644 index 3a11a9f..0000000 --- a/data/fzsd/tags/functions/reinstall.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:uninstall", - "#fzsd:install", - "#fzsd:load" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/system/install/module/force.json b/data/fzsd/tags/functions/system/install/module/force.json deleted file mode 100644 index a6baa68..0000000 --- a/data/fzsd/tags/functions/system/install/module/force.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:module/health/install", - "#fzsd:module/here/install", - "#fzsd:module/interactor/install", - "#fzsd:module/join_message/install", - "#fzsd:module/last_death/install", - "#fzsd:module/last_nether_portal/install", - "#fzsd:module/last_spawn_point/install", - "#fzsd:module/phantom_warning/install", - "#fzsd:module/scoreboard/install", - "#fzsd:module/sweeper/install" - ] -} diff --git a/data/fzsd/tags/functions/system/install/module/try.json b/data/fzsd/tags/functions/system/install/module/try.json deleted file mode 100644 index fd24f16..0000000 --- a/data/fzsd/tags/functions/system/install/module/try.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/health/try_install", - "fzsd:module/here/try_install", - "fzsd:module/interactor/try_install", - "fzsd:module/join_message/try_install", - "fzsd:module/last_death/try_install", - "fzsd:module/last_nether_portal/try_install", - "fzsd:module/last_spawn_point/try_install", - "fzsd:module/phantom_warning/try_install", - "fzsd:module/scoreboard/try_install", - "fzsd:module/sweeper/try_install" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/system/install/post.json b/data/fzsd/tags/functions/system/install/post.json deleted file mode 100644 index 7c2ef58..0000000 --- a/data/fzsd/tags/functions/system/install/post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:system/install/post" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/system/install/pre.json b/data/fzsd/tags/functions/system/install/pre.json deleted file mode 100644 index 907e30b..0000000 --- a/data/fzsd/tags/functions/system/install/pre.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/system/install/system.json b/data/fzsd/tags/functions/system/install/system.json deleted file mode 100644 index 4621f86..0000000 --- a/data/fzsd/tags/functions/system/install/system.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:system/install/install", - "#fzsd:logger/install", - "#fzsd:api/install", - "#fzsd:game_event/install" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/system/load/module/try.json b/data/fzsd/tags/functions/system/load/module/try.json deleted file mode 100644 index 6ea30a1..0000000 --- a/data/fzsd/tags/functions/system/load/module/try.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:module/health/try_load", - "fzsd:module/interactor/try_load", - "fzsd:module/scoreboard/try_load", - "fzsd:module/sweeper/try_load" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/system/load/post.json b/data/fzsd/tags/functions/system/load/post.json deleted file mode 100644 index 557fd3d..0000000 --- a/data/fzsd/tags/functions/system/load/post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:system/load/post" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/system/load/pre.json b/data/fzsd/tags/functions/system/load/pre.json deleted file mode 100644 index 907e30b..0000000 --- a/data/fzsd/tags/functions/system/load/pre.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/system/load/system.json b/data/fzsd/tags/functions/system/load/system.json deleted file mode 100644 index b92ac2d..0000000 --- a/data/fzsd/tags/functions/system/load/system.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "replace": false, - "values": [ - "fzsd:system/load/load", - "fzsd:logger/load", - "fzsd:game_event/load" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/system/uninstall/module.json b/data/fzsd/tags/functions/system/uninstall/module.json deleted file mode 100644 index 50e1d6f..0000000 --- a/data/fzsd/tags/functions/system/uninstall/module.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "replace": false, - "__comment": "在卸载前将安装记录缓存,卸载后恢复(位于#fzsd:system/unstalled)", - "values": [ - "#fzsd:module/health/uninstall", - "#fzsd:module/here/uninstall", - "#fzsd:module/interactor/uninstall", - "#fzsd:module/last_death/uninstall", - "#fzsd:module/last_nether_portal/uninstall", - "#fzsd:module/last_spawn_point/uninstall", - "#fzsd:module/scoreboard/uninstall", - "#fzsd:module/sweeper/uninstall" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/system/uninstall/post.json b/data/fzsd/tags/functions/system/uninstall/post.json deleted file mode 100644 index f68cbd0..0000000 --- a/data/fzsd/tags/functions/system/uninstall/post.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "__comment": "将在卸载后恢复安装记录", - "values": [ - "fzsd:system/uninstall/post" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/system/uninstall/pre.json b/data/fzsd/tags/functions/system/uninstall/pre.json deleted file mode 100644 index 907e30b..0000000 --- a/data/fzsd/tags/functions/system/uninstall/pre.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/system/uninstall/system.json b/data/fzsd/tags/functions/system/uninstall/system.json deleted file mode 100644 index 93a4713..0000000 --- a/data/fzsd/tags/functions/system/uninstall/system.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:api/uninstall", - "#fzsd:game_event/uninstall", - "#fzsd:logger/uninstall", - "fzsd:system/uninstall/uninstall" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/functions/uninstall.json b/data/fzsd/tags/functions/uninstall.json deleted file mode 100644 index a1e1bb4..0000000 --- a/data/fzsd/tags/functions/uninstall.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "__comment": "不同于模块的卸载操作,本标签不会将模块的安装记录设为false", - "replace": false, - "values": [ - "#fzsd:system/uninstall/pre", - "fzsd:system/uninstall/cache_module_install_data", - "#fzsd:system/uninstall/module", - "#fzsd:system/uninstall/system", - "fzsd:system/uninstall/restore_module_install_data", - "#fzsd:system/uninstall/post" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/items/bucket_of_liquid.json b/data/fzsd/tags/items/bucket_of_liquid.json deleted file mode 100644 index fff01d3..0000000 --- a/data/fzsd/tags/items/bucket_of_liquid.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "minecraft:lava_bucket", - "minecraft:water_bucket", - "minecraft:powder_snow_bucket", - "#fzsd:bucket_of_mob" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/items/bucket_of_mob.json b/data/fzsd/tags/items/bucket_of_mob.json deleted file mode 100644 index 1b06713..0000000 --- a/data/fzsd/tags/items/bucket_of_mob.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "replace": false, - "values": [ - "minecraft:cod_bucket", - "minecraft:salmon_bucket", - "minecraft:axolotl_bucket", - "minecraft:tadpole_bucket", - "minecraft:pufferfish_bucket", - "minecraft:tropical_fish_bucket" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/items/raw_fishes.json b/data/fzsd/tags/items/raw_fishes.json deleted file mode 100644 index e6560a6..0000000 --- a/data/fzsd/tags/items/raw_fishes.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "replace": false, - "values": [ - "minecraft:cod", - "minecraft:salmon", - "minecraft:tropical_fish" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/items/tool/axes.json b/data/fzsd/tags/items/tool/axes.json deleted file mode 100644 index 6304dcf..0000000 --- a/data/fzsd/tags/items/tool/axes.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "replace": false, - "values": [ - "minecraft:iron_axe", - "minecraft:stone_axe", - "minecraft:golden_axe", - "minecraft:wooden_axe", - "minecraft:diamond_axe", - "minecraft:netherite_axe" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/items/tool/hoes.json b/data/fzsd/tags/items/tool/hoes.json deleted file mode 100644 index 08d1d2c..0000000 --- a/data/fzsd/tags/items/tool/hoes.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "replace": false, - "values": [ - "minecraft:iron_hoe", - "minecraft:stone_hoe", - "minecraft:golden_hoe", - "minecraft:wooden_hoe", - "minecraft:diamond_hoe", - "minecraft:netherite_hoe" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/items/tool/pickaxes.json b/data/fzsd/tags/items/tool/pickaxes.json deleted file mode 100644 index db245a3..0000000 --- a/data/fzsd/tags/items/tool/pickaxes.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "replace": false, - "values": [ - "minecraft:iron_pickaxe", - "minecraft:stone_pickaxe", - "minecraft:golden_pickaxe", - "minecraft:wooden_pickaxe", - "minecraft:diamond_pickaxe", - "minecraft:netherite_pickaxe" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/items/tool/shears.json b/data/fzsd/tags/items/tool/shears.json deleted file mode 100644 index 9520270..0000000 --- a/data/fzsd/tags/items/tool/shears.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "minecraft:shears" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/items/tool/shovels.json b/data/fzsd/tags/items/tool/shovels.json deleted file mode 100644 index c95f9de..0000000 --- a/data/fzsd/tags/items/tool/shovels.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "replace": false, - "values": [ - "minecraft:iron_shovel", - "minecraft:stone_shovel", - "minecraft:golden_shovel", - "minecraft:wooden_shovel", - "minecraft:diamond_shovel", - "minecraft:netherite_shovel" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/items/tool/swords.json b/data/fzsd/tags/items/tool/swords.json deleted file mode 100644 index 0a351a0..0000000 --- a/data/fzsd/tags/items/tool/swords.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "replace": false, - "values": [ - "minecraft:iron_sword", - "minecraft:stone_sword", - "minecraft:golden_sword", - "minecraft:wooden_sword", - "minecraft:diamond_sword", - "minecraft:netherite_sword" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/items/tools.json b/data/fzsd/tags/items/tools.json deleted file mode 100644 index 2334d49..0000000 --- a/data/fzsd/tags/items/tools.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:tool/axes", - "#fzsd:tool/hoes", - "#fzsd:tool/pickaxes", - "#fzsd:tool/shears", - "#fzsd:tool/shovels", - "#fzsd:tool/swords" - ] -} \ No newline at end of file diff --git a/data/fzsd/tags/items/tools_exclude_axes.json b/data/fzsd/tags/items/tools_exclude_axes.json deleted file mode 100644 index a219fb1..0000000 --- a/data/fzsd/tags/items/tools_exclude_axes.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "replace": false, - "values": [ - "#fzsd:tool/hoes", - "#fzsd:tool/pickaxes", - "#fzsd:tool/shears", - "#fzsd:tool/shovels", - "#fzsd:tool/swords" - ] -} \ No newline at end of file diff --git a/pack.mcmeta b/pack.mcmeta index 0f44520..1f3c92f 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -1,42 +1,10 @@ { "pack": { "description": "FZ Survival Datapack 3.1 | Author: Harvey_Husky", - "pack_format": 61, + "pack_format": 71, "supported_formats": { - "min_inclusive": 15, - "max_inclusive": 61 + "min_inclusive": 71, + "max_inclusive": 71 } - }, - "overlays": { - "entries": [ - { - "directory": "compat_16", - "formats": { - "min_inclusive": 16, - "max_inclusive": 41 - } - }, - { - "directory": "compat_27", - "formats": { - "min_inclusive": 27, - "max_inclusive": 41 - } - }, - { - "directory": "compat_42", - "formats": { - "min_inclusive": 42, - "max_inclusive": 48 - } - }, - { - "directory": "compat_49", - "formats": { - "min_inclusive": 49, - "max_inclusive": 61 - } - } - ] } }