轻量级插件,允许您根据权限为玩家设置自定义最大生命值。服务器所有者可以在插件的配置文件中配置权限,以赋予某些组或玩家更高(或更低)的最大生命值。
授予权限
playerhealth.tier1 会根据默认配置将玩家的最大生命值设置为 150。
授予权限
playerhealth.tier1 会根据默认配置将玩家的最大生命值设置为 150。
JSON:
{
"Permissions": {
"tier1": {
"Max Health": 150,
"Start health %": 60,
"Healing items to match max health": true
},
"tier2": {
"Max Health": 200,
"Start health %": 60,
"Healing items to match max health": true
},
"tier3": {
"Max Health": 300,
"Start health %": 60,
"Healing items to match max health": true
}
},
"Version": {
"Major": 1,
"Minor": 0,
"Patch": 2
}
}