Very unable to use permissions, need help

Discussion in 'Bukkit Help' started by turtlelord, Sep 23, 2011.

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

    turtlelord

    I, for the life of myself, cannot get any permissions plugin to work. I'm starting to think my computer just refuses to run any file with the word permissions in it o.o
    so basically i start the server, and everything is all dandy, but if i un-op myself its as if all the commands that are in the permissions file don't exist no one in my server can even type /spawn (admincmd.spawn.tp)
    I've tried all the permission plugins, here's the one i'm currently using, maybe i'm just blind and there's a line missing before each of the permissions or something?
    Code:
    # PermissionsBukkit configuration file
    #
    # A permission node is a string like 'permissions.build', usually starting
    # with the name of the plugin. Refer to a plugin's documentation for what
    # permissions it cares about. Each node should be followed by true to grant
    # that permission or false to revoke it, as in 'permissions.build: true'.
    # Some plugins provide permission nodes that map to a group of permissions -
    # for example, PermissionsBukkit has 'permissions.*', which automatically
    # grants all admin permissions. You can also specify false for permissions
    # of this type.
    #
    # Users inherit permissions from the groups they are a part of. If a user is
    # not specified here, or does not have a 'groups' node, they will be in the
    # group 'default'. Permissions for individual users may also be specified by
    # using a 'permissions' node with a list of permission nodes, which will
    # override their group permissions. World permissions may be assigned to
    # users with a 'worlds:' entry.
    #
    # Groups can be assigned to players and all their permissions will also be
    # assigned to those players. Groups can also inherit permissions from other
    # groups. Like user permissions, groups may override the permissions of their
    # parent group(s). Unlike users, groups do NOT automatically inherit from
    # default. World permissions may be assigned to groups with a 'worlds:' entry.
    #
    # The cannot-build message is configurable. If it is left blank, no message
    # will be displayed to the player if PermissionsBukkit prevents them from
    # building, digging, or interacting with a block. Use '&' characters to
    # signify color codes.
    
    users:
        turtlelord:
            permissions:
            groups:
            - Owner
        capetorial:
            permissions:
            groups:
            - Owner
        cailus:
            permissions:
            groups:
            - Moderator
        man1493:
            permissions:
            groups:
            - Member
        ConspiracyWizard:
            permissions:
            groups:
            - Member
    groups:
        New:
            permissions:
                permissions.build: true
                xcraftgate.use: true
                admincmd.spawn.tp: true
                essentials.spawn: true
                essentials.suicide: true
                essentials.suicide: true
                essentials.time: true
                essentials.tpaccept: true
                essentials.deny: true
                essentials.signs.use.*: true
                essentials.pay: true
                essentials.home: true
                essentials.balance: true
                essentials.balance.top: true
                essentials.mail.*: true
                essentials.worth: true
                essentials.sell: true
                essentials.sethome: true
                essentials.afk: true
                factions.participate: true
                lwc.protect: true
                factions.create: true
        Member:
            permissions:
    
            worlds:
            inheritance:
            - New
        Moderator:
            permissions:
                essentials.tpa: true
                essentials.tpahere: true
                essentials.warp: true
                essentials.warp.list: true
                essentials.nick: true
                lwc.mod: true
            inheritance:
            - Member
        admin:
            permissions:
                essentials.invsee: true
                essentials.ban: true
                essentials.broadcast: true
                essentials.protect.*: true
                essentials.unban: true
                lwc.admin: true
                creeperheal.*: true
                xcraftgate.*: true
                stargate.*: true
                mcmmo.*: true
                lwc.*: true
                factions.*: true
                lwc.deny: true
                regios.*: true
                vanish.vanish: true
                vanish.list: true
                vanish.dont.hide: true
                vanish.nopickup: true
                vansh.noaggromobs: tue
            inheritance:
            - Moderator
        Owner:
            permissions:
                essentials.*: true
                craftbook.*: true
                borderguard.*: true
                xcraftgate.*: true
                admincmd.*: true
                worldguard.*: true
                worldedit.*: true
                mineralvein.*: true
                logblock.*: true
                iconomy.*: true
                infchest.*: true
                *
            inheritance:
            - Admin
    messages:
        build: '&cYou do not have permission to build here.'
    
    
    I just finished completely resetting my server, wiping the map, and redownloading everyone of the plugins I have

    Code:
                Giant Tree
                Monster loot drop
                Possible skill and class plugin
                Roll
                OtherDrops
                TimeFold
                SafeCreeper
                Worldguard
                Herochat
                Worldedit
                Serversave
                Removeorbs
                Regios
                NoOrb
                Iconomy
                NoCheat
                MineralVein
                LevelCraft
                LWC
                LongShot
                logblock
                Factions
                Essentials
                EssentialsGeoIP
                EseentialsChat
                BorderGuard
                CreeperHeal
                bAntiCaps
                AdminCmd
                VanishNoPickup
                goinground 
    Willing to try pretty much anything, I really want my server back up and running but without permissions its fairly bricked. I've been trying to solve this issue myself for 3 weeks now, and still cannot figure out how to enable permissions.

    Here's my cmd dump upon starting server

    Code:
    161 recipes
    17 achievements
    12:10:54 [INFO] Starting minecraft server version Beta 1.8.1
    12:10:54 [INFO] Loading properties
    12:10:54 [INFO] Starting Minecraft server on *:25565
    12:10:54 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1067
    -g6301507-b1185jnks (MC: 1.8.1)
    12:10:56 [INFO] LWC: Loading shared objects
    12:10:56 [INFO] LWC: Protection cache: 0/10000
    12:10:56 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/amd64/sqlite
    jdbc.dll
    12:10:56 [INFO] [LogBlock] Version check: Your version is up to date
    12:10:56 [SEVERE] [LogBlock] Error while loading:
    java.util.zip.DataFormatException: lookup.toolblockID doesn't appear to be a val
    id block id
            at de.diddiz.LogBlock.Config.<init>(Config.java:139)
            at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:69)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:141)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:103)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:52)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    12:10:56 [INFO] Preparing level "world"
    12:10:56 [INFO] Default game type: 1
    12:10:56 [INFO] Preparing start region for level 0 (Seed: -8013775735961177110)
    12:10:57 [INFO] Preparing start region for level 1 (Seed: 610280764254820969)
    12:10:57 [INFO] Preparing spawn area: 0%
    12:10:58 [INFO] [bAntiCaps] version 1.2.0 is enabled!
    12:10:58 [INFO] [BBROTHER] ------------------------------------
    12:10:58 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of
     BigBrother!
    12:10:58 [INFO] [BBROTHER] Please note that, since this is far from complete, th
    ere will be many bugs.
    12:10:58 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bu
    gs.nexisonline.net/bb
    12:10:58 [INFO] [BBROTHER] Please stay tuned in irc.7chan.org #bigbrother for up
    dates and build notifications.
    12:10:58 [INFO] [BBROTHER] ------------------------------------
    12:10:58 [SEVERE] [BBROTHER] Please rename BigBrother.example.yml to BigBrother.
    yml and edit it, otherwise BB will not work!
    12:10:58 [SEVERE] Error occurred while disabling BigBrother v1.11.0-SNAPSHOT (Is
     it up to date?): null
    java.lang.NullPointerException
            at me.taylorkelly.bigbrother.datasource.BBDB.shutdown(BBDB.java:130)
            at me.taylorkelly.bigbrother.BigBrother.onDisable(BigBrother.java:78)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
            at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoade
    r.java:941)
            at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManag
    er.java:294)
            at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:120)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:920)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:278)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156
    )
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    12:10:58 [INFO] BorderGuard version 4.2 is enabled!
    12:10:58 [INFO] [CreeperHeal] Loaded 0 traps
    12:10:58 [INFO] [CreeperHeal] version 3.0.2 by nitnelave is enabled
    12:10:58 [WARNING] Version mismatch! Please update EssentialsChat to the same ve
    rsion.
    12:10:58 [WARNING] Version mismatch! Please update EssentialsGeoIP to the same v
    ersion.
    12:10:58 [INFO] Loaded Essentials build 2.5.8 by: Zenexer, ementalo, Aelux, Bret
    tflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
    12:10:58 [INFO] Essentials: Using config based permissions. Enable superperms in
     config.
    12:10:58 [WARNING] Version mismatch! Please update all Essentials jars to the sa
    me version.
    12:10:58 [INFO] Loaded EssentialsChat build 2.5.7 by: essentials team
    12:10:58 [WARNING] Version mismatch! Please update all Essentials jars to the sa
    me version.
    12:10:58 [INFO] Loaded EssentialsGeoIP build 2.5.7 by: essentials team
    12:10:58 [INFO] This product includes GeoLite data created by MaxMind, available
     from http://www.maxmind.com/.
    12:10:58 [INFO] [Giant Trees] version 0.3.3 is enabled
    12:10:58 [INFO] GoinRound v1.0 by md_5 enabled
    12:10:58 [INFO] [LC] Level Combat Loaded
    12:10:58 [INFO] [LC] Level Dexterity Loaded.
    12:10:58 [INFO] [LC] Level Excavation Loaded
    12:10:58 [INFO] [LC] Level Mining Loaded
    12:10:58 [INFO] [LC] Level Range Loaded.
    12:10:58 [INFO] [LC] No Permissions found enabling all levels.
    12:10:58 [INFO] [LC] Admin commands for OP.
    12:10:58 [INFO] [LC] Using FlatFile To Store Data.
    12:10:58 [INFO] [LC] LevelCraftCore 0.1.7.1 Loaded
    12:10:58 [INFO] [LC] Loaded levels:[Combat, Mining, Range, Excavation, Dexterity
    ]
    12:10:58 [INFO] LogBlockQuestioner v0.02 enabled
    12:10:58 [INFO] LongShot version v0.1.2 is Enabled!
    12:10:58 [INFO] Memory max: 1065025536 bytes
    12:10:58 [INFO] Memory total: 206053376 bytes
    12:10:58 [INFO] Remote Toolkit Plugin V0.45b enabled!
    12:10:58 [INFO] Permission system not detected, defaulting to OP
    12:10:58 [INFO] mxImgImport v1.3 loaded.
    12:10:58 [INFO] Noon: feverdream has a license to control time.
    
    12:10:58 [INFO] Noon: notch has a license to control time.
    
    12:10:58 [INFO] Noon (v1.3 by Feverdream) is on.
    12:10:58 [INFO] NoOrb v1.0 orbs have been removed!
    12:10:59 [INFO] [Regios] Spout was not found, Regios requires spout. Please down
    load it!
    12:10:59 [INFO] [Regios] Shutting down scheduler task...
    12:10:59 [INFO] [Regios] Scheduler task stopped successfully!
    12:10:59 [INFO] [Regios] Regios version 4.0.05 disabled successfully!
    12:10:59 [INFO] [RemoveOrbs] v0.1 loaded successfully!
    12:10:59 [INFO] [ServerSave] Save interval is: 600 seconds.
    12:10:59 [INFO] [ServerSave] ServerSave enabled!
    12:10:59 [INFO] WorldEdit 4.6 enabled.
    12:10:59 [INFO] WorldEdit: No known permissions plugin detected. Using configura
    tion file for permissions.
    12:10:59 [INFO] WorldGuard: No known permissions plugin detected. Using configur
    ation file for permissions.
    12:10:59 [INFO] WorldGuard: (world) Single session is enforced.
    12:10:59 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    12:10:59 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    12:10:59 [INFO] WorldGuard: (world) Lava fire is blocked.
    12:10:59 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    12:10:59 [INFO] WorldGuard: Loaded configuration for world 'world"
    12:10:59 [INFO] WorldGuard: (world_nether) Single session is enforced.
    12:10:59 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    12:10:59 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    12:10:59 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    12:10:59 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    12:10:59 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    12:10:59 [INFO] WorldGuard: 1 regions loaded for 'world'
    12:10:59 [INFO] WorldGuard: Unable to register missing event type SNOW_FORM
    12:10:59 [INFO] WorldGuard 5.2.2 enabled.
    12:10:59 [INFO] [AdminCmd] Plugin Enabled. (version 5.7.15)
    12:10:59 [INFO] [AdminCmd] bal_timeday has all his alias already registered. Com
    mand deactivated
    12:10:59 [INFO] [AdminCmd] bal_memory has all his alias already registered. Comm
    and deactivated
    12:10:59 [INFO] [AdminCmd] bal_timeset has all his alias already registered. Com
    mand deactivated
    12:10:59 [INFO] [AdminCmd] bal_item has all his alias already registered. Comman
    d deactivated
    12:10:59 [INFO] [AdminCmd] bal_tphere has all his alias already registered. Comm
    and deactivated
    12:10:59 [INFO] [AdminCmd] bal_mute has all his alias already registered. Comman
    d deactivated
    12:10:59 [INFO] [AdminCmd] bal_motd has all his alias already registered. Comman
    d deactivated
    12:10:59 [INFO] [AdminCmd] bal_news has all his alias already registered. Comman
    d deactivated
    12:11:00 [INFO] [AdminCmd] bal_extinguish has all his alias already registered.
    Command deactivated
    12:11:00 [INFO] [AdminCmd] bal_kit has all his alias already registered. Command
     deactivated
    12:11:00 [INFO] [AdminCmd] Disabled Alias(es) for bal_playerheal : heal,
    12:11:00 [INFO] [AdminCmd] Disabled Alias(es) for bal_home : home,
    12:11:00 [INFO] [AdminCmd] Disabled Alias(es) for bal_thor : t,
    12:11:00 [INFO] [AdminCmd] Disabled Alias(es) for bal_tpto : tp,
    12:11:00 [INFO] [AdminCmd] Disabled Alias(es) for bal_kick : kick,
    12:11:00 [INFO] [AdminCmd] Disabled Alias(es) for bal_wstrike : strike,
    12:11:00 [INFO] [AdminCmd] Disabled Alias(es) for bal_sethome : sethome,
    12:11:00 [INFO] [AdminCmd] Disabled Alias(es) for bal_repair : repair,
    12:11:00 [INFO] [AdminCmd] Disabled Alias(es) for bal_undo : undo,
    12:11:00 [INFO] [AdminCmd] Disabled Alias(es) for bal_playermsg : msg,
    12:11:00 [INFO] [AdminCmd] Disabled Alias(es) for bal_tptoggle : tptoggle,
    12:11:00 [INFO] [AdminCmd] Disabled Alias(es) for bal_reloadall : reloadall,
    12:11:00 [INFO] [AdminCmd] Disabled Alias(es) for bal_wstorm : storm,
    12:11:00 [INFO] [AdminCmd] Disabled Alias(es) for bal_afk : afk,
    12:11:00 [INFO] [AdminCmd] Disabled Alias(es) for bal_god : god,
    12:11:00 [INFO] [AdminCmd] Disabled Alias(es) for bal_kickall : kickall,
    12:11:00 [INFO] [AdminCmd] Disabled Alias(es) for bal_unban : unban,
    12:11:00 [INFO] [AdminCmd] Disabled Alias(es) for bal_fireball : fireball,
    12:11:00 [INFO] [AdminCmd] Disabled Alias(es) for bal_playerlist : playerlist, w
    ho,
    12:11:00 [INFO] [AdminCmd] Disabled Alias(es) for bal_ban : ban,
    12:11:00 [INFO] [AdminCmd] Disabled Alias(es) for bal_playerkill : kill,
    12:11:00 [INFO] [AdminCmd] Disabled Alias(es) for bal_rmhome : rmhome,
    12:11:00 [INFO] [AdminCmd] Disabled Alias(es) for bal_uptime : up,
    12:11:00 [INFO] [AdminCmd] 0 blacklisted items loaded.
    12:11:00 [INFO] [AdminCmd] 1655 alias loaded.
    12:11:00 [INFO] [AdminCmd] 0 Banned players loaded.
    12:11:00 [INFO] [AdminCmd] 0 Muted players loaded.
    12:11:00 [INFO] [AdminCmd] 2 kits loaded.
    12:11:00 [INFO] [dynmap] Using Bukkit Permissions (superperms) for access contro
    l
    12:11:00 [INFO] [dynmap] Loaded 12 shaders.
    12:11:00 [INFO] [dynmap] Loaded 56 perspectives.
    12:11:00 [INFO] [dynmap] Loaded 6 lightings.
    12:11:01 [INFO] [dynmap] Loaded 2 maps of world 'world'.
    12:11:01 [INFO] [dynmap] Loaded 2 maps of world 'world_nether'.
    12:11:01 [WARNING] [dynmap] Marker API has been requested, but is not enabled.
    Uncomment or add 'markers' component to configuration.txt.
    12:11:01 [INFO] [dynmap] Dynmap WebServer started on null:8123
    12:11:01 [INFO] [dynmap] version 0.22.1 is enabled
    12:11:01 [INFO] [Factions v1.4.7] === ENABLE START ===
    12:11:01 [INFO] [Factions v1.4.7] Loading conf from disk
    12:11:01 [INFO] [Factions v1.4.7] Loading players from disk
    12:11:01 [INFO] [Factions v1.4.7] Loading factions from disk
    12:11:01 [INFO] [Factions v1.4.7] Loading board from disk
    12:11:01 [INFO] [Factions v1.4.7] Permissions plugin not detected, defaulting to
     Bukkit superperms system
    12:11:01 [INFO] [Factions v1.4.7] Found and will integrate chat with EssentialsC
    hat v2.5.7
    12:11:01 [INFO] [Factions v1.4.7] EssentialsEco hook available, but disabled ("e
    conEssentialsEcoEnabled": false).
    12:11:01 [INFO] [Factions v1.4.7] === ENABLE DONE (Took 251ms) ===
    12:11:01 [INFO] LogBlock disabled.
    12:11:01 [INFO] LWC: Loaded 137 locale strings (0 overrides)
    12:11:01 [INFO] LWC: Permissions API: SuperPermsPermissions
    12:11:01 [INFO] LWC: Currency API: EssentialsCurrency
    12:11:01 [INFO] LWC: Loading SQLite
    12:11:01 [INFO] LWC: Using: Native
    12:11:01 [INFO] LWC: Precached 37 protections.
    12:11:01 [INFO] LWC: At version: 3.52 (b281)
    12:11:01 [INFO] [mcMMO] Using Bukkit Permissions.
    12:11:01 [INFO] Loading Config File...
    12:11:03 [INFO] mcMMO version 1.1.11 is enabled!
    12:11:03 [INFO] Server permissions file permissions.yml is empty, ignoring it
    12:11:03 [INFO] Done (0.667s)! For help, type "help" or "?"
     
  2. Offline

    Spacebat

    I'm having this same problem. I've wiped the config file and remade it at least ten times now, and if just won't work. I never had this problem before 1.8. If I manage to solve the problem I'll post here. D:
     
  3. Offline

    turtlelord

    Yea i dont know why its not working, maybe windows 7 doesnt like permissions folder? o.o
     
  4. Offline

    Hyperling

    Do you have the PermissionsBukkit.jar in your plugins folder? You don't list it in your plugins list, and this error says you don't have a plugin.

    Code:
    12:10:59 [INFO] WorldEdit: No known permissions plugin detected. Using configura
    tion file for permissions.
    12:10:59 [INFO] WorldGuard: No known permissions plugin detected. Using configur
    ation file for permissions.
    I don't use PermissionsBukkit yet so I'm not sure how you're supposed to set it up, but be sure your permissions.(file type, probably yml) is in the correct spot, and maybe you need to use the SuperPermsBridge which is available for download on the same page as PermissionsBukkit. Tonight I'm going to be installing PermissionsBukkit on my server so if you don't figure anything out until then maybe I can come back and help once I know how the plugin works/is installed.

    Good luck until then!
     
  5. Offline

    turtlelord

    sry yea i have it installed and in the corect spot i just forgot to put it in the list of plugins xD
    but even so ive tried groupmanager and yeti all the permissions plugins, none will work at all :( i even tried restarting from scratch
    i deleted my entire server
    redownlooaded 1185
    ran the corect bat file, loaded the stuff, re downloaded all the plugins from scratch, login, cant type /spawn still :(

    oh and my permissions.yml file in my server folder is empty, i assume thats normal?

    i had an extra * and it wouldn't even try to load it because of that D:
    fixed now :)
    serves me right for assuming i can manually check it for errors instead of using a yaml parser
    fixed everything

    -shuts up now-

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  6. You don't seem to have dashes '- ' in front of your nodes. The YAML parser needs those dashes in order to recognize them as a 'List' object.
     
  7. Offline

    Hyperling

    Glad you got it fixed. Now you just have to fix those BigBrother and Essentials errors ;D
     
  8. Offline

    turtlelord

    wait whaa? my bb and essentials has errors? D:
    crap now i have to read the console.
     
Thread Status:
Not open for further replies.

Share This Page