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

Simple Spawnz

A simple server plugin that /spawn to your server

Загрузки
111
Подписчики
1
Обновлён
14 февраля 2026 г.
Лицензия
MIT

Опубликован 9 февраля 2026 г.

SimpleSpawn

A lightweight and customizable spawn plugin for your server.

SimpleSpawn provides a simple and effective way to manage your server's spawn point. Players can easily teleport to the hub, and admins can set the spawn location with a single command.

Features

  • /spawn: Teleports any player to the server's set spawn point.
  • /setspawn: Sets the spawn point to your current location (OP only).
  • Security: Non-OP players who try to use /setspawn will see a customizable "Unknown Command" message, keeping the admin command hidden.
  • Full Customization: Every message, including the prefix and error messages, can be edited in the config.yml file. Supports standard color codes (&a, &l, etc.).

New Text On join 1.3

Installation

  1. Download the SimpleSpawn.jar file.
  2. Place it in your server's plugins folder.
  3. Restart your server.
  4. (Optional) Edit the plugins/SimpleSpawn/config.yml file to customize messages.

Commands & Permissions

Command Description Permission
/spawn Teleport to the spawn point. None (Available to all)
/setspawn Set the spawn point to your location. op (Server Operator)

Configuration

The config.yml is straightforward and allows you to change all in-game messages.

# SimpleSpawn Configuration by Ayaan

spawn-location:
  world: "world"
  x: 0
  y: 100
  z: 0
  yaw: 0
  pitch: 0

messages:
  # The prefix shown before some messages (optional)
  prefix: "&8[&bSimpleSpawn&8] "
  
  # Message sent when teleporting to spawn
  teleport-success: "&aTeleported to spawn!"
  
  # Message sent when spawn is set
  setspawn-success: "&aSpawn location set successfully!"
  
  # Error: When spawn hasn't been set yet
  spawn-not-set: "&cSpawn has not been set yet! Ask an admin to use /setspawn."
  
  # Error: When the world in the config doesn't exist
  world-invalid: "&cThe world for the spawn point no longer exists!"
  
  # FAKE ERROR: This is shown to non-OP players who try to use /setspawn
  # &c = Red, &l = Bold
  fake-unknown-command: "&c&lThis Command Does Not exists"



## #   Join discord for support or to build your own plugins with us [Discord](https://discord.gg/D7u8pxUk)

Ченджлог

1.4alphaАльфа1.21.9, 1.21.10, 1.21.11 · 14 февраля 2026 г.

Version 1.4 alpha - The Hub Update

New Features:

  • Spawn on Join: Players are now automatically teleported to spawn when they join the server (Toggleable in config).
  • Screen Titles: Beautiful "Welcome" titles appear on screen when teleporting to Spawn or Home.
  • Void Saver: If a player falls into the void in the spawn world, they are instantly teleported back to safety!

Changes:

  • Added visual titles and subtitles support.
  • Code optimized for better event handling.
1.2Релиз1.21.9, 1.21.10, 1.21.11 · 14 февраля 2026 г.

Version 1.2 - The "Survival" Update

New Features:

  • Teleport Warmup: Added a configurable delay (default: 3 seconds) before teleporting. Great for preventing PvP escapes!
  • Sound Effects: Teleporting now plays a sound (e.g., Enderman Teleport) to make it feel smoother.
  • Delete Home: Added /delhome so players can remove their set home.

Configuration:

  • Added teleport-delay setting (in seconds).
  • Added teleport-sound setting.
1.1Релиз1.21.9, 1.21.10, 1.21.11 · 14 февраля 2026 г.

Bug Fixes:

  • Fixed an issue where the /spawn command might be overridden by other plugins.

New Features:

  • Home System: Players can now set 1 home using /sethome and return to it using /home.
  • Global Toggle: Added /hometoggle <on/off> for OPs to enable or disable the home system server-wide.
  • Config Reload: Added /reloadZ for OPs to quickly refresh settings without a server restart.
  • Enhanced Security: All admin commands show the "Fake Unknown Command" message to non-OP players.
1.0Релиз1.21.9, 1.21.10, 1.21.11 · 9 февраля 2026 г.
Added support for customization

Комментарии

Загружаем…