- 注册
- 2021/11/14
- 消息
- 78
- 金粒
- 600金粒
killcerr 提交新资源:
thirst ---口渴值 - 口渴值
阅读关于此资源更多信息...
thirst ---口渴值 - 口渴值
[md]
# thirst --- 口渴值插件
### 基于 C++ 编写提供更高效率的体验
### 基于命令和 molang 提供高度自定义的配置文件
#### 示例配置文件
```jsonc
{
"version": 0,
"modifications": {
"apple": { "value": 10, "commands": ["say eat apple"] }, //吃苹果时触发
"water": { "value": 1, "commands": ["say drink water"] } //使用物品点击水面触发
},
"commands": {
//键为molang
"v.r=(v.current_thirst==10);v.r?(v.current_thirst=20);return v.r;": [
"kill @s" //可运行命令
],
"(v.current_thirst=v.current_thirst-1);return 0;": []...[/md]
阅读关于此资源更多信息...