Хостинг серверов Minecraft playvds.com
  1. Вы находитесь в русском сообществе Bukkit. Мы - администраторы серверов Minecraft, разрабатываем собственные плагины и переводим на русский язык плагины наших собратьев из других стран.
    Dismiss Notice

Помогите Scavenger не видит permission

Discussion in '[Архив] Помощь' started by Frimans1, Jul 10, 2013.

  1. Автор темы
    Frimans1

    Frimans1 Активный участник Пользователь

    Trophy Points:
    88
    Помогите я поставил на сервер плагин Scavenger и возникла такая проблема он не видит пермишн, я пробовал отключать пермишн в конфиге плагина всё робит а когда подключаю пишет мол "прав у вас нет"(своими словами) мне нужно востановление всего только у группы ВИП вот мой permission
    Code:
    groups:
      pl:
        default: true
        permissions:
        - igates.portal.use
        - modifyworld.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - ChestShop.shop.create
        - choptree.chop
        - essentials.build
        - essentials.balance
        - essentials.pay
        - essentials.balancetop
        - essentials.msg.url
        - essentials.help.worldedit
        - essentials.help.lwc
        - essentials.mail.send
        - essentials.mail
        - essentials.kit
        - essentials.afk
        - essentials.helpop
        - essentials.msg
        - essentials.list
        - essentials.rules
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.delhome
        - essentials.warp
        - essentials.warp.list
        - essentials.kits.starter
        - essentials.motd
        - essentials.money
        - essentials.tree
        - RWtl.torch
        - RWtl.allow
        - iConomy.list
        - iConomy.payment
        - lwc.protect
        - -bukkit.command.help
        - -bukkit.command.me
        - -bukkit.command.version
        - worldedit.wand
        - worldguard.region.wand
        - worldedit.selection.pos
        - worldguard.region.claim
        - worldguard.region.info.*
        - worldguard.region.addowner.own.*
        - worldguard.region.removeowner.own.*
        - worldguard.region.addmember.own.*
        - worldguard.region.removemember.own.*
        - worldguard.region.setparent.own.*
        - worldguard.region.remove.own.*
        - worldedit.selection.hpos
        - worldguard.region.flag.regions.*
        - worldedit.selection.expand
        prefix: '[&7дикарь]&7->&7'
        suffix: '&7'
      pl+:
        inheritance:
        - pl
        prefix: '&e[Гражданин] &e->&7'
        suffix: '&f'
      vip:
        inheritance:
        - pl
        permssions:
        - scavenger.scavenge
        - scavenger.*
        - scavenger.level
        - scavenger.exp
        - scavenger.free
        - scavenger.reload
        - scavenger.self.on
        - scavenger.self.off
        - scavenger.list
        - ChestShop.nofee
        - RWtl.halloween
        - essentials.tpa
        - RWtl.boot
        - RWtl.helmet
        - essentials.afk
        - essentials.kits.vip
        - essentials.hat
        - essentials.back
        - worldedit.selection.expand
        - worldedit.butcher
        - worldguard.region.teleport.*
        - ChestShop.shop.create
        - essentials.kits.others
        - essentials.kits.*
        - vipslot.allow
        prefix: '&e[ВИП]&e->&e'
      vip+:
        inheritance:
        - pl
        - vip
        - cr
        permissions:
        - worldguard.*
        - essentials.feed
        - essentials.enchant
        - essentials.fly
        - essentials.world
        - enchanter.dirty
        - enchanter.*
        - enchanter.reload
        prefix: '&e[&eПермиум ВИП]&e->&e'
        suffix: '&e'
      medic:
        inheritance:
        - pl
        - vip
        - vip+
        - cr
        permissions:
        - essentials.jump
        - essentials.chat.color
        - essentials.build
        - essentials.heal.others
        - essentials.heal.cooldown.bypass
        - essentials.heal
        - worldguard.heal
        - worldguard.heal.other
        - worldedit.*
        - worldguard.*
        - lwc.*
        - ChestShop.*
        - iConomy.*
        - essentials.tp
        prefix: '&9[&dMedic&9]&9->&l'
        suffix: '&2'
      police:
        inheritance:
        - pl
        - vip
        - vip+
        permissions:
        - essentials.vanish
        - essentials.vanish.see
        - essentials.home.others
        - essentials.chat.spy
        - essentials.fly.others
        - essentials.heal.others
        - essentials.god.others
        - essentials.kill
        - essentials.exp.give.others
        - worldedit.*
        - worldguard.*
        - lwc.*
        - ChestShop.*
        - iConomy.*
        - essentials.tp
        prefix: '&9[&1Police&9]&7->&3'
        suffix: '&2'
      cr:
        inheritance:
        - pl
        permissions:
        - CreativeControl.Place.Bedrock
        - CreativeControl.Place.TnT
        - CreativeControl.Place.Fire
        - CreativeControl.Place.Water
        - CreativeControl.Place.Lava
        - CreativeControl.Place.Ice
        - CreativeControl.Prevent.PvP
        - CreativeControl.Prevent.Mob
        - CreativeControl.Prevent.Drop
        - CreativeControl.Prevent.Pickup
        - CreativeControl.use.WaterBucket
        - CreativeControl.use.LavaBucket
        - CreativeControl.use.FlintNSteel
        - CreativeControl.use.Workbench
        - CreativeControl.use.Dispenser
        - CreativeControl.use.Chest
        - CreativeControl.use.Furnace
        - CreativeControl.EGG.Passive.Chicken
        - CreativeControl.EGG.Passive.Mooshroom
        - CreativeControl.EGG.Passive.Cow
        - CreativeControl.EGG.Passive.Squid
        - CreativeControl.EGG.Passive.Sheep
        - CreativeControl.EGG.Passive.Villager
        - CreativeControl.EGG.Passive.Pig
        - CreativeControl.EGG.Neutral.PigZombie
        - CreativeControl.EGG.Neutral.Wolf
        - CreativeControl.EGG.Neutral.Enderman
        - CreativeControl.EGG.Hostile.Skeleton
        - CreativeControl.EGG.Hostile.Creeper
        - CreativeControl.EGG.Hostile.Slime
        - CreativeControl.EGG.Hostile.Zombie
        - CreativeControl.EGG.Hostile.Spider
        - CreativeControl.EGG.Hostile.CaveSpider
        - CreativeControl.EGG.Hostile.Ghast
        - CreativeControl.EGG.Hostile.Magmacube
        - CreativeControl.EGG.Hostile.Blaze
        - CreativeControl.EGG.Hostile.Silverfish
        - CreativeControl.Break.Limit
        - CreativeControl.Break.Other
        - CreativeControl.Break.Bedrock
        - CreativeControl.remove.SnowGolem
        - CreativeControl.remove.IronGolem
        - CreativeControl.Place.Limit
        - CreativeControl.Place.Other
        - essentials.kick
        - worldedit.selection.expand
        - worldguard.region.flag.regions.*
        - essentials.gamemode
        prefix: '&2Креатив &7->&2'
        suffix: '&f'
      arx:
        inheritance:
        - pl
        - vip
        - vip+
        - police
        permissions:
        - essentials.kick
        - worldedit.*
        - worldguard.region.flag.regions.*
        - essentials.gamemode
        prefix: '&2Архитектор &7->&2'
        suffix: '&f'
      moder:
        inheritance:
        - pl
        - vip
        - vip+
        - cr
        - police
        - medic
        permssions:
        - Clanwars.*
        - worldedit.region.set
        - worldedit.region.walls
        - essentials.tempban.offline
        - essentials.tp.others
        - essentials.tpaall
        - essentials.setspawn
        - essentials.warps.*
        - essentials.top
        - essentials.ban.offline
        - essentials.invsee.modify
        - essentials.invsee
        - essentials.mute
        - essentials.tempban
        - essentials.ban
        - essentials.unban
        - essentials.tphere
        - essentials.banlist
        - jail.command.jailcreate
        - jail.command.jaildelete
        - jail.command.jailcreatecells
        - jail.command.jaildeletecell
        - jail.command.jaildeletecells
        - authme.admin.register
        - authme.admin.unregister
        - authme.admin.reload
        - authme.admin.changepassword
        prefix: '&9[&1Модератор]&1->&1'
        suffix: '&2'
      adm:
        inheritance:
        - pl
        - vip
        - vip+
        - cr
        - police
        - moder
        - medic
        permissions:
        - '*'
        prefix: '&4[Администратор]&4'
        suffix: '&2'
      gladmin:
        inheritance:
        - pl
        - vip
        - vip+
        - police
        - moder
        - adm
        - medic
        permissions:
        - '''*'''
        - creativegates.create
        prefix: '&4[Создатель]&4'
        suffix: '&2'
    
     
  2. Хостинг MineCraft
    <
  3. Автор темы
    Frimans1

    Frimans1 Активный участник Пользователь

    Trophy Points:
    88
  4. Левый

    Левый Старожил Пользователь

    Trophy Points:
    173
    Skype:
    malhenko26
    Имя в Minecraft:
    Lefty
    тоже самое, только админам возвращает инвентарь :(
     
    GJEvolution likes this.
  5. Автор темы
    Frimans1

    Frimans1 Активный участник Пользователь

    Trophy Points:
    88
    я исправил, я добавил права после строки суфикса ,и всё стало работать , тоже так сделай
     
  6. Левый

    Левый Старожил Пользователь

    Trophy Points:
    173
    Skype:
    malhenko26
    Имя в Minecraft:
    Lefty
    пример покажи![DOUBLEPOST=1373610967,1373610840][/DOUBLEPOST]Кстати, у тебя мой очень при очень старый пермиссион! Убери в группе гладмина это:
    - '''*'''
    и сделай так:
    - '*'
    Это тоже влияет!
     
  7. Автор темы
    Frimans1

    Frimans1 Активный участник Пользователь

    Trophy Points:
    88
    Code:
     vip:
        inheritance:
        - pl
        permissions:
        - scavenger.scavenge
        - scavenger.exp
        - scavenger.free
        - ChestShop.nofee
        - RWtl.halloween
        - essentials.tpa
        - RWtl.boot
        - RWtl.helmet
        - essentials.afk
        - essentials.kits.vip
        - essentials.hat
        - essentials.back
        - worldedit.selection.expand
        - worldedit.butcher
        - worldguard.region.teleport.*
        - ChestShop.shop.create
        - essentials.kits.others
        - essentials.kits.*
        - vipslot.allow
        prefix: '&e[ВИП]&e->&e'
        permissions:
        - scavenger.scavenge
        - scavenger.exp
        - scavenger.free
    я на всякий случай 2 раза прописал и стало работать
     
  8. Левый

    Левый Старожил Пользователь

    Trophy Points:
    173
    Skype:
    malhenko26
    Имя в Minecraft:
    Lefty
    спс
     

Share This Page