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

X-SetSpawn

Teleport to a custom spawn per world or global.

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

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

Spigot Wiki Discord

X-SetSpawn

Manage your server's spawn point professionally

📝 Description

X-SetSpawn is a lightweight, feature-rich plugin designed to manage spawn points on your server. From simple global spawns to premium visual effects, economy integration, and proxy network support — all packed into one plugin. Compatible with Minecraft 1.8.8 to 26.1+.

Features

  • Fireworks on arrival: Launch a firework when a player teleports to spawn. Color and power configurable.
  • Combat & Falling checks: Block /spawn while in combat or falling. Supports CombatLogX, PvPManager, DeluxeCombat.
  • Multi-database storage: Save spawns to YAML (local), MySQL, MariaDB, H2 or MongoDB for cross-server sync.
  • Custom command aliases: Define /hub, /lobby or any alias directly from config.yml — no need to edit plugin.yml.
  • Economy Integration (Vault): Charge players to use /spawn. Money only deducted if the teleport completes.
  • First-Join Spawn: Set a unique spawn point for newly joining players with /setspawn firstjoin.
  • Smart Respawn: On death, respects the player's Bed or Respawn Anchor before falling back to spawn.
  • Void-Teleport: Automatically teleport players who fall below a configurable Y-level.
  • Post-Teleport Protection: Temporary invulnerability after teleporting while chunks load.
  • Advanced Proxy Sync: Dedicated lightweight plugins for Velocity and BungeeCord. Use /setlobby to sync your lobby server automatically.
  • Intelligent Proxy Teleport: Automatically detects if a player is already on the target server and performs a local teleport.
  • Visual Countdown: ActionBar, BossBar, Titles and particle effects during the delay — each individually toggleable.
  • Countdown sounds: "Tic-Tac" click sounds each second during the teleport delay.
  • PlaceholderAPI: Full PAPI support. Exposes %xsetspawn_cooldown%, %xsetspawn_delay%, %xsetspawn_is_pending%, %xsetspawn_spawn_set%.
  • Config auto-updater: Detects outdated configs, creates a backup and rebuilds automatically.
  • 100% Customizable: 6 language files (EN, ES, JA, PT, RU, CUSTOM), per-world spawns, and full config control.

🖥️ Compatibility

Software Supported
Bukkit / Spigot / Paper / Purpur
Folia
BungeeCord / Velocity
Minecraft 1.8.8 → 26.1+

🛠️ Main Commands

/spawn Teleports the player to the established spawn point.

/setspawn [x y z] [world] [yaw pitch] Sets the spawn point. Use without arguments for your location, or specify coordinates (supports ~). Console compatible.

/delspawn <name> Deletes a specific named spawn point if named spawns are enabled.

/back Teleports the player back to their last location before using a spawn command.

/setlobby Sets the lobby coordinates for the proxy network and syncs the configuration with BungeeCord/Velocity.

/xss [subcommand]

  • help - Shows the help menu.
  • reload - Reloads the plugin configuration.
  • version - Shows the current version info.
  • update - Manually check for updates.
  • setspawn - Sets the spawn point (alias for /setspawn).
  • delspawn - Deletes a spawn (alias for /delspawn).

🛡️ Permissions

  • xsetspawn.spawn - Use /spawn. (default: everyone)
  • xsetspawn.setspawn - Use /setspawn. (default: op)
  • xsetspawn.admin - Admin commands and update notifications. (default: op)
  • xsetspawn.reload - Reload the configuration. (default: op)
  • xsetspawn.update - Check for updates. (default: op)
  • xsetspawn.bypass.cooldown - Skip the teleport cooldown. (default: op)
  • xsetspawn.bypass.delay - Skip the teleport delay. (default: op)
  • xsetspawn.bypass.economy - Teleport for free. (default: op)

Tip: Explicitly denying a node (-xsetspawn.spawn) will block the player even if they are OP.


