About AutoHeal
Adds a command that heals the player with permission of the amount specified in argument.
Permission :
autoheal.use
Player chat command :
/h (by default)
Exemple :
/h 10 : heals the player of 10 HP
Default config exemple :
{
"PluginConfiguration": {
"Healing command": "h",
"Cooldown time per player in seconds (0 = no cooldown)": 10,
"Show healing message to player": true,
"Show no-permission message to player": true
},
"PermissionsConfiguration": {
"Default permission name": "use"
}
}
Info :
Translations avalable in English and French. Player messages are editable in oxide/lang files.
AI assistance were used when creating this plugin.