Need this answered ASAP!! (all caps :P)

Discussion in 'Bukkit Help' started by Decysp, Apr 12, 2011.

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

    Decysp

    Kk, well my friend and i just logged on my server,

    and we can't build or destroy ANY blocks, and yes we are OPs.

    I thought it was the spawn radius or w/e, so we moved far away, still nothing.

    HELP?
     
  2. Offline

    woodzy

    please list ur plugins
     
  3. Offline

    Decysp

    AncientGates, Citizens, Essentials, FalseBook, HouseDeed, iConomy, ModTRS, Permissions, PhysicalShop, Pistons, SignColours, PluginsManager, SimpleAlias, Sortal, TeleSign, TentThis, uQuest, Vegetation.

    :D!!
     
  4. Offline

    riki137

    Did you configured all the plugins?
     
  5. Offline

    CptTwinklez

    Did you configure yourself to Admin? It seems like this has something to do with that, although I don't know if OPs have the same privileges as Admins. Correct me if I'm wrong.
     
  6. Offline

    woodzy

    di u put ur self in-a groupe? oh the hell with it go to pastebin.com and link ur permissions file ill look at it
     
  7. Offline

    Decysp

  8. Offline

    Decysp

  9. Offline

    ssell

    The problem is that you do not allow members of the 'default' group to build:

    Code:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
    
    and since you never added yourself to a group:

    Code:
    users:
        TheNo1Yeti:
            group: Admins
            permissions:
        Herpina:
            group: Moderator
            info:
                prefix: 'Moo'
                suffix: 'Cow'
            permissions:
                - 'herp.derp'
        Derpina:
            group: Admins
            permissions:
                - '-derp.derp'
    
    you are automatically assigned to the 'default' group.
     
  10. Offline

    Decysp

    ~!~~!~!~~ Thanks~! That helped a TON, but how do i add myself to the Admin group? Where do i put my name?
     
  11. Offline

    Eric V. Santoso

    subscribing to this thread...
     
  12. Offline

    Killie01

    well:
    Code:
    users:
        username:
            group: Admins
            permissions:
        yourfriend:
            group: Admins
            permissions:
     
  13. Offline

    RubberDucky963

    You could also do the command "manuadd [Your Name] [Group Name]"
     
  14. Offline

    Wendo

    Except they won't have access to manuadd unless they are already admin
     
  15. Offline

    Killie01

    Unless this is so old and the people who asked the question havent visited the forum since May 2011...
     
Thread Status:
Not open for further replies.

Share This Page