PlayerHP - 设置玩家血量上限

LSE PlayerHP - 设置玩家血量上限 2.2

版权类型
原创
版权链接
#
语言支持
简体中文
前置组件
LXL
适配版本(基岩)
  1. 最新版本
[MD]
## 简介
一款全GUI的设置玩家血量插件:
- 游戏内设置玩家血量
- 玩家进服时设置默认血量
- API导出
## 食用教程
- 游戏内输入 /sethp 打开GUI
[/MD]
[MD]
## 指令操作
[/MD]
[TABLE=right]
[TR]
[TH]指令[/TH]
[TH]描述[/TH]
[/TR]
[TR]
[TD]/sethp[/TD]
[TD]打开设置玩家血量GUI[/TD]
[/TR]
[TR]
[TD]/resethp[/TD]
[TD]重置在线玩家血量 OP[/TD]
[/TR]
[/TABLE]
Minecraft 2022_2_14 23_24_52(1).png

[MD]
## 配置文件
\plugins\SetPlayerHP\config.json
[/MD]
JSON:
{
    "data": {
        "open": true, //是否开启玩家进服默认血量 改为 true 开启
        "value": 22 //玩家进服的默认血量
    }
        // 开启进服默认血量后 被手动设置过血量的玩家 会在下一次进服后 恢复为进服默认血量
}
[MD]
## 联系我
### BUG反馈群 173011240
## 游戏截图
[/MD]
Minecraft 2022_2_14 23_24_42.png
Minecraft 2022_2_14 23_24_52.png
Author
ChuXiao
Downloads
1,186
Views
2,705
First release
Last update

Ratings

5.00 star(s) 1 ratings

More resources from ChuXiao

Share this resource

Latest reviews

when player logged out, the hp reset to 22 (normal) again, any solution?
ChuXiao
ChuXiao
set the "open" item to "false" in the configuration file
Back
Top Bottom