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!

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

permssion help

Discussion in 'General' started by itsthatajojoreference, Feb 11, 2021.

  1. itsthatajojoreference

    Joined:
    Feb 11, 2021
    Messages:
    1
    Likes Received:
    0
    command /permlist:
    trigger:
    send message "&7&m----------------------------------------------------"
    send message "&5Rank&f: &fDefault"
    send message "&4◆ &fChat color. &5/cc"
    send message "&4◆ &fChat color. &5/cc"
    send message "&4◆ &fUsername color. &5/color"
    send message "&4◆ &fDisguise to ranks below yours. &5/Disguise - /Undisguise"
    send message "&4◆ &fBroadcast. &5/Bc"
    send message "&4◆ &fMuted chat bypass"
    send message "&4◆ &fEnable fly. &5/fly"
    send message "&4◆ &fAll Tags. &5/Tags"
    send message "&4◆ &fHost LMS. &5/Lms"
    send message "&4◆ &fGUI Games. &5/Pocket"
    send message "&4◆ &fHost Brackets. &5/brackets"
    send message "&4◆ &fHost Sumo. &5/Sumo"
    send message "&4◆ &fHost Koth. &5/Koth"
    send message "&4◆ &fHost Events. &5/Event"
    send message "&7&m----------------------------------------------------"


    that code works but what i want is for it to check if players has the permission "default" for it to work. this is skript 2.5.3 btw
     
  2. TehCheetah

    TehCheetah Member

    Joined:
    Feb 7, 2021
    Messages:
    49
    Likes Received:
    1
    What do you mean? Do you want the person running the command to send the player this stuff?

    If so, make sure to say:

    Code (Text):
    1.  
    2. command /permlist:
    3.     permission: default #or the permission for the player
    4.     trigger:
    5.         #The rest of your code here
    6.  
    Also, if for some reason I am wrong, I apologize!

    Edit: Please make sure to use the CODE tags! ([C ODE] YOUR CODE HERE [/CODE])

    Also don't put the space between C and O.
     

Share This Page

Loading...