Problem/Bug PermissionsEx turning red

Discussion in 'Plugin Help/Development/Requests' started by ParalyzedStar, Jul 9, 2017.

Thread Status:
Not open for further replies.
  1. Offline

    ParalyzedStar

    Hello! I am an administrator for a server and I made a few ranks using PermissionsEx. When I reloaded the server and I did /plugins the test PermissionsEx turns red. Have I done something wrong in the Permissions file? Here is the text.

    Permissions file:

    Code:
    groups:
      default:
        options:
          prefix: '&8[&7Member&8] '
          default: true
        permissions:
        - modifyworld.*
      Supporter:
        options:
          prefix: '&7[&2Supporter&7]&0 '
        worlds:
          '&0':
            options:
              prefix: '&7[&2Supporter&7] '
        permissions:
        - modifyworld.*
        - essentials.unmute
        - essentials.mute
        - minecraft.tp
        - minecraft.teleport
        - essentials.teleport
        - essentials.tp
        - essentials.fly
        - minecraft.kick
        - essentials.kick
      Builder:
        options:
          prefix: '&7[&3Builder&7]&0 '
        worlds:
          '&0':
            options:
              prefix: '&7[&3Builder&7] '
        permissions:
        - modifyworld.*
        - essentials.build
        - minecraft.gamemode
        - essentials.gamemode
        - minecraft.tp
        - minecraft.teleport
        - essentials.teleport
        - essentials.tp
        - minecraft.kick
        - essentials.kick
       Moderator:
        options:
          prefix: '&7[&1Mod&7]&0 '
        worlds:
          '&0':
            options:
              prefix: '&7[&1Mod&7] '
        permissions:
        - modifyworld.*
        - essentials.unmute
        - essentials.mute
        - minecraft.tp
        - minecraft.teleport
        - essentials.teleport
        - essentials.tp
        - essentials.fly
        - minecraft.kick
        - essentials.kick
        - essentials.tempban
        - essentials.ban
        - minecraft.ban
        - essentials.gamemode
        - minecraft.gamemode
       SeniorModerator:
        options:
          prefix: '&7[&2Sr. Mod&7]&0 '
        worlds:
          '&0':
            options:
              prefix: '&7[&2Sr. Mod&7] '
        permissions:
        - modifyworld.*
        - essentials.unmute
        - essentials.mute
        - minecraft.tp
        - minecraft.teleport
        - essentials.teleport
        - essentials.tp
        - essentials.fly
        - minecraft.kick
        - essentials.kick
        - essentials.tempban
        - essentials.ban
        - minecraft.ban
        - essentials.gamemode
        - minecraft.gamemode
       Administrator:
        options:
          prefix: '&7[&4Admin&7]&0 '
        worlds:
          '&0':
            options:
              prefix: '&7[&4Admin&7] '
        permissions:
        - essentials.build
        - modifyworld.*
        - essentials.unmute
        - essentials.mute
        - minecraft.tp
        - minecraft.teleport
        - essentials.teleport
        - essentials.tp
        - essentials.fly
        - minecraft.kick
        - essentials.kick
        - essentials.tempban
        - essentials.ban
        - minecraft.ban
        - essentials.gamemode
        - minecraft.gamemode
       SeniorAdministrator:
        options:
          prefix: '&7[&6Sr. Admin&7]&0 '
        worlds:
          '&0':
            options:
              prefix: '&7[&6Sr. Admin&7] '
        permissions:
        - *
       CoOwner:
        options:
          prefix: '&7[&5CoOwner&7]&0 '
        worlds:
          '&0':
            options:
              prefix: '&7[&5CoOwner&7] '
        permissions:
        - *
       Owner:
        options:
          prefix: '&7[&5&lOwner&7]&0 '
        worlds:
          '&0':
            options:
              prefix: '&7[&5&lOwner&7] '
        permissions:
        - *
    schema-version: 1
    users:
      2b33d3e1-df90-4030-b05f-047911e05d61:
        group:
        - OP
        options:
          name: Zyncz
        permissions:
        - '*'
      9023b3bb-fb94-4974-b921-aa064208664c:
        options:
          name: ParalyzedStar
        permissions:
        - '*'
        group:
        - SeniorAdministrator
      pvpgod96:
        permissions: []
      191c06cd-0f87-4a71-9415-51cad06bb421:
        options:
          name: DireZ
      woht:
        permissions: []
    Here's the Config file

    Code:
    multiserver:
      use-netevents: true
    permissions:
      debug: false
      allowOps: false
      user-add-groups-last: false
      log-players: false
      createUserRecords: false
      backend: file
      informplayers:
        changes: false
      basedir: plugins/PermissionsEx
      backends:
        file:
          type: file
          file: permissions.yml
    updater: true
    alwaysUpdate: false
    Could someone please help me, please?

    Kind regards,
    ParalyzedStar
     
    Last edited by a moderator: Jul 9, 2017
  2. Offline

    FrostDevStudios

    @ParalyzedStar
    Do you have access to the console? An error might of occured when you reloaded

    Also why are you formatting the 'worlds' like this in your groups?
    Code:
    Builder:
    options:
    prefix: '&7[&3Builder&7]&0 '
    worlds:
    '&0':
    options:
    prefix: '&7[&3Builder&7] '
    Also, The users listed below are assigned to group that you have not specified yet For Example, "OP" group
    Code:
    schema-version: 1
    users:
    2b33d3e1-df90-4030-b05f-047911e05d61:
    group:
    - OP
    options:
    name: Zyncz
    permissions:
    - '*'
    9023b3bb-fb94-4974-b921-aa064208664c:
    options:
    name: ParalyzedStar
    permissions:
    - '*'
    group:
    - SeniorAdministrator
    pvpgod96:
    permissions: []
    191c06cd-0f87-4a71-9415-51cad06bb421:
    options:
    name: DireZ
    woht:
    permissions: []
    These are possible mistakes, I will update this post if i find more of these.
     
    Last edited: Jul 9, 2017
  3. Offline

    ParalyzedStar

    When I did the command I accidentally added &0 in the end, so I didn't mean to do the world, and I didn't know if I would remove it or not. I haven't specified anyone to the OP group. And yes, I have access to the console, I am going to check it now.

    I found it! It says this:

    [19:11:32 INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4

    How do I fix it?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
  4. Offline

    FrostDevStudios

    @ParalyzedStar
    Is there s full stack trace you can show us? That only tells us that PermissionsEx was being disabled
     
  5. Offline

    ParalyzedStar

    This is the full text of the reload.

    Code:
    [19:23:28 INFO]: CONSOLE: Please note that this command is not supported and may cause issues when using some plugins. [19:23:28 INFO]: CONSOLE: If you encounter any issues please use the /stop command to restart your server. [19:23:28 INFO]: [EssentialsProtect] Disabling EssentialsProtect vTeamCity [19:23:28 INFO]: [EssentialsAntiBuild] Disabling EssentialsAntiBuild vTeamCity [19:23:28 INFO]: [WorldGuard] Disabling WorldGuard v6.1 [19:23:28 INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks... [19:23:28 INFO]: [EssentialsChat] Disabling EssentialsChat vTeamCity [19:23:28 INFO]: [EssentialsSpawn] Disabling EssentialsSpawn vTeamCity [19:23:28 INFO]: [Essentials] Disabling Essentials vTeamCity [19:23:28 INFO]: [EasyRanks] Disabling EasyRanks v1.0 [19:23:28 INFO]: EasyRanks closed! [19:23:28 INFO]: BY Kiwanga [19:23:28 INFO]: [WorldEdit] Disabling WorldEdit v6.1.7;dd00bb1 [19:23:28 INFO]: [Tablist-Prefix] Disabling Tablist-Prefix v3.0 [19:23:28 INFO]: TABLIST ┃ Das Plugin wurde Deaktiviert! [19:23:28 INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4 [19:23:28 INFO]: [Tablist-Prefix] Loading Tablist-Prefix v3.0 [19:23:28 INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1 [19:23:28 INFO]: [EasyRanks] Loading EasyRanks v1.0 [19:23:28 INFO]: [Essentials] Loading Essentials vTeamCity [19:23:28 INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity [19:23:28 INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity [19:23:28 INFO]: [WorldGuard] Loading WorldGuard v6.1 [19:23:28 INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild vTeamCity [19:23:28 INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity [19:23:28 INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4 [19:23:28 INFO]: [PermissionsEx] Initializing file backend [19:23:28 ERROR]: [PermissionsEx] ========== UNABLE TO LOAD PERMISSIONS BACKEND ========= Your configuration must be fixed before PEX will enable Details: Error loading permissions file! ======================================================= ru.tehkode.permissions.exceptions.PermissionBackendException: Error loading permissions file! at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:321) ~[PermissionsEx-1.23.4.jar:?] at ru.tehkode.permissions.backends.file.FileBackend.<init>(FileBackend.java:120) ~[PermissionsEx-1.23.4.jar:?] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_112] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_112] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_112] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_112] at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:392) ~[PermissionsEx-1.23.4.jar:?] at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:367) ~[PermissionsEx-1.23.4.jar:?] at ru.tehkode.permissions.PermissionManager.createBackend(PermissionManager.java:624) ~[PermissionsEx-1.23.4.jar:?] at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager.java:606) ~[PermissionsEx-1.23.4.jar:?] at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManager.java:693) ~[PermissionsEx-1.23.4.jar:?] at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:67) ~[PermissionsEx-1.23.4.jar:?] at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:175) [PermissionsEx-1.23.4.jar:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:342) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:314) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:720) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at org.bukkit.Bukkit.reload(Bukkit.java:544) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:620) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchServerCommand(CraftServer.java:606) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at net.minecraft.server.v1_8_R3.DedicatedServer.aO(DedicatedServer.java:372) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:336) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:629) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:537) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_112] Caused by: org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping in 'string', line 2, column 3: default: ^ expected <block end>, but found BlockMappingStart in 'string', line 44, column 4: Moderator: ^ at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at ru.tehkode.permissions.backends.file.FileConfig.loadFromString(FileConfig.java:68) ~[PermissionsEx-1.23.4.jar:?] at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at ru.tehkode.permissions.backends.file.FileConfig.load(FileConfig.java:38) ~[PermissionsEx-1.23.4.jar:?] at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:309) ~[PermissionsEx-1.23.4.jar:?] ... 28 more Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping in 'string', line 2, column 3: default: ^ expected <block end>, but found BlockMappingStart in 'string', line 44, column 4: Moderator: ^ at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at ru.tehkode.permissions.backends.file.FileConfig.loadFromString(FileConfig.java:68) ~[PermissionsEx-1.23.4.jar:?] at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52] at ru.tehkode.permissions.backends.file.FileConfig.load(FileConfig.java:38) ~[PermissionsEx-1.23.4.jar:?] at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:309) ~[PermissionsEx-1.23.4.jar:?] ... 28 more [19:23:28 INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4 [19:23:28 INFO]: [Tablist-Prefix] Enabling Tablist-Prefix v3.0 [19:23:28 INFO]: TABLIST ┃ Das Plugin wurde geladen! [19:23:28 INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1 [19:23:28 INFO]: WEPIF: Using the Bukkit Permissions API. [19:23:28 INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter [19:23:28 INFO]: [EasyRanks] Enabling EasyRanks v1.0 [19:23:28 INFO]: EasyRanks loaded! [19:23:28 INFO]: BY Kiwanga [19:23:28 INFO]: [Essentials] Enabling Essentials vTeamCity [19:23:28 INFO]: Bukkit version format changed. Version not checked. [19:23:28 INFO]: git-Bukkit-e1ebe52 (MC: 1.8.8) [19:23:28 INFO]: 1.8.8-R0.1-SNAPSHOT [19:23:28 INFO]: Using locale en_GB [19:23:28 INFO]: Using locale en_GB [19:23:28 INFO]: Essentials: Using config file enhanced permissions. [19:23:28 INFO]: Permissions listed in as player-commands will be given to all users. [19:23:28 INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity [19:23:28 INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity [19:23:28 INFO]: [WorldGuard] Enabling WorldGuard v6.1 [19:23:28 INFO]: [WorldGuard] (Tourney Server) TNT ignition is PERMITTED. [19:23:28 INFO]: [WorldGuard] (Tourney Server) Lighters are PERMITTED. [19:23:28 INFO]: [WorldGuard] (Tourney Server) Lava fire is blocked. [19:23:28 INFO]: [WorldGuard] (Tourney Server) Fire spread is UNRESTRICTED. [19:23:28 INFO]: [WorldGuard] Loaded configuration for world 'Tourney Server' [19:23:28 INFO]: [WorldGuard] (Tourney Server_nether) TNT ignition is PERMITTED. [19:23:28 INFO]: [WorldGuard] (Tourney Server_nether) Lighters are PERMITTED. [19:23:28 INFO]: [WorldGuard] (Tourney Server_nether) Lava fire is blocked. [19:23:28 INFO]: [WorldGuard] (Tourney Server_nether) Fire spread is UNRESTRICTED. [19:23:28 INFO]: [WorldGuard] Loaded configuration for world 'Tourney Server_nether' [19:23:28 INFO]: [WorldGuard] (Tourney Server_the_end) TNT ignition is PERMITTED. [19:23:28 INFO]: [WorldGuard] (Tourney Server_the_end) Lighters are PERMITTED. [19:23:28 INFO]: [WorldGuard] (Tourney Server_the_end) Lava fire is blocked. [19:23:28 INFO]: [WorldGuard] (Tourney Server_the_end) Fire spread is UNRESTRICTED. [19:23:28 INFO]: [WorldGuard] Loaded configuration for world 'Tourney Server_the_end' [19:23:28 INFO]: [WorldGuard] Loading region data... [19:23:28 INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild vTeamCity [19:23:28 INFO]: [EssentialsProtect] Enabling EssentialsProtect vTeamCity [19:23:28 INFO]: Server permissions file permissions.yml is empty, ignoring it [19:23:28 INFO]: CONSOLE: Reload complete.
     
    Last edited by a moderator: Jul 9, 2017
  6. Online

    timtower Administrator Administrator Moderator

    @ParalyzedStar Don't copy directly from your console, copy from the log file instead.
     
  7. Offline

    FrostDevStudios

  8. Offline

    ParalyzedStar

    Here's the reload. Sorry, the server hosting is down so I can't see the log file.
    https://pastebin.com/aB0KVXR1
     
  9. Online

    timtower Administrator Administrator Moderator

  10. Offline

    ParalyzedStar

    Formatted? What do you mean?
     
  11. Online

    timtower Administrator Administrator Moderator

  12. Offline

    ParalyzedStar

  13. Offline

    FrostDevStudios

    Try removing the "worlds" option off of your groups

    Sent from my SM-G935P using Tapatalk
     
  14. Offline

    ParalyzedStar

    I did do it, and it the plugin is still red and /pex doesn't work.
     
  15. Offline

    FrostDevStudios

    @ParalyzedStar From what i am seeing with the information provided, There was an error while parsing a block mapping. Although i could not find the mistakes that caused that error, i did notice that on some of your ranks/groups, do have multiple "options:" sections within them. Let me show you what i mean from the groups file you provided.

    Also, The plugin failed to enable, hence why /pex does not work and PermissionsEx turns red on your /plugins list

    permissions.yml (open)
    groups:
    default:
    options:
    prefix: '&8[&7Member&8] '

    default: true


    Supporter:
    options:
    prefix: '&7[&2Supporter&7]&0 '

    worlds:
    '&0':

    options:
    prefix: '&7[&2Supporter&7] '



    Builder:
    options:
    prefix: '&7[&3Builder&7]&0 '

    worlds:
    '&0':
    options:
    prefix: '&7[&3Builder&7] '

     
    Last edited: Jul 10, 2017
  16. Offline

    ParalyzedStar

    I deleted the red text and it still doesn't work...
    Edit: I changed the text and it looks like this now:
    https://pastebin.com/LwfqEcYt
     
  17. Offline

    Binner_Done

    Code:
    ERROR:
    
    while parsing a block mapping
      in "<unicode string>", line 2, column 3:
          default:
          ^
    expected <block end>, but found '<block mapping start>'
      in "<unicode string>", line 36, column 4:
           Moderator:
           ^
     
  18. Offline

    ParalyzedStar

    How do I fix that?
     
  19. Offline

    FrostDevStudios

    @ParalyzedStar
    I left some notes inside of the spoiler, check it out

    Click Here! (open)
    Color Legend: REMOVE | WARNING

    schema-version: 1
    users:
    2b33d3e1-df90-4030-b05f-047911e05d61:
    group:
    - OP
    options:
    name: Zyncz
    permissions:
    - ' * ' <-- Remove the ' '
    9023b3bb-fb94-4974-b921-aa064208664c:
    options:
    name: ParalyzedStar
    permissions:
    - ' * ' <-- Remove the ' '
    group:
    - SeniorAdministrator
    pvpgod96: <-- This player is not assigned a group Correctly, Remove this value
    permissions: [] <-- Unnecessary
    191c06cd-0f87-4a71-9415-51cad06bb421:
    options:
    name: DireZ
    woht: <-- This player is not assigned a group Correctly, Remove this value
    permissions: [] <-- Unnecessary
     
    Last edited: Jul 10, 2017
  20. Offline

    ParalyzedStar

    I did everything you said and it's still not working
     
  21. Offline

    FrostDevStudios

    @ParalyzedStar

    Ok ,so unfortunately i believe you may have to delete your permissions.yml and start over, i am not seeing any more error in which could cause that issue, and/or contact the PermissionsEx Support Team.

    PS: If Deleting the configuration files does not resolve the issue, then you may have a corrupted .jar file and you may need to install a new one
     
  22. Offline

    ParalyzedStar

    Alright. Thank you anyways so much for the help <3
     
Thread Status:
Not open for further replies.

Share This Page