Essentials - Group Manager

Discussion in 'Bukkit Help' started by CraftGods64, May 26, 2013.

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

    CraftGods64

    Hello, So i recently bought a server from redstonehost.com and when i try and get GroupManager the plugin it says it cant find it can someone help me out please.
     
  2. Offline

    Eathan

    Hello there.
    You can download the GroupManager jar file from this link: http://wiki.ess3.net/wiki/Downloads
    It's the official essentials page so don't be worried about viruses!
    Best of luck. If you need GroupManager help, give me a shout.
     
  3. Offline

    Jawfy

    I've only gave them permission to do serton warps but it is giving them access to all warps
     
  4. Offline

    JaguarJo

    You need to go into the Essentials config and set per-warp permissions to true. Looks like this in the config:
    Code:
    # Set this true to enable permission per warp.
    per-warp-permission: true
    
    You'll find it after the kits and signs stuff but before you get to afk settings.
     
    Mortal_Wombat likes this.
  5. Offline

    FlamePuff

    org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping; expected <block end>, but found Scalar

    I am getting this error message, this is my permissions file
    # 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:

    Member:
    default: true
    permissions:
    - essentials.afk
    - essentials.afk.auto
    - essentials.back
    - essentials.back.*
    - essentials.balance
    - essentials.balance.others
    - essentials.balance.top
    - essentials.balancetop
    - essentials.book
    - essentials.book.*
    - essentials.chat
    - essentials.chat.*
    - essentials.compass
    - essentials.depth
    - essentials.enderchest
    - essentials.feed
    - essentials.feed.cooldown.bypass
    - essentials.firework
    - essentials.getpos
    - essentials.hat
    - essentials.help
    - essentials.help.essentials
    - essentials.home
    - essentials.info
    - essentials.invsee
    - essentials.itemdb
    - essentials.kick.notify
    - essentials.killall
    - essentials.kit
    - essentials.kits.tools
    - essentials.list
    - essentials.list.hidden
    - essentials.me
    - essentials.motd
    - essentials.msg
    - essentials.msg.*
    - essentials.others
    - essentials.ping
    - essentials.ptime
    - essentials.recipe
    - essentials.rules
    - essentials.sethome
    - essentials.sethome.bed
    - essentials.sethome.multiple
    - essentials.setspawn
    - essentials.setwarp
    - essentials.signs.use.heal
    - essentials.skull
    - essentials.skull.spawn
    - essentials.spawn
    - essentials.spawner
    - essentials.spawner.chicken
    - essentials.spawner.cow
    - essentials.spawner.creeper
    - essentials.spawner.pig
    - essentials.spawner.sheep
    - essentials.spawner.skeleton
    - essentials.spawner.spider
    - essentials.spawner.zombie
    - essentials.suicide
    - essentials.teleport.cooldown.bypass
    - essentials.teleport.timer.bypass
    - essentials.teleport.timer.move
    - essentials.time
    - essentials.time.set
    - essentials.top
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdeny
    - essentials.warp
    - essentials.warp.list
    - essentials.warps.A-Mine
    - essentials.warps.Enchant
    - essentials.warps.IslandAlpha
    - essentials.warps.IslandBen
    - essentials.warps.IslandBeta
    - essentials.warps.IslandCharlie
    - essentials.warps.IslandJammy
    - essentials.warps.Nether
    - essentials.warps.Prison
    - essentials.warps.TheEnd
    - essentials.workbench
    inheritance: []
    info:
    prefix: '&3&k&l::&3&lMember&3&k&l::&3 '
    build: true
    suffix: ''


    Moderator:
    default: false
    permissions: []
    inheritance:
    - Member
    - g:groupmanager_moderator
    - g:essentials_moderator
    - g:towny_moderator
    - g:bukkit_moderator
    - g:vanish_moderator
    info:
    prefix: '&8&lMODERATOR&3 '
    build: true
    suffix: ''

    AdminsGirlfriend:
    default: false
    permissions: []
    inheritance:
    - Moderator
    info:
    prefix: '&6&k&l::&6&lAdmin's Girlfriend&6&k&l::&3 '
    build: true
    suffix: ''


    Admin:
    default: false
    permissions: []
    inheritance:
    - AdminGirlfriend
    - g:groupmanager_admin
    - g:essentials_admin
    - g:towny_admin
    - g:bukkit_admin
    - g:vanish_admin
    info:
    prefix: '&9&k&l::&9&lADMIN&9&k&l::&3 '
    build: true
    suffix: '&9&lSantas little helpers '


    Owner:
    default: false
    permissions:
    - '*'
    inheritance:
    - Admin
    info:
    prefix: '&5&k&l::&5&lOWNER&5&k&l::&3 '
    build: true
    suffix: '&4&lT&6&lH&2&lE &3&lB&1&lI&5&lG &4&lB&6&lO&2&lS&3&lS '
     
Thread Status:
Not open for further replies.

Share This Page