Solved People are not able to talk or build without op!

Discussion in 'Bukkit Help' started by Eyespazz, Dec 24, 2012.

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

    Eyespazz

    Hello! I am not extremely new to bukkit. But recently there has been a problem. My server was running really well (hamachi) and my ranks were all sorted and whatnot. But now when someone logs onto my server no one can talk or build. I have set my spawn radius to 0 and my friends should be able to talk. My plugins are, Vanish no packet, PEX, essentials, group manager, and modifworld. Even when I am owner and not op I am not able to chat, use commands, or build!
    My permissions file looks like this:
    Show Spoiler

    groups:
    default:
    default: true
    prefix: '&a[NEWBIE]&7'
    permissions:
    - essentials.rules
    - essentials.help
    - essentials.build
    - essentials.spawn
    - essentials.home
    - essentials.sethome
    - modifyworld.*
    - keep-items.*
    - keep-items.cause.*
    - keep-items.item.*
    - vanish.see: false
    options:
    rank: '1000'
    member:
    prefix: '&1[Member]&7'
    inheritance:
    - default
    permissions:
    - essentials.list
    - essentials.seen
    - essentials.msg
    - essentials.msg.url
    - essentials.tp
    - essentials.tp.others
    - essentials.afk
    options:
    rank: '900'
    trusted:
    prefix: '&2[Trusted]&7'
    inheritance:
    - member
    permissions:
    - essentials.sethome.multiple.unlimited
    - essentials.feed
    - essentials.heal
    - essentials.hat
    options:
    rank: '700'
    moderator:
    prefix: '&e[Moderator]&7'
    inheritance:
    - trusted
    permissions:
    - essentials.clearinventory
    - essentials.kick
    - essentials.tempban
    - essentials.unban
    - essentials.ban
    - essentials.fly
    - essentials.broadcast
    options:
    rank: '500'
    admin:
    prefix: '&5[Admin]&7'
    inheritance:
    - moderator
    permissions:
    - essentials.banip
    - essentials.unbanip
    - essentials.sethome
    - essentials.sethome.others
    - essentials.home
    - essentials.home.others
    - essentials.setspawn
    - essentials.gamemode
    - essentials.repair
    - essentials.item
    - essentials.give
    - vanish.vanish
    options:
    rank: '300'
    owner:
    prefix: '&6[0wn3r]&4'
    inheritance:
    - admin
    permissions:
    - -vanish.effects.smoke
    - -vanish.effects.explode
    - -vanish.effects.lightning
    - -vanish.silentjoin
    - -vanish.nointeract
    - -vanish.nochat
    - -vanish.nopickup
    - -vanish.silentquit
    - -vanish.preventincomingdamage
    - -vanish.joinvanished
    - -vanish.silentchests
    - -vanish.joinwithoutannounce
    - '*'
    options:
    rank: '100'



    Anyone wanna help?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
  2. Offline

    Archarin

    What plugins are you using Hero Chat or another chat plugin? If so you might not of given players the permission to talk. A good permission plugin is PermissionsEX.
     
  3. Offline

    Eyespazz

    I am using permissionsEX. Pex stands for that. If you need to know my plugins read the post.
     
  4. Offline

    rguz10

    Do your players have any permissions in PEX?
     
  5. Offline

    falkensmaze

    If you have ModifyWorld installed, builders will almost certainly need some subset of modifyworld.* permissions. If that still doesn't help, grant essentials.build.*.
     
  6. Offline

    rguz10

    All the nodes need to be moved in one space. The only perm they have now is /rules. Line all of them up with essentials.rules
     
  7. Offline

    falkensmaze

    The way this was posted, it's impossible to tell what the original spacing was. But yeah, proper indentation is critical in .yml files.

    Always best to use the "code" toolbar button or pastebin when posting YAML.
     
  8. Offline

    rguz10

    Oh ok then. Please post in in pastie?
     
  9. Offline

    Eyespazz

    http://pastebin.com/dhiRiBx8 here ya go. I did what Rguz said and the permissions were working but I still don't have access unless op. I am also unable to chat.
     
  10. Offline

    LyXgames

  11. Offline

    falkensmaze

    Using both PEX and GroupManager at the same time is a strange choice. Any reason for that? AFAIK, PEX will simply override GM. Or they may conflict.

    For the chat restriction, there's probably a permissions node on essentials. Might be as simple as "essentials.chat", check the docs. Updating PEX is always a good idea, but probably isn't the solution to your issue if it is functioning at all.
     
  12. Offline

    rguz10

    Why is there
    - vanish.see :false
    It shuld be
    - -vanish.see
    Right?
     
  13. Offline

    Zankla

    PEX is not working I had to switch to essentials group manager latests build and permissions is working fine now
     
  14. Offline

    rguz10

    It is not a PEX problem. It is user error. I have NO problems with PEX.
     
  15. Offline

    astroskillz

    Why are you using both PEX and Group Manager?

    Also make sure you give your players modifyworld.*
     
  16. Offline

    Cirno

    modifyworld.chat
    I think.
     
  17. Offline

    Eyespazz

    I'll try it out all of these things when I get home. Sorry i haven't really read this post much dues to other things in life. And I really can't remember why I am using group manager. I'll probably remember removing the plugin anyways.
     
  18. Offline

    3DDarren

    I'd rather not use Hamachi, it lags your server. Learn to portfoward. I haven't seen any Hamachi servers that are popular..
     
  19. Offline

    Eyespazz

    Thing is my server isn't for everyone. It's just a personal one and I don't really feel like portfowarding if there is only gonna be like 10 people on at a time.
     
  20. Offline

    Eyespazz

    SOLVED! Just had to get the latest permissions and edit something else. Thanks for the help :D
     
Thread Status:
Not open for further replies.

Share This Page