Looking for a particular plugin

Discussion in 'Bukkit Help' started by Shining_KoW210, Apr 4, 2011.

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

    Shining_KoW210

    Okay I am looking for a plugin that allows Admins to promote and demote users in-game. The lowest group is "Trial" and a "Trial" cannot do anything, I am looking for a plugin that will allow Admins to add them to the "Members" group.

    Bukkit Version - 617

    Plugins -

    AntiGrief

    CommandBook

    GodMode

    Help

    HeroicDeath

    iChat

    iConomy

    LWC

    mcMMO

    Multiverse

    MyHome

    Permissions

    WorldEdit

    WorldGuard

    Yeditor

    ----------------------------------

    Yeditor does not do what I want it to do, the only groups I want to have the ability to promote people and demote people are the people in the groups Admin and Moderator, but I do not want Moderators to be able to make anyone an Admin. Yeditor does not allow me to do this.

    Thank you in advance.
     
  2. Offline

    AgentKid


    Try GroupManager. I can set up your permissions files if you want. All the admins'll have to do is /manuadd <PlayerName> Member, and only admins can change their rank.
     
  3. Offline

    Shining_KoW210

    I was using GroupManager, but one of the other tech guys on the same server said it doesn't work for our version of Bukkit, and I've gone through the thread for GroupManager and some people say it works for it and some say it doesn't.
     
  4. Offline

    AgentKid

    In all my experience, it's ALWAYS worked, but I dunno, I might just be lucky. I can tell you for sure that it DOES work on build 617.
     
  5. Offline

    Shining_KoW210

    It didn't work this is my groups file though



    Code:
    groups:
    TechAdmin:
        default: false
        permissions:
        - '*'
        inheritance:
        - member
        - donator
        - moderator
        - guide
        - builder
        - adv.builder
        - sponsor
        - xsponsor
        info:
          prefix: '&1'
          build: true
          suffix: TechAdmin
      PvPAdmin:
        default: false
        permissions:
        - '*'
        inheritance:
        - member
        - donator
        - moderator
        - guide
        - builder
        - adv.builder
        - sponsor
        - xsponsor
        info:
          prefix: '&1'
          build: true
          suffix: PvPAdmin
      Member:
        default: false
        permissions:
        - commandbook.motd
        - commandbook.msg
        - commandbook.rules
        - commandbook.say.me
        - commandbook.spawn
        - commandbook.who
        - iConomy.list
        - iConomy.payment
        - iConomy.rank
        - mcmmo.ability.axes
        - mcmmo.ability.excavation
        - mcmmo.ability.mining
        - mcmmo.ability.swords
        - mcmmo.ability.unarmed
        - mcmmo.ability.woodcutting
        - mcmmo.commands.ability
        - mcmmo.commands.myspawn
        - mcmmo.commands.party
        - mcmmo.commands.ptp
        - mcmmo.commands.setmyspawn
        - mcmmo.commands.setmyspawnother
        - mcmmo.skills.*
        - myhome.home.basic.delete
        - myhome.home.basic.home
        - myhome.home.basic.set
        - myhome.home.soc.list
        - myhome.home.soc.others
        - mywarp.warp.basic.warp
        inheritance:
        - trial
        info:
          prefix: ''
          build: true
          suffix: Member
      Donator:
        default: false
        permissions:
        - commandbook.teleport
        inheritance:
        - member
        info:
          prefix: '&a'
          build: true
          suffix: Donator
      Adv.Builder:
        default: false
        permissions:
        - commandbook.give
        - commandbook.give.infinite
        - commandbook.give.other
        - commandbook.give.stacks
        - commandbook.give.stacks.unlimited
        - commandbook.teleport
        - godmode.toggle.self
        inheritance:
        - member
        info:
          prefix: '&5'
          build: true
          suffix: Adv.Builder
      Guide:
        default: false
        permissions:
        - commandbook.motd
        - commandbook.msg
        - commandbook.rules
        - commandbook.say.me
        - commandbook.spawn
        - commandbook.teleport
        - commandbook.who
        - groupmanager.mandemote
        - groupmanager.manpromote
        - iConomy.list
        - iConomy.payment
        - iConomy.rank
        - mcmmo.ability.axes
        - mcmmo.ability.excavation
        - mcmmo.ability.mining
        - mcmmo.ability.swords
        - mcmmo.ability.unarmed
        - mcmmo.ability.woodcutting
        - mcmmo.commands.ability
        - mcmmo.commands.myspawn
        - mcmmo.commands.party
        - mcmmo.commands.ptp
        - mcmmo.commands.setmyspawn
        - mcmmo.commands.setmyspawnother
        - mcmmo.skills.*
        - myhome.home.basic.delete
        - myhome.home.basic.home
        - myhome.home.basic.set
        - myhome.home.soc.list
        - myhome.home.soc.others
        - mywarp.warp.basic.warp
        inheritance:
        - member
        - trial
        info:
          prefix: '&5'
          build: true
          suffix: Guide
      Tech:
        default: false
        permissions:
        - commandbook.spawnmob
        - nocheat.bedteleport
        - nocheat.moving
        - nocheat.notify
        inheritance:
        - member
        - xsponsor
        info:
          prefix: '&9'
          build: true
          suffix: Tech
      ServerOwner:
        default: false
        permissions:
        - '*'
        inheritance:
        - member
        - donator
        - moderator
        - guide
        - builder
        - adv.builder
        - sponsor
        - xsponsor
        - admin
        info:
          prefix: '&4'
          build: true
          suffix: ServerOwner
      Admin:
        default: false
        permissions:
        - '*'
        inheritance:
        - member
        - donator
        - moderator
        - guide
        - builder
        - adv.builder
        - sponsor
        - xsponsor
        info:
          prefix: '&1'
          build: true
          suffix: Admin
      Trial:
        default: true
        permissions:
        - -'*'
        - antigrief.prevent.block.damage
        - antigrief.prevent.block.ignite
        - antigrief.prevent.block.interact
        - antigrief.prevent.block.place
        - antigrief.prevent.player.pickup
        - antigrief.prevent.player.use
        - commandbook.motd
        - commandbook.spawn
        inheritance:
        - member
        info:
          prefix: '&7'
          build: false
          suffix: Trial
      Convict:
        default: false
        permissions:
        - -'*'
        - antigrief.prevent.block.damage
        - antigrief.prevent.block.ignite
        - antigrief.prevent.block.interact
        - antigrief.prevent.block.place
        - antigrief.prevent.player.pickup
        - antigrief.prevent.player.use
        inheritance: []
        info:
          prefix: '&0'
          build: false
          suffix: Convict
      LeadTech:
        default: false
        permissions:
        - '*'
        inheritance: []
        info:
          prefix: '&4'
          build: true
          suffix: LeadTech
      XSponsor:
        default: false
        permissions:
        - commandbook.teleport.other
        inheritance:
        - member
        - sponsor
        info:
          prefix: '&a'
          build: true
          suffix: XSponsor
      Builder:
        default: false
        permissions:
        - commandbook.teleport
        inheritance:
        - member
        info:
          prefix: '&d'
          build: true
          suffix: Builder
      Moderator:
        default: false
        permissions:
        - commandbook.give
        - commandbook.give.infinite
        - commandbook.give.other
        - commandbook.give.stacks
        - commandbook.give.stacks.unlimited
        - commandbook.say.me
        - commandbook.teleport.other
        - commandbook.time
        - godmode.toggle.self
        - groupmanager.mandemote
        - groupmanager.manpromote
        - iConomy.admin.grant
        - kiwiadmin.ban
        - kiwiadmin.kick
        - kiwiadmin.unban
        - mcmmo.commands.whois
        - nocheat.bedteleport
        - nocheat.moving
        - nocheat.notify
        - preciousstones.benefit
        - preciousstones.whitelist
        inheritance:
        - member
        - builder
        info:
          prefix: '&b'
          build: true
          suffix: Moderator
      Sponsor:
        default: false
        permissions:
        - godmode.toggle.self
        - myhome.home.soc.invite
        - myhome.home.soc.list
        - myhome.home.soc.uninvite
        inheritance:
        - member
        - donator
        info:
          prefix: '&2'
          build: true
          suffix: Sponsor
      SpecMod:
        default: false
        permissions:
        - mcmmo.commands.whois
        - spyer.addseeall
        - spyer.addspy
        - spyer.quit
        - spyer.removeseeall
        - spyer.removespy
        - spyer.spy
        - worldedit.analysis.count
        - worldedit.analysis.distr
        - worldedit.butcher
        - worldedit.chunkinfo
        - worldedit.clipboard.clear
        - worldedit.clipboard.copy
        - worldedit.clipboard.cut
        - worldedit.clipboard.flip
        - worldedit.clipboard.load
        - worldedit.clipboard.paste
        - worldedit.clipboard.rotate
        - worldedit.clipboard.save
        - worldedit.delchunks
        - worldedit.drain
        - worldedit.extinguish
        - worldedit.fill
        - worldedit.fill.recursive
        - worldedit.fixlava
        - worldedit.fixwater
        - worldedit.history.clear
        - worldedit.history.redo
        - worldedit.history.undo
        - worldedit.limit
        - worldedit.listchunks
        - worldedit.navigation.ascend
        - worldedit.navigation.ceiling
        - worldedit.navigation.descend
        - worldedit.navigation.jumpto
        - worldedit.navigation.thru
        - worldedit.navigation.unstuck
        - worldedit.navigation.up
        - worldedit.region.faces
        - worldedit.region.move
        - worldedit.region.overlay
        - worldedit.region.replace
        - worldedit.region.set
        - worldedit.region.smooth
        - worldedit.region.stack
        - worldedit.region.walls
        - worldedit.reload
        - worldedit.remove
        - worldedit.removeabove
        - worldedit.removebelow
        - worldedit.removenear
        - worldedit.replacenear
        - worldedit.selection.chunk
        - worldedit.selection.contract
        - worldedit.selection.expand
        - worldedit.selection.hpos
        - worldedit.selection.inset
        - worldedit.selection.outset
        - worldedit.selection.pos
        - worldedit.selection.shift
        - worldedit.selection.size
        - worldedit.snow
        - worldedit.thaw
        - worldedit.tool.data-cycler
        - worldedit.tool.info
        - worldedit.tool.replacer
        - worldedit.tool.tree
        - worldedit.wand
        - worldedit.wand.toggle
        inheritance:
        - member
        - builder
        - moderator
        info:
          prefix: '&6'
          build: true
          suffix: SpecMod
    
    I noticed that my formatting was off, it's working so far...

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
Thread Status:
Not open for further replies.

Share This Page