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

Помогите WorldGuard игнорит конфиг.

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

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

    gaara98 Старожил

    Баллы:
    103
    Недавно WorldGuard начал игнорить свой же конфиг.
    Пытался прописать что-бы у вип игроков было больше регионов но вдруг понял что бесполезно...
    Кто сталкивался с такой проблемой прошу помочь.
    Вот конфиг
    Код:
    #
    # 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 most settings 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.
    #
     
    regions:
        use-scheduler: true
        sql:
            use: false
            dsn: jdbc:mysql://localhost/worldguard
            username: worldguard
            password: worldguard
        enable: true
        invincibility-removes-mobs: false
        high-frequency-flags: false
        wand: 287
        max-claim-volume: 30000
        claim-only-inside-existing-regions: false
        max-region-count-per-player:
            User: 3
            Helper: 5
            VIP: 1000
            littleVIP: 1000
            LittleVIP1: 1000
            LittleVips: 1000
            LittleVIP2: 1000
            LittleVip3: 1000
            default: 7
    auto-invincible-permission: false
    auto-invincible: false
    use-player-move-event: true
    op-permissions: true
    protection:
        item-durability: true
        remove-infinite-stacks: false
        disable-xp-orb-drops: false
        disable-obsidian-generators: false
    simulation:
        sponge:
            enable: true
            radius: 3
            redstone: false
    default:
        pumpkin-scuba: false
        disable-health-regain: false
    physics:
        no-physics-gravel: false
        no-physics-sand: false
        allow-portal-anywhere: false
        disable-water-damage-blocks: []
    ignition:
        block-tnt: true
        block-tnt-block-damage: true
        block-lighter: false
    fire:
        disable-lava-fire-spread: true
        disable-all-fire-spread: true
        disable-fire-spread-blocks: []
        lava-spread-blocks: []
    mobs:
        block-creeper-explosions: true
        block-creeper-block-damage: true
        block-enderdragon-block-damage: false
        block-fireball-explosions: true
        block-fireball-block-damage: true
        anti-wolf-dumbness: false
        disable-enderman-griefing: false
        block-creature-spawn: []
    player-damage:
        disable-fall-damage: false
        disable-lava-damage: false
        disable-fire-damage: false
        disable-lightning-damage: false
        disable-drowning-damage: false
        disable-suffocation-damage: false
        disable-contact-damage: false
        teleport-on-suffocation: false
        disable-void-damage: false
        teleport-on-void-falling: false
        disable-explosion-damage: false
        disable-mob-damage: false
        disable-death-messages: false
    chest-protection:
        enable: false
        disable-off-check: false
    crops:
        disable-creature-trampling: false
        disable-player-trampling: false
    weather:
        prevent-lightning-strike-blocks: []
        disable-lightning-strike-fire: false
        disable-thunderstorm: false
        disable-weather: false
        disable-pig-zombification: false
        disable-powered-creepers: false
        always-raining: false
        always-thundering: false
    dynamics:
        disable-mushroom-spread: false
        disable-ice-melting: false
        disable-snow-melting: false
        disable-snow-formation: false
        disable-ice-formation: false
        disable-leaf-decay: false
        disable-grass-growth: false
    blacklist:
        use-as-whitelist: false
        logging:
            console:
                enable: true
            database:
                enable: false
                dsn: jdbc:mysql://localhost:3306/minecraft
                user: root
                pass: ''
                table: blacklist_events
            file:
                enable: false
                path: worldguard/logs/%Y-%m-%d.log
                open-files: 10
    summary-on-start: true
    
     
  2. Хостинг MineCraft
    <
  3. dimon46

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

    Баллы:
    63
    Имя в Minecraft:
    dimon46
    Ни когда такого не было
     
  4. Автор темы
    gaara98

    gaara98 Старожил

    Баллы:
    103
    збс помог! красава
     
  5. ExiD

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

    Баллы:
    88
    Имя в Minecraft:
    bars268
    Код:
        max-region-count-per-player:
            User: 3
            Helper: 5
            VIP: 1000
            littleVIP: 1000
            LittleVIP1: 1000
            LittleVips: 1000
            LittleVIP2: 1000
            LittleVip3: 1000
            default: 7
    А разве вместо этого не
    Код:
        max-region-count-per-player:
            groups:
                  User: 3
                  Helper: 5
                  VIP: 1000
                  ...
            default: 7
     
  6. Автор темы
    gaara98

    gaara98 Старожил

    Баллы:
    103
    ну, это название групп и кому сколько доступно регионов....
     

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