Please i need help, something is wrong with my bukkit permissions!

Discussion in 'Bukkit Help' started by gabot, Mar 29, 2012.

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

    gabot

    Hey all, i have a problem with my bukkit permissions..
    I downloaded essentials and the group manager and well all the essentials permissions work fine and groups work fine but when i try to install a new plugin, like "Hawk" ( Hawk is a plugin that allowed you to fly if you hold a feather ) the plugin works only For op - not even for owner.. i gave the owner group the node - "*" to use all the commands but still i cant use it even if im owner.. i have to set myself to op.. it happends with any other plugin that i try to install.. if u need the yml code of my permissions of group manager, tell me in the comments and iil post my .yml files.
    please help :(
    Thank you all,
    gabot
     
  2. Offline

    ZeroZX4

    try to give them

    - hawk.*

    or

    - hawk.fly
     
  3. Offline

    Grizzmo

    post the text in your permission file here, so we can se what's wrong with it.
     
  4. Offline

    gabot

    this is the groups text :
    # Group inheritance
    # any inherited groups prefixed with a g: are global groups
    # These groups are defined in the globalgroups.yml
    # and can be inherited in any worlds groups/users.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and defined in the this groups.yml file.

    groups:
    Default:
    default: true
    permissions: []
    inheritance:
    - g:essentials_default
    - g:bukkit_default
    info:
    prefix: '&e'
    build: false
    suffix: ''
    Builder:
    default: false
    permissions: []
    inheritance:
    - default
    - g:essentials_builder
    - g:towny_moderator
    info:
    prefix: '&2'
    build: true
    suffix: ''
    Moderator:
    default: false
    permissions: []
    inheritance:
    - builder
    - g:essentials_moderator
    - g:bukkit_moderator
    - g:towny_moderator
    info:
    prefix: '&5'
    build: true
    suffix: ''
    Admin:
    default: false
    permissions: []
    inheritance:
    - moderator
    - g:essentials_admin
    - g:bukkit_admin
    - g:towny_admin
    info:
    prefix: '&c'
    build: true
    suffix: ''
    Owner:
    default: false
    permissions:
    - '*'
    inheritance:
    info:
    prefix: '&4'
    build: true
    suffix: ''
    this is the users text :
    users:
    gibson:
    subgroups: []
    permissions: []
    group: Moderator
    Maniacrafter1221:
    subgroups: []
    permissions: []
    group: Moderator
    Builder1:
    subgroups: []
    permissions: []
    group: Builder
    carl_dwarf:
    subgroups: []
    permissions: []
    group: Moderator
    thewolf132:
    subgroups: []
    permissions: []
    group: Moderator
    gabot:
    subgroups: []
    permissions: []
    group: Owner
    lironking1212:
    subgroups: []
    permissions: []
    group: Moderator
    itay:
    subgroups: []
    permissions: []
    group: Moderator
    and these are the global groups( essentials default )
    groups:
    g:essentials_default:
    permissions:
    - essentials.help
    - essentials.helpop
    - essentials.list
    - essentials.motd
    - essentials.rules
    - essentials.spawn
    - groupmanager.notify.self

    g:essentials_builder:
    permissions:
    - essentials.afk
    - essentials.back
    - essentials.back.ondeath
    - essentials.balance
    - essentials.balance.others
    - essentials.balancetop
    - essentials.chat.color
    - essentials.chat.shout
    - essentials.chat.question
    - essentials.compass
    - essentials.depth
    - essentials.home
    - essentials.ignore
    - essentials.kit
    - essentials.kit.tools
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.msg
    - essentials.nick
    - essentials.pay
    - essentials.ping
    - essentials.powertool
    - essentials.protect
    - essentials.sethome
    - essentials.signs.use.*
    - essentials.signs.create.disposal
    - essentials.signs.create.mail
    - essentials.signs.create.protection
    - essentials.signs.create.trade
    - essentials.signs.break.disposal
    - essentials.signs.break.mail
    - essentials.signs.break.protection
    - essentials.signs.break.trade
    - essentials.suicide
    - essentials.time
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdeny
    - essentials.warp
    - essentials.warp.list
    - essentials.worth

    g:essentials_moderator:
    permissions:
    - essentials.ban
    - essentials.ban.notify
    - essentials.banip
    - essentials.broadcast
    - essentials.clearinventory
    - essentials.delwarp
    - essentials.eco.loan
    - essentials.ext
    - essentials.getpos
    - essentials.helpop.recieve
    - essentials.home.others
    - essentials.invsee
    - essentials.jails
    - essentials.jump
    - essentials.kick
    - essentials.kick.notify
    - essentials.kill
    - essentials.mute
    - essentials.nick.others
    - essentials.realname
    - essentials.setwarp
    - essentials.signs.create.*
    - essentials.signs.break.*
    - essentials.spawner
    - essentials.thunder
    - essentials.time
    - essentials.time.set
    - essentials.protect.alerts
    - essentials.protect.admin
    - essentials.protect.ownerinfo
    - essentials.ptime
    - essentials.ptime.others
    - essentials.togglejail
    - essentials.top
    - essentials.tp
    - essentials.tphere
    - essentials.tppos
    - essentials.tptoggle
    - essentials.unban
    - essentials.unbanip
    - essentials.weather
    - essentials.whois
    - essentials.world
    - groupmanager.listgroups
    - groupmanager.mandemote
    - groupmanager.manpromote
    - groupmanager.manselect
    - groupmanager.manuadd
    - groupmanager.manudel
    - groupmanager.manwhois
    - groupmanager.notify.other

    g:essentials_admin:
    permissions:
    - -essentials.backup
    - -essentials.essentials
    - -essentials.setspawn
    - -essentials.reloadall
    - -essentials.plugin
    - essentials.*
    - groupmanager.mantogglevalidate
    - groupmanager.mansave
    - groupmanager.mangcheckp
    - groupmanager.manglistp
    - groupmanager.manucheckp
    - groupmanager.manulistp

    g:bukkit_default:
    permissions:
    - bukkit.broadcast.user
    - -bukkit.command.plugins
    - bukkit.command.kill

    g:bukkit_moderator:
    permissions:
    - bukkit.command.ban
    - bukkit.command.ban.ip
    - bukkit.command.ban.player
    - bukkit.command.gamemode
    - bukkit.command.kick
    - bukkit.command.unban
    - bukkit.command.unban.ip
    - bukkit.command.unban.player
    g:bukkit_admin:
    permissions:
    - bukkit.broadcast
    - bukkit.broadcast.admin
    - bukkit.command.give
    - bukkit.command.help
    - bukkit.command.kill
    - bukkit.command.list
    - bukkit.command.me
    - -bukkit.command.op
    - -bukkit.command.op.give
    - -bukkit.command.op.take
    - bukkit.command.plugins
    - bukkit.command.reload
    - bukkit.command.save
    - bukkit.command.save.disable
    - bukkit.command.save.enable
    - bukkit.command.save.perform
    - bukkit.command.say
    - bukkit.command.stop
    - bukkit.command.teleport
    - bukkit.command.tell
    - bukkit.command.time
    - bukkit.command.time.add
    - bukkit.command.time.set
    - bukkit.command.version
    - bukkit.command.whitelist
    - bukkit.command.whitelist.add
    - bukkit.command.whitelist.disable
    - bukkit.command.whitelist.enable
    - bukkit.command.whitelist.list
    - bukkit.command.whitelist.reload
    - bukkit.command.whitelist.remove
    g:towny_builder:
    permissions:
    - towny.town.*
    - towny.nation.*
    - towny.chat.tc
    - towny.chat.nc
    - towny.wild.block.6.*
    - towny.wild.block.14.destroy
    - towny.wild.block.15.destroy
    - towny.wild.block.16.destroy
    - towny.wild.block.17.*
    - towny.wild.block.18.destroy
    - towny.wild.block.21.destroy
    - towny.wild.block.31.destroy
    - towny.wild.block.37.destroy
    - towny.wild.block.38.destroy
    - towny.wild.block.39.destroy
    - towny.wild.block.40.destroy
    - towny.wild.block.50.destroy
    - towny.wild.block.56.destroy
    - towny.wild.block.73.destroy
    - towny.wild.block.74.destroy
    - towny.wild.block.78.destroy
    - towny.wild.block.81.destroy
    - towny.wild.block.82.destroy
    - towny.wild.block.83.destroy
    - towny.wild.block.86.destroy
    - towny.wild.block.103.destroy
    - towny.wild.block.106.destroy
    - towny.wild.block.111.destroy
    - towny.wild.block.115.destroy
    g:towny_moderator:
    permissions:
    - towny.chat.mod
    - towny.wild.block.64.switch
    - towny.wild.block.83.build
    - towny.wild.block.86.build
    - towny.wild.block.103.build
    - towny.wild.block.111.build
    - towny.wild.block.115.build
    g:towny_admin:
    permissions:
    - towny.admin
    - -towny.wild.block.119.destroy
    - -towny.wild.block.120.destroy
    - towny.chat.admin
    thats the code and i installed world edit too it works but only if i am op even if in the code it says the the group owner got all the permissions.. even if i put the world edit nodes i wont have pemission untill im op..
    please help
    p.s: hawk.* and other wont work..
     
  5. Offline

    ZeroZX4

  6. Offline

    gabot

  7. Offline

    ZeroZX4

    so in other words why ur permissions dont work at all i believe

    i dont know how group manager should work but i think u got wrong amount of spaces

    anyway if no 1 can help u with group manager i suggest u switch to permissionsex cause its much more easier

    now lets call zipron in his signature he have pex tutorial and from there u have all info how to use configure and edit pex

    and this stuff works for sure

    so ur choice what u do next
     
  8. Offline

    gabot

    yes i think you are right.. i remember i tried permissions ex before but when i tryed to add more users to the yml files (of the permissionex) i couldnt join the server.. any suggestions?
     
  9. Offline

    ZeroZX4

  10. Offline

    zipron

    ZeroZX4 lol just returned from school xD here I am, if you need help, gabot, you can check my sig =)
    Also, it's usefull to paste config files in
    Code:
    [code]
    blocks =)
    zip
     
  11. Offline

    gabot

    Well, thanks for the help guys! i downloaded the permissions ex and now everything is working fine!! :)
    Thanks a lot,
    gabot
     
Thread Status:
Not open for further replies.

Share This Page