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

Использование котла

Тема в разделе "Обсуждение Minecraft", создана пользователем DimanBr, 13 фев 2014.

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

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

    Баллы:
    73
    Всем привет! Подскажите как прописать право на использование котла на сервере майнкрафт? Когда обычный игрок пробует залить воду в котёл, ему пишет у вас не права на использование котла. Помогите, как исправить?
     
  2. Хостинг MineCraft
    <
  3. gamerforEA

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

    Баллы:
    143
    Skype:
    sk2000sk1
    Имя в Minecraft:
    gamerforEA_MCPC
    1) Проверьте запрет взаимодействия с котлом в следующих плагинах:
    • Modify World
    • LokiBlocker
    • Essentials Protect
    • Или других плагинах, которые вы используете для запрета предметов.
    2) Если вы не нашли запрет взаимодействия с котлом, то напишите, какие плагины у вас установлены.
     
  4. Автор темы
    DimanBr

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

    Баллы:
    73
    Вот если тут то где?


    ############################################################
    # +------------------------------------------------------+ #
    # | EssentialsProtect | #
    # +------------------------------------------------------+ #
    ############################################################

    protect:
    # Database settings for sign/rail protection

    # mysql or sqlite
    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'

    # For which block types would you like to be alerted?
    # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
    # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
    alert:
    on-placement:
    on-use:
    on-break:

    blacklist:

    # Which blocks should people be prevented from placing
    placement: 10,11,46,327,7

    # Which items should people be prevented from using
    usage: 327,368

    # Which blocks should people be prevented from breaking
    break:

    # Which blocks should not be pushed by pistons
    piston:

    # General physics/behavior modifications
    prevent:
    lava-flow: false
    water-flow: false
    water-bucket-flow: false
    fire-spread: false
    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
    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:
    chicken: false
    cow: false
    creeper: false
    ghast: false
    giant: false
    monster: false
    pig: false
    pig_zombie: false
    sheep: false
    skeleton: false
    slime: false
    spider: false
    squid: false
    zombie: false
    wolf: false
    cave_spider: false
    enderman: false
    silverfish: false
    ender_dragon: false
    villager: false
    blaze: false
    mushroom_cow: false
    magma_cube: false
    snowman: 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: true

    # Prevent users from destroying rails
    rails: true

    # 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: false

    # 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 people with build: false in permissions be allowed to build
    # Set true to disable building for those people
    build: true

    # Should people with build: false in permissions be allowed to use items
    # Set true to disable using for those people
    use: true

    # Should we tell people they are not allowed to build
    warn-on-build-disallow: true

    # Disable weather options
    weather:
    storm: false
    thunder: false
    lightning: false
     
  5. gamerforEA

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

    Баллы:
    143
    Skype:
    sk2000sk1
    Имя в Minecraft:
    gamerforEA_MCPC
    Вот этот кусок, однако тут взаимодействие с котлом не запрещено.
     
  6. Автор темы
    DimanBr

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

    Баллы:
    73
    item-restrictions: false
    inform-players: false
    whitelist: false
    use-material-names: true
    drop-restricted-item: false
    item-use-check: false
    Это с modificalworld
     
  7. gamerforEA

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

    Баллы:
    143
    Skype:
    sk2000sk1
    Имя в Minecraft:
    gamerforEA_MCPC
    1) За вас никто ничего делать не будет (бесплатно), в параметрах, которые вы указали, всё предельно ясно. Если с английским не дружите, то используйте переводчик.
    2) Запреты Modify World хранятся не в конфиге плагина, а в правах пользователей и групп.
     
  8. kreved

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

    Баллы:
    103
    Skype:
    kre_ved
    Имя в Minecraft:
    kreved_

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