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

О плагине Запрет на использование определённых блоков.

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

  1. Автор темы
    3prokent

    3prokent Участник Пользователь

    Баллы:
    43
    Skype:
    js_3prokent
    Имя в Minecraft:
    3prokent
    Подскажите что надо поменять и где в WorldGuard чтобы люди НЕ могли разливать лаву, пользоватся зажигалкой, и делать портал в ад?
     
    Сникерсни нравится это.
  2. Хостинг MineCraft
    <
  3. AleksM

    AleksM Новичок

    Баллы:
    8
    Skype:
    a.l.e.k.s.m.
    Имя в Minecraft:
    AleksM
    В папке WorldGuard в plugins должен быть config.yml. Там находишь раздел fire и заменяешь у нужного false на true
     
    3prokent нравится это.
  4. Автор темы
    3prokent

    3prokent Участник Пользователь

    Баллы:
    43
    Skype:
    js_3prokent
    Имя в Minecraft:
    3prokent
    Щя потестим. :)
     
  5. Автор темы
    3prokent

    3prokent Участник Пользователь

    Баллы:
    43
    Skype:
    js_3prokent
    Имя в Minecraft:
    3prokent
    И что тут менять:
    #
    # WorldGuard's configuration file
    #
    # About editing this file:
    # - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If
    # you use an editor like Notepad++ (recommended for Windows users), you
    # must configure it to "replace tabs with spaces." In Notepad++, this can
    # be changed in Settings > Preferences > Language Menu.
    # - Don't get rid of the indents. They are indented so some entries are
    # in categories (like "enforce-single-session" is in the "protection"
    # category.
    # - If you want to check the format of this file before putting it
    # into WorldGuard, paste it into http://yaml-online-parser.appspot.com/
    # and see if it gives "ERROR:".
    # - Lines starting with # are commentsand so they are ignored.
    #
    # WARNING:
    # Remember to check the compatibility spreadsheet for WorldGuard to see
    # if any features are currently broken in your version of Bukkit.
    #
    suppress-tick-sync-warnings: false

    # For permissions, see http://wiki.sk89q.com/wiki/WorldGuard/Permissions/Bukkit
    permissions:
    users:
    sk89q:
    permissions:
    - worldguard.region.*
    - worldgurad.god
    ?
     
    Сникерсни нравится это.
  6. AleksM

    AleksM Новичок

    Баллы:
    8
    Skype:
    a.l.e.k.s.m.
    Имя в Minecraft:
    AleksM
    У меня вот конфиг:
    #
    # WorldGuard's main configuration file
    #
    # This is the global configuration file. Anything placed into here will
    # be applied to all worlds. However, each world has its own configuration
    # file to allow you to replace any setting in here for that world only.
    #
    # About editing this file:
    # - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If
    # you use an editor like Notepad++ (recommended for Windows users), you
    # must configure it to "replace tabs with spaces." In Notepad++, this can
    # be changed in Settings > Preferences > Language Menu.
    # - Don't get rid of the indents. They are indented so some entries are
    # in categories (like "enforce-single-session" is in the "protection"
    # category.
    # - If you want to check the format of this file before putting it
    # into WorldGuard, paste it into http://yaml-online-parser.appspot.com/
    # and see if it gives "ERROR:".
    # - Lines starting with # are comments and so they are ignored.
    #

    protection:
    enforce-single-session: true
    item-durability: true
    remove-infinite-stacks: false
    disable-xp-orb-drops: false
    disable-obsidian-generators: false
    chest-protection:
    enable: false
    physics:
    allow-portal-anywhere: false
    no-physics-sand: false
    no-physics-gravel: false
    disable-water-damage-blocks: []
    ignition:
    block-tnt-block-damage: true
    block-tnt: false
    block-lighter: false
    regions:
    max-region-count-per-player: 7
    claim-only-inside-existing-regions: false
    invincibility-removes-mobs: false
    max-claim-volume: 300000
    high-frequency-flags: false
    enable: true
    use-scheduler: true
    wand: 287
    simulation:
    sponge:
    redstone: false
    enable: true
    radius: 3
    classic-water: false
    fire:
    disable-lava-fire-spread: true
    lava-spread-blocks: []
    disable-fire-spread-blocks: []
    disable-all-fire-spread: false
    suppress-tick-sync-warnings: false
    default:
    disable-health-regain: false
    pumpkin-scuba: false
    mobs:
    anti-wolf-dumbness: false
    block-creature-spawn: []
    block-fireball-explosions: false
    block-fireball-block-damage: false
    block-creeper-block-damage: true
    disable-enderman-griefing: false
    block-creeper-explosions: false
    dynamics:
    disable-grass-growth: false
    disable-ice-melting: false
    disable-snow-formation: false
    disable-mushroom-spread: false
    disable-snow-melting: false
    disable-leaf-decay: false
    disable-ice-formation: false
    blacklist:
    use-as-whitelist: false
    logging:
    console:
    enable: true
    file:
    path: worldguard/logs/%Y-%m-%d.log
    enable: false
    open-files: 10
    database:
    dsn: jdbc:mysql://localhost:3306/minecraft
    enable: false
    table: blacklist_events
    user: root
    pass: ''
    summary-on-start: true
    weather:
    always-raining: false
    disable-powered-creepers: false
    disable-weather: false
    disable-lightning-strike-fire: false
    always-thundering: false
    prevent-lightning-strike-blocks: []
    disable-thunderstorm: false
    disable-pig-zombification: false
    crops:
    disable-creature-trampling: false
    disable-player-trampling: false
    use-player-move-event: true
    op-permissions: true
    player-damage:
    teleport-on-void-falling: false
    disable-drowning-damage: false
    disable-void-damage: false
    disable-fire-damage: false
    disable-lava-damage: false
    teleport-on-suffocation: false
    disable-death-messages: false
    disable-mob-damage: false
    disable-fall-damage: false
    disable-explosion-damage: false
    disable-suffocation-damage: false
    disable-contact-damage: false
    disable-lightning-damage: false
    auto-invincible-permission: false
    pumpkin-scuba: false
    spawn:
    login-protection: 3
    exact-respawn: false
    teleport-to-home-on-death: false
    kick-on-death: false
    spawn-protection: 0
    iconomy:
    buy-on-claim-price: 1.0
    enable: false
    buy-on-claim: false
     
    DavidShabaev и RVXman нравится это.
  7. Автор темы
    3prokent

    3prokent Участник Пользователь

    Баллы:
    43
    Skype:
    js_3prokent
    Имя в Minecraft:
    3prokent
    Неазнаю что у меня такое. :(
    А можеш мне скинуть свой плагин и папку?
     
  8. AleksM

    AleksM Новичок

    Баллы:
    8
    Skype:
    a.l.e.k.s.m.
    Имя в Minecraft:
    AleksM
  9. Автор темы
    3prokent

    3prokent Участник Пользователь

    Баллы:
    43
    Skype:
    js_3prokent
    Имя в Minecraft:
    3prokent
    Спс. А можеш мне настроить те настройки которые я в начале темы кинул, скопировать и кинуть мне?
    Там я чёт не понимаю где именно на "зажигалку" запрет к примеру настраивать.
     
  10. Gena

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

    Баллы:
    68
    Имя в Minecraft:
    Gena
    просто надо открывать не через обч. блокнот а через Notepad++
     
  11. Автор темы
    3prokent

    3prokent Участник Пользователь

    Баллы:
    43
    Skype:
    js_3prokent
    Имя в Minecraft:
    3prokent
    АА ну спасибо щяс посмотрим что получится.
     
    ВремяПриключений нравится это.

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