Problem adding/removing permissions

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

mordrowned

Member
Apr 22, 2021
40
2
8
When I try to add/remove permissions from a player, it doesn't work.

(I use SkQuery and Skript, both latest version)
Code:
script options:
  $ use permissions

command /test:
    trigger:
        add "minecraft.command.bossbar" to player's permissions
        remove "minecraft.command.bossbar" from player's permissions

That is my code. I searched on the skunity forums, but there it said that this just should've worked.
Can anyone help me with this?
Between, this is the error \/
 

Attachments

  • Error.PNG
    Error.PNG
    34.1 KB · Views: 83
Last edited:
Status
Not open for further replies.