• Chào bạn, hãy đăng ký hoặc đăng nhập để tham gia cùng bọn mình và sử dụng được đầy đủ chức năng của diễn đàn :).
Ken

Plugin Mẫu groups.yml của GroupManager

  • Thread starter Thread starter Ken
  • Ngày gửi Ngày gửi

Ken

THÀNH VIÊN
Tham gia
05/07/2016
Bài viết
4,225
Hiện tại mình có cái mẫu groups.yml của plugin GroupManager nên share cho bạn nào cần
Rank của Server mình dựa theo: Stone -> Iron -> Gold
Bạn có thể thêm hay thay đổi gì tùy thích :)
Mã:
# Group inheritance
#
# Any inherited groups prefixed with a g: are global groups
# and are inherited from the GlobalGroups.yml.
#
# Groups without the g: prefix are groups local to this world
# and are defined in the this groups.yml file.
#
# Local group inheritances define your promotion tree when using 'manpromote/mandemote'

groups:
  Helper:
    default: false
    permissions:
    - nte.helper
    inheritance:
    - stone
    info:
      build: true
      prefix: '&6[&d&lHelper&6]&f'
      suffix: ''
  Gold:
    default: false
    permissions:
    - automessage.receive.donator
    - chairs.sit.health
    - CustomEnderChest.level.4
    - essentials.chat.color
    - essentials.chat.format
    - essentials.chat.magic
    - essentials.hat
    - essentials.joinfullserver
    - essentials.kits.gold
    - essentials.msg.color
    - essentials.msg.format
    - essentials.msg.magic
    - essentials.nick
    - essentials.nick.color
    - essentials.nick.format
    - essentials.nick.magic
    - esstnails.chat.shout
    inheritance:
    - stone
    info:
      build: true
      prefix: '&6[&e&lGold&6]&f'
      suffix: ''
  Moderator:
    default: false
    permissions:
    - nte.moderator
    inheritance:
    - stone
    info:
      build: true
      prefix: '&6[&1Moderator&6]&f'
      suffix: ''
  Owner:
    default: false
    permissions:
    - '*'
    - nte.owner
    inheritance: []
    info:
      build: true
      prefix: '&6[&4&lOwner&6]&f'
      suffix: ''
  Builder:
    default: false
    permissions:
    - nte.builder
    inheritance:
    - stone
    info:
      build: true
      prefix: '&6[&6&lBuilder&6]&f'
      suffix: ''
  Iron:
    default: false
    permissions:
    - essentials.chat.format
    - essentials.hat
    - essentials.kits.iron
    - essentials.msg.format
    - essentials.nick
    - essentials.nick.format
    - essentials.shout
    inheritance:
    - stone
    info:
      build: true
      prefix: '&6[&7&lIron&6]&f'
      suffix: ''
  Police:
    default: false
    permissions:
    - nte.police
    inheritance:
    - stone
    info:
      build: true
      prefix: '&6[&9&lPolice&6]&f'
      suffix: ''
  Stone:
    default: true
    permissions:
    - -bukkit.command.kill
    - -bukkit.command.me
    - -bukkit.command.op
    - coreprotect.inspect
    - essentials.afk
    - essentials.back
    - essentials.back.ondeath
    - essentials.balance
    - essentials.balancetop
    - essentials.balence.others
    - essentials.delhome
    - essentials.home
    - essentials.ignore
    - essentials.kit
    - essentials.kits.diemdanh
    - essentials.kits.khoidau
    - essentials.list
    - essentials.msg
    - essentials.pay
    - essentials.ping
    - essentials.r
    - essentials.recipe
    - essentials.rules
    - essentials.sethome
    - essentials.signs.use.*
    - essentials.spawn
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdeny
    - essentials.warp
    - essentials.warp.list
    - jobs.command.browse
    - jobs.command.gtop
    - jobs.command.info
    - jobs.command.join
    - jobs.command.leave
    - jobs.command.stats
    - jobs.command.top
    inheritance: []
    info:
      build: true
      prefix: '&6[&8&lStone&6]&f'
      suffix: ''
 
Similar content Most view Xem thêm
Back
Top Bottom