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

Помогите как включить взрыв от ферболов

Discussion in 'Помощь' started by blayzar, Jan 11, 2016.

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

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

    Trophy Points:
    61
    Имя в Minecraft:
    _blayzar_
    Как на сервере включить взрыв от фаерболов?
     
  2. Хостинг MineCraft
    <
  3. Flubox

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

    Trophy Points:
    78
    Имя в Minecraft:
    Mega_Boss
    Скинь настройки WG (WorldGuard) и Essentials(Protect)
    Или поковыряй их сам
     
  4. Автор темы
    blayzar

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

    Trophy Points:
    61
    Имя в Minecraft:
    _blayzar_
    Code:
    worldguard
    
    regions:
        use-scheduler: true
        use-creature-spawn-event: true
        sql:
            use: false
            dsn: jdbc:mysql://localhost/worldguard
            username: worldguard
            password: worldguard
            table-prefix: ''
        enable: true
        invincibility-removes-mobs: false
        high-frequency-flags: false
        wand: 280
        max-claim-volume: 90000
        claim-only-inside-existing-regions: false
        max-region-count-per-player:
            default: 5
            Premium: 15
        uuid-migration:
            perform-on-next-start: false
            keep-names-that-lack-uuids: true
        nether-portal-protection: false
        fake-player-build-override: true
        explosion-flags-block-entity-damage: true
        protect-against-liquid-flow: false
    auto-invincible: false
    use-player-move-event: true
    security:
        deop-everyone-on-join: false
        block-in-game-op-command: false
    host-keys: {}
    summary-on-start: true
    op-permissions: true
    protection:
        item-durability: true
        remove-infinite-stacks: false
        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: 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: false
        disable-all-fire-spread: false
        disable-fire-spread-blocks: false
        lava-spread-blocks: true
    mobs:
        block-creeper-explosions: false
        block-creeper-block-damage: true
        block-wither-explosions: true
        block-wither-block-damage: true
        block-wither-skull-explosions: true
        block-wither-skull-block-damage: true
        block-enderdragon-block-damage: true
        block-enderdragon-portal-creation: true
        block-fireball-explosions: true
        block-fireball-block-damage: true
        anti-wolf-dumbness: true
        disable-enderman-griefing: true
        block-painting-destroy: true
        block-item-frame-destroy: true
        block-plugin-spawning: true
        block-above-ground-slimes: true
        block-other-explosions: true
        block-zombie-door-destruction: true
        block-creature-spawn: []
        disable-snowman-trails: true
        allow-tamed-spawns: true
    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: true
        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: false
        disable-pig-zombification: false
        disable-powered-creepers: false
        always-raining: false
        always-thundering: false
    dynamics:
        disable-mushroom-spread: false
        disable-ice-melting: true
        disable-snow-melting: false
        disable-snow-formation: true
        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
    use-player-teleports: true
    auto-invincible-group: false
    auto-no-drowning-group: false
    build-permission-nodes:
        enable: false
        deny-message: '&eSorry, but you are not permitted to do that here.'
    event-handling:
        block-entity-spawns-with-untraceable-cause: false
        interaction-whitelist: []
        emit-block-use-at-feet: []
    
    [DOUBLEPOST=1452535624,1452535454][/DOUBLEPOST]
    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |                 EssentialsProtect                    | #
    # +------------------------------------------------------+ #
    ############################################################
    
    protect:
      # Database settings for sign/rail protection
    
      # mysql or sqlite
      # We strongly recommend against using mysql here, unless you have a good reason.
      # Sqlite seems to be faster in almost all cases, and in some cases mysql can be much slower.
      datatype: 'sqlite'
    
      # If you specified MySQL above, you MUST enter the appropriate details here.
      # If you specified SQLite above, these will be IGNORED.
      username: 'root'
      password: 'root'
      mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
    
      # General physics/behavior modifications
      prevent:
        lava-flow: false
        water-flow: false
        water-bucket-flow: false
        fire-spread: true
        lava-fire-spread: true
        flint-fire: false
        lightning-fire-spread: true
        portal-creation: false
        tnt-explosion: false
        tnt-playerdamage: false
        fireball-explosion: false
        fireball-fire: false
        fireball-playerdamage: false
        witherskull-explosion: false
        witherskull-playerdamage: false
        wither-spawnexplosion: false
        wither-blockreplace: false
        creeper-explosion: false
        creeper-playerdamage: false
        creeper-blockdamage: false
        enderdragon-blockdamage: true
        enderman-pickup: false
        villager-death: false
        # Monsters won't follow players
        # permission essentials.protect.entitytarget.bypass disables this
        entitytarget: false
        # Prevent the spawning of creatures
        spawn:
          creeper: false
          skeleton: false
          spider: false
          giant: false
          zombie: false
          slime: false
          ghast: false
          pig_zombie: false
          enderman: false
          cave_spider: false
          silverfish: false
          blaze: false
          magma_cube: false
          ender_dragon: false
          pig: false
          sheep: false
          cow: false
          chicken: false
          squid: false
          wolf: false
          mushroom_cow: false
          snowman: false
          ocelot: false
          iron_golem: false
          villager: false
          wither: false
          bat: false
          witch: false
         
      # Maximum height the creeper should explode. -1 allows them to explode everywhere.
      # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
      creeper:
        max-height: -1
    
      # Protect various blocks.
      protect:
        # Protect all signs
        signs: false
    
        # Prevent users from destroying rails
        rails: false
    
        # Blocks below rails/signs are also protected if the respective rail/sign is protected.
        # This makes it more difficult to circumvent protection, and should be enabled.
        # This only has an effect if "rails" or "signs" is also enabled.
        block-below: true
    
        # Prevent placing blocks above protected rails, this is to stop a potential griefing
        prevent-block-on-rails: false
    
        # Store blocks / signs in memory before writing
        memstore: false
    
      # Disable various default physics and behaviors
      disable:
        # Should fall damage be disabled?
        fall: false
    
        # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
        # They will be unable to attack users without that same permission node.
        pvp: true
    
        # Should drowning damage be disabled?
        # (Split into two behaviors; generally, you want both set to the same value)
        drown: false
        suffocate: false
    
        # Should damage via lava be disabled?  Items that fall into lava will still burn to a crisp. ;)
        lavadmg: false
    
        # Should arrow damage be disabled
        projectiles: false
    
        # This will disable damage from touching cacti.
        contactdmg: false
    
        # Burn, baby, burn!  Should fire damage be disabled?
        firedmg: false
    
        # Should the damage after hit by a lightning be disabled?
        lightning: false
       
        # Should Wither damage be disabled?
        wither: false
    
        # Disable weather options
        weather:
          storm: true
          thunder: true
          lightning: true    
    
     
  5. Flubox

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

    Trophy Points:
    78
    Имя в Minecraft:
    Mega_Boss
    Смени true на false (это отключит эти функции.Отключит отключение, если точнее :D) .Тогда они будут
    1.Работать
    2.Взрывать блоки
    На всякий случай так-же отключи защиту игрока от всех взрывов
     
  6. MrBulat

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

    Trophy Points:
    76
    Skype:
    noobmc99
    Имя в Minecraft:
    MrBulat
    Вот
     

Share This Page