Перейти к содержимому
Mineforgian

simple spawn

The simplest /spawn and spawn join plugin ever.

Загрузки
4K
Подписчики
5
Обновлён
13 ноября 2025 г.
Лицензия
All-Rights-Reserved

Опубликован 7 июля 2024 г.

This plugin is very simple. It only brings /spawn command and the fact that the player is teleported when he joins the server or not (you can choose in config file). You can reload your changes in the config file with command :

/simplespawn reload

No need to restart or reload the server.

It is my first ever plugin so please be indulgent.

1.2.0 Update

You can set a minimal Y level to teleport the player to spawn if he is lower than the Y level choosed.

config.yml
# Set your spawn location
spawn:
  world: "world"
  x: 0
  y: 150
  z: 0
  yaw: 0.0
  pitch: 0.0

# true : defines if the player should be teleported when joining the server
jointp: true

# Useful for sky based spawn teleports the player to the spawn location if he goes below a specified Y coordinate
tpbelow:
  enabled: false
  y: 10.0

Ченджлог

1.3Релиз26.1.1, 26.1.2, 26.2 · 13 ноября 2025 г.
  • changed /simplespawn reloadconfig to /simplespawn reload
  • added a permission to the reload command so only operators can reload
  • updated comments on config.yml

should work on 1.13+ and any spigot fork

1.2.0Релиз1.20.6, 1.21, 1.21.1 · 11 августа 2024 г.

Added fall teleport feature. Choose a Y level, if the player reaches it, he is getting teleported to the spawn. Useful for void opened spawns.

1.1.0Релиз1.20.5, 1.20.6, 1.21 · 9 июля 2024 г.

Just the port for all 1.13+ versions.

1.0.0Релиз1.21 · 7 июля 2024 г.

Native and most stable version.

1.0.0Релиз1.20.4, 1.20.5, 1.20.6 · 7 июля 2024 г.

1.20 port

1.0.0Релиз1.19.2, 1.19.3, 1.19.4 · 7 июля 2024 г.

1.19 port

Комментарии

Загружаем…