How to change group after registering on my website?

Discussion in 'Bukkit Help' started by david thomson, Apr 14, 2012.

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

    david thomson

    Hi I was wondering if anyone could help me. the problem I have been faced with is that I want to make my server more automated in the sense that when someone registers on my website the name is put in to PEX and classed as a member rather than guest.

    users:
    doovood:
    group:
    - owner
    Lewis_Fox:
    group:
    - admin
    macmi22:
    group:
    - admin
    macshepherd:
    group:
    - member
    sleath418:
    group:
    - member
    groups:
    guest:
    default: true
    permissions:
    - essentials.help
    - essentials.helpop
    - essentials.ignore
    - essentials.motd
    - essentials.rules
    - essentials.suicide
    - essentials.nick
    - essentials.spawn
    - essentials.compass
    - modifyworld.chat
    options:
    rank: '1000'
    prefix: '&7(&fGuest&7)&f'
    member:
    inheritance:
    - guest
    permissions:
    - essentials.kit
    - essentials.eco
    - essentials.eco.loan
    - essentials.pay
    - essentials.sell
    - essentials.setworth
    - essentials.worth
    - essentials.afk
    - essentials.depth
    - essentials.getpos
    - essentials.ext
    - essentials.clearinventory
    - essentials.seen.banreason
    - modifyworld.*
    options:
    rank: '900'
    prefix: '&d[&9Member&d]&3'
    vip:
    inheritance:
    - member
    permissions:
    - essentials.gamemode
    - essentials.give
    - essentials.give.item-<itemname>
    - essentials.give.item-[itemid]
    - essentials.give.item-all
    - essentials.god
    - essentials.heal
    - essentials.item
    - essentials.heal.cooldown.bypass
    - essentials.heal.others
    - essentials.oversizedstacks
    - essentials.kit.*
    - essentials.repair
    - essentials.repair.armor
    - essentials.repair.enchanted
    - essentials.tree
    - essentials.unlimited
    - essentials.unlimited.item-[itemid]
    - essentials.unlimited.item-[itemname]
    - essentials.unlimited.item-all
    - essentials.unlimited.item-bucket
    - essentials.powertool.append
    - essentials.powertool
    - essentials.seen
    - essentials.whois
    - essentials.mute
    - essentials.mute.exempt
    - essentials.thunder
    - essentials.warp
    - essentials.sethome.multiple.unlimited
    - essentials.chat.color
    - essentials.chat.format
    - essentials.chat.magic
    - essentials.chat.question
    - essentials.chat.shout
    - essentials.geoip.hide
    - essentials.geoip.show
    - essentials.joinfullserver
    options:
    rank: '800'
    prefix: '&f[&2VIP&f]&b'
    moderator:
    inheritance:
    - vip
    options:
    rank: '500'
    prefix: '&e[&fModerator&e]&f'
    admin:
    permissions:
    - '*'
    options:
    rank: '100'
    prefix: '&b[&4Admin&b]&a'
    owner:
    permissions:
    - '*'
    - ancientgates.admin
    options:
    rank: '0'
    prefix: '&b[&2Owner&b]&a'
     
  2. Offline

    andrewpo

    For that to work, you'd need to set PEX to use MySQL.
     
  3. Offline

    david thomson

  4. Offline

    andrewpo

  5. Offline

    david thomson

    thank you
     
Thread Status:
Not open for further replies.

Share This Page