Solved URGENT: PermissionsEX not Working Properly

Discussion in 'Bukkit Help' started by kristenrose1999, Jul 13, 2014.

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

    kristenrose1999

    I've posted forms in the past and no one has found the problem. I can not open my server to the public until PermissionsEx is working. The group prefixes show up and that is about it. The group 'Member' is set as default, but does not actually act as the default group. When people join, they have no prefix and I must add them to the Member group manually. All users can not do anything unless oped. A copy of my PermissionsEx permission file is below. Not all the permissions for my server have been added yet. That will happen once the current ones are working. If you need to come on the server to get a better understanding of the problem, just ask and I will give you the IP.

    Code:
    groups:
      Member:
        permissions:
        - Suger23Spice
        - _Dakotaa
        - joeskyblock.nosky
        - essentials.afk
        - essentials.afk.auto
        - essentials.help
        - essentials.rules
        - essentials.spawn
        - essentials.tpaccept
        - essentials.warp
        - essentials.warps.*
        - minigame.sign.use.join
        - minigame.sign.use.teleport
        worlds:
          plotworld:
            permissions:
            - fly
            - modifyworld.*
            - plotme.use.claim
            - plotme.use.*
            - plotme.use.add
            - plotme.use.remove
          factions:
            permissions:
            - modifyworld.*
            - essentials.home
            - essentials.sethome
            - essentials.tp
            - essentials.tpaccept
            - essentials.build
            - factions.kit.fullplayer
          hungergames1:
            permissions:
            - sg.lobby.join
            - sg.player.vote
            - sg.arena.join
          _Dakotaa:
            permissions:
            - user
        options:
          prefix: '&7[Member]'
          default: true
      Moderator:
        inheritance:
        - Member
        permissions:
        - modifyworld.*
        - essentials.nick
        - essentials.nick.others
        - essentials.nick.color
        - essentials.kick
        - essentials.kill.exempt
        - essentials.mute
        - essentials.mute.exempt
        - essentials.spawn.others
        - essentials.back
        - essentials.tp
        - essentials.tp.others
        - essentials.tpdeny
        - essentials.warp.otherplayers
        options:
          prefix: '&1[Moderator]'
          default: false
      Admin:
        inheritance:
        - Member
        - Moderator
        permissions:
        - essentials.*
        worlds:
          plotworld:
            permissions:
            - plotme.admin.*
          factions:
            permissions:
            - factions.*
        options:
          prefix: '&9[Admin]'
          default: false
      Head_Admin:
        inheritance:
        - Member
        - Moderator
        - Admin
        options:
          prefix: '&3[Head Admin]'
          default: false
      Owner:
        inheritance:
        - Member
        - Moderator
        - Admin
        - Head Admin
        permissions:
        - '*'
        options:
          prefix: '&b[Owner]'
          default: false
        worlds:
          kristenrose1999:
            permissions: []
    users:
      ce8c61fb-b50d-4489-a75b-fe54c171c11a:
        group:
        - Owner
        options:
          name: kristenrose1999
      1d32f5da-f27d-42d5-9e57-3872d66a0a00:
        group:
        - Head_Admin
        options:
          name: HersheyDatCat
      cf4d80ef-8d6f-4729-9dbd-9d60793b7a96:
        group:
        - Member
      _Dakotta:
        permissions:
        - Member
      d370d637-fbc6-42b4-ab18-bbc0a41d6c96:
        group:
        - Moderator
        options:
          name: _Dakotaa
      4adda04e-ac2d-42a2-95fd-631cf2fdbfc4:
        group:
        - Admin
        options:
          name: Sissyloo
      a2a9f30e-7763-4d5e-b9e5-c1a77ea93352:
        group:
        - Moderator
        options:
          name: Suger23Spice
      7094458b-593e-40cb-aff0-d2c5977f92d0:
        group:
        - Member
        options:
          name: Devildaboss800
      0e5f7128-5dfb-4393-b068-13e7b968698f:
        group:
        - Moderator
        options:
          name: proudmarine1
      378df9c2-9cc4-4f00-863b-e102e4ec6048:
        group:
        - Moderator
        options:
          name: SupersonicSAM15
      Mags08:
        group:
        - Admin
    
     
  2. Offline

    LHammonds

    What version of Craftbukkit and PEX are you using? From looks of the .yml, I'm guessing some version of CB 1.7.9 and PEX 1.22 or higher.

    The file is free of syntax errors so it will load the file. However, you have several logic errors.

    Lines #4, 5, 6 look like they are bogus and probably need to be deleted.
    Line #20 looks like another bogus permission node. Maybe you meant "essentials.fly"
    Line #21, 28, 50 you don't need this unless you use the "ModifyWorld" plugin
    Lines #40, 41, 42 look like they are bogus and need to be deleted.
    Line #98 careful with "*" as it is not recommended for anything than initial testing until you can research and apply the appropriate nodes.
    Lines #102,103,104 look bogus and probably need to be deleted.
    Lines #119,120,121 will probably never be used since _Dakotta was probably mis-spelled (guessing this since I see a _Dakotaa which was converted to UUID) so you might want to delete those lines.

    When I copy your permission file even as it is now onto a local test server, I (as a new user) am correctly associated to the "Member" group and it shows my rank and I have the associated permission nodes. I then type "pex user HammondsLegacy group set Owner" on the console and it correctly associates me to the owner group and it reflects that in chat with the prefix.

    So I'm a little confused as to why your new players are not getting the "Member" group permissions.

    Back to the very 1st question I asked.
     
  3. Offline

    kristenrose1999


    I'm using CraftBukkkit beta I guess. That is what it says on the host website. My PEX is 1.7.9. (v1.22.1 ) I'll fix those lines and see if it makes a difference.

    @LHammonds

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
  4. Offline

    LHammonds

    ?
     
  5. Offline

    kristenrose1999


    LHammonds
     
  6. Offline

    LHammonds

    You said that you'd fix those lines and see if it made a difference? Did it? I don't see why you are tagging me. Nothing has changed since your "i'll see" reply.

    And besides, I pointed out that on my server with your original permissions.yml, I was able to get the "Member" default permissions by simply joining. That is not matching what you are saying so it must have something to do with your troubleshooting or the various versions on your server. You can see what version of Craftbukkit, Java and plugins you are running by looking at your server log <server folder>/logs/latest.log

    LHammonds
     
  7. Offline

    kristenrose1999


    Now we have no prefixes at all. I'm unsure with the exact permissions at this point. I'll have to de op myself and all/ One moment. Okay it seems that PermissionsEx is not taking any commands. I've tried on the server and the console. Nothing happens. I am unable to remove myself from the Owner group to test the permissions. Looks like everything is up to date (1.7.9). LHammonds
     
  8. Offline

    LHammonds

    What is your server log showing?
     
  9. Offline

    kristenrose1999

    Code:
    [19:31:53] [Server thread/INFO]: Starting minecraft server version 1.7.9
    [19:31:53] [Server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    [19:31:53] [Server thread/INFO]: Loading properties
    [19:31:53] [Server thread/INFO]: Default game type: SURVIVAL
    [19:31:53] [Server thread/INFO]: Generating keypair
    [19:31:53] [Server thread/INFO]: Starting Minecraft server on 162.216.97.2:25896
    [19:31:54] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks (MC: 1.7.9) (Implementing API version 1.7.9-R0.2)
    [19:31:54] [Thread-8/INFO]: ----- Bukkit Auto Updater -----
    [19:31:54] [Thread-8/INFO]: It appears that you're running a Beta Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
    [19:31:54] [Thread-8/INFO]: If you would like to be kept informed about new Beta Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'beta'.
    [19:31:54] [Thread-8/INFO]: With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
    [19:31:54] [Thread-8/INFO]: If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
    [19:31:54] [Thread-8/INFO]: ----- ------------------- -----
    [19:31:55] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.13-SNAPSHOT (build 1130)
    [19:31:55] [Server thread/INFO]: [iStaffChat] Loading iStaffChat v1.5
    [19:31:55] [Server thread/INFO]: [JoeSkyBlock] Loading JoeSkyBlock v1.0.4
    [19:31:55] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6.2
    [19:31:55] [Server thread/INFO]: [AutoBroadcaster] Loading AutoBroadcaster v0.4
    [19:31:55] [Server thread/INFO]: [EasyElevator] Loading EasyElevator v1.2
    [19:31:55] [Server thread/INFO]: [SurvivalGames] Loading SurvivalGames v0.5.8.54
    [19:31:55] [Server thread/INFO]: [LaglessWeather] Loading LaglessWeather v1.0.0
    [19:31:55] [Server thread/INFO]: [mcore] Loading mcore v7.2.1
    [19:31:55] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.7.1
    [19:31:55] [Server thread/INFO]: [PlotMe] Loading PlotMe v0.13f
    [19:31:55] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.22.1
    [19:31:55] [Server thread/INFO]: [Jail] Loading Jail v2.6.5-b3
    [19:31:55] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
    [19:31:55] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
    [19:31:55] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.13.1
    [19:31:55] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b678
    [19:31:55] [Server thread/INFO]: [Factions] Loading Factions v2.4.0
    [19:31:55] [Server thread/INFO]: [Minigames] Loading Minigames v1.6.4
    [19:31:55] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b335
    [19:31:55] [Server thread/INFO]: [Multiverse-SignPortals] Loading Multiverse-SignPortals v2.5-b665
    [19:31:55] [Server thread/INFO]: [FactionChat] Loading FactionChat v1.791
    [19:31:55] [Server thread/INFO]: [mcore] Enabling mcore v7.2.1
    [19:31:55] [Server thread/INFO]: [mcore 7.2.1] === ENABLE START ===
    [19:31:55] [Server thread/INFO]: [mcore 7.2.1] §eLoading Playerdat datas...
    [19:31:55] [Server thread/INFO]: [mcore 7.2.1] §eLoading Cachefile datas...
    [19:31:55] [Server thread/INFO]: [mcore 7.2.1] §eLoading Onlineplayer datas...
    [19:31:55] [Server thread/INFO]: [mcore 7.2.1] §eLoading Registry datas...
    [19:31:55] [Server thread/INFO]: [mcore 7.2.1] §eLoading Dbmojangapi datas...
    [19:31:55] [Server thread/INFO]: [mcore 7.2.1] §bPlayer Strings Found: §d0
    [19:31:55] [Server thread/INFO]: [mcore 7.2.1] §bPlayer Strings Cached: §d0
    [19:31:55] [Server thread/INFO]: [mcore 7.2.1] §bPlayer Strings Remaining: §d0
    [19:31:55] [Server thread/INFO]: [mcore 7.2.1] §eNow fetching the remaining players from Mojang API ...
    [19:31:55] [Server thread/INFO]: [mcore 7.2.1] §e ... done!
    [19:31:55] [Server thread/INFO]: [mcore 7.2.1] §eSaving Cachefile...
    [19:31:55] [Server thread/INFO]: [mcore 7.2.1] §eSetup of IdUtil took §d41§ems.
    [19:31:55] [Server thread/INFO]: [mcore 7.2.1] === ENABLE §aCOMPLETE §e(Took §d167ms§e) ===
    [19:31:55] [Server thread/INFO]: [PlotMe] Enabling PlotMe v0.13f
    [19:31:55] [Server thread/INFO]: PlotMe 23 plots loaded
    [19:31:55] [Server thread/INFO]: Preparing level "world"
    [19:31:55] [Server thread/INFO]: Preparing start region for level 0 (Seed: 3145593)
    [19:31:56] [Server thread/INFO]: Preparing start region for level 1 (Seed: -7791348806555858319)
    [19:31:57] [Server thread/INFO]: Preparing start region for level 2 (Seed: -7791348806555858319)
    [19:31:57] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.13-SNAPSHOT (build 1130)
    [19:31:57] [Server thread/INFO]: [Citizens] Unable to use economy handling. Has Vault been enabled?
    [19:31:57] [Server thread/INFO]: [iStaffChat] Enabling iStaffChat v1.5
    [19:31:57] [Server thread/INFO]: [iStaffChat] is now enabled!
    [19:31:57] [Server thread/INFO]: [JoeSkyBlock] Enabling JoeSkyBlock v1.0.4
    [19:31:57] [Server thread/INFO]: [SkyBlock] ==============================================================
    [19:31:57] [Server thread/INFO]: Preparing start region for level 3 (Seed: 4172227019620843593)
    [19:31:58] [Server thread/INFO]: [SkyBlock] Loaded    10 names from offline    Took    7 ms.
    [19:31:58] [Server thread/INFO]: [SkyBlock] Island DB Load      :    0 islands.  Took  15 ms
    [19:31:58] [Server thread/INFO]: [SkyBlock] Island Inv Load    :  240 items.    Took  29 ms
    [19:31:58] [Server thread/INFO]: [SkyBlock] ==============================================================
    [19:31:58] [Server thread/INFO]:
    [19:31:58] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6.2
    [19:31:58] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
    [19:31:58] [Server thread/INFO]: [AutoBroadcaster] Enabling AutoBroadcaster v0.4
    [19:31:58] [Server thread/INFO]: [EasyElevator] Enabling EasyElevator v1.2
    [19:31:58] [Server thread/INFO]: [SurvivalGames] Enabling SurvivalGames v0.5.8.54
    [19:31:58] [Server thread/INFO]: METRICS STARTING
    [19:31:58] [Server thread/INFO]: [LaglessWeather] Enabling LaglessWeather v1.0.0
    [19:31:58] [Server thread/INFO]: [LaglessWeather] Enabled LaglessWeather 1.0.0
    [19:31:58] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.7.1
    [19:31:58] [Server thread/INFO]: [ClearLag] Loading modules...
    [19:31:58] [Server thread/INFO]: [ClearLag] No config updates found...
    [19:31:58] [Server thread/INFO]: [ClearLag] Modules have been loaded!
    [19:31:58] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
    [19:31:58] [Thread-10/INFO]: [ClearLag] Searching for updates..
    [19:31:58] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.22.1
    [19:31:58] [Server thread/INFO]: [PermissionsEx] Initializing file backend
    [19:31:58] [Server thread/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:331) ~[PermissionsEx.jar:?]
        at ru.tehkode.permissions.backends.file.FileBackend.<init>(FileBackend.java:119) ~[PermissionsEx.jar:?]
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_40]
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_40]
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_40]
        at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.7.0_40]
        at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:372) ~[PermissionsEx.jar:?]
        at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:347) ~[PermissionsEx.jar:?]
        at ru.tehkode.permissions.PermissionManager.createBackend(PermissionManager.java:713) ~[PermissionsEx.jar:?]
        at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager.java:695) ~[PermissionsEx.jar:?]
        at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManager.java:772) ~[PermissionsEx.jar:?]
        at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:74) ~[PermissionsEx.jar:?]
        at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:158) [PermissionsEx.jar:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugin(CraftServer.java:446) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.bukkit.craftbukkit.v1_7_R3.CraftServer.enablePlugins(CraftServer.java:380) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.MinecraftServer.n(MinecraftServer.java:352) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.MinecraftServer.g(MinecraftServer.java:326) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.MinecraftServer.a(MinecraftServer.java:282) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:182) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    Caused by: org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
    in "<string>", line 83, column 5:
            inheritance:
            ^
    expected <block end>, but found BlockEntry
    in "<string>", line 89, column 5:
            - '*' Q
            ^
     
        at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at ru.tehkode.permissions.backends.file.FileConfig.loadFromString(FileConfig.java:62) ~[PermissionsEx.jar:?]
        at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at ru.tehkode.permissions.backends.file.FileConfig.load(FileConfig.java:32) ~[PermissionsEx.jar:?]
        at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:319) ~[PermissionsEx.jar:?]
        ... 23 more
    Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping; expected <block end>, but found BlockEntry
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:575) ~[craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161) ~[craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146) ~[craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230) ~[craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) ~[craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) ~[craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) ~[craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123) ~[craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106) ~[craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121) ~[craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480) ~[craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:399) ~[craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at ru.tehkode.permissions.backends.file.FileConfig.loadFromString(FileConfig.java:62) ~[PermissionsEx.jar:?]
        at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at ru.tehkode.permissions.backends.file.FileConfig.load(FileConfig.java:32) ~[PermissionsEx.jar:?]
        at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:319) ~[PermissionsEx.jar:?]
        ... 23 more
    [19:31:58] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.22.1
    [19:31:58] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
    [19:31:58] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
    [19:31:58] [Server thread/INFO]: [Jail] Enabling Jail v2.6.5-b3
    [19:31:58] [Server thread/INFO]: [Jail] Loaded 1 jail zones.
    [19:31:58] [Server thread/INFO]: [Jail] Loaded 1 prisoners.
    [19:31:58] [Server thread/INFO]: [Jail] Loaded 7 cells.
    [19:31:58] [Server thread/INFO]: [Jail] Notifications plugin not installed, features disabled
    [19:31:58] [Server thread/INFO]: [Jail] Jail v2.6.5-b3 loaded!
    [19:31:58] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
    [19:31:59] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
    [19:31:59] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
    [19:31:59] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
    [19:31:59] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.13.1
    [19:31:59] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b678
    [19:31:59] [Server thread/INFO]: [Multiverse-Core] [AllPay] - Version 13.0 - hooked into Essentials Economy for Multiverse-Core v2.5-b678
    [19:31:59] [Thread-10/INFO]: [ClearLag] No updates found!
    [19:31:59] [Server thread/INFO]: Preparing start region for level 4 (Seed: 1403464063334)
    [19:32:00] [Server thread/INFO]: Preparing start region for level 5 (Seed: -796795547415530377)
    [19:32:00] [Server thread/INFO]: Preparing start region for level 6 (Seed: -8744332173989982830)
    [19:32:01] [Server thread/INFO]: Preparing start region for level 7 (Seed: -2612480359928612889)
    [19:32:01] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: survivalgames1
    [19:32:01] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
    [19:32:01] [Server thread/INFO]: Preparing start region for level 8 (Seed: 8231766904911226772)
    [19:32:02] [Server thread/INFO]: Preparing start region for level 9 (Seed: 4149552809995410618)
    [19:32:03] [Server thread/INFO]: Preparing spawn area for lavaland, 89%
    [19:32:03] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: survivalgames2
    [19:32:03] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
    [19:32:03] [Server thread/INFO]: Preparing start region for level 10 (Seed: -4718221406799301479)
    [19:32:03] [Server thread/INFO]: Preparing start region for level 11 (Seed: 7448264552794586271)
    [19:32:05] [Server thread/INFO]: Preparing spawn area for factions, 97%
    [19:32:05] [Server thread/INFO]: Preparing start region for level 12 (Seed: 5302438494751669692)
    [19:32:05] [Server thread/INFO]: [Multiverse-Core] 13 - World(s) loaded.
    [19:32:06] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b678 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
    [19:32:06] [Server thread/INFO]: [Factions] Enabling Factions v2.4.0
    [19:32:06] [Server thread/INFO]: [Factions 2.4.0] === ENABLE START ===
    [19:32:06] [Server thread/INFO]: [Factions 2.4.0] === ENABLE COMPLETE (Took 151ms) ===
    [19:32:06] [Server thread/INFO]: [Minigames] Enabling Minigames v1.6.4
    [19:32:06] [Server thread/INFO]: [Minigames] No Vault plugin found! You may only reward items.
    [19:32:07] [Server thread/INFO]: Minigames successfully enabled.
    [19:32:07] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5-b335
    [19:32:07] [Server thread/INFO]: [Multiverse-Inventories 2.5-b335] enabled.
    [19:32:07] [Server thread/INFO]: [Multiverse-SignPortals] Enabling Multiverse-SignPortals v2.5-b665
    [19:32:08] [Server thread/INFO]: [Multiverse-SignPortals 2.5-b665]  Enabled - By Rigby and fernferret
    [19:32:08] [Server thread/INFO]: [FactionChat] Enabling FactionChat v1.791
    [19:32:08] [Server thread/INFO]: FactionChat: Version: 1.791 Enabled.
    [19:32:08] [Server thread/ERROR]: Permission node 'schema-version' in permissions.yml is invalid
    java.lang.ClassCastException: java.lang.Integer cannot be cast to java.util.Map
        at org.bukkit.permissions.Permission.loadPermissions(Permission.java:232) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadCustomPermissions(CraftServer.java:850) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.bukkit.craftbukkit.v1_7_R3.CraftServer.enablePlugins(CraftServer.java:388) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.MinecraftServer.n(MinecraftServer.java:352) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.MinecraftServer.g(MinecraftServer.java:326) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.MinecraftServer.a(MinecraftServer.java:282) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:182) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    [19:32:09] [Server thread/INFO]: Done (13.549s)! For help, type "help" or "?"
    [19:32:09] [Server thread/INFO]: [mcore 7.2.1] ============================================
    [19:32:09] [Server thread/INFO]: [mcore 7.2.1] We are preparing for Mojangs switch to UUIDs.
    [19:32:09] [Server thread/INFO]: [mcore 7.2.1] Learn more at: https://forums.bukkit.org/threads/psa-the-switch-to-uuids-potential-plugin-server-breakage.250915/
    [19:32:09] [Server thread/INFO]: [mcore 7.2.1] Loading Playerdat datas...
    [19:32:09] [Server thread/INFO]: [mcore 7.2.1] Loading Cachefile datas...
    [19:32:09] [Server thread/INFO]: [mcore 7.2.1] Loading Onlineplayer datas...
    [19:32:09] [Server thread/INFO]: [mcore 7.2.1] Loading Registry datas...
    [19:32:09] [Server thread/INFO]: [mcore 7.2.1] Loading Dbmojangapi datas...
    [19:32:09] [Server thread/INFO]: [mcore 7.2.1] Player Strings Found: 0
    [19:32:09] [Server thread/INFO]: [mcore 7.2.1] Player Strings Cached: 0
    [19:32:09] [Server thread/INFO]: [mcore 7.2.1] Player Strings Remaining: 0
    [19:32:09] [Server thread/INFO]: [mcore 7.2.1] Now fetching the remaining players from Mojang API ...
    [19:32:09] [Server thread/INFO]: [mcore 7.2.1]  ... done!
    [19:32:09] [Server thread/INFO]: [mcore 7.2.1] Saving Cachefile...
    [19:32:09] [Server thread/INFO]: [mcore 7.2.1] Now updating database for plugins that are ready ...
    [19:32:09] [Server thread/INFO]: [mcore 7.2.1] Pre update factions_mplayer.
    [19:32:09] [Server thread/INFO]: [mcore 7.2.1] Post update factions_mplayer. Took 0ms. 0/0 changed.
    [19:32:09] [Server thread/INFO]: [mcore 7.2.1] Pre update factions_uplayer@default.
    [19:32:09] [Server thread/INFO]: [mcore 7.2.1] Post update factions_uplayer@default. Took 1ms. 0/8 changed.
    [19:32:09] [Server thread/INFO]: [mcore 7.2.1]  ... done!
    [19:32:09] [Server thread/INFO]: [mcore 7.2.1] (database saving will now commence which might lock the server for a while)
    [19:32:09] [Server thread/INFO]: [mcore 7.2.1] ============================================
    [19:32:09] [pool-3-thread-15/INFO]: Checking if conversion to UUID needed...
    [19:32:09] [pool-3-thread-15/INFO]: Verifying if database needs conversion
    [19:32:09] [pool-3-thread-15/INFO]: Starting to convert plots to UUID
    [19:32:09] [pool-3-thread-15/INFO]: Fetching 0 UUIDs from Mojang servers...
    [19:32:09] [pool-3-thread-15/INFO]: Finished fetching 0 UUIDs. Starting database update.
    [19:32:09] [pool-3-thread-15/INFO]: 0 players converted
    [19:32:09] [pool-3-thread-15/INFO]: Plot conversion finished
    [19:32:10] [Server thread/INFO]: [Citizens] Loaded 14 NPCs.
    [19:32:10] [Server thread/INFO]: [Multiverse-Inventories] First run!
    [19:32:11] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2058ms behind, skipping 41 tick(s)
    [19:32:12] [Server thread/INFO]: [SurvivalGames] Loading Arena: 3
    [19:32:12] [Server thread/INFO]: [SurvivalGames] 174 255 174
    [19:32:12] [Server thread/INFO]: [SurvivalGames] -175 0 -175
    [19:32:12] [Server thread/INFO]: [SurvivalGames] Location{world=CraftWorld{name=hungergames1},x=174.0,y=255.0,z=174.0,pitch=0.0,yaw=0.0}
    [19:32:12] [Server thread/INFO]: [SurvivalGames] Location{world=CraftWorld{name=hungergames1},x=-175.0,y=0.0,z=-175.0,pitch=0.0,yaw=0.0}
    [19:32:12] [Server thread/INFO]: ItemStack{NETHER_STAR x 1}
    [19:32:12] [Server thread/INFO]: sharpness:4
    [19:32:12] [Server thread/INFO]: ItemStack{PAPER x 1}
    [19:32:12] [Server thread/INFO]: fire:2
    [19:32:26] [User Authenticator #1/INFO]: UUID of player kristenrose1999 is ce8c61fb-b50d-4489-a75b-fe54c171c11a
    [19:32:26] [Server thread/INFO]: kristenrose1999[/97.91.201.66:49161] logged in with entity id 633 at ([flatroom] 220.21451056023042, -5.99424117272307, -1451.5382822017327)
    [19:32:28] [pool-3-thread-21/INFO]: [SG]Checking for updates
    [19:32:29] [pool-3-thread-21/WARN]: [SurvivalGames] [SurvivalGames] could not check for updates
    
    I cut off a lot so I could post. LHammonds
     
  10. Offline

    JaguarJo

    kristenrose1999 Looks like you could have a spacing error between lines 83 and 89:
    Code:
    Caused by: org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
    in "<string>", line 83, column 5:
            inheritance:
            ^
    expected <block end>, but found BlockEntry
    in "<string>", line 89, column 5:
            - '*' Q
            ^
    Could you post what your permissions file looks like now that you've made all of your edits to it?
     
  11. Offline

    LHammonds

    That error is saying it cannot load permissions.yml because there are syntax errors in it.

    Copy/Paste your permissions.yml into an Online YAML Parser and fix the errors that it finds before trying to load it in-game (cause it will never load with syntax errors)
     
  12. Offline

    kristenrose1999

    LHammonds JaguarJo It looks like everything is finally working now! Thank you guys so much. If I have any new problems with permissions, I'll post again. Before I go, does anyone know how to give the group Owner all permissions without typing out every single one?
     
  13. Offline

    LHammonds

    Yes but that can be a bad thing depending on what plugins you have installed. You can add "*" to the owner but I never recommend doing that other than initial testing. You shouldn't have that on a production system. It might all work right now but if you add a plugin later (such as VanishNoPacket) you'll soon realize things are happening that you don't want...such as always being invisible. Some plugins also provide multiple permissions that are designed to be "either or" and the "*" permission will not work the way you want in those cases.

    Sadly, its best to just go through each plugin and grab all the permission nodes they list and stick them in the groups you have.

    LHammonds
     
  14. Offline

    kristenrose1999


    Okay. I have a second thing I needed help with. Should I make a new topic or just ask here?
     
  15. Offline

    LHammonds

    Mark this topic "Solved" by editing the 1st post and create another (so others can search/find it easier if they have a similar problem).
     
Thread Status:
Not open for further replies.

Share This Page