Players On My server can't destroy, pickup , ect. ANYTHING please help!

Discussion in 'Bukkit Help' started by Kill3rUnic0rn, Apr 14, 2013.

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

    Kill3rUnic0rn

    I just started my new server and my group manager is messed up. I don't have a server host. I have a Mac OS X. When the players try to destroy it says You do not have permission to destroy DIRT BLOCK or something like that. I have skype if u need to contact me by call. It's Kill3rUnic0rn.
     
  2. Offline

    JWhy

    Can you please post your groups.yml on pastebin.com?
     
  3. Offline

    Kill3rUnic0rn

    um im new to this where is pastebin?

    # Group inheritance
    #
    # Any inherited groups prefixed with a g: are global groups
    # and are inherited from the GlobalGroups.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and are defined in the this groups.yml file.
    #
    # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
    groups:
    Default:
    default: true
    permissions:
    - -bukkit.command.kill
    - essentials.build
    - essentialsbuild
    inheritance:
    - g:groupmanager_default
    - g:bukkit_default
    - g:essentials_default
    - g:towny_default
    info:
    prefix: '&e'
    build: false
    suffix: ''
    Owner:
    default: false
    permissions:
    - -vanish.*
    - '*'
    inheritance:
    - admin
    info:
    prefix: '&4'
    build: true
    suffix: ''
    Builder:
    default: false
    permissions: []
    inheritance:
    - default
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&2'
    build: true
    suffix: ''
    Moderator:
    default: false
    permissions: []
    inheritance:
    - builder
    - g:groupmanager_moderator
    - g:bukkit_moderator
    - g:essentials_moderator
    - g:towny_moderator
    - g:vanish_moderator
    info:
    prefix: '&5'
    build: true
    suffix: ''
    Admin:
    default: false
    permissions: []
    inheritance:
    - moderator
    - g:groupmanager_admin
    - g:bukkit_admin
    - g:essentials_admin
    - g:towny_admin
    - g:vanish_admin
    info:
    prefix: '&c'
    build: true
    suffix: ''

    guest:
    colors:
    default: ''
    prefix:
    default: ''
    suffix:
    default: ''
    members: ''
    member:
    colors:
    default: ''
    prefix:
    default: ''
    suffix:
    default: ''
    members: ''
    trusted:
    colors:
    default: ''
    prefix:
    default: ''
    suffix:
    default: ''
    members: ''
    mod:
    colors:
    default: ''
    prefix:
    default: ''
    suffix:
    default: ''
    members: ''
    admin:
    colors:
    default: ''
    prefix:
    default: ''
    suffix:
    default: ''
    members: ''
    head_admin:
    colors:
    default: ''
    prefix:
    default: ''
    suffix:
    default: ''
    members: ''
    coowner:
    colors:
    default: ''
    prefix:
    default: ''
    suffix:
    default: ''
    members: ''

    This is the right one i think

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

    JWhy

  5. Offline

    chad53105

    If you are using GroupManager, make sure build: true.

    Code:
    Default:
      default: true
      permissions:
        - -bukkit.command.kill
        - essentials.build
        - essentialsbuild
      inheritance:
        - g:groupmanager_default
        - g:bukkit_default
        - g:essentials_default
        - g:towny_default
      info:
      prefix: '&e'
      build: false
      suffix: ''
    
    The error is above, you have your default group with no build permissions. Change "false" to "true" and all will be well.
     
  6. Offline

    Kill3rUnic0rn

    didnt help
     
  7. Offline

    C0nsole

    List plugins please.
     
  8. Offline

    Kill3rUnic0rn

    AnnouncerPlus
    AutoSaveWorld
    ChatManager
    ChestShop
    ClearLag
    CLIShop.jar
    ColorMe
    CombatLog
    CoreProtect
    Dynmap-Factions
    dynmap
    Enjin Minecraft Plugin
    Essentials
    Essentials
    EssentialsAntiBuild
    EssentialsChat
    EssentialsGroupBridge
    EssentialsGroupManager
    EssentialsProtect
    EssentialsSpawn
    Factions.jar
    GroupManager
    HeadHunter
    iConomy
    InfChests
    mcjobs
    mcMMO
    Modifyworld
    Multiverse-Core
    Multiverse-Portals
    NoCheatPlus
    permissions.txt
    PluginMetrics
    PluginTemplate
    PwnFilter.jar
    ServerSigns
    SignShop
    Tim-1.jar
    update
    Vault.jar
    Votifier
    WorldEdit
    WorldGuard
    XrayInformer
     
  9. Offline

    fredghostkyle1

    EssentialsAntiBuild/Protect, remove them see if that helps. also why do u have chatManager? thats for PEX not GM.
     
  10. Offline

    Necrodoom

    delete modifyworld and chatmanager.
     
Thread Status:
Not open for further replies.

Share This Page