#Group Checking

1 messages · Page 1 of 1 (latest)

thorny sandal
#
    entity is citizen 1:
        player's group is "Class-D":
            open virtual chest inventory with size 3 named "blah" to player```

Any clue on how to get this to work, or what addon I need?
#

[17:49:34 INFO]: [Skript] Line 143: (Core.sk)
[17:49:34 INFO]: The permissions plugin you are using does not support groups.
[17:49:34 INFO]: Line: player's group is "Class-D":

#

im so dumb i downloaded the FABRIC mod instead of the paper plugin

#
    entity is citizen 1:
        player's group is "Class-D":
            open chest with 5 rows named "Commander" to player
            format gui slot 1 of player with string```
#

Any clue why this wont work