1. 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!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Solved trying to make a command call someone a fuckboy

Discussion in 'Skript' started by Osh, Apr 22, 2020.

Thread Status:
Not open for further replies.
  1. Osh

    Osh Member

    Joined:
    Apr 22, 2020
    Messages:
    1
    Likes Received:
    0
    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
     
  2. Best Answer:
    Post #2 by IDuckz_, Apr 24, 2020
  3. IDuckz_

    IDuckz_ Active Member

    Joined:
    Jul 25, 2019
    Messages:
    106
    Likes Received:
    2
    I don't know why you want to make the script but here is the code:

    Code (Text):
    1. command /fuckboy [<player>]:
    2.     permission: fuckboy.use
    3.     permission message: &cyou ain't got any perms buddy L
    4.     trigger:
    5.         if arg-1 is set:
    6.             message "%arg-1% is a fuckboy"
    7.         else:
    8.             send "&cUsage: /fuckboy <player>"
     
Thread Status:
Not open for further replies.

Share This Page

Loading...