"Custom Usage"

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

iGniSs

Member
May 3, 2017
18
0
0
24
Skript Version: Skript dev26f
Skript Author: Bensku
Minecraft Version: Spigot 1.11.2
code_language.skript:
command /tpa <player>:
    permission: builduniverse.tpa
    permission message: &cERROR >>&7 Nedostatok opravneni.
    trigger:   
        if arg 1 is set:
            set {essentials.tpa.%argument 1%} to player
            send "<green>Hrac <grey>%{essentials.tpa.%argument 1%}%<reset> <green>sa chce na teba portnut." to argument 1
            send "<green>Pre prijatie napis prikaz <reset><grey>/tpaprijat<reset>" to argument 1
            message "<green>Ziadost o teleport bola odoslana."
            stop
        if arg 1 isn't set:
            send message "&a/tpa <hrac>"
If i type /tpa it says: Correct ussage /tpa <player>
 
Status
Not open for further replies.