Give permission?

  • 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.
Feb 25, 2017
21
1
0
23
How would i go about giving a player a permission if i am not using permissionex and instead using group manager.
 
code_language.skript:
script options:
    $ use permissions

command /addperm <player> <text>:
    trigger:
        add arg 2 to arg 1's permissions

command /delperm <player> <text>:
    trigger:
        remove arg 2 from arg 1's permissions

You need SkQuery.
 
code_language.skript:
script options:
    $ use permissions

command /addperm <player> <text>:
    trigger:
        add arg 2 to arg 1's permissions

command /delperm <player> <text>:
    trigger:
        remove arg 2 from arg 1's permissions

You need SkQuery.
So if someone was lets say buying permissions through a shop could i just do add essentials.feed to %player% permissions and add the bit at the top or do i need to change %player% to something else/
 
Status
Not open for further replies.