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

Помогите Worldguard не могу настроить в permissionex

Тема в разделе "[Архив] Помощь", создана пользователем Gena, 7 фев 2012.

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

    Gena Активный участник

    Баллы:
    68
    Имя в Minecraft:
    Gena
    Привет!
    Помогите с плагином Worldguard !Не могу настроить в PermissionEx чтоб обычный пользователь
    мог ставить флаг на свой регион! Вроде делаю всё правильно!
    Вот мои плагины:
    1-WorldGuard
    2-WorldEdit
    3-PermissionsEx
    4-Permissions
    5-MyHome
    6-LWC
    7-CommandBook
    8-ChatManager
    9-AuthMe
    Вот код который сейчас но я пробовал не только этот код но и другие !
    Код:
    groups:
        default:
            default: true
            permissions:
            - modifyworld.*
            - authme.*       
            - commandbook.spawn
            - commandbook.who
            - commandbook.msg
            - myhome.home.soc.*
            - myhome.home.basic.home
            - myhome.home.basic.set
            - myhome.home.basic.delete
            - myhome.home.soc.invite
            - lwc.protect.*
            - worldguard.region.flag.regions.*
            - worldguard.region.define
            - worldguard.region.redefine
            - worldguard.region.claim
            - worldguard.region.addowner.*
            - worldguard.region.removeowner.*
            - worldguard.region.addmember.*
            - worldguard.region.remove.*
            - worldedit.selection.hpos
            - worldedit.selection.expand
            - worldedit.wand.toggle
            - worldedit.selection.contract
            - worldedit.selection.pos
            - worldedit.wand 
    Возможно это надо настроить в самом плагине Worldguard ?(если да то напишите как)
     
    GJEvolution нравится это.
  2. Хостинг MineCraft
    <
  3. cxmobile

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

    Баллы:
    63
    Код:
    groups:
        default:
            default: true
            permissions:
            - modifyworld.*
            - authme.*     
            - commandbook.spawn
            - commandbook.who
            - commandbook.msg
            - myhome.home.soc.*
            - myhome.home.basic.home
            - myhome.home.basic.set
            - myhome.home.basic.delete
            - myhome.home.soc.invite
            - lwc.protect.*
            - worldedit.selection.pos
            - worldedit.selection.hpos
            - worldedit.wand
            - worldguard.region.claim
            - worldguard.region.select.own.*
            - worldguard.region.addowner.own.*
            - worldguard.region.removeowner.own.*
            - worldguard.region.addmember.own.*
            - worldguard.region.removemember.own.*
            - worldguard.region.list.own
            - worldguard.region.flag.regions.own.*
            - worldguard.region.flag.flags.*
            - worldguard.region.setpriority.own.*
            - worldguard.region.setparent.own.*
            - worldguard.region.remove.own.*
    
    попробуй так.у меня так.
     
  4. Автор темы
    Gena

    Gena Активный участник

    Баллы:
    68
    Имя в Minecraft:
    Gena
    Не ну получается что-то у меня не так
     
    ПриветОтМиднайта нравится это.
  5. garikos

    garikos Активный участник

    Баллы:
    88
    Skype:
    Gar1kos
    Имя в Minecraft:
    Gariko
    Товарищи коллеги, читайте внимательно сайт разработчика ! Тыкни и сайт откроется
    Поясню: (что бы место не занимать кидаю в спойлер)
    There are TWO sets of permissions that you must give. The first is the permission to use the command.
    • worldguard.region.flag.regions.own.* (lets owners set the flags for their own regions)
    • worldguard.region.flag.regions.own.<region> (lets owners set the flags for their own regions for the given region ID)
    • worldguard.region.flag.regions.member.* (lets members set the flags for their own regions)
    • worldguard.region.flag.regions.member.<region> (lets members set the flags for their own regions for the given region ID)
    • worldguard.region.flag.regions.*
    • worldguard.region.flag.regions.<region> (for a given region)
    Then you must give permission to use the flags.
    • worldguard.region.flag.flags.<flag>.* for the given flag
    • worldguard.region.flag.flags.* for all flags
    Example: The permission for the chest-access flag
    worldguard.region.flag.flags.chest-access.* would give a user only the ability to set that flag.
     
  6. Автор темы
    Gena

    Gena Активный участник

    Баллы:
    68
    Имя в Minecraft:
    Gena
    Спасибо !
    Помогло!
     

Поделиться этой страницей