permssion help

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

Feb 11, 2021
1
0
1
23
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
 
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:
command /permlist:
    permission: default #or the permission for the player
    trigger:
        #The rest of your code here

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.