Need help? Join our [Discord](https://discord.com/invite/Yb6GsfGWmd) or report issues in the discussion section.

Ченджлог

2.3-VelocityРелиз26.1, 26.1.1, 26.1.2 · 13 июня 2026 г.

🚀 X-SetSpawn (Velocity) v2.3 - Changelog

✨ New Features

  • Multi-lobby random selection: Players using /hub or /lobby are sent to a random lobby from the configured list for better load balancing.
  • Debug system: New /xss debug command to toggle debug mode at runtime, plus a debug logger that logs detailed internal operations for easier troubleshooting.
  • Cross-platform communication: Velocity and Bukkit servers can now coordinate spawns and lobbies through plugin messaging.
  • Update checker: Checks the SpigotMC API for new versions on startup.
  • Updated startup messages with standardized logging format.
  • Standardized plugin lifecycle (onEnable/onDisable) for improved stability and error handling.

🐛 Bug Fixes

  • Added .gitignore to exclude build artifacts from version control.
  • Debug system now sends messages to the player who toggled it via command, and to console only when enabled via config. Command responses now use the prefix from config.yml.
  • Fixed NoClassDefFoundError crash when FancyHolograms or DecentHolograms is not installed. All hologram API calls now use pure reflection.
  • Debug messages now include the plugin name in the format: [DEBUG] [X-SetSpawn] [Category] message.
2.2-BungeeРелиз26.1, 26.1.1, 26.1.2 · 13 июня 2026 г.

🚀 X-SetSpawn (BungeeCord) v2.3 - Changelog

✨ New Features

  • Multi-lobby random selection: Players using /hub or /lobby are sent to a random lobby from the configured list for better load balancing.
  • Debug system: New /xss debug command to toggle debug mode at runtime, plus a debug logger that logs detailed internal operations for easier troubleshooting.
  • Cross-platform communication: BungeeCord and Bukkit servers can now coordinate spawns and lobbies through plugin messaging.
  • Update checker: Checks the SpigotMC API for new versions on startup.
  • Updated startup messages with standardized logging format.
  • Standardized plugin lifecycle (onEnable/onDisable) for improved stability and error handling.

🐛 Bug Fixes

  • Added .gitignore to exclude build artifacts from version control.
  • Debug system now sends messages to the player who toggled it via command, and to console only when enabled via config. Command responses now use the prefix from config.yml.
  • Fixed NoClassDefFoundError crash when FancyHolograms or DecentHolograms is not installed. All hologram API calls now use pure reflection.
  • Debug messages now include the plugin name in the format: [DEBUG] [X-SetSpawn] [Category] message.
2.3Релиз26.1, 26.1.1, 26.1.2 · 13 июня 2026 г.

🚀 X-SetSpawn v2.3 - Changelog

✨ New Features

  • Debug system: New /xs debug command to toggle debug mode at runtime, plus a DebugLogger that logs detailed internal operations for easier troubleshooting.
  • PlaceholderAPI expansion: Added %xsetspawn_cooldown%, %xsetspawn_delay%, %xsetspawn_is_pending%, %xsetspawn_spawn_set%, %xsetspawn_spawn_x%, %xsetspawn_spawn_y%, %xsetspawn_spawn_z%, %xsetspawn_spawn_world%, %xsetspawn_spawn_coords%, %xsetspawn_back_available%, %xsetspawn_back_remaining%, %xsetspawn_back_world%, %xsetspawn_back_x%, %xsetspawn_back_y%, %xsetspawn_back_z%, %xsetspawn_back_coords%, %xsetspawn_back_expiry%, %xsetspawn_named_count%, and %xsetspawn_spawn_world_name:<name>% placeholders.
  • Config auto-update with backup: When the config version changes, the old config is backed up as config_old.yml before generating the new one.
  • Update checker: Checks the SpigotMC API for new versions on startup.
  • Adventure MiniMessage color support: Internal color system upgraded to use Adventure's MiniMessage for better formatting.
  • Shared dependency directory: Libby now downloads runtime libraries to plugins/X-API/ so all X plugins share dependencies instead of each having their own copy.
  • Updated startup messages with standardized logging format.
  • Standardized plugin lifecycle (onEnable/onDisable) for improved stability and error handling.

🐛 Bug Fixes

  • Fixed duplicate connect-on-first-join case label in switch statement.
  • Fixed BossBar text corruption caused by redundant .replace("&", "§") on already color-processed text. Literal & characters in messages (e.g. "R&B") would display as § instead.
  • Fixed NMS reflection title text corruption with the same redundant .replace("&", "§") issue on pre-1.10 servers.
  • Fixed /xs reload not cancelling active teleport countdowns, leaving orphaned BossBars, holograms and particle tasks running with stale config values. All pending teleports are now properly cancelled and cleaned up on reload.
  • Added missing holograms: configuration section to the default config.yml (enabled, text, height-offset). Previously the section was absent making the feature unconfigurable without manual editing.
  • Fixed BungeeCord module calling non-existent getConfig() method, preventing compilation.
  • Fixed Velocity module referencing undefined configuration variable, preventing compilation.
  • Added .gitignore to exclude build artifacts from version control.
  • Fixed console startup messages not having color. All logInfo, logWarning and logError messages now display with proper color formatting in the console.
  • Debug system now sends messages to the player who toggled it via command, and to console only when enabled via config. Command responses now use the prefix from config.yml.
  • Fixed NoClassDefFoundError crash when FancyHolograms or DecentHolograms is not installed. All hologram API calls now use pure reflection.
  • Debug messages now include the plugin name in the format: [DEBUG] [X-SetSpawn] [Category] message.
  • Fixed CommandListener hiding all namespaced commands (including other plugins'). Now it only hides its own namespace (xsetspawn:*, x-setspawn:*).

🔗 Integrations

  • Hologram system now supports FancyHolograms and HolographicDisplays as hologram providers, with automatic detection and priority-based selection (FH > HD > ArmorStand fallback).
2.2-VelocityРелиз26.1, 26.1.1, 26.1.2 · 17 мая 2026 г.

🚀 X-SetSpawn-Velocity v2.2 - Changelog

✨ New Features

  • Nothing special

🐛 Bug Fixes

  • Nothing special
2.2-BungeeРелиз26.1, 26.1.1, 26.1.2 · 17 мая 2026 г.

🚀 X-SetSpawn-Bungee v2.2 - Changelog

✨ New Features

  • Nothing special

🐛 Bug Fixes

  • Nothing special
2.2Релиз26.1, 26.1.1, 26.1.2 · 17 мая 2026 г.

🚀 X-SetSpawn v2.2 - Changelog

✨ New Features

  • Color System: Full support for MiniMessage (bold, italic, strikethrough, etc.), RGB hex colors (<#FF0000>, &#FF0000), gradients (<gradient:#FF1919:#C01414>Text</gradient>) and legacy & codes — all mixable in the same string. Gradients and styles now render correctly in the server console.
  • DependencyManager: New dedicated class that automatically downloads Adventure, MiniMessage and database libraries at runtime — no manual JAR installation needed.

🐛 Bug Fixes

  • Fixed the issue that prevented the spawn from staying loaded in memory.
2.1-BungeeРелиз26.1, 26.1.1, 26.1.2 · 9 мая 2026 г.

🚀 X-SetSpawn-Bungee v2.1 - Changelog

  • 🛠️ Performance & Leaks: Fixed a memory leak in the Bungee proxy, it now cleans up disconnected player data.
2.1-VelocityРелиз26.1, 26.1.1, 26.1.2 · 9 мая 2026 г.

🚀 X-SetSpawn-Velocity v2.1 - Changelog

  • 🛠️ Performance & Leaks: Fixed a memory leak in the Velocity proxy, it now cleans up disconnected player data.

Комментарии

Загружаем…