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

Мой респаун заливают лавой как это исправить подскажите

Discussion in '[Архив] Помощь' started by foJiG, Sep 26, 2011.

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

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

    Trophy Points:
    88
    Мой респаун заливают лавой как это исправить подскажите
     
  2. Хостинг MineCraft
    <
  3. MCkust

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

    Trophy Points:
    78
    Как, кто?:D Запривать спаун с помощью Worldguard'a
     
  4. Автор темы
    foJiG

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

    Trophy Points:
    88
    Да заприватил хз как вот >_<
    Настройки WorldGuard

    Code:
    #
    # 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.
    #
    
    iconomy:
        buy-on-claim-price: 1.0
        enable: false
        buy-on-claim: false
    protection:
        enforce-single-session: true
        item-durability: true
        remove-infinite-stacks: false
        disable-xp-orb-drops: 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: true
        block-lighter: true
        block-tnt-block-damage: false
    regions:
        max-region-count-per-player: 7
        claim-only-inside-existing-regions: false
        max-claim-volume: 400000
        high-frequency-flags: false
        enable: true
        use-scheduler: true
        wand: 287
        invincibility-removes-mobs: false
    simulation:
        sponge:
            redstone: false
            enable: true
            radius: 3
        classic-water: false
    fire:
        disable-lava-fire-spread: false
        lava-spread-blocks: false
        disable-fire-spread-blocks: false
        disable-all-fire-spread: false
    suppress-tick-sync-warnings: false
    spawn:
        login-protection: 3
        exact-respawn: false
        teleport-to-home-on-death: false
        kick-on-death: false
        spawn-protection: 0
    default:
        disable-health-regain: false
    mobs:
        anti-wolf-dumbness: false
        block-creature-spawn: []
        block-creeper-block-damage: true
        block-creeper-explosions: true
        block-fireball-explosions: false
        block-fireball-block-damage: false
        disable-enderman-griefing: true
    dynamics:
        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: true
        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
    op-permissions: true
    player-damage:
        teleport-on-void-falling: false
        disable-drowning-damage: false
        disable-mob-damage: false
        disable-explosion-damage: true
        disable-void-damage: false
        disable-fall-damage: false
        disable-fire-damage: false
        disable-contact-damage: false
        disable-suffocation-damage: false
        disable-lightning-damage: false
        disable-lava-damage: false
        teleport-on-suffocation: false
        disable-death-messages: false
    pumpkin-scuba: false
    auto-invincible-permission: false
    use-player-move-event: true
    
    Permissions:
    Code:
    groups:
        Member:
            default: true
            info:
                prefix: '&f'
                suffix: '&2'
                build: true
            permissions:
            - worldedit.selection.pos
            - worldedit.selection.expand
            - worldedit.wand
            - worldedit.region.set
            - worldguard.region.define
            - worldguard.region.claim
            - worldguard.region.addmember
            - worldguard.region.addowner
            - worldguard.region.removemember
            - worldguard.region.removeowner
            - CAuth.register
            - CAuth.login
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - ChestShop.shop.create
            - ChestShop.shop.create.itemID
            - ChestShop.shop.buy.itemID
            - ChestShop.shop.sell.itemID
            - lwc.protect
            - iConomy.help
            - iConomy.holdings
            - iConomy.holdings.others
            - iConomy.payment
            - commandbook.spawn
            - commandbook.rules
            - commandbook.home.set
            - commandbook.home.teleport
            - commandbook.more
            - lytreehelper.destroyall
            - lytreehelper.generate.trees
            - lytreehelper.generate.forests
            - lytreehelper.generate.nursery
            - lytreehelper.db.blockaccess
            - lytreehelper.db.forestlist
            - lytreehelper.db.registerforest
            - lytreehelper.db.deleteforest
            - lytreehelper.db.regenerateforest
            - mh.sethome
            - choptree.chop
            - mh.deletehome
            - essentials.help
            - essentials.spawn
            - essentials.sethome
            - essentials.home
        VIP:
            default: false
            info:
                prefix: '&6'
                suffix: '&f'
                build: true
            inheritance:
            - Member
            permissions: null
        Moderator:
            default: false
            info:
                prefix: '&a'
                suffix: '&f'
                build: true
            inheritance:
            - Member
            permissions:
            - superpowers.use
            - superpowers.fly
            - superpowers.instabreak
            - superpowers.instakill
            - superpowers.infinitehp
            - superpowers.glow
            - superpowers.itemspawn
            - movecraft.aircraft.*
            - movecraft.car.*
            - movecraft.boat.sail
            - movecraft.boat.info
            - day.command.day
            - day.command.night
            - day.item.day
            - day.item.night
        GM:
            default: false
            info:
                prefix: '&3'
                suffix: '&f'
                build: true
            inheritance:
            - Member
            permissions: null
        Admin:
            default: false
            info:
                prefix: '&4'
                suffix: '&f'
                build: true
            inheritance:
            - Member
            permissions:
            - '*'
            - worldedit.selection.pos
            - worldedit.selection.expand
            - worldedit.wand
            - worldedit.region.set
            - worldguard.heal
            - worldguard.heal.other
            - worldguard.region.define
            - worldguard.region.claim
            - worldguard.region.remove
            - worldguard.region.addmember
            - worldguard.region.addowner
            - worldguard.region.removemember
            - worldguard.region.removeowner
            - ChestShop.admin
            - lwc.admin
            - lwc.mod
            - lwc.deny
            - mh.home
            - MulitpleHomes.properties
     
  5. Shadowasg

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

    Trophy Points:
    88
    Нука скинь ип своего серва :D
     
    foJiG likes this.
  6. UnderTheCross

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

    Trophy Points:
    88
    Да давай :D
     
  7. Автор темы
    foJiG

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

    Trophy Points:
    88
    Из за этого такая фигня?)
     
  8. Автор темы
    foJiG

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

    Trophy Points:
    88
    И еще 1 вопрос как можно ограничит карту и какие оптимальные ограничения лучше ставить
     
  9. Автор темы
    foJiG

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

    Trophy Points:
    88
    И еще терь LWC сундуки ставяться но их использовать нельзя тупо ставишь и они с 1 удара ломаються >_<
     
  10. Автор темы
    foJiG

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

    Trophy Points:
    88
  11. Shadowasg

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

    Trophy Points:
    88
    Нет, ну если не хочешь, чтобы у тебя снесли всю карту и пустили серверный комп в затяжное плавание по просторам зависаний, то советую убрать :D
     
    foJiG likes this.
  12. Shadowasg

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

    Trophy Points:
    88
    BorderGuard
     
    foJiG likes this.
  13. Shadowasg

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

    Trophy Points:
    88
    Попробуй /region flag "регион спавна без ковычек" build deny
     
    foJiG likes this.
  14. Автор темы
    foJiG

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

    Trophy Points:
    88
    Еще возник вопрос люди не могу добавлять своих друзей в прива... зону
     
    Black-UK-Lord and MineMan910 like this.
  15. Автор темы
    foJiG

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

    Trophy Points:
    88
    Поставил в ВорлдГуард disable-enderman-griefing: false
    Теперь Эндерманы не смогут разберать дома?
     
  16. lol63

    lol63 Модератор Переводчик

    Trophy Points:
    153
    disable-enderman-
    griefing: true надо
     
    Shadowasg likes this.
  17. 1lyaSweeper

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

    Trophy Points:
    173
    Skype:
    Iswperr
    Имя в Minecraft:
    1lyaSweeper
    WorldBorder вообще-то!
     

Share This Page