# thirst --- 口渴值插件
### 基于 C++ 编写提供更高效率的体验
### 基于命令和 molang 提供高度自定义的配置文件
#### 示例配置文件
```json
{
"version": 0,
"modifications": {
"apple": { "value": 10, "commands": ["say eat apple"] }, //吃苹果时触发
"water": { "value": 1, "commands": ["say drink water"] } //使用物品点击水面触发
},
"commands": {...