Op commands not working?

Discussion in 'Bukkit Help' started by cheepz, Mar 1, 2011.

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

    cheepz

    Hi! I'm not exactly NEW to using cb, but I haven't ever really posted on these forums.

    I've had trouble with one of my admins not being able to use any admin commands.

    I have a suspicion that it could be this plugin I am using.
    http://forums.bukkit.org/threads/se...ne-mode-user-registration-326-439.4497/page-6

    It was reseting everyone's char's the first time I was using it, and sometimes it would not prompt some users to register.

    The second time and onwards, it would work fine for most, but not all.

    I am using Permissions 2.5 or 2.5.1
    I don't think it matters anyways since the only change was antibuild.

    This is my current config file.

    The user Darawe , is the first one to have problems but I can't see whats wrong with the arrangement of the spaces, letters, and whatnot.

    When the user tries to use any default op commands, this what comes up.
    [INFO] darawe issued server command: unallowedcommand

    I will link this thread on a post I will put on anjosecurity and see if anything shows up.

    Thanks for your help! :)

    Permssions config. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    # Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    # Does not work for the default world.
    # Example: copies: Derp - This will clone the permissions of the world Derp
    plugin:
    permissions:
    system: default
    copies:

    # Groups can contain inheritance.
    # To make a group inherit the permissions from another
    # group simply place the groups name in the "inheritance:" like so:
    #
    # Example:
    # inheritance:
    # - Default
    ##
    # All permissions including the asterisks must be placed in single quotes.
    # like so:
    #
    # - 'general.spawn'
    #
    # Otherwise errors will happen!
    ##
    # Globalized Permission settings:
    #
    # If a permission contains periods (.) you can denote a globalized parameter:
    #
    # - 'general.*'
    #
    # This will allow you to use all general commands.
    #
    ##
    # Single Asterisk denotes all commands:
    #
    # - '*'
    ##
    # To exempt a node use the - prefix like so:
    # - '-general.time'
    ##
    groups:
    Guest:
    default: true
    info:
    prefix: '&8'
    suffix: '&8'
    build: true
    inheritance:
    permissions:
    - 'mobRider.players'
    Member:
    default: false
    info:
    prefix: '&a'
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'iConomy.payment'
    - 'iConomy.access'
    - 'iConomy.rank'
    - 'iConomy.list'
    - 'lwc.protect'
    - 'NetherGate.portal.use'
    - 'kit.kit'
    - 'kit.starter'
    - 'monsterhunt.rewardeverytime'
    - 'monsterhunt.usercmd.hunt'
    - 'towny.wild'
    - 'towny.spawntp'
    - 'towny.publicspawntp'
    - 'auction.start'
    - 'auction.bid'
    Admin:
    default: false
    info:
    prefix: '&4'
    suffix: '&4'
    build: true
    inheritance:
    permissions:
    - '*'
    - 'iConomy.payment'
    - 'iConomy.access'
    - 'iConomy.rank'
    - 'iConomy.list'
    - 'lwc.protect'
    - 'lwc.mod'
    - 'NetherGate.portal.use'
    - 'kit.kit'
    - 'kit.starter'
    - 'kit.25565'
    - 'monsterhunt.rewardeverytime'
    - 'monsterhunt.usercmd.hunt'
    - 'towny.wild'
    - 'towny.spawntp'
    - 'towny.publicspawntp'
    - 'auction.start'
    - 'auction.bid'
    - 'monsterhunt.usercmd.huntscore'
    - 'monsterhunt.usercmd.huntstatus'
    - 'monsterhunt.admincmd.huntstart'
    - 'monsterhunt.admincmd.huntstop'
    - 'towny.admin'
    - 'towny.town.new'
    - 'towny.town.claim'
    - 'towny.nation.new'
    - 'towny.wild'
    - 'towny.spawntp'
    - 'towny.publicspawntp'
    - 'auction.start'
    - 'auction.bid'
    - 'auction.end'
    - 'mobRider.players'
    Owner:
    default: false
    info:
    prefix: '&3'
    suffix: '&3'
    build: true
    inheritance:
    permissions:
    - '*'
    - 'iConomy.payment'
    - 'iConomy.access'
    - 'iConomy.rank'
    - 'iConomy.list'
    - 'lwc.protect'
    - 'lwc.admin'
    - 'NetherGate.portal.use'
    - 'kit.kit'
    - 'kit.starter'
    - 'kit.25565'
    - 'monsterhunt.rewardeverytime'
    - 'monsterhunt.usercmd.hunt'
    - 'towny.wild'
    - 'towny.spawntp'
    - 'towny.publicspawntp'
    - 'auction.start'
    - 'auction.bid'
    - 'monsterhunt.usercmd.huntscore'
    - 'monsterhunt.usercmd.huntstatus'
    - 'monsterhunt.admincmd.huntstart'
    - 'monsterhunt.admincmd.huntstop'
    - 'towny.admin'
    - 'towny.town.new'
    - 'towny.town.claim'
    - 'towny.nation.new'
    - 'towny.wild'
    - 'towny.spawntp'
    - 'towny.publicspawntp'
    - 'auction.start'
    - 'auction.bid'
    - 'auction.end'
    - 'iConomy.admin.grant'
    - 'iConomy.admin.set'
    - 'iConomy.admin.stats'
    - 'iConomy.admin.reset'
    - 'monsterhunt.usercmd.hunt'
    - 'spawnmob.*'
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Default group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    ##
    users:
    Cheepz:
    group: Owner
    permissions:
    Niea:
    group: Admin
    permissions:
    Misconduct:
    group: Admin
    permissions:
    Darawe:
    group: Admin
    permissions:
    FJJOZ:
    group: Admin
    permissions:
    Tigerollie:
    group: Guest
    permissions:

    I'm also using the last recommended build: 440.

    If you need a list of plugins please reply, I don't feel like typing all of them @_@
     
  2. Offline

    six30two

    You really need to include a list of plugins. You're probably having a conflict.

    Also, either now or in the future, please put long lists like your permissions settings either in a quote box, as an attachment, or post it on another site and link to it. :)
    --- merged: Mar 1, 2011 7:25 PM ---
    One other thing:

    It's clear you've manually edited the permissions file.
    Be sure that for any spaces, you're using the SPACE BAR and not the TAB key!! IF you use the tab key to create spaces, it will cause errors and the permissions file will not work.

    Additionally, try updating to Phoenix's version of Permissions, if you already haven't. Ninjokun is no longer supporting the old Permissions plugin.
    http://forums.bukkit.org/threads/ad...5-1-phoenix-now-with-more-antibuild-440.5974/
     
  3. Offline

    cheepz

    Okay, I'm not really sure how to use a quote box. heh, sorry.

    but I'll add a list of plugins now. :)
    --- merged: Mar 1, 2011 7:27 PM ---
    Yes, I know, I've already taken account of your "editted message" its not any of those problems.
    --- merged: Mar 1, 2011 7:29 PM ---
    Heres the list :)
    [INFO] Plugins: AdminChat, AnjoSecurity, flyRidgeFly, HelpPages, iAuction, iChat, iConomy, KitPlugin, LWC, MobRider, MonsterHunt, NetherGate, Permissions, Persistence, PlayerList, PlgSetspawn, RealShop, SafeKaboom, SimpleAlias, SimpleHome, SpawnMob, Towny, WarnFreeze, Yeditor
    --- merged: Mar 1, 2011 7:56 PM ---
    Also, any non-existent spaces on in 1st post are there, but it didn't show up when I copy/pasted for some reason.
    --- merged: Mar 1, 2011 8:46 PM ---
    FIXED!

    I have no idea what I did!
    :D
    Thank you for everyone that helped, mods please lock or delete this thread :)

    I hope I don't have to come back with more problems >.<
     
Thread Status:
Not open for further replies.

Share This Page