Permissions Difficulty

Discussion in 'Bukkit Help' started by ThePhoenixRising, Nov 11, 2011.

Thread Status:
Not open for further replies.
  1. Ok, I have the latest RB for bukkit (1337). I'm mac with Java SE 6. I have the PermissionsBukkit-1.1/SuperpermsBridge-1.2 plugin with a config file like this in the PermissionsBukkit folder:


    Code:
    users:
        ThePhoenixRising:
            groups:
            - owner
    groups:
        owner:
            permissions:
                permissions.*: true
            inheritance:
            - admin
        admin:
            permissions:
                bookworm.*: true
                citizens.*: true
                creeperheal.*: true
                dynamp.*: true
                essentials.*: true
                herobrine.*: true
                heroicdeath.*: true
                iconomy.*: true
                lwc.*: true
                mcbans.*: true
                mcdocs.*: true
                mchat.*: true
                mobdisguise.*: true
                scheduledannouncer.*: true
                showcase.*: true
                signlift.*: true
                wolfpound.*: true
                worldedit.*: true
                worldguard.*: true
                wormholextreme.*: true
            inheritance:
            -  semiadmin
        semiadmin:
            permissions:
                essentials.clearinventory: true
                essentials.cooldown.bypass: true
                essentials.deljail: true
                essentials.give: true
                essentials.god: true
                essentials.heal: true
                essentials.heal.others: true
                essentials.invsee: true
                essentials.item: true
                essentials.jails: true
                essentials.kickall: true
                essentials.kit.*: true
                essentials.mute: true
                essentials.sell: true
                essentials.setjail: true
                essentials.signs.protection.override: true
                essentials.spawnmob: true
                essentials.teleport.cooldown.bypass: true
                essentials.teleport.timer.bypass: true
                essentials.togglejail: true
                essentials.burn: true
            inheritance:
            - moderator
        moderator:
              permissions:
                essentials.back: true
                essentials.ban: true
                essentials.banip: true
                essentials.broadcast: true
                essentials.delwarp: true
                essentials.depth: true
                essentials.eco: true
                essentials.ext: true
                essentials.getpos: true
                essentials.jump: true
                essentials.kick: true
                essentials.kill: true
                essentials.setwarp: true
                essentials.time: true
                essentials.togglejail: true
                essentials.top: true
                essentials.tp: true
                essentials.tphere: true
                essentials.tpo: true
                essentials.tpohere: true
                essentials.tppos: true
                essentials.tptoggle: true
                essentials.unban: true
                essentials.unbanip: true
                essentials.whois: true
                essentials.world: true
                groupmanager.listgroups: true
                groupmanager.mandemote: true
                groupmanager.manload: true
                groupmanager.manpromote: true
                groupmanager.mansave: true
                groupmanager.manselect: true
                groupmanager.manuadd: true
                groupmanager.manudel: true
            inheritance:
            - builder
        builder:
            permissions:
                essentials.afk: true
                essentials.back.ondeath: true
                essentials.balance: true
                essentials.chat.shout: true
                essentials.compass: true
                essentials.home: true
                essentials.kit: true
                essentials.kit.tools: true
                essentials.mail: true
                essentials.mail.send: true
                essentials.me: true
                essentials.msg: true
                essentials.nick: true
                essentials.pay: true
                essentials.protect: true
                essentials.sethome: true
                essentials.signs.buy.use: true
                essentials.signs.disposal.create: true
                essentials.signs.disposal.use: true
                essentials.signs.free.use: true
                essentials.signs.heal.use: true
                essentials.signs.mail.create: true
                essentials.signs.mail.use: true
                essentials.signs.protection.create: true
                essentials.signs.protection.use: true
                essentials.signs.sell.use: true
                essentials.signs.trade.create: true
                essentials.signs.trade.use: true
                essentials.suicide: true
                essentials.tpa: true
                essentials.tpaccept: true
                essentials.tpahere: true
                essentials.tpdeny: true
                essentials.warp: true
                essentials.warp.list: true
                essentials.worth: true
                lwc.protect: true
                wolfpound.use: true
              inheritance:
              - guest
        default:
            permissions:
                essentials.help: true
                essentials.helpop: true
                essentials.list: true
                essentials.motd: true
                essentials.rules: true
                essentials.spawn: true
                permissions.build: false
    messages:
        build: '&cYou do not have permission to build here.'
    And when I load the plugins, this is my output:


    Code:
    >reload
    20:40:59 [INFO] [CreeperHeal] Disabled
    20:40:59 [INFO] [HeroicDeath] 1.11.2 disabled.
    20:40:59 [INFO] [iConomy] Plugin disabled.
    20:40:59 [INFO] [Essentials] Payment method was disabled. No longer accepting payments.
    20:40:59 [INFO] [Register] Payment method was disabled. No longer accepting payments.
    20:40:59 [INFO] MCBans: Disabled
    20:40:59 [INFO] [MCDocs] (Tazzernator/Andrew Tajsic) - v10 shutdown.
    20:40:59 [INFO] [MobDisguise] by desmin88 version 1.6 disabled.
    20:40:59 [INFO] ScheduledAnnouncer v1.7.0 is disabled!
    
    20:40:59 [INFO] SignLift version 0.7 is disabled :(
    20:40:59 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    20:40:59 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    20:40:59 [INFO] [WormholeXTreme] Detached from Permissions plugin.
    20:40:59 [INFO] [WolfPound] - Disabled
    20:40:59 [INFO] WorldGuard 5.2.2 disabled.
    20:40:59 [INFO] [dynmap] Unloaded 10 components.
    20:40:59 [INFO] [dynmap] Stopping map renderer...
    20:40:59 [INFO] [dynmap] Shutting down webserver...
    20:40:59 [INFO] [dynmap] Webserver shut down.
    20:40:59 [INFO] [Citizens] version [1.1.2] disabled.
    20:40:59 [INFO] LWC: Flushing final updates (0)
    20:40:59 [INFO] LWC: Freeing SQLite
    20:40:59 [INFO] [mChat] mChat version 1.8.7 is disabled!
    20:40:59 [INFO] [NarrowtuxLib] v1.0.1 by [narrowtux] disabled.
    20:40:59 [INFO] PermissionsBukkit v1.2 is now disabled
    20:40:59 [INFO] Essentials: Using config based permissions. Enable superperms in config.
    20:40:59 [INFO] Can't find key disableMessage for translation!
    20:40:59 [INFO] [WormholeXTreme][v1.011] Shutdown sequence initiated...
    20:40:59 [INFO] [WormholeXTreme] WormholeDB shutdown successfull.
    20:40:59 [INFO] [WormholeXTreme][v1.011] Successfully shutdown WXT.
    20:41:02 [SEVERE] Nag author: 'nitnelave' of 'CreeperHeal' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    20:41:02 [SEVERE] Nag author: 'nitnelave' of 'CreeperHeal' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    20:41:02 [SEVERE] Nag author: 'nitnelave' of 'CreeperHeal' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    20:41:02 [SEVERE] Nag author: 'Firestar' of 'mcbans' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    20:41:02 [SEVERE] Nag author: 'nitnelave' of 'CreeperHeal' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    20:41:02 [SEVERE] Nag author: 'nitnelave' of 'CreeperHeal' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    20:41:02 [SEVERE] Nag author: 'nitnelave' of 'CreeperHeal' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    20:41:02 [SEVERE] Nag author: 'Firestar' of 'mcbans' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    20:41:02 [SEVERE] Nag author: 'nitnelave' of 'CreeperHeal' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    20:41:02 [SEVERE] Nag author: 'nitnelave' of 'CreeperHeal' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    20:41:02 [SEVERE] Nag author: '<NoAuthorGiven>' of 'WorldGuard' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    20:41:02 [SEVERE] Nag author: 'Firestar' of 'mcbans' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    20:41:02 [SEVERE] Nag author: 'nitnelave' of 'CreeperHeal' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    20:41:02 [SEVERE] Nag author: '<NoAuthorGiven>' of 'WorldGuard' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    20:41:02 [SEVERE] Nag author: 'nitnelave' of 'CreeperHeal' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    20:41:02 [SEVERE] Nag author: 'nitnelave' of 'CreeperHeal' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    20:41:02 [SEVERE] Nag author: '<NoAuthorGiven>' of 'WorldGuard' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    20:41:02 [SEVERE] Nag author: 'Firestar' of 'mcbans' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    20:41:02 [SEVERE] Nag author: 'Firestar' of 'mcbans' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    20:41:02 [SEVERE] Nag author: 'nitnelave' of 'CreeperHeal' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    20:41:02 [SEVERE] Nag author: '<NoAuthorGiven>' of 'WorldGuard' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    20:41:02 [INFO] MCBans: Set Core API Key and Language
    20:41:02 [INFO] [SuperpermBridge] Superperm/Permissions bridge initialized
    20:41:02 [INFO] LWC: Loading shared objects
    20:41:02 [INFO] LWC: Protection cache: 0/10000
    20:41:02 [INFO] LWC: Native library: plugins/LWC/lib/native/Mac/x86_64/libsqlitejdbc.jnilib
    20:41:02 [INFO] [Register] Preferred method [null] not found, using first found.
    20:41:02 [INFO] [Register] version 1.5 is enabled.
    20:41:02 [INFO] [WormholeXTreme][v1.011] Loading WormholeXTreme ...
    20:41:02 [INFO] [WormholeXTreme][v1.011] Load complete
    20:41:02 [INFO] [CreeperHeal] Loaded 0 traps
    20:41:02 [INFO] [CreeperHeal] Loading config
    20:41:02 [INFO] [CreeperHeal] Loading world: world
    20:41:02 [INFO] [CreeperHeal] Loading world: world_nether
    20:41:02 [INFO] [CreeperHeal] Successfully hooked in LWC
    20:41:02 [INFO] [CreeperHeal] version 4.1.1 by nitnelave is enabled
    20:41:03 [INFO] Loaded Essentials build 2.6.4 by: Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
    20:41:03 [INFO] Essentials: Using config based permissions. Enable superperms in config.
    20:41:03 [INFO] Loaded EssentialsChat build 2.6.4 by: essentials team
    20:41:03 [INFO] Loaded EssentialsSpawn build 2.6.4 by: essentials team
    20:41:03 [INFO] [Herobrine] Herobrine 0.402 is enabled!
    20:41:03 [INFO] [HeroicDeath] 1.11.2 enabled.
    20:41:03 [INFO] [iConomy] Logging is currently disabled.
    20:41:03 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    20:41:03 [INFO] [iConomy] Developed by: [Nijikokun]
    20:41:03 [INFO] [Essentials] Payment method found (iConomy version: 5)
    20:41:03 [INFO] MCBans: Using Core API Key (df8f4e7f34598f0d3a99a79ef8853ba6052bf2a9)
    20:41:03 [INFO] MCBans: Loading language file: en-us
    20:41:03 [INFO] MCBans: Log file disabled!
    20:41:03 [INFO] MCBans: Permissions plugin found!
    20:41:03 [INFO] MCBans: Fetching backup.
    20:41:03 [INFO] MCBans: Starting MCBans online check.
    20:41:03 [INFO] MCBans: Connection throttling operating normally!
    20:41:03 [INFO] MCBans: Task ID: 798
    20:41:03 [INFO] MCBans: Throttle Connect Limit: 2
    20:41:03 [INFO] MCBans: Started normally.
    20:41:03 [INFO] [SuperpermBridge] Superperm/Permissions bridge enabled
    20:41:03 [INFO] Essentials: Using Permissions 2 based permissions.
    20:41:03 [INFO] [iConomy] hooked into Permissions.
    20:41:03 [INFO] [MCDocs] (Tazzernator/Andrew Tajsic) - Hooked into Permissions.
    20:41:03 [INFO] [MCDocs] (Tazzernator/Andrew Tajsic) - v10 loaded.
    20:41:03 [INFO] [MobDisguise] by desmin88 version 1.6 enabled.
    20:41:03 [INFO] ScheduledAnnouncer v1.7.0 is enabled!
    
    20:41:03 [INFO] SignLift - Copyright 2011 - Shannon Wynter (http://fremnet.net)
    20:41:03 [INFO] SignLift version 0.7 is enabled :)
    20:41:03 [INFO] [WolfPound] - Version 0.12 Enabled
    20:41:03 [INFO] [WolfPound] using iConomy Economy!
    20:41:03 [INFO] [WolfPound] using Permissions
    20:41:03 [INFO] WorldEdit 4.6 enabled.
    20:41:03 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    20:41:04 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    20:41:04 [INFO] WorldGuard: (world) Single session is enforced.
    20:41:04 [INFO] WorldGuard: (world) TNT ignition is blocked.
    20:41:04 [INFO] WorldGuard: (world) Lighters are blocked.
    20:41:04 [INFO] WorldGuard: (world) Lava fire is blocked.
    20:41:04 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    20:41:04 [INFO] WorldGuard: Loaded configuration for world 'world"
    20:41:04 [INFO] WorldGuard: (world_nether) Single session is enforced.
    20:41:04 [INFO] WorldGuard: (world_nether) TNT ignition is blocked.
    20:41:04 [INFO] WorldGuard: (world_nether) Lighters are blocked.
    20:41:04 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    20:41:04 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    20:41:04 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    20:41:04 [INFO] WorldGuard: 1 regions loaded for 'world'
    20:41:04 [INFO] WorldGuard: Unable to register missing event type SNOW_FORM
    20:41:04 [INFO] WorldGuard 5.2.2 enabled.
    20:41:04 [INFO] [dynmap] Using Permissions 2.7.7 for access control
    20:41:04 [INFO] [dynmap] Loaded 12 shaders.
    20:41:05 [INFO] [dynmap] Loaded 56 perspectives.
    20:41:05 [INFO] [dynmap] Loaded 7 lightings.
    20:41:05 [INFO] [dynmap] Loaded 2 maps of world 'world'.
    20:41:05 [INFO] [dynmap] Loaded 2 maps of world 'world_nether'.
    20:41:05 [INFO] [dynmap] Dynmap WebServer started on null:8123
    20:41:05 [INFO] [dynmap] version 0.23 is enabled
    20:41:05 [INFO] BookWorm v1.6.1 loaded!
    20:41:05 [INFO] [Citizens] NPC types loaded: blacksmith, guard, healer, quester, trader, wizard
    20:41:06 [INFO] [Citizens] Permissions system found (PermissionsBukkit v1.2)
    20:41:06 [INFO] [Citizens] version [1.1.2] loaded.
    20:41:06 [INFO] [Citizens] Economy plugin found (iConomy v5)
    20:41:06 [INFO] LWC: Loaded 137 locale strings (0 overrides)
    20:41:06 [INFO] LWC: Permissions API: BukkitPermissions
    20:41:06 [INFO] LWC: Currency API: iConomy5Currency
    20:41:06 [INFO] LWC: Loading SQLite
    20:41:06 [INFO] LWC: Using: Pure
    20:41:06 [INFO] LWC: Precached 86 protections.
    20:41:06 [INFO] LWC: At version: 3.53 (b294)
    20:41:06 [INFO] [mChat] PermissionsBukkit v1.2 found hooking in.
    20:41:06 [INFO] [mChat] MobDisguise 1.6 found hooking in.
    20:41:06 [INFO] [mChat] Register 1.5 found hooking in.
    20:41:06 [INFO] [mChat] BukkitStats Logging currently Activated. To opt-out check stats.yml.
    20:41:06 [INFO] [mChat] mChat version 1.8.7 is enabled!
    20:41:06 [INFO] Version: 101
    20:41:06 [INFO] [NarrowtuxLib] v1.0.1 by [narrowtux] enabled.
    20:41:06 [SEVERE] Error occurred while enabling PermissionsBukkit v1.2 (Is it up to date?): while parsing a block mapping; expected <block end>, but found BlockMappingStart
    while parsing a block mapping
     in "<reader>", line 6, column 5:
            owner:
            ^
    expected <block end>, but found BlockMappingStart
     in "<reader>", line 96, column 9:
                inheritance:
                ^
    
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:575)
        at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
        at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123)
        at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)
        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121)
        at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)
        at org.bukkit.util.config.Configuration.load(Configuration.java:89)
        at org.bukkit.plugin.java.JavaPlugin.getConfiguration(JavaPlugin.java:116)
        at com.platymuus.bukkit.permissions.BlockListener.<init>(BlockListener.java:15)
        at com.platymuus.bukkit.permissions.PermissionsPlugin.onEnable(PermissionsPlugin.java:39)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:174)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:413)
        at org.bukkit.Bukkit.reload(Bukkit.java:182)
        at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:351)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:506)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:485)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    20:41:06 [INFO] Essentials: Using PermissionsBukkit based permissions.
    20:41:06 [INFO] [Register] Payment method found (iConomy version: 5)
    20:41:06 [INFO] [Showcase] Registered type [basic] (0 items loaded)
    20:41:06 [INFO] [Showcase] Registered type [finite] (0 items loaded)
    20:41:06 [INFO] [Showcase] Registered type [infinite] (0 items loaded)
    20:41:06 [INFO] [Showcase] Registered type [exchange] (0 items loaded)
    20:41:06 [INFO] [Showcase] Registered type [tutorial] (0 items loaded)
    20:41:06 [INFO] [Showcase] version 0.7.7.11 has been enabled.
    20:41:06 [INFO] [WormholeXTreme][v1.011] Boot sequence initiated...
    20:41:06 [INFO] [WormholeXTreme][v1.011] Wormhole Worlds support disabled in settings.txt, loading stargates and worlds ourself.
    20:41:06 [INFO] [WormholeXTreme] 0 Wormholes loaded from WormholeDB.
    20:41:06 [INFO] [WormholeXTreme] Attached to Permissions version 2.7.7
    20:41:06 [INFO] [WormholeXTreme] Complex Permissions Enabled
    20:41:06 [INFO] [WormholeXTreme] Help Plugin not yet available - there will be no Help integration until loaded.
    20:41:07 [INFO] [WormholeXTreme][v1.011] Boot sequence completed
    20:41:07 [INFO] Reload complete.
    20:41:07 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    20:41:07 [INFO] Reached end of stream
    20:41:07 [INFO] Reached end of stream
    20:41:07 [INFO] Reached end of stream
    20:41:07 [INFO] [Citizens] Loaded 3 NPCs.
    20:41:07 [INFO] [Citizens] Loaded 0 quests.
    
    My perms aren't working properly. Also, I have a blank permission.yml in the root folder. Any ideas as to why it's not working/how to fix it would be much appreciated.

    I didn't get any helped, but I found the error! Thanks...anyways...
    Is there a way to mark this answered?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 21, 2016
  2. Offline

    BCTsurvival

    maybe try to close the topic?
     
Thread Status:
Not open for further replies.

Share This Page