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

Решено Как отключить kit start при входе?

Discussion in 'Помощь' started by Stim18, May 5, 2017.

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

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

    Trophy Points:
    66
    Как сделать чтобы kit start не выдавался при входе?
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------
    Мой сервер который скоро откроется - https://vk.com/s.eternalworld
    Самый дешевый хостинг - http://ds-host.ru/panel/auth/ref/?id=40503
     
    Last edited: May 7, 2017
  2. Хостинг MineCraft
    <
  3. OneDisik

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

    Trophy Points:
    66
    ############################################################
    # +------------------------------------------------------+ #
    # | Essentials Spawn / New Players | #
    # +------------------------------------------------------+ #
    ############################################################

    # This section requires essentialsspawn.jar to work.

    newbies:
    # Should we announce to the server when someone logs in for the first time?
    # If so, use this format, replacing {DISPLAYNAME} with the player name.
    # If not, set to ''
    #announce-format: ''
    announce-format: '&3&o Приветствуем &7[&8{UNIQUE}&7] &e{DISPLAYNAME} &3&oна нашем сервере.'

    # When we spawn for the first time, which spawnpoint do we use?
    # Set to "none" if you want to use the spawn point of the world.
    spawnpoint: newbies

    # Если мы хотим чтобы при входе первый раз на сервер не выдавались предметы? Устанавливаем '' чтобы выключить
    # This kit will be given regardless of cost and permissions, and will not trigger the kit delay.
    #kit: ''
    kit: tools Заменяем вот это на kit: ' '

    # Set this to lowest, if you want Multiverse to handle the respawning.
    # Set this to high, if you want EssentialsSpawn to handle the respawning.
    # Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
    respawn-listener-priority: high

    # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
    respawn-at-home: false

    # End of file <-- No seriously, you're done with configuration.
     

Share This Page