Advertisement
bugg94

config_groupemanager

Mar 24th, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 6.11 KB | None | 0 0
  1. # Group inheritance
  2. #
  3. # Any inherited groups prefixed with a g: are global groups
  4. # and are inherited from the GlobalGroups.yml.
  5. #
  6. # Groups without the g: prefix are groups local to this world
  7. # and are defined in the this groups.yml file.
  8. #
  9. # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
  10.  
  11. groups:
  12. # Les commandes du Vagabon : /kill et /ping
  13.   vagabond:
  14.     default: true
  15.     permissions:
  16.    - essentials.kill
  17.     - essentials.ping
  18.     inheritance: []
  19.    
  20.     info:
  21.       prefix: '&e'
  22.       build: false
  23.       suffix: ''
  24. #   commande : /help /helpop /motd /list /rules /spawn /msg /sethome /delhome /home /me /tpaccept /tpdeny /pay /money /mail
  25.   citoyen:
  26.     default: false
  27.     permissions:
  28.    - essentials.msg
  29.     - essentials.sethome
  30.     - essentials.delhome
  31.     - essentials.home
  32.     - essentials.me
  33.     - essentials.tpaccept
  34.     - essentials.tpdeny
  35.     - essentials.pay
  36.     - essentials.money
  37.     - essentials.mail
  38.     - essentials.mail.send
  39. # Plug in Jobs /jobs join /jobs browse /jobs leave /jobs info /jobs stats
  40.     - jobs.join.*
  41. # Mobarena
  42.     - mobarena.use.join
  43.     - mobarena.use.leave
  44.     - mobarena.use.spec
  45.     - mobarena.use.arenalist
  46.     - mobarena.use.playerlist
  47. # PlotSchop
  48.     - plot.use
  49. # Lockette
  50.     - lockette.user.create.*
  51. # creative gate
  52.     - creativegates.use
  53. # Chest shop
  54.     - ChestShop.shop.buy
  55.     - ChestShop.shop.sell
  56. # iConomie
  57.     - iConomie.help
  58.     inheritance:
  59.    - vagabond
  60.     - g:essentials_default
  61.     info:
  62.       prefix: '&2'
  63.       build: true
  64.       suffix: ''
  65.   marchand:
  66.     default: false
  67.     permissions:
  68. # Chest shop
  69.     - ChestShop.shop.create
  70.  
  71.     inheritance:
  72.    - citoyen
  73.     - g:essentials_default
  74.     info:
  75.       prefix: '&2'
  76.       build: true
  77.       suffix: ''
  78. # /tpa /repaire all et hand /fly /feed   
  79.   chevalier:
  80.     default: false
  81.     permissions:
  82.    - essentials.tpa
  83.     - essentials.repair
  84.     - essentials.fly
  85.     - essentials.feed
  86.     inheritance:
  87.    - citoyen
  88.    
  89.     info:
  90.       prefix: '&2'
  91.       build: true
  92.       suffix: ''     
  93. # /heal /warp /hat /spawner wolf et hocelot et recois les messages d'automessage VIP     
  94.   noble:
  95.     default: false
  96.     permissions:
  97.    - essentials.warp
  98.     - essentials.heal
  99.     - essentials.hat
  100.     - essentials.spawner.hocelot
  101.     - essentials.spawner.wolf
  102. # plug in automessage
  103.     - 'automessage.recieve.vip'
  104.     inheritance:
  105.    - marchand
  106.     - chevalier
  107.     info:
  108.       prefix: '&2'
  109.       build: true
  110.       suffix: ''     
  111. # /gamemode /ban /temban /dban /kick /unban /mute    
  112.   prince:
  113.     default: false
  114.     permissions:
  115.    - bukkit.command.ban
  116.     - bukkit.command.ban.player
  117.     - bukkit.command.gamemode
  118.     - bukkit.command.kick
  119.     - bukkit.command.unban
  120.     - bukkit.command.unban.player
  121.     - essentials.mute
  122. # commande jobs admin /jobs fire /jobs employ
  123. # /jobs promote /jobs demote /jobs grantxp /jobs removexp /jobs transfer
  124.     - jobs.admin.fire
  125.     - jobs.admin.employ
  126.     - jobs.admin.promote
  127.     - jobs.admin.demote
  128.     - jobs.admin.grantxp
  129.     - jobs.admin.removexp
  130.     - jobs.admin.transfer
  131. # Multiverse
  132.     - multiverse.access.*
  133.     - multiverse.help
  134.     - multiverse.tp.*
  135.     - multiverse.info
  136.     - multiverse.wolrds
  137.     - multiverse.who
  138.     - multiverse.environments
  139.  
  140.     inheritance:
  141.    - noble
  142.  
  143.     info:
  144.       prefix: '&2'
  145.       build: true
  146.       suffix: ''
  147.   tresorier:
  148.     default: false
  149.     permissions:
  150. # Iconomie
  151.     - iConomie.admin.hide
  152.     - iConomie.accounts.create
  153.     - iConomie.accounts.remove
  154.     - iConomie.accounts.set
  155.     - iConomie.admin.give
  156.     - iConomie.admin.take
  157.     - iConomie.accounts.purge
  158.  
  159.  
  160.     inheritance:
  161.    - prince
  162.  
  163.     info:
  164.       prefix: '&2'
  165.       build: true
  166.       suffix: ''
  167. # /tpall /setjail /jails /vanish /weather /setwarp /lightning    
  168.   seigneur:
  169.     default: false
  170.     permissions:
  171.    - bukkit.command.ban.ip
  172.     - bukkit.command.unban.ip
  173.     - essentials.tpall
  174.     - essentials.jails
  175.     - essentials.weather
  176.     - essentials.lightning
  177.     - essentials.warp
  178.  
  179. # plotSchop
  180.     - plot.create
  181. # Citizen
  182.     - citizen.help
  183.     - citizen.script.*
  184.     - citizen.npc.*
  185.     inheritance:
  186.    - prince
  187.     - g:vanish_admin
  188.    
  189.     info:
  190.       prefix: '&5'
  191.       build: true
  192.       suffix: ''
  193.      
  194. # toute les commandes Worldedit et Worldguard
  195.   demidieu:
  196.     default: false
  197.     permissions:
  198.    - worldedit.*
  199.     - worldguard.region.wand
  200. # mob arena
  201. #   commande modo
  202.     - 'mobarena.admin.enable
  203.     - 'mobarena.admin.kick
  204.     - 'mobarena.admin.restore
  205.     - 'mobarena.admin.force
  206.     - 'mobarena.admin.teleport
  207. #  commande de creation
  208.     - mobarena.setup.arena
  209.     - mobarena.setup.setarena
  210.     - mobarena.setup.addarena
  211.     - mobarena.setup.removearena
  212.     - mobarena.setup.protect
  213.     - mobarena.setup.editarena
  214.     - mobarena.setup.setregion
  215.     - mobarena.setup.expandregion
  216.     - mobarena.setup.showregion
  217.     - mobarena.setup.setlobbyregion
  218.     - mobarena.setup.expandlobbyregion
  219.     - mobarena.setup.setwarp
  220.     - mobarena.setup.spawnpoint
  221.     - mobarena.setup.containers
  222.     - mobarena.setup.leaderboards
  223.     - mobarena.setup.checkdata
  224.     - mobarena.setup.classe
  225.     - mobarena.setup.config
  226.     - mobarena.setup.autogenerate
  227. # PlotSchop
  228.     - plot.admin.break
  229.     - plot.command.admin
  230. # Death message
  231.     - dm.admin.commands
  232. # lumos Maxima
  233.     - lumosmaxima.poweron
  234. # Lockette
  235.     - lockette.admin.break
  236.     - lockette.admin.bypass
  237.     - lockette.admin.snoop
  238.     - lockette.admin.reload
  239. # creative gate
  240.     - creativegates.*
  241. # Lockette
  242.     - lockette.admin.create.*
  243. # Death message
  244.     - dm.admin.commands
  245. # chest shop
  246.     - ChestShop.admin
  247. # Citizen
  248.     - citizen.admin.*
  249.     inheritance:
  250.    - seigneur
  251.     - g:groupmanager_admin
  252.     - g:bukkit_admin
  253.     - g:essentials_admin
  254.     - g:towny_admin
  255.     - g:vanish_admin
  256.     info:
  257.       prefix: '&c'
  258.       build: true
  259.       suffix: ''
  260.      
  261. # pas de restriction
  262.   dieu:
  263.     default: false
  264.     permissions:
  265.    - '*'
  266.     - vanish.*
  267.     inheritance:
  268.    - demidieu
  269.     info:
  270.       prefix: '&4'
  271.       build: true
  272.       suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement