Solved trying to make a command call someone a fuckboy

  • 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.

Osh

Member
Apr 22, 2020
1
0
0
24
command /fuckboy <player>:
permission: fuckboy.use
permission message: &cyou ain't got any perms buddy L
trigger:
message "<player> is a fuckboy"


Ok so what i am trying to do is to take the username that arguments ask for and put it in chat infront of "is a fuckboy" my friend said I couldn't do it. amateur skripter so I have a feeling that its easy and im just being a dumbass
 
I don't know why you want to make the script but here is the code:

Code:
command /fuckboy [<player>]:
    permission: fuckboy.use
    permission message: &cyou ain't got any perms buddy L
    trigger:
        if arg-1 is set:
            message "%arg-1% is a fuckboy"
        else:
            send "&cUsage: /fuckboy <player>"
 
Status
Not open for further replies.