Compare commits
26 Commits
v3.0-beta.8
...
v3.0.2
| Author | SHA1 | Date | |
|---|---|---|---|
| c39ff19f1d | |||
| 28d8625cb6 | |||
| 0905d460b6 | |||
| a40a33b19c | |||
| 423447dfe0 | |||
| c11e3ea966 | |||
| 95c003825a | |||
| 40088893b5 | |||
| c305885777 | |||
| 284a7594ec | |||
| faad8f7f24 | |||
| cccc793446 | |||
| 41657ce24c | |||
| a9f8c2068a | |||
| 696238c188 | |||
| 7bdae8271e | |||
| 69ddfba745 | |||
| d7a4b8850f | |||
| bd651ce38c | |||
| e2ca203450 | |||
| 90155651ab | |||
| 2e9bbaf22c | |||
| 3b902c7880 | |||
| 5e2858a25a | |||
| 59230b5389 | |||
| c189ac700a |
Vendored
+6
-6
@@ -8,14 +8,14 @@
|
|||||||
"tagRemove": "tag ${1:target} remove ${2:tag}",
|
"tagRemove": "tag ${1:target} remove ${2:tag}",
|
||||||
"dataModifyStorageFromSelf": "data modify storage ${1:id} ${2:path} set from entity @s ${3:path}",
|
"dataModifyStorageFromSelf": "data modify storage ${1:id} ${2:path} set from entity @s ${3:path}",
|
||||||
"summonAec": "summon minecraft:area_effect_cloud ~ ~ ~ {Age: -2147483648, Duration: -1, WaitTime: -2147483648, Tags: [\"${1:tag}\"]}",
|
"summonAec": "summon minecraft:area_effect_cloud ~ ~ ~ {Age: -2147483648, Duration: -1, WaitTime: -2147483648, Tags: [\"${1:tag}\"]}",
|
||||||
"logFine": "execute if score fz.logger.level fz.variable.integer matches ..300 run tellraw @a [{\"nbt\": \"fz.level.fine\", \"interpret\": true, \"storage\": \"fz:logger\"}, {\"text\": \"${log_fine}\"}",
|
"logFine": "execute if score fzsd.logger.level fzsd.variable.integer matches ..300 run tellraw @a [{\"nbt\": \"fzsd.level.fine\", \"interpret\": true, \"storage\": \"fzsd:logger\"}, {\"text\": \"${log_fine}\"}",
|
||||||
"logDebug": "execute if score fz.logger.level fz.variable.integer matches ..400 run tellraw @a [{\"nbt\": \"fz.level.debug\", \"interpret\": true, \"storage\": \"fz:logger\"}, {\"text\": \"${1:log_debug}\"}]",
|
"logDebug": "execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{\"nbt\": \"fzsd.level.debug\", \"interpret\": true, \"storage\": \"fzsd:logger\"}, {\"text\": \"${1:log_debug}\"}]",
|
||||||
"logInfo": "execute if score fz.logger.level fz.variable.integer matches ..500 run tellraw @a [{\"nbt\": \"fz.level.info\", \"interpret\": true, \"storage\": \"fz:logger\"}, {\"text\": \"${1:log_info}\"}]",
|
"logInfo": "execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{\"nbt\": \"fzsd.level.info\", \"interpret\": true, \"storage\": \"fzsd:logger\"}, {\"text\": \"${1:log_info}\"}]",
|
||||||
"logAlert": "execute if score fz.logger.level fz.variable.integer matches ..600 run tellraw @a [{\"nbt\": \"fz.level.alert\", \"interpret\": true, \"storage\": \"fz:logger\"}, {\"text\": \"${1:log_alert}\"}]",
|
"logAlert": "execute if score fzsd.logger.level fzsd.variable.integer matches ..600 run tellraw @a [{\"nbt\": \"fzsd.level.alert\", \"interpret\": true, \"storage\": \"fzsd:logger\"}, {\"text\": \"${1:log_alert}\"}]",
|
||||||
"logError": "execute if score fz.logger.level fz.variable.integer matches ..800 run tellraw @a [{\"nbt\": \"fz.level.error\", \"interpret\": true, \"storage\": \"fz:logger\"}, {\"text\": \"${1:log_error}\"}]",
|
"logError": "execute if score fzsd.logger.level fzsd.variable.integer matches ..800 run tellraw @a [{\"nbt\": \"fzsd.level.error\", \"interpret\": true, \"storage\": \"fzsd:logger\"}, {\"text\": \"${1:log_error}\"}]",
|
||||||
"TEXT": "{\"text\": \"${1:TEXT}\", \"color\": \"${2:COLOR}\"}",
|
"TEXT": "{\"text\": \"${1:TEXT}\", \"color\": \"${2:COLOR}\"}",
|
||||||
"storageText": "{\"nbt\": \"${1:NBT}\", \"interpret\": true, \"storage\": \"${2:A namespaced ID}\"}",
|
"storageText": "{\"nbt\": \"${1:NBT}\", \"interpret\": true, \"storage\": \"${2:A namespaced ID}\"}",
|
||||||
"ifInstalled": "execute if data storage fz:installed fz.module{${1:module_name}:1b} run ${tellraw}"
|
"ifInstalled": "execute if data storage fzsd:installed fzsd.module{${1:module_name}:1b} run ${tellraw}"
|
||||||
},
|
},
|
||||||
"datapack.env.cmdVersion": "1.19",
|
"datapack.env.cmdVersion": "1.19",
|
||||||
"datapack.env.jsonVersion": "1.19",
|
"datapack.env.jsonVersion": "1.19",
|
||||||
|
|||||||
@@ -5,32 +5,26 @@
|
|||||||
- `函数`,指数据包`<命名空间>/functions`目录下的`.mcfunction`文件
|
- `函数`,指数据包`<命名空间>/functions`目录下的`.mcfunction`文件
|
||||||
- `标签`,指数据包`<命名空间>/tags`目录下的`.json`文件
|
- `标签`,指数据包`<命名空间>/tags`目录下的`.json`文件
|
||||||
- `覆盖标签并填入函数`时,`replace`为`true`
|
- `覆盖标签并填入函数`时,`replace`为`true`
|
||||||
``` json
|
``` json
|
||||||
{
|
{
|
||||||
"replace": true,
|
"replace": true,
|
||||||
"values": ...
|
"values": ...
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
- `向标签中注册函数`时,`replace`为`false`
|
- `向标签中注册函数`时,`replace`为`false`
|
||||||
``` json
|
``` json
|
||||||
{
|
{
|
||||||
"replace": false,
|
"replace": false,
|
||||||
"values": ...
|
"values": ...
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## 基本要求
|
## 基本要求
|
||||||
- 接口逻辑和模块逻辑分离
|
|
||||||
- 函数由两个以上的函数调用,或由不同包下的函数调用,或需要作为接口开放给下游数据包时,应改用标签调用!
|
- 函数由两个以上的函数调用,或由不同包下的函数调用,或需要作为接口开放给下游数据包时,应改用标签调用!
|
||||||
- 函数调用尽量不要使用`function`命令,应改在标签中按顺序调用!
|
- 函数调用尽量不要使用`function`命令,应改在标签中按顺序调用!
|
||||||
|
|
||||||
|
|
||||||
## 未来计划
|
|
||||||
- 细化版本管理,提供不同版本之间的升级函数,由`update_manager`控制。*务必仔细测试再发布,一旦升级无法降级!*
|
|
||||||
- playerdata相关功能
|
|
||||||
|
|
||||||
|
|
||||||
## 系统模块
|
## 系统模块
|
||||||
|
|
||||||
### 频繁使用的计算单元
|
### 频繁使用的计算单元
|
||||||
@@ -61,7 +55,7 @@
|
|||||||
- 使用方法:`execute if score fzsd.logger.level fzsd.variable.integer matches ..600 run tellraw @a [{"nbt": "fzsd.level.alert", "interpret": true, "storage": "fzsd:logger"}, {"text": "你的日志"}`
|
- 使用方法:`execute if score fzsd.logger.level fzsd.variable.integer matches ..600 run tellraw @a [{"nbt": "fzsd.level.alert", "interpret": true, "storage": "fzsd:logger"}, {"text": "你的日志"}`
|
||||||
|
|
||||||
#### 意外 Exception
|
#### 意外 Exception
|
||||||
###### 暂不提供
|
- 暂不提供
|
||||||
|
|
||||||
#### 错误 Error
|
#### 错误 Error
|
||||||
- 等级:800
|
- 等级:800
|
||||||
@@ -73,18 +67,16 @@
|
|||||||
### 交互器模块
|
### 交互器模块
|
||||||
|
|
||||||
#### 按钮操作
|
#### 按钮操作
|
||||||
1. 定义一个显示按钮时执行的函数,使用形如`tellraw @s {"text": "[按钮]", "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.config.trigger set <触发器分数>"}}`的指令定义按钮。
|
1. 定义一个显示按钮时执行的函数,使用形如`tellraw @s {"text": "[按钮]", "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set <触发器分数>"}}`的指令定义按钮。
|
||||||
- 触发器分数为正数会重新向玩家发送交互按钮,如不想重新发送,请使用负数
|
- *触发器分数为正数会重新向玩家发送交互按钮,如不想重新发送,请使用负数*
|
||||||
- 大多数情况下这里的触发器分数必须是独一无二的
|
- 大多数情况下这里的触发器分数必须是独一无二的
|
||||||
- 建议使用`>10000`的随机数作为自定义按钮的触发器分数
|
- 建议使用`>10000`的随机数作为自定义按钮的触发器分数
|
||||||
2. 在[`#fzsd:module/config/display`](data/fzsd/tags/functions/module/config/display.json)标签中注册上述函数
|
2. 在[`#fzsd:module/interactor/display`](data/fzsd/tags/functions/module/interactor/display.json)标签中注册上述函数
|
||||||
3. 定义一个点击按钮时执行的函数,使用形如`execute if score @s fzsd.module.config.trigger matches <min>..<max> run ...`的指令判断玩家的触发器分数,并执行你的操作
|
3. 定义一个点击按钮时执行的函数,使用形如`execute if score @s fzsd.module.interactor.trigger matches <min>..<max> run ...`的指令判断玩家的触发器分数,并执行你的操作
|
||||||
4. 如需在点击后重新显示一遍配置页面,请在上述函数中调用一次[`#fzsd:module/config/display`](data/fzsd/tags/functions/module/config/display.json)标签,**请不要将此标签直接注册到[`#fzsd:module/config/on_click`](data/fzsd/tags/functions/module/config/on_click.json)标签中**
|
4. 在[`#fzsd:module/interactor/event/on_click`](data/fzsd/tags/functions/module/interactor/event/on_click.json)标签中注册上述函数
|
||||||
5. 在[`#fzsd:module/config/on_click`](data/fzsd/tags/functions/module/config/on_click.json)标签中注册上述函数
|
|
||||||
|
|
||||||
#### 其他接口
|
#### 其他标签
|
||||||
- 标签[`#fzsd:module/config/timeout`](data/fzsd/tags/functions/module/config/timeout.json):超时时的操作
|
- 标签[`#fzsd:module/interactor/reset_trigger`](data/fzsd/tags/functions/module/interactor/reset_trigger.json):重置玩家`@s`的触发器计分板
|
||||||
- 标签[`#fzsd:module/config/reset_trigger`](data/fzsd/tags/functions/module/config/reset_trigger.json):重置玩家`@s`的触发器计分板
|
|
||||||
|
|
||||||
### 计分板模块
|
### 计分板模块
|
||||||
|
|
||||||
@@ -109,6 +101,10 @@
|
|||||||
|
|
||||||
## 自定义模块
|
## 自定义模块
|
||||||
|
|
||||||
|
### 排除假人
|
||||||
|
- 如果您不想对假人执行您的命令,请将以下语句添加在您要执行的命令之前:
|
||||||
|
<pre><code><font color=ee82ee>execute </font><font color=1e90ff>if predicate </font><font color=f0e68c>fzsd:is_real_player</font></code></pre>
|
||||||
|
|
||||||
#### 注册安装、卸载、加载函数
|
#### 注册安装、卸载、加载函数
|
||||||
- 在下列标签中注册你的安装、卸载、加载函数:
|
- 在下列标签中注册你的安装、卸载、加载函数:
|
||||||
- [`#fzsd:system/install/module`](data/fzsd/tags/functions/system/install/module.json)
|
- [`#fzsd:system/install/module`](data/fzsd/tags/functions/system/install/module.json)
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
## 安装教程
|
## 安装教程
|
||||||
|
|
||||||
1. 兼容性
|
1. 兼容性
|
||||||
- `数据包 v3.0.x` 支持 `Minecraft 1.18~1.19.1`
|
- `数据包 v3.0.x` 支持 `Minecraft 1.19.x`(*由于使用了1.18.x不支持的操作,撤销对MC1.18.x的支持*)
|
||||||
- `数据包 v2.2.x` 支持 `Minecraft 1.19.x`
|
- `数据包 v2.2.x` 支持 `Minecraft 1.19.x`
|
||||||
- `数据包 v2.1.x` 支持 `Minecraft 1.17.x-1.18.x`
|
- `数据包 v2.1.x` 支持 `Minecraft 1.17.x-1.18.x`
|
||||||
- `数据包 v2.0.x` 支持 `Minecraft 1.16.3-1.16.5`
|
- `数据包 v2.0.x` 支持 `Minecraft 1.16.3-1.16.5`
|
||||||
@@ -25,9 +25,7 @@
|
|||||||
|
|
||||||
# FZ生存数据包 3.0
|
# FZ生存数据包 3.0
|
||||||
|
|
||||||
## *目前仍在测试阶段,请先备份服务器再使用!*
|
[](https://gitee.com/harvey-husky/FZ-sDatapack/releases/v3.0-beta.12) [](https://minecraft.net/)
|
||||||
|
|
||||||
[](https://gitee.com/harvey-husky/FZ-sDatapack/releases/v3.0-beta.8) [](https://minecraft.net/)
|
|
||||||
|
|
||||||
> 其他版本见[发行页面](https://gitee.com/harvey-husky/FZ-sDatapack/releases)
|
> 其他版本见[发行页面](https://gitee.com/harvey-husky/FZ-sDatapack/releases)
|
||||||
|
|
||||||
@@ -54,6 +52,14 @@
|
|||||||
| 放置榜 | fzsd.module.scoreboard.display.placement_count |
|
| 放置榜 | fzsd.module.scoreboard.display.placement_count |
|
||||||
| 交易榜 | fzsd.module.scoreboard.display.trade_count |
|
| 交易榜 | fzsd.module.scoreboard.display.trade_count |
|
||||||
|
|
||||||
|
- 兼容[破基岩榜Mod](https://gitee.com/harvey-husky/yh-bbl)
|
||||||
|
- 安装该Mod后,使用连点器破基岩,破基岩榜将自动显示在交互器页面
|
||||||
|
|
||||||
|
| 默认名称 | 计分板ID |
|
||||||
|
| :------: | :----------------------------------------------: |
|
||||||
|
| 破基岩榜 |fzsd.module.scoreboard.display.bedrock_broken_count|
|
||||||
|
|
||||||
|
|
||||||
### 地毯脚本
|
### 地毯脚本
|
||||||
|
|
||||||
- 如果你不知道 Carpet Mod 或 Carpet 脚本,请忽略本节
|
- 如果你不知道 Carpet Mod 或 Carpet 脚本,请忽略本节
|
||||||
@@ -64,8 +70,12 @@
|
|||||||
- 可避免Carpet假人污染计分板
|
- 可避免Carpet假人污染计分板
|
||||||
- 执行 `reload` 指令后自动生效
|
- 执行 `reload` 指令后自动生效
|
||||||
- 子命令( `/fzsd_score <子命令>` ):
|
- 子命令( `/fzsd_score <子命令>` ):
|
||||||
- `update_from <version>`:用于从给定的数据包版本恢复计分板数据(需要测试!)
|
- `updateFrom <version>`:用于从给定的数据包版本恢复计分板数据(需要测试!)
|
||||||
- `recalculate_total`:重新计算总分
|
- `recalculate`:重新计算所有计分板总分
|
||||||
|
- `recalculate <scoreboardID>`:重新计算该计分板总分
|
||||||
|
- `reset <player>`:重置该玩家的所有分数
|
||||||
|
- `reset <player> <scoreboardID>`:重置该玩家该计分板的分数
|
||||||
|
- `commandPlayer <permissionType>`:设置player命令权限类型
|
||||||
|
|
||||||
### 其他
|
### 其他
|
||||||
- 见游戏内交互器按钮
|
- 见游戏内交互器按钮
|
||||||
|
|||||||
@@ -0,0 +1,35 @@
|
|||||||
|
tellraw @s {"text": "管理员页面:", "color": "red"}
|
||||||
|
|
||||||
|
|
||||||
|
tellraw @s [{"text": "全局:"}, [{"text": "", "color": "dark_gray"}, [{"text": "[", "clickEvent": {"action": "run_command", "value": "/reload"}, "hoverEvent": {"action": "show_text", "contents": {"text": "重载", "color": "yellow"}}}, {"text": "重载", "color": "yellow"}, {"text": "]"}], [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function #fzsd:install"}, "hoverEvent": {"action": "show_text", "contents": [{"text": "安装:", "color": "dark_green"}, {"text": "仅安装上次卸载前已安装的模块", "color": "red"}]}}, {"text": "安装", "color": "dark_green"}, {"text": "]"}], [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function #fzsd:uninstall"}, "hoverEvent": {"action": "show_text", "contents": [{"text": "卸载:", "color": "dark_red"}, {"text": "将保留模块安装记录", "color": "red"}]}}, {"text": "卸载", "color": "dark_red"}, {"text": "]"}], [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function #fzsd:reinstall"}, "hoverEvent": {"action": "show_text", "contents": [{"text": "重装:", "color": "gold"}, {"text": "可能可以修复一些奇怪问题,", "color": "white"}, {"text": "将保留模块安装记录", "color": "red"}]}}, {"text": "重装", "color": "gold"}, {"text": "]"}], [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function #fzsd:deep_install"}, "hoverEvent": {"action": "show_text", "contents": [{"text": "深度安装:", "color": "dark_green"}, {"text": "将安装所有模块", "color": "red"}]}}, {"text": "深度安装", "color": "dark_green"}, {"text": "]"}], [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function #fzsd:deep_uninstall"}, "hoverEvent": {"action": "show_text", "contents": [{"text": "深度卸载:", "color": "dark_red"}, {"text": "将清除模块安装记录", "color": "red"}]}}, {"text": "深度卸载", "color": "dark_red"}, {"text": "]"}], [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function #fzsd:deep_reinstall"}, "hoverEvent": {"action": "show_text", "contents": [{"text": "深度重装:", "color": "gold"}, {"text": "可能可以修复一些奇怪问题,", "color": "white"}, {"text": "将清除模块安装记录", "color": "red"}]}}, {"text": "深度重装", "color": "gold"}, {"text": "]"}]]]
|
||||||
|
|
||||||
|
|
||||||
|
tellraw @s [{"text": "日志等级:"}, [{"text": "", "color": "dark_gray"}, [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function fzsd:logger/level/fine"}, "hoverEvent": {"action": "show_text", "contents": {"text": "详细", "color": "gray"}}}, {"text": "详细", "color": "gray"}, {"text": "]"}], [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function fzsd:logger/level/debug"}, "hoverEvent": {"action": "show_text", "contents": {"text": "调试", "color": "dark_aqua"}}}, {"text": "调试", "color": "dark_aqua"}, {"text": "]"}], [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function fzsd:logger/level/info"}, "hoverEvent": {"action": "show_text", "contents": {"text": "信息", "color": "green"}}}, {"text": "信息", "color": "green"}, {"text": "]"}]]]
|
||||||
|
|
||||||
|
|
||||||
|
tellraw @s [{"text": "血量显示:"}, [{"text": "", "color": "dark_gray"}, [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function #fzsd:module/health/install"}, "hoverEvent": {"action": "show_text", "contents": {"text": "安装", "color": "dark_green"}}}, {"text": "安装", "color": "dark_green"}, {"text": "]"}], [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function #fzsd:module/health/uninstall"}, "hoverEvent": {"action": "show_text", "contents": {"text": "卸载", "color": "dark_red"}}}, {"text": "卸载", "color": "dark_red"}, {"text": "]"}]]]
|
||||||
|
|
||||||
|
tellraw @s [{"text": "- 名牌下方:", "color": "gray"}, [{"text": "", "color": "dark_gray"}, [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function admin.fzsd:module/health/below_name/on"}, "hoverEvent": {"action": "show_text", "contents": {"text": "显示", "color": "dark_green"}}}, {"text": "显示", "color": "dark_green"}, {"text": "]"}], [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function admin.fzsd:module/health/below_name/off"}, "hoverEvent": {"action": "show_text", "contents": {"text": "隐藏", "color": "dark_red"}}}, {"text": "隐藏", "color": "dark_red"}, {"text": "]"}]]]
|
||||||
|
|
||||||
|
tellraw @s [{"text": "- 玩家列表内:", "color": "gray"}, [{"text": "", "color": "dark_gray"}, [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function admin.fzsd:module/health/list/on"}, "hoverEvent": {"action": "show_text", "contents": {"text": "显示", "color": "dark_green"}}}, {"text": "显示", "color": "dark_green"}, {"text": "]"}], [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function admin.fzsd:module/health/list/off"}, "hoverEvent": {"action": "show_text", "contents": {"text": "隐藏", "color": "dark_red"}}}, {"text": "隐藏", "color": "dark_red"}, {"text": "]"}]]]
|
||||||
|
|
||||||
|
|
||||||
|
tellraw @s [{"text": "玩家位置:"}, [{"text": "", "color": "dark_gray"}, [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function #fzsd:module/here/install"}, "hoverEvent": {"action": "show_text", "contents": {"text": "安装", "color": "dark_green"}}}, {"text": "安装", "color": "dark_green"}, {"text": "]"}], [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function #fzsd:module/here/uninstall"}, "hoverEvent": {"action": "show_text", "contents": {"text": "卸载", "color": "dark_red"}}}, {"text": "卸载", "color": "dark_red"}, {"text": "]"}]]]
|
||||||
|
|
||||||
|
|
||||||
|
tellraw @s [{"text": "交互器:"}, [{"text": "", "color": "dark_gray"}, [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function #fzsd:module/interactor/install"}, "hoverEvent": {"action": "show_text", "contents": {"text": "安装", "color": "dark_green"}}}, {"text": "安装", "color": "dark_green"}, {"text": "]"}], [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function #fzsd:module/interactor/uninstall"}, "hoverEvent": {"action": "show_text", "contents": {"text": "卸载", "color": "dark_red"}}}, {"text": "卸载", "color": "dark_red"}, {"text": "]"}]]]
|
||||||
|
|
||||||
|
|
||||||
|
tellraw @s [{"text": "登录消息:"}, [{"text": "", "color": "dark_gray"}, [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function #fzsd:module/join_message/install"}, "hoverEvent": {"action": "show_text", "contents": {"text": "安装", "color": "dark_green"}}}, {"text": "安装", "color": "dark_green"}, {"text": "]"}], [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function #fzsd:module/join_message/uninstall"}, "hoverEvent": {"action": "show_text", "contents": {"text": "卸载", "color": "dark_red"}}}, {"text": "卸载", "color": "dark_red"}, {"text": "]"}]]]
|
||||||
|
|
||||||
|
|
||||||
|
tellraw @s [{"text": "上一死亡点:"}, [{"text": "", "color": "dark_gray"}, [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function #fzsd:module/last_death/install"}, "hoverEvent": {"action": "show_text", "contents": {"text": "安装", "color": "dark_green"}}}, {"text": "安装", "color": "dark_green"}, {"text": "]"}], [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function #fzsd:module/last_death/uninstall"}, "hoverEvent": {"action": "show_text", "contents": {"text": "卸载", "color": "dark_red"}}}, {"text": "卸载", "color": "dark_red"}, {"text": "]"}]]]
|
||||||
|
|
||||||
|
|
||||||
|
tellraw @s [{"text": "上次穿出的下界传送门:"}, [{"text": "", "color": "dark_gray"}, [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function #fzsd:module/last_nether_portal/install"}, "hoverEvent": {"action": "show_text", "contents": {"text": "安装", "color": "dark_green"}}}, {"text": "安装", "color": "dark_green"}, {"text": "]"}], [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function #fzsd:module/last_nether_portal/uninstall"}, "hoverEvent": {"action": "show_text", "contents": {"text": "卸载", "color": "dark_red"}}}, {"text": "卸载", "color": "dark_red"}, {"text": "]"}]]]
|
||||||
|
|
||||||
|
|
||||||
|
tellraw @s [{"text": "上一出生点:"}, [{"text": "", "color": "dark_gray"}, [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function #fzsd:module/last_spawn_point/install"}, "hoverEvent": {"action": "show_text", "contents": {"text": "安装", "color": "dark_green"}}}, {"text": "安装", "color": "dark_green"}, {"text": "]"}], [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function #fzsd:module/last_spawn_point/uninstall"}, "hoverEvent": {"action": "show_text", "contents": {"text": "卸载", "color": "dark_red"}}}, {"text": "卸载", "color": "dark_red"}, {"text": "]"}]]]
|
||||||
|
|
||||||
|
|
||||||
|
tellraw @s [{"text": "计分板:"}, [{"text": "", "color": "dark_gray"}, [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function #fzsd:module/scoreboard/install"}, "hoverEvent": {"action": "show_text", "contents": {"text": "安装", "color": "dark_green"}}}, {"text": "安装", "color": "dark_green"}, {"text": "]"}], [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function #fzsd:module/scoreboard/uninstall"}, "hoverEvent": {"action": "show_text", "contents": {"text": "卸载", "color": "dark_red"}}}, {"text": "卸载", "color": "dark_red"}, {"text": "]"}]]]
|
||||||
@@ -1 +0,0 @@
|
|||||||
function #fzsd:deep_install
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
function #fzsd:deep_reinstall
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
function #fzsd:deep_uninstall
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
function #fzsd:install
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
function #fzsd:load
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
function fzsd:logger/level/debug
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
function fzsd:logger/level/fine
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
function fzsd:logger/level/info
|
|
||||||
+2
-1
@@ -1 +1,2 @@
|
|||||||
data modify storage fzsd:config fzsd.module.health.display.below_name set value 0b
|
data modify storage fzsd:config fzsd.module.health.display.below_name set value 0b
|
||||||
|
function #fzsd:module/health/try_load
|
||||||
+2
-1
@@ -1 +1,2 @@
|
|||||||
data modify storage fzsd:config fzsd.module.health.display.below_name set value 1b
|
data modify storage fzsd:config fzsd.module.health.display.below_name set value 1b
|
||||||
|
function #fzsd:module/health/try_load
|
||||||
+2
-1
@@ -1 +1,2 @@
|
|||||||
data modify storage fzsd:config fzsd.module.health.display.list set value 0b
|
data modify storage fzsd:config fzsd.module.health.display.list set value 0b
|
||||||
|
function #fzsd:module/health/try_load
|
||||||
+2
-1
@@ -1 +1,2 @@
|
|||||||
data modify storage fzsd:config fzsd.module.health.display.list set value 1b
|
data modify storage fzsd:config fzsd.module.health.display.list set value 1b
|
||||||
|
function #fzsd:module/health/try_load
|
||||||
@@ -1 +0,0 @@
|
|||||||
function #fzsd:reinstall
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
function #fzsd:uninstall
|
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
# 见#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
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
# 见#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
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
# 见#fzsd:module/scoreboard/clear_data
|
||||||
|
## 清除数据
|
||||||
|
scoreboard objectives remove fzsd.module.scoreboard.display.bedrock_broken_count
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
# 见./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.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "显示"}, {"nbt": "text", "interpret": true, "storage": "fzsd.extra.bbl:text"}, {"text": "计分板"}]
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
# 见#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
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
# 见#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.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"}}]
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# 见#fzsd.extra.bbl:display/set_text
|
||||||
|
|
||||||
|
data modify storage fzsd:module fzsd.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"}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# 见#fzsd.extra.bbl:display/set_text
|
||||||
|
|
||||||
|
data modify storage fzsd:module fzsd.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"}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# 见#fzsd.extra.bbl:display/set_text
|
||||||
|
|
||||||
|
data modify storage fzsd:module fzsd.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"}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# 见#fzsd.extra.bbl:display/set_text
|
||||||
|
|
||||||
|
data modify storage fzsd:module fzsd.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"}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# 见#fzsd.extra.bbl:display/set_text
|
||||||
|
|
||||||
|
data modify storage fzsd:module fzsd.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"}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# 见#fzsd.extra.bbl:display/set_text
|
||||||
|
|
||||||
|
data modify storage fzsd:module fzsd.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"}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# 见#fzsd.extra.bbl:display/set_text
|
||||||
|
|
||||||
|
data modify storage fzsd:module fzsd.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"}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# 见#fzsd.extra.bbl:display/set_text
|
||||||
|
|
||||||
|
data modify storage fzsd:module fzsd.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"}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# 见#fzsd.extra.bbl:display/set_text
|
||||||
|
|
||||||
|
data modify storage fzsd:module fzsd.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"}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# 见#fzsd.extra.bbl:display/set_text
|
||||||
|
|
||||||
|
data modify storage fzsd:module fzsd.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"}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# 见#fzsd.extra.bbl:display/set_text
|
||||||
|
|
||||||
|
data modify storage fzsd:module fzsd.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"}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# 见#fzsd.extra.bbl:display/set_text
|
||||||
|
|
||||||
|
data modify storage fzsd:module fzsd.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"}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# 见#fzsd.extra.bbl:display/set_text
|
||||||
|
|
||||||
|
data modify storage fzsd:module fzsd.scoreboard.text.bedrock_broken_count set value '{"text": "破基岩榜", "color": "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": "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": "purple"}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# 见#fzsd.extra.bbl:display/set_text
|
||||||
|
|
||||||
|
data modify storage fzsd:module fzsd.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"}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# 见#fzsd.extra.bbl:display/set_text
|
||||||
|
|
||||||
|
data modify storage fzsd:module fzsd.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"}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# 见#fzsd.extra.bbl:display/set_text
|
||||||
|
|
||||||
|
data modify storage fzsd:module fzsd.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"}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# 见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
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
# 见../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
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
# 应在原模块安装时一并安装模块扩展,见#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": "已安装扩展:破基岩榜"}]
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
# 见#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.scoreboard.text.bedrock_broken_count", "interpret": true, "storage": "fzsd:module"}, {"text": "]"}]
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
# 见#fzsd:module/scoreboard/interactor/on_click
|
||||||
|
execute if score @s fzsd.module.interactor.trigger matches -1210 run function fzsd.extra.bbl:interactor/subscribe
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
# 见./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": "计分板"}]
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
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.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": "已加载扩展:破基岩榜"}]
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
# 扩展现有的模块时,应在加载时检测是否需要安装,见#fzsd:module/scoreboard/load
|
||||||
|
execute unless data storage fzsd:install fzsd.extra{bbl: 1b} run function fzsd.extra.bbl:install
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
# 见#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": "已卸载扩展:破基岩榜"}]
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"fzsd.extra.bbl:display/set_text/black"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"fzsd.extra.bbl:assign/bbl",
|
||||||
|
"fzsd.extra.bbl:assign/general"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"parent": "fzsd:game_event",
|
||||||
|
"criteria": {
|
||||||
|
"on_tools_exclude_axes_used_on_block": {
|
||||||
|
"trigger": "minecraft:item_used_on_block",
|
||||||
|
"conditions": {
|
||||||
|
"player": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:reference",
|
||||||
|
"name": "fzsd:is_real_player"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"item": {
|
||||||
|
"tag": "fzsd:tool/axes"
|
||||||
|
},
|
||||||
|
"location": {
|
||||||
|
"__comment": "斧子剥树皮会触发两次,所以用目标方块限定只触发一次",
|
||||||
|
"block": {
|
||||||
|
"tag": "fzsd:stripped_blocks"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"rewards": {
|
||||||
|
"function": "fzsd:game_event/advancement/on_tools_used_on_block"
|
||||||
|
}
|
||||||
|
}
|
||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"parent": "fzsd:game_event",
|
"parent": "fzsd:game_event",
|
||||||
"criteria": {
|
"criteria": {
|
||||||
"on_tools_used_on_block": {
|
"on_tools_exclude_axes_used_on_block": {
|
||||||
"__comment": "斧子剥树皮会触发两次!",
|
"__comment": "斧子剥树皮会触发两次!",
|
||||||
"trigger": "minecraft:item_used_on_block",
|
"trigger": "minecraft:item_used_on_block",
|
||||||
"conditions": {
|
"conditions": {
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"item": {
|
"item": {
|
||||||
"tag": "fzsd:tools"
|
"tag": "fzsd:tools_exclude_axes"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
execute store success storage fzsd:version fzsd.need_update int 1 run data merge storage fzsd:version {fzsd: {version: '3.0.0-beta.8'}}
|
execute store success storage fzsd:version fzsd.need_update int 1 run data merge storage fzsd:version {fzsd: {version: '3.0.0'}}
|
||||||
execute if data storage fzsd:version fzsd{need_update: 1} run function fzsd:system/update
|
execute if data storage fzsd:version fzsd{need_update: 1} run function fzsd:system/update
|
||||||
function fzsd:system/carpet/try_load_fzsd_score
|
function fzsd:system/carpet/try_load_fzsd_score
|
||||||
function #fzsd:load
|
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": "yellow"}]
|
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"}]
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
# 调用者:advancements/fzsd:~
|
# 调用者: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": "在方块上使用了工具"}]
|
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": "在方块上使用了工具"}]
|
||||||
@@ -11,4 +10,5 @@ scoreboard players remove @s fzsd.event.used_tool.dig_offset 1
|
|||||||
function #fzsd:game_event/player/on_tools_used_on_block
|
function #fzsd:game_event/player/on_tools_used_on_block
|
||||||
|
|
||||||
## 重置事件进度
|
## 重置事件进度
|
||||||
advancement revoke @s only fzsd:game_event/on_tools_used_on_block
|
advancement revoke @s only fzsd:game_event/on_tool_axes_used_on_block
|
||||||
|
advancement revoke @s only fzsd:game_event/on_tools_exclude_axes_used_on_block
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
scoreboard players add @a[predicate=fzsd:is_real_player] fz.event.play_ticks 1
|
scoreboard players add @a[predicate=fzsd:is_real_player] fzsd.event.play_ticks 1
|
||||||
function #fzsd:game_event/on_tick
|
function #fzsd:game_event/on_tick
|
||||||
schedule function fzsd:game_event/on_tick 1t replace
|
schedule function fzsd:game_event/on_tick 1t replace
|
||||||
+1
-1
@@ -30,7 +30,7 @@ scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.eve
|
|||||||
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_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_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.wooden_sword
|
||||||
scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.offset
|
scoreboard players operation fzsd.var.score fzsd.variable.integer += @s fzsd.event.used_tool.dig_offset
|
||||||
|
|
||||||
## 判断分数
|
## 判断分数
|
||||||
execute unless score fzsd.var.score fzsd.variable.integer matches ..0 run function fzsd:game_event/player/on_broke_block_with_tool
|
execute unless score fzsd.var.score fzsd.variable.integer matches ..0 run function fzsd:game_event/player/on_broke_block_with_tool
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
scoreboard players set @s fzsd.event.used_tool.offset 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_axe 0
|
||||||
scoreboard players set @s fzsd.event.used_tool.diamond_hoe 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_pickaxe 0
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
execute unless data storage fzsd:config fzsd.module.health.display{below_name: 0b} run scoreboard objectives setdisplay belowName fzsd.module.health
|
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 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 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 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": "已加载组件:玩家血量显示"}]
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
## 判断是否安装,如果安装则加载
|
||||||
|
execute if data storage fzsd:install fzsd.module{health:1b} run function #fzsd:module/health/load
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
## 判断是否安装,如果安装则加载
|
||||||
|
execute if data storage fzsd:install fzsd.module{interactor:1b} run function #fzsd:module/interactor/load
|
||||||
+3
-3
@@ -1,4 +1,4 @@
|
|||||||
team join fzsd.module.scoreboard.display.placement_count 总放置方块数
|
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.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
|
scoreboard players operation 总方块放置数 fzsd.module.scoreboard.display.placement_count = fzsd.module.scoreboard.total.placement_count fzsd.module.scoreboard.assign.general
|
||||||
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
## 删除计分板
|
## 删除计分板
|
||||||
### 总榜
|
### 总榜
|
||||||
|
scoreboard objectives remove fzsd.module.scoreboard.assign.general
|
||||||
scoreboard objectives remove fzsd.module.scoreboard.display.general
|
scoreboard objectives remove fzsd.module.scoreboard.display.general
|
||||||
### 活跃度
|
### 活跃度
|
||||||
scoreboard objectives remove fzsd.module.scoreboard.display.activation
|
scoreboard objectives remove fzsd.module.scoreboard.display.activation
|
||||||
|
|||||||
@@ -1,39 +1,59 @@
|
|||||||
|
#### 注册总榜计分板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.scoreboard.text.general", "interpret": true, "storage": "fzsd:module"}, {"text": "id为:"}, {"score": {"name": "fzsd.module.scoreboard.display.id.general", "objective": "fzsd.variable.integer"}}]
|
||||||
|
|
||||||
#### 注册活跃度计分板id
|
#### 注册活跃度计分板id
|
||||||
function #fzsd:calculation/highest_id_add_1
|
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
|
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.scoreboard.text.activation", "interpret": true, "storage": "fzsd:module"}, {"text": "id为:"}, {"score": {"name": "fzsd.module.scoreboard.display.id.activation", "objective": "fzsd.variable.integer"}}]
|
||||||
|
|
||||||
#### 注册飞行距离计分板id
|
#### 注册飞行距离计分板id
|
||||||
function #fzsd:calculation/highest_id_add_1
|
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
|
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.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
|
#### 注册抖M榜计分板id
|
||||||
function #fzsd:calculation/highest_id_add_1
|
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
|
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.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
|
#### 注册死亡榜计分板id
|
||||||
function #fzsd:calculation/highest_id_add_1
|
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
|
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.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
|
#### 注册挖掘榜计分板id
|
||||||
function #fzsd:calculation/highest_id_add_1
|
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
|
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.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
|
#### 注册钓鱼榜计分板id
|
||||||
function #fzsd:calculation/highest_id_add_1
|
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
|
scoreboard players operation fzsd.module.scoreboard.display.id.fishing_count fzsd.variable.integer = fzsd.module.scoreboard.display.highest_id fzsd.variable.integer
|
||||||
|
##### 日志
|
||||||
#### 注册总榜计分板id
|
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.scoreboard.text.fishing_count", "interpret": true, "storage": "fzsd:module"}, {"text": "id为:"}, {"score": {"name": "fzsd.module.scoreboard.display.id.fishing_count", "objective": "fzsd.variable.integer"}}]
|
||||||
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
|
|
||||||
|
|
||||||
#### 注册击杀榜计分板id
|
#### 注册击杀榜计分板id
|
||||||
function #fzsd:calculation/highest_id_add_1
|
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
|
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.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
|
#### 注册交易榜计分板id
|
||||||
function #fzsd:calculation/highest_id_add_1
|
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
|
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.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
|
#### 注册放置榜计分板id
|
||||||
function #fzsd:calculation/highest_id_add_1
|
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
|
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.scoreboard.text.placement_count", "interpret": true, "storage": "fzsd:module"}, {"text": "id为:"}, {"score": {"name": "fzsd.module.scoreboard.display.id.placement_count", "objective": "fzsd.variable.integer"}}]
|
||||||
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
||||||
|
|
||||||
data modify storage fzsd:module fzsd.scoreboard.text.placement_count set value '{"text": "放置榜", "color": "aqua"}'
|
data modify storage fzsd:module fzsd.scoreboard.text.placement_count set value '{"text": "方块放置榜", "color": "aqua"}'
|
||||||
scoreboard objectives setdisplay sidebar.team.aqua fzsd.module.scoreboard.display.placement_count
|
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"}
|
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 color aqua
|
||||||
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "放置榜", "color": "aqua"}
|
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "方块放置榜", "color": "aqua"}
|
||||||
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
||||||
|
|
||||||
data modify storage fzsd:module fzsd.scoreboard.text.placement_count set value '{"text": "放置榜", "color": "black"}'
|
data modify storage fzsd:module fzsd.scoreboard.text.placement_count set value '{"text": "方块放置榜", "color": "black"}'
|
||||||
scoreboard objectives setdisplay sidebar.team.black fzsd.module.scoreboard.display.placement_count
|
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"}
|
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 color black
|
||||||
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "放置榜", "color": "black"}
|
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "方块放置榜", "color": "black"}
|
||||||
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
||||||
|
|
||||||
data modify storage fzsd:module fzsd.scoreboard.text.placement_count set value '{"text": "放置榜", "color": "blue"}'
|
data modify storage fzsd:module fzsd.scoreboard.text.placement_count set value '{"text": "方块放置榜", "color": "blue"}'
|
||||||
scoreboard objectives setdisplay sidebar.team.blue fzsd.module.scoreboard.display.placement_count
|
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"}
|
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 color blue
|
||||||
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "放置榜", "color": "blue"}
|
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "方块放置榜", "color": "blue"}
|
||||||
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
||||||
|
|
||||||
data modify storage fzsd:module fzsd.scoreboard.text.placement_count set value '{"text": "放置榜", "color": "dark_aqua"}'
|
data modify storage fzsd:module fzsd.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 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"}
|
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 color dark_aqua
|
||||||
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "放置榜", "color": "dark_aqua"}
|
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "方块放置榜", "color": "dark_aqua"}
|
||||||
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
||||||
|
|
||||||
data modify storage fzsd:module fzsd.scoreboard.text.placement_count set value '{"text": "放置榜", "color": "dark_blue"}'
|
data modify storage fzsd:module fzsd.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 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"}
|
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 color dark_blue
|
||||||
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "放置榜", "color": "dark_blue"}
|
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "方块放置榜", "color": "dark_blue"}
|
||||||
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
||||||
|
|
||||||
data modify storage fzsd:module fzsd.scoreboard.text.placement_count set value '{"text": "放置榜", "color": "dark_gray"}'
|
data modify storage fzsd:module fzsd.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 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"}
|
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 color dark_gray
|
||||||
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "放置榜", "color": "dark_gray"}
|
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "方块放置榜", "color": "dark_gray"}
|
||||||
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
||||||
|
|
||||||
data modify storage fzsd:module fzsd.scoreboard.text.placement_count set value '{"text": "放置榜", "color": "dark_green"}'
|
data modify storage fzsd:module fzsd.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 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"}
|
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 color dark_green
|
||||||
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "放置榜", "color": "dark_green"}
|
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "方块放置榜", "color": "dark_green"}
|
||||||
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
||||||
|
|
||||||
data modify storage fzsd:module fzsd.scoreboard.text.placement_count set value '{"text": "放置榜", "color": "dark_purple"}'
|
data modify storage fzsd:module fzsd.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 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"}
|
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 color dark_purple
|
||||||
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "放置榜", "color": "dark_purple"}
|
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "方块放置榜", "color": "dark_purple"}
|
||||||
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
||||||
|
|
||||||
data modify storage fzsd:module fzsd.scoreboard.text.placement_count set value '{"text": "放置榜", "color": "dark_red"}'
|
data modify storage fzsd:module fzsd.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 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"}
|
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 color dark_red
|
||||||
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "放置榜", "color": "dark_red"}
|
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "方块放置榜", "color": "dark_red"}
|
||||||
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
||||||
|
|
||||||
data modify storage fzsd:module fzsd.scoreboard.text.placement_count set value '{"text": "放置榜", "color": "gold"}'
|
data modify storage fzsd:module fzsd.scoreboard.text.placement_count set value '{"text": "方块放置榜", "color": "gold"}'
|
||||||
scoreboard objectives setdisplay sidebar.team.gold fzsd.module.scoreboard.display.placement_count
|
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"}
|
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 color gold
|
||||||
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "放置榜", "color": "gold"}
|
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "方块放置榜", "color": "gold"}
|
||||||
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
||||||
|
|
||||||
data modify storage fzsd:module fzsd.scoreboard.text.placement_count set value '{"text": "放置榜", "color": "gray"}'
|
data modify storage fzsd:module fzsd.scoreboard.text.placement_count set value '{"text": "方块放置榜", "color": "gray"}'
|
||||||
scoreboard objectives setdisplay sidebar.team.gray fzsd.module.scoreboard.display.placement_count
|
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"}
|
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 color gray
|
||||||
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "放置榜", "color": "gray"}
|
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "方块放置榜", "color": "gray"}
|
||||||
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
||||||
|
|
||||||
data modify storage fzsd:module fzsd.scoreboard.text.placement_count set value '{"text": "放置榜", "color": "green"}'
|
data modify storage fzsd:module fzsd.scoreboard.text.placement_count set value '{"text": "方块放置榜", "color": "green"}'
|
||||||
scoreboard objectives setdisplay sidebar.team.green fzsd.module.scoreboard.display.placement_count
|
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"}
|
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 color green
|
||||||
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "放置榜", "color": "green"}
|
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "方块放置榜", "color": "green"}
|
||||||
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
||||||
|
|
||||||
data modify storage fzsd:module fzsd.scoreboard.text.placement_count set value '{"text": "放置榜", "color": "light_purple"}'
|
data modify storage fzsd:module fzsd.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 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"}
|
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 color light_purple
|
||||||
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "放置榜", "color": "light_purple"}
|
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "方块放置榜", "color": "light_purple"}
|
||||||
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
||||||
|
|
||||||
data modify storage fzsd:module fzsd.scoreboard.text.placement_count set value '{"text": "放置榜", "color": "red"}'
|
data modify storage fzsd:module fzsd.scoreboard.text.placement_count set value '{"text": "方块放置榜", "color": "red"}'
|
||||||
scoreboard objectives setdisplay sidebar.team.red fzsd.module.scoreboard.display.placement_count
|
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"}
|
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 color red
|
||||||
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "放置榜", "color": "red"}
|
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "方块放置榜", "color": "red"}
|
||||||
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
||||||
|
|
||||||
data modify storage fzsd:module fzsd.scoreboard.text.placement_count set value '{"text": "放置榜", "color": "white"}'
|
data modify storage fzsd:module fzsd.scoreboard.text.placement_count set value '{"text": "方块放置榜", "color": "white"}'
|
||||||
scoreboard objectives setdisplay sidebar.team.white fzsd.module.scoreboard.display.placement_count
|
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"}
|
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 color white
|
||||||
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "放置榜", "color": "white"}
|
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "方块放置榜", "color": "white"}
|
||||||
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
# 调用者:#fzsd:module/scoreboard/display/set_text/placement_count
|
||||||
|
|
||||||
data modify storage fzsd:module fzsd.scoreboard.text.placement_count set value '{"text": "放置榜", "color": "yellow"}'
|
data modify storage fzsd:module fzsd.scoreboard.text.placement_count set value '{"text": "方块放置榜", "color": "yellow"}'
|
||||||
scoreboard objectives setdisplay sidebar.team.yellow fzsd.module.scoreboard.display.placement_count
|
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"}
|
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 color yellow
|
||||||
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "放置榜", "color": "yellow"}
|
team modify fzsd.module.scoreboard.display.placement_count displayName {"text": "方块放置榜", "color": "yellow"}
|
||||||
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
execute if data storage fzsd:install fzsd.module{scoreboard:1b} run tellraw @s {"text": "计分板:"}
|
execute if data storage fzsd:install fzsd.module{scoreboard:1b} run tellraw @s {"text": "计分板:"}
|
||||||
|
|
||||||
execute if data storage fzsd:install fzsd.module{scoreboard:1b} run tellraw @s [[{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "contents": {"text": "关", "color": "dark_red"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1000"}}, {"text": "关", "color": "dark_red"}, {"text": "]"}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1010"}}, {"nbt": "fzsd.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "]"}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.scoreboard.text.general", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1020"}}, {"nbt": "fzsd.scoreboard.text.general", "interpret": true, "storage": "fzsd:module"},{"text": "]"}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.scoreboard.text.activation", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1030"}}, {"nbt": "fzsd.scoreboard.text.activation", "interpret": true, "storage": "fzsd:module"},{"text": "]"}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.scoreboard.text.aviating_distance", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1040"}}, {"nbt": "fzsd.scoreboard.text.aviating_distance", "interpret": true, "storage": "fzsd:module"},{"text": "]"}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.scoreboard.text.damage_taken", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1050"}}, {"nbt": "fzsd.scoreboard.text.damage_taken", "interpret": true, "storage": "fzsd:module"},{"text": "]"}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.scoreboard.text.death_count", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1060"}}, {"nbt": "fzsd.scoreboard.text.death_count", "interpret": true, "storage": "fzsd:module"},{"text": "]"}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.scoreboard.text.dig_count", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1070"}}, {"nbt": "fzsd.scoreboard.text.dig_count", "interpret": true, "storage": "fzsd:module"},{"text": "]"}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.scoreboard.text.fishing_count", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1080"}}, {"nbt": "fzsd.scoreboard.text.fishing_count", "interpret": true, "storage": "fzsd:module"},{"text": "]"}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.scoreboard.text.kill_count", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1090"}}, {"nbt": "fzsd.scoreboard.text.kill_count", "interpret": true, "storage": "fzsd:module"},{"text": "]"}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.scoreboard.text.trade_count", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1100"}}, {"nbt": "fzsd.scoreboard.text.trade_count", "interpret": true, "storage": "fzsd:module"}, {"text": "]"}]]
|
execute if data storage fzsd:install fzsd.module{scoreboard:1b} run tellraw @s [[{"text": "[", "color": "dark_gray", "hoverEvent": {"action": "show_text", "contents": {"text": "关", "color": "dark_red"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1000"}}, {"text": "关", "color": "dark_red"}, {"text": "]"}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1010"}}, {"nbt": "fzsd.scoreboard.text.carousel", "interpret": true, "storage": "fzsd:module"}, {"text": "]"}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.scoreboard.text.general", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1020"}}, {"nbt": "fzsd.scoreboard.text.general", "interpret": true, "storage": "fzsd:module"},{"text": "]"}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.scoreboard.text.activation", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1030"}}, {"nbt": "fzsd.scoreboard.text.activation", "interpret": true, "storage": "fzsd:module"},{"text": "]"}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.scoreboard.text.aviating_distance", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1040"}}, {"nbt": "fzsd.scoreboard.text.aviating_distance", "interpret": true, "storage": "fzsd:module"},{"text": "]"}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.scoreboard.text.damage_taken", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1050"}}, {"nbt": "fzsd.scoreboard.text.damage_taken", "interpret": true, "storage": "fzsd:module"},{"text": "]"}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.scoreboard.text.death_count", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1060"}}, {"nbt": "fzsd.scoreboard.text.death_count", "interpret": true, "storage": "fzsd:module"},{"text": "]"}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.scoreboard.text.dig_count", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1070"}}, {"nbt": "fzsd.scoreboard.text.dig_count", "interpret": true, "storage": "fzsd:module"},{"text": "]"}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.scoreboard.text.fishing_count", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1080"}}, {"nbt": "fzsd.scoreboard.text.fishing_count", "interpret": true, "storage": "fzsd:module"},{"text": "]"}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.scoreboard.text.kill_count", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1090"}}, {"nbt": "fzsd.scoreboard.text.kill_count", "interpret": true, "storage": "fzsd:module"},{"text": "]"}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.scoreboard.text.trade_count", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1100"}}, {"nbt": "fzsd.scoreboard.text.trade_count", "interpret": true, "storage": "fzsd:module"}, {"text": "]"}], [{"text": "[", "hoverEvent": {"action": "show_text", "contents": {"nbt": "fzsd.scoreboard.text.placement_count", "interpret": true, "storage": "fzsd:module"}}, "clickEvent": {"action": "run_command", "value": "/trigger fzsd.module.interactor.trigger set -1200"}}, {"nbt": "fzsd.scoreboard.text.placement_count", "interpret": true, "storage": "fzsd:module"}, {"text": "]"}]]
|
||||||
@@ -8,4 +8,5 @@ execute if score @s fzsd.module.interactor.trigger matches -1060 run function #f
|
|||||||
execute if score @s fzsd.module.interactor.trigger matches -1070 run function #fzsd:module/scoreboard/interactor/subscribe/dig_count
|
execute if score @s fzsd.module.interactor.trigger matches -1070 run function #fzsd:module/scoreboard/interactor/subscribe/dig_count
|
||||||
execute if score @s fzsd.module.interactor.trigger matches -1080 run function #fzsd:module/scoreboard/interactor/subscribe/fishing_count
|
execute if score @s fzsd.module.interactor.trigger matches -1080 run function #fzsd:module/scoreboard/interactor/subscribe/fishing_count
|
||||||
execute if score @s fzsd.module.interactor.trigger matches -1090 run function #fzsd:module/scoreboard/interactor/subscribe/kill_count
|
execute if score @s fzsd.module.interactor.trigger matches -1090 run function #fzsd:module/scoreboard/interactor/subscribe/kill_count
|
||||||
execute if score @s fzsd.module.interactor.trigger matches -1100 run function #fzsd:module/scoreboard/interactor/subscribe/trade_count
|
execute if score @s fzsd.module.interactor.trigger matches -1100 run function #fzsd:module/scoreboard/interactor/subscribe/trade_count
|
||||||
|
execute if score @s fzsd.module.interactor.trigger matches -1200 run function #fzsd:module/scoreboard/interactor/subscribe/placement_count
|
||||||
@@ -11,6 +11,7 @@ execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellr
|
|||||||
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.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.fishing_count - "}, {"nbt": "fzsd.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.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.kill_count - "}, {"nbt": "fzsd.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.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.trade_count - "}, {"nbt": "fzsd.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.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": "已加载组件:计分板"}]
|
execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已加载组件:计分板"}]
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
## 判断是否安装,如果安装则加载
|
||||||
|
execute if data storage fzsd:install fzsd.module{scoreboard:1b} run function #fzsd:module/scoreboard/load
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
# 调用者:#fzsd:module/try_load
|
|
||||||
|
|
||||||
## 判断是否安装,如果安装则加载
|
|
||||||
execute if data storage fzsd:install fzsd.module{health:1b} run function #fzsd:module/health/load
|
|
||||||
execute if data storage fzsd:install fzsd.module{interactor:1b} run function #fzsd:module/interactor/load
|
|
||||||
execute if data storage fzsd:install fzsd.module{scoreboard:1b} run function #fzsd:module/scoreboard/load
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"__comment": "本标签将强制重装所有模块",
|
"__comment": "本标签将强制卸载所有模块",
|
||||||
"replace": false,
|
"replace": false,
|
||||||
"values": [
|
"values": [
|
||||||
"#fzsd:system/uninstall/before",
|
"#fzsd:system/uninstall/before",
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"replace": false,
|
"replace": false,
|
||||||
"values": [
|
"values": [
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"fzsd:module/health/try_load"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"fzsd:module/interactor/try_load"
|
||||||
|
]
|
||||||
|
}
|
||||||
+7
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"__comment": "用于兼容fzsd地毯脚本分数恢复功能",
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"fzsd.extra.bbl:assign/general"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -2,6 +2,7 @@
|
|||||||
"__comment": "调用者:fzsd:module:scoreboard/uninstall",
|
"__comment": "调用者:fzsd:module:scoreboard/uninstall",
|
||||||
"replace": false,
|
"replace": false,
|
||||||
"values": [
|
"values": [
|
||||||
"fzsd:module/scoreboard/clear_data"
|
"fzsd:module/scoreboard/clear_data",
|
||||||
|
"fzsd.extra.bbl:clear_data"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -10,6 +10,7 @@
|
|||||||
"fzsd:module/scoreboard/display/carousel/try_display/general",
|
"fzsd:module/scoreboard/display/carousel/try_display/general",
|
||||||
"fzsd:module/scoreboard/display/carousel/try_display/kill_count",
|
"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/placement_count",
|
||||||
"fzsd:module/scoreboard/display/carousel/try_display/trade_count"
|
"fzsd:module/scoreboard/display/carousel/try_display/trade_count",
|
||||||
|
"fzsd.extra.bbl:display/carousel/try_display"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -5,6 +5,8 @@
|
|||||||
],
|
],
|
||||||
"replace": false,
|
"replace": false,
|
||||||
"values": [
|
"values": [
|
||||||
"fzsd:module/scoreboard/display/register_id"
|
"fzsd:module/scoreboard/display/reset_id",
|
||||||
|
"fzsd:module/scoreboard/display/register_id",
|
||||||
|
"fzsd.extra.bbl:display/register_id"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -15,6 +15,7 @@
|
|||||||
"#fzsd:module/scoreboard/display/set_text/general",
|
"#fzsd:module/scoreboard/display/set_text/general",
|
||||||
"#fzsd:module/scoreboard/display/set_text/kill_count",
|
"#fzsd:module/scoreboard/display/set_text/kill_count",
|
||||||
"#fzsd:module/scoreboard/display/set_text/placement_count",
|
"#fzsd:module/scoreboard/display/set_text/placement_count",
|
||||||
"#fzsd:module/scoreboard/display/set_text/trade_count"
|
"#fzsd:module/scoreboard/display/set_text/trade_count",
|
||||||
|
"#fzsd.extra.bbl:display/set_text"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"replace": false,
|
"replace": false,
|
||||||
"values": [
|
"values": [
|
||||||
"fzsd:module/scoreboard/display/set_text/placement_count/dark_blue"
|
"fzsd:module/scoreboard/display/set_text/placement_count/dark_green"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -2,6 +2,7 @@
|
|||||||
"__comment": "调用者:#fzsd:module/install",
|
"__comment": "调用者:#fzsd:module/install",
|
||||||
"replace": false,
|
"replace": false,
|
||||||
"values": [
|
"values": [
|
||||||
"fzsd:module/scoreboard/install"
|
"fzsd:module/scoreboard/install",
|
||||||
|
"fzsd.extra.bbl:install"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"replace": false,
|
"replace": false,
|
||||||
"values": [
|
"values": [
|
||||||
"fzsd:module/scoreboard/interactor/display"
|
"fzsd:module/scoreboard/interactor/display",
|
||||||
|
"fzsd.extra.bbl:interactor/display"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"replace": false,
|
"replace": false,
|
||||||
"values": [
|
"values": [
|
||||||
"fzsd:module/scoreboard/interactor/on_click"
|
"fzsd:module/scoreboard/interactor/on_click",
|
||||||
|
"fzsd.extra.bbl:interactor/on_click"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user