Version 1.0.1
59 downloads
AutoHeal is a lightweight healing plugin that allows players with permission to heal themselves using a simple chat command.
Players can specify the amount of HP they want to restore, while server owners can configure the command, cooldown, permission name, and player messages.
Permission
Default permission:
autoheal.use
Command
Default chat command:
/h <amount>
Example:
/h 10
Restores 10 HP to the player.
The healing amount must be between 1 and 100 HP.
Features
Simple configurable healing command
Configurable cooldown per player
Cooldown can be disabled
Configurable permission name
Optional healing confirmation message
Optional no-permission message
English and French translations included
Player messages can be customized through Oxide language files
Can be used alongside other plugins that call the healing command
Default Configuration
{
"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"
}
}
Language
English and French translations are included by default.
Messages can be customized in the corresponding oxide/lang files.
Notes
AI assistance was used during the development of this plugin.