Do I have to manually add new users?

Discussion in 'Bukkit Help' started by StormEagleed, Dec 8, 2011.

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

    StormEagleed

    Hello bukkit community! I am using permissions3.0x and I am having trouble with users joining and not being apart of the 'Default' group,even though I have the group set ''default: true''. Sure I can manually add them as a user and make them apart of that group in the globalUsers.yml file,but is there a way to not go through all that hassle and have it where when they join they auto join that group?

    globalGroups.yml :
    Code:
    ---
    plugin:
      permissions:
        system: 'default'
        copies: ''
    groups:
      Administrator:
        default: false
        info:
          prefix: '&f[&aAdmin&f]&4'
          suffix: ''
          build: true
        inheritance:
          - 'Moderator'
        permissions:
          - 'essentials.antioch'
          - 'essentials.ban'
          - 'essentials.kick'
          - 'essentials.broadcast'
          - 'essentials.burn'
          - 'essentials.mute'
          - 'essentials.spawnmob'
          - 'essentials.tempban'
          - 'essentials.unban'
          - 'essentials.weather'
          - 'essentials.spawn'
          - 'essentials.home'
          - 'essentials.sethome'
          - 'essentials.setwarp'
          - 'essentials.tp'
          - 'essentials.warp'
          - 'essentials.bigtree'
          - 'essentials.heal'
          - 'essentials.unlimited'
          - 'iConomy.accounts.status.set'
          - 'iConomy.accounts.set'
          - 'iConomy.accounts.take'
          - 'iConomy.accounts.remove'
          - 'iConomy.accounts.give'
          - 'worldedit.*'
          - 'gamemode.change'
          - 'gamemmode.change.player'
          - 'multiverse.*'
      Default:
        default: true
        info:
          prefix: '&f[&bPlayer&f]'
          suffix: ''
          build: true
        inheritance: ''
        permissions:
          - 'essentials.home'
          - 'essentials.motd'
          - 'essentials.rules'
          - 'essentials.sethome'
          - 'essentials.list'
          - 'essentials.msg'
          - 'essentials.me'
          - 'essentials.portal'
          - 'essentials.compass'
          - 'essentials.ping'
          - 'essentials.warp'
          - 'essentials.spawn'
          - 'essentials.tpdeny'
          - 'essentials.tpaccept'
          - 'essentials.tpa'
          - 'essentials.tpahere'
          - 'essentials.ignore'
          - 'essentials.afk'
          - 'essentials.r'
          - 'iConomy.holdings'
          - 'iConomy.payment'
          - 'multiverse.access.*'
          - 'multiverse.core.tp.self'
          - 'general.spawn'
          - 'general.warp'
      Member:
        default: false
        info:
          prefix: '&8[&bMember&8]&f'
          suffix: ''
          build: true
        inheritance:
          - 'Default'
        permissions:
          - 'jobs.join.*'
          - 'essentials.mail'
          - 'essentials.mail.send'
          - 'essentials.me'
          - 'essentials.whois'
          - 'ChestShop.shop.create'
          - 'ChestShop.shop.buy'
          - 'ChestShop.shop.sell'
          - 'iConomy.help'
          - 'iConomy.holdings.others'
      Moderator:
        default: false
        info:
          prefix: '&8[&5Moderator&8]&7'
          suffix: ''
          build: true
        inheritance:
          - 'Member'
        permissions:
          - 'iConomy.accounts.create'
          - 'essentials.kick'
          - 'iConomy.accounts.status'
      Owner:
        default: false
        info:
          prefix: '&b[&4Owner&b]&d'
          suffix: ''
          build: true
        inheritance:
          - 'Administrator'
        permissions:
          - 'essentials.setspawn'
          - 'essentials.fireball'
          - 'essentials.ext'
          - 'essentials.banip'
          - 'essentials.unbanip'
          - '*'
          - 'reload'
          - 'multiverse.*'
          - 'dynmap.*'
    
    globalUsers.yml :
    Code:
    users:
        StormEagleed:
            permissions: []
            groups:
            - Owner
        
     
  2. Offline

    shadrxninga

    I know this may be a hassle, but changing your permissions plugin may be the best way to go. Permissions 3.0 is outdated. There are a few permissions plugins out there that are current, PermissionsBukkit, PermissionsEX and bPermissions are the three main ones. Take a look at one of them and see if that solves your problem.

    If you need any more help - feel free to ask :)
     
  3. Offline

    StormEagleed

    Ok thanks will do!Also,which one would you suggest using?(PermissionsBukkit, PermissionsEX or bPermissions)
     
  4. Offline

    shadrxninga

    I use PermissionsEX myself, and I find it works just fine :) - You may prefer another one though, just take a look at all of them and see which one suits you best.
     
  5. Offline

    mmob18

    No, you don't have to set up a user file for each individual player. The server will do it itself.
     
  6. Offline

    StormEagleed

    Again,thank you! Changing the permission plugin resolved the problem,but I still have a problem maybe you could help me with.I'm using Multi-Verse 2.1 , and I've set up all the portals correctly,and have added all the needed permission nodes but for some reason the only way the portals work is if you're OP.. any ideas?
     
Thread Status:
Not open for further replies.

Share This Page