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!

  1. G

    Addon Skerm (Simple Permission Addon) 1.4

    Features: - REQUIRES PAPERMC - Uses Paper/Bukkit default permission system - Lets you add/remove permissions to/from a player in Skript - Doesn't require LuckPerms or any other permission plugin dependency It also does not remove LuckPerms/plugin added permissions!!! - Works with...
  2. raupauk

    If %Variable% is "Something"?

    Greetings! So I got the Plugin "BetterTeams" and I wanted to create a command that only a specific team is allowed to use. Since they do not have any type of permission-by-team system, I thought about doing it with Skript, but somehow it always tells me that I have no permission, even when I am...
  3. C

    Help with the clan system that I wrote

    command /clan [<text>] [<text>] [<text>]: aliases: guild, g, c trigger: #CLAN SETRANK if arg-1 is "setrank": if arg-2 is set: if {clan::%{clan::%player's uuid%}%::membercount::*} contains arg-2 parsed as player's uuid: if...
  4. Remo

    Solved Giving permissions to player

    Hello, so I am trying to add permission to player but for some reason It does not work, everytime i reload skript it says "permissions of the player can't have anything added to it" please someone help me this is my skript script options: $ use permissions on click: player is holding...
  5. J

    Solved solved

    solved
  6. X

    Solved I need help creating a /daily skript with a permission needed.

    I have a skript made with a permission but anyone is able to do it, permission or not. I could not find anything on this. It is so a vip rank has a separate /daily cmd. This is the skript I have: options: prefix: &8[&6&LServerName&8]&r cooldown: 24 hours permission: daily.vip...
  7. V

    Permission or integer array inspect

    Hello I want to make the script detect the number from the player's Permission config. From this code if player has permission "inventoryweight.maxweight.150": execute console command "/lp user %arg-1% permission unset inventoryweight.maxweight.150" if...
  8. V

    How to make permissions work?

    script options: $ use permissions every 1 seconds: loop all players: if loop-player have the scoreboard tag "Z": add "zinfection" to looped-player's permissions execute loop-player command "/zinfection" I've been trying to enable permissions for several...
  9. R

    Solved How to check for permission true and false in the same line

    As the title suggest, I would like to check if one permission is true while the other is false. I know I could do if player has permission "test.me": if player does not have permission "test.meagain": do something But what I am trying to do is having it on the same line. if player has...
  10. L

    Solved Make a player perform an command with an permission

    Hey, i am trying to make an gui. But now i would like that if a player click on an item the command get executet with an permssion (or as op) if index of event-slot = 13: cancel event make player execute command "/mv tp jumpandrun" [that command should run with...
  11. ClaasCode

    Solved Permissions doesnt get Saved

    Hello, Im trying to use SkQuery's Permission System. If i execute /rank CloudF0rce Premium it works how (like i cant execute that command again) but after i rejoin i can enter that command again (so i have Admin Perms again) Note: I do have OP tho My Code: Options: P: &7× &9CloudMC &7×...
  12. FrostPVP™️

    I need a skript (pretty long)

    I need a /report skript - if they only do /report send "&cPlease report a &6Player &cand type a &eReason" - Message if they didn't put in a player: send "&cYou need to choose a player!" - Message if they didn't put in a reason: send "&cYou need to have a reason!" - Message if they try to...
  13. FrostPVP™️

    when you click a paper it gives you a pex permission

    I want a skript that when you right click it. It gives a pex permission please leave the permission blank i need the paper to be called &a&lPlot Access and and if you can add a lore make it &5&lRight-Click Thank you <3 Plot Access Right-Click To Gain Access To Your Own Plot
  14. T

    How to make a command not require a permission

    Hello I need to know how to make a command in skript which does not require any permissions Thanks Guys!
  15. S

    Solved How to give a player permission when righ-click on item?

    So I have multiverseportals but to have access you need to be OP or you group should have "multiverse.portal.access.<portal name>". So how to make that if player right-click on specific item as example paper renamed to Snow Pass, get portal access for that portal? I found this: But its not...
  16. A

    Shop Gui Permission help!

    Hey. I need help for my skript to work. It is a gui where u can buy kits, but i can't seem to make it work. Can u guys help me?? (I am new to skript, so please be gentle)
  17. C

    Permission Counter

    Hello script community! I want to do a Skirpt, which counts how many players with a certain permission are on the server. Can someone help me there?
  18. TechyGaming

    Solved Message if has permission

    Hi, I am trying to create a script that send a message to players with the permission techcraft.worldchange.notify but after reading the Skript documentation and experimenting for hours I can't. Here's my current code: command /world <text>: permission: techcraft.world permission message...
  19. M

    Kill Counter with Permission

    Skript Version: Skript 2.4-beta8 Minecraft Version: 1.14.4 English: Hello I'm just here when programming not continue. I want someone who has a certain permission to kill someone who goes up a counter. That works with the counter already. I just do not know how to set this with the permission...
  20. TechyGaming

    Solved How to add a permission to a custom command

    Hi, On my server, I have been working on a custom command that broadcasts a message to all players saying that there is an event running. I have setup the command and from what i understand it should work but i want the command to only be usable by a player that either has the permission...