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

Ядро
Purpur

intelligent

Пользователь
Сообщения
45
Решения
1
Плагин
Easyspawn, Multiversecore, essentialsX
Ядро сервера
  1. Purpur
Версия сервера
  1. 1.16.5
Память сервера ОЗУ
Больше 16Gb
Ссылка
-
Вам необходимо зарегистрироваться для просмотра изображений-вложений

Как сделать так чтобы игрок при первом заходе спавнился не в world а в мире spawn?
 
Я поставил, прогресса нету, в world игрок спавнится в небе где в другом мире должен быть спавн
Так а мир вы выбрали? Ещё попробуйте в EssentialsX поставить точку спавна в нужном мире
 
Так а мир вы выбрали? Ещё попробуйте в EssentialsX поставить точку спавна в нужном мире
Код:
  # 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: spawn

  # 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

# What priority should we use for handling respawns?
# Set this to none, if you want vanilla respawning behaviour.
# 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.
# Note: Changes will not apply until after the server is restarted.
respawn-listener-priority: lowest

# What priority should we use for handling spawning on joining the server?
# See respawn-listener-priority for possible values.
# Note: Changing this may impact or break spawn-on-join functionality.
# Note: Changes will not apply until after the server is restarted.
spawn-join-listener-priority: lowest

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

# When users die, should they respawn at their bed instead of the spawnpoint?
# The value of respawn-at-home (above) has to be true.
respawn-at-home-bed: true

# When users die, should EssentialsSpawn respect users' respawn anchors?
respawn-at-anchor: false

# Teleport all joining players to the spawnpoint
spawn-on-join: true
Объединено

Что тут нужно изменить чтобы спавниться в мире spawn?
Объединено

Код:
multiverse-configuration:
  ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration
  enforceaccess: 'false'
  prefixchat: 'false'
  prefixchatformat: '[%world%]%chat%'
  useasyncchat: 'true'
  teleportintercept: 'true'
  firstspawnoverride: 'true'
  displaypermerrors: 'true'
  enablebuscript: 'true'
  globaldebug: '0'
  silentstart: 'false'
  messagecooldown: '5000'
  version: '2.9'
  firstspawnworld: spawn
  teleportcooldown: '1000'
  defaultportalsearch: 'true'
  portalsearchradius: '128'
  autopurge: 'true'
  idonotwanttodonate: 'false'
Объединено

Вот конфиг multiverse
 
Последнее редактирование:
Назад
Сверху Снизу