Skip to content
home/templates//heal command
commandsBeginnermc 1.20.x – 1.21.x7 lines

/heal command

lets ops or anyone with the permission heal themselves with /heal. confirms with a green message.

vanilla Skriptno addons required.
heal-command.sk7 lines
command /heal:
    permission: skript.heal
    permission message: &cYou don't have permission.
    trigger:
        heal the player
        send "&aYou have been fully healed!" to player

get it running

heal-command.sk · 7 lines · vanilla Skript
  1. 1

    copy or download

    grab the .sk file with the buttons up top.

    heal-command.sk· ready to drop in
  2. 2

    drop it in your scripts folder

    save it exactly here on your server — no typos, just copy the path:

    …/plugins/Skript/scripts/heal-command.sk
  3. 3

    reload in-game

    run this in chat or console — your script goes live instantly:

    /sk reload heal-command
that's it — your script is live. hop in-game to try it.
/ related templates

more commands templates

comments