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

Помогите Проблемы с лавой (Все не так просто)

Тема в разделе "[Архив] Помощь", создана пользователем barabaHka, 27 апр 2013.

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

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

    Баллы:
    68
    Вот уже 1.5 недели не могу запретить разлитие лавы.
    WG - не помогает.
    LokiBlocker - не помогает.
    И еще 2 плагина (не помню каких) - не помогают.
    и в конце концов EndlessFlow - тоже не помогает.
    Я просто не знаю что делать, запрещал и ведро - 327, запрещал и саму лаву - 11,10.
    Ничего, кто поможет тому лайк...
    1.5.1r0.2
    Список плагинов:
    AntiShare, authme, automessage, autosaveworld, backpack, chairs, chatguard, chatmanager, commandbook, easyban, iconomy, jobs, lokipost, lwc, mineclean, modifyworld, nocheatplus, permissionEx, qickshop, ruFix, treeassist, vault, worldborder, world edit и worldguard.
     
  2. Хостинг MineCraft
    <
  3. Olympus

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

    Баллы:
    88
    Имя в Minecraft:
    Olympus
    эм...у меня тоже была такая проблема,просто возьми из блоков построй фигуру,например "31"а потом,//set 11 по контурам,и ву-аля
     
    RVXman нравится это.
  4. Автор темы
    barabaHka

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

    Баллы:
    68
    Да я уже решил.
     
  5. Crashjeka

    Crashjeka Старожил Пользователь

    Баллы:
    173
    Skype:
    javaevgeniy
    Имя в Minecraft:
    Xlv
    Тоже интересует.
     
    Оригинало_о нравится это.
  6. Автор темы
    barabaHka

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

    Баллы:
    68
    В WorldGuard [BlackList] Добавляете новую строчку.
    Вот как это выглядит у меня в конфиге.
    plugins/worldguard/worlds/%worldname%/blacklist.txt
    #
    # WorldGuard blacklist
    #
    # The blacklist lets you block actions, blocks, and items from being used.
    # You choose a set of "items to affect" and a list of "actions to perform."
    #
    ###############################################################################
    #
    # Example to block some ore mining and placement:
    # [coalore,goldore,ironore]
    # on-break=deny,log,kick
    # on-place=deny,tell
    #
    # Events that you can detect:
    # - on-break (when a block of this type is about to be broken)
    # - on-destroy-with (the item/block held by the user while destroying)
    # - on-place (a block is being placed)
    # - on-use (an item like flint and steel or a bucket is being used)
    # - on-interact (when a block in used (doors, chests, etc.))
    # - on-drop (an item is being dropped from the player's inventory)
    # - on-acquire (an item enters a player's inventory via some method)
    #
    # Actions (for events):
    # - deny (deny completely, used blacklist mode)
    # - allow (used in whitelist mode)
    # - notify (notify admins with the 'worldguard.notify' permission)
    # - log (log to console/file/database)
    # - tell (tell a player that that's not allowed)
    # - kick (kick player)
    # - ban (ban player)
    #
    # Options:
    # - ignore-groups (comma-separated list of groups to not affect)
    # - ignore-perms (comma-separated list of permissions to not affect - make up
    # your very own permissions!)
    # - comment (message for yourself that is printed with 'log' and 'notify')
    # - message (optional message to show the user instead; %s is the item name)
    #
    ###############################################################################
    #
    # For more information, see:
    # http://wiki.sk89q.com/wiki/WorldGuard/Blacklist
    #
    ###############################################################################
    #
    # Some examples follow.
    # REMEMBER: If a line has # in front, it will be ignored.
    #

    # Deny lava buckets
    #[lavabucket]
    #ignore-perms=my.own.madeup.permission
    #ignore-groups=
    #on-use=deny

    # Deny some ore
    #[coalore,goldore,ironore]
    #ignore-groups=
    #on-break=notify,deny,log

    [lavabucket]
    ignore-perms=my.own.madeup.permission
    ignore-groups=
    on-use=deny
     
    Crashjeka нравится это.

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