PermissionsEx

PermissionsEx

14M Downloads

? this

tamedkek opened this issue ยท 7 comments

commented

There are errors in your permissions.yml file.

commented

ok where

commented
groups: 
  ninja:
    options:
      prefix:'&0[ninja&0] &r '
       permissions:
    - essentals.kit.ninja
   PvP:
    options:
      prefix:' [pvp]  
       permissions:
    - essentals.kit.PvP
   tank:
   options:
      prefix: ' &1[TANK&1] &r '
       permissions:
    - essentals.kit.TANK
   phoenix:
    options:
      prefix:'&6[phoenix&6] &r '
       permissions:
    - essentals.kit.phoenix
    schema-version: 1
users:
  0be58318-b94a-4530-a35e-a1639af3f954:
    group:
    - owner
    options:
      name: Tamed_taco_pap
      group: tank
commented

Compare your post to this post:

groups: 
  ninja:
    options:
      prefix:'&0[ninja&0] &r '
    permissions:
    - essentals.kit.ninja
  PvP:
    options:
      prefix:' [pvp] '
    permissions:
    - essentals.kit.PvP
  tank:
    options:
      prefix: ' &1[TANK&1] &r '
    permissions:
    - essentals.kit.TANK
  phoenix:
    options:
      prefix:'&6[phoenix&6] &r '
    permissions:
    - essentals.kit.phoenix
schema-version: 1
users:
  0be58318-b94a-4530-a35e-a1639af3f954:
    group:
    - owner
    options:
      name: Tamed_taco_pap
      group: tank

The indentation isn't the same.

commented

As I told you in one of your (too many) other tickets, you need to count the spaces at the beginning of each line in this example, and make your file have the same number of spaces at the beginning of each of its lines.

commented

they all have the same space amount

commented

No response in 7 days. Issue must be resolved.