Вопрос Как сделать в EssentialsX чтобы игроку при первом заходе на сервер выдавался набор?

Ядро
Purpur

BaDuMoH4iK

Пользователь
Сообщения
219
Решения
2
Плагин
EssentialsX
Ядро сервера
  1. Purpur
Версия сервера
  1. 1.17
Память сервера ОЗУ
8Gb
Ссылка
https://essentialsx.net/downloads.html
Как сделать в EssentialsX чтобы игроку при первом заходе на сервер выдавался набор?
 
Решение
в блоке EssentialsX Spawn + New Players есть пункт о выдаче кита новичкам:


Код:
############################################################
# +------------------------------------------------------+ #
# |            EssentialsX Spawn + New Players           | #
# +------------------------------------------------------+ #
############################################################

# You need to install EssentialsX Spawn for this section to work.
# See https://essentialsx.net/wiki/Module-Breakdown.html for more information.

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: ''...
в блоке EssentialsX Spawn + New Players есть пункт о выдаче кита новичкам:


Код:
############################################################
# +------------------------------------------------------+ #
# |            EssentialsX Spawn + New Players           | #
# +------------------------------------------------------+ #
############################################################

# You need to install EssentialsX Spawn for this section to work.
# See https://essentialsx.net/wiki/Module-Breakdown.html for more information.

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: '&dWelcome {DISPLAYNAME}&d to the server!'

  # 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

  # Do we want to give users anything on first join? Set to '' to disable
  # This kit will be given regardless of cost and permissions, and will not trigger the kit delay.
  #kit: ''
  kit: tools #Тут твой кит
 
в блоке EssentialsX Spawn + New Players есть пункт о выдаче кита новичкам:


Код:
############################################################
# +------------------------------------------------------+ #
# |            EssentialsX Spawn + New Players           | #
# +------------------------------------------------------+ #
############################################################

# You need to install EssentialsX Spawn for this section to work.
# See https://essentialsx.net/wiki/Module-Breakdown.html for more information.

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: '&dWelcome {DISPLAYNAME}&d to the server!'

  # 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

  # Do we want to give users anything on first join? Set to '' to disable
  # This kit will be given regardless of cost and permissions, and will not trigger the kit delay.
  #kit: ''
  kit: tools #Тут твой кит
Я скачал EssentialsSpawn а у меня только файл скачался, так и должно быть?
 
в блоке EssentialsX Spawn + New Players есть пункт о выдаче кита новичкам:


Код:
############################################################
# +------------------------------------------------------+ #
# |            EssentialsX Spawn + New Players           | #
# +------------------------------------------------------+ #
############################################################

# You need to install EssentialsX Spawn for this section to work.
# See https://essentialsx.net/wiki/Module-Breakdown.html for more information.

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: '&dWelcome {DISPLAYNAME}&d to the server!'

  # 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

  # Do we want to give users anything on first join? Set to '' to disable
  # This kit will be given regardless of cost and permissions, and will not trigger the kit delay.
  #kit: ''
  kit: tools #Тут твой кит
Спасибо


 
Последнее редактирование:
You must be registered for see medias
Не подскажешь еще можно ли это исправить, когда новый игрок заходит на сервер ему сразу выдается кит, но он может сразу написать команду /kit start и у него сразу 2 кита, вместо одного, можно это как-то пофиксить?
 
Назад
Сверху Снизу