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

Решено Появление стекол после смерти + Плагин Trails(Пермишены)

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

Статус темы:
Закрыта.
  1. ujkbktj

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

    Баллы:
    123
    Строчка 111.
    Код:
    #
    # 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
        use-creature-spawn-event: true
        sql:
            use: false
            dsn: jdbc:mysql://localhost/worldguard
            username: worldguard
            password: worldguard
        enable: true
        invincibility-removes-mobs: false
        explosion-flags-block-entity-damage: true
        high-frequency-flags: false
        wand: 334
        max-claim-volume: 300000
        claim-only-inside-existing-regions: false
        max-region-count-per-player:
            default: 7
    auto-invincible: false
    use-player-move-event: true
    use-player-teleports: true
    security:
        deop-everyone-on-join: true
        block-in-game-op-command: true
    host-keys: {}
    summary-on-start: true
    op-permissions: true
    protection:
        item-durability: true
        remove-infinite-stacks: true
        disable-xp-orb-drops: false
        disable-obsidian-generators: false
    gameplay:
        block-potions: []
        block-potions-overly-reliably: 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
        vine-like-rope-ladders: true
        allow-portal-anywhere: true
        disable-water-damage-blocks: []
    ignition:
        block-tnt: false
        block-tnt-block-damage: false
        block-lighter: false
    fire:
        disable-lava-fire-spread: true
        disable-all-fire-spread: false
        disable-fire-spread-blocks: []
        lava-spread-blocks: []
    mobs:
        block-creeper-explosions: false
        block-creeper-block-damage: true
        block-wither-explosions: false
        block-wither-block-damage: true
        block-wither-skull-explosions: false
        block-wither-skull-block-damage: true
        block-enderdragon-block-damage: true
        block-enderdragon-portal-creation: false
        block-fireball-explosions: false
        block-fireball-block-damage: true
        anti-wolf-dumbness: false
        allow-tamed-spawns: true
        disable-enderman-griefing: true
        disable-snowman-trails: false
        block-painting-destroy: false
        block-item-frame-destroy: false
        block-plugin-spawning: true
        block-above-ground-slimes: false
        block-other-explosions: false
        block-zombie-door-destruction: true
        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: true
        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: true
        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
        disable-mycelium-spread: false
        disable-vine-growth: false
        disable-soil-dehydration: false
        snow-fall-blocks: []
    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
    
     
    Artem99z нравится это.
  2. Хостинг MineCraft
    <
  3. Автор темы
    Artem99z

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

    Баллы:
    88
    Skype:
    Artemuidak
    Имя в Minecraft:
    ReDcTiOn
    Ааа.. Так вот оно что, давно я ставил эту функцию) А можно сделать так, чтобы эта функция работала только в определенном мире?
     
  4. ujkbktj

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

    Баллы:
    123
    У каждого мира есть свой конфиг.
    Допустим.
    /plugins/WorldGuard/worlds/TheNoVoidWorld/config.yml
    Туда копируеш глобальный конфиг и меняеш по своему усмотрению.
    Конфиг мира в приоритете в WorldGuard.
    Надеюсь подробнее не нужно объяснять.
     
    Artem99z нравится это.
  5. Автор темы
    Artem99z

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

    Баллы:
    88
    Skype:
    Artemuidak
    Имя в Minecraft:
    ReDcTiOn
    Благодарю :)
     
  6. BeLkA

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

    Баллы:
    153
    Skype:
    FayStaff
    Ладно, скоро будет.
     
    Artem99z нравится это.
  7. Автор темы
    Artem99z

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

    Баллы:
    88
    Skype:
    Artemuidak
    Имя в Minecraft:
    ReDcTiOn
    С нетерпением жду :)
     
  8. BeLkA

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

    Баллы:
    153
    Skype:
    FayStaff
    Мои познания Java кода не велики... Не получилось... Но нашел решение проблемы, хоть и немного длинное!
    Тут разрешения на все Trail'ы! Если оин уберешь, он просто не покажется в сундуке!
    Код:
        - trail.Angry
        - trail.Block
        - trail.Code
        - trail.Color
        - trail.Ender
        - trail.Explosion
        - trail.Fire
        - trail.Firework
        - trail.LavaPop
        - trail.Love
        - trail.Magic
        - trail.MobHat
        - trail.Mob
        - trail.Music
        - trail.Orb
        - trail.Portal
        - trail.Slime
        - trail.Smoke
        - trail.Snowball
        - trail.Spark
        - trail.Spell
        - trail.Splash
        - trail.Void
     
  9. Автор темы
    Artem99z

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

    Баллы:
    88
    Skype:
    Artemuidak
    Имя в Minecraft:
    ReDcTiOn
    Тоесть сундук показыватся будет? Хм.. щАс попробую)) Спасибо[DOUBLEPOST=1398431889,1398431728][/DOUBLEPOST]Все работает! Спасибо всем огромное) Закрыто
     
Статус темы:
Закрыта.

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