{"id":46327,"date":"2026-06-02T11:57:15","date_gmt":"2026-06-02T08:57:15","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/corespawnx\/"},"modified":"2026-06-02T11:57:15","modified_gmt":"2026-06-02T08:57:15","slug":"corespawnx","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/corespawnx\/","title":{"rendered":"CoreSpawnX"},"content":{"rendered":"<p>CoreSpawnX &#8211; SpigotMC<\/p>\n<p>**CoreSpawnX \u2013 Powerful &#038; Lightweight Spawn Management Plugin**<\/p>\n<p>**CoreSpawnX** is a **modern**, **lightweight**, and **performance-optimized spawn management plugin for your Minecraft server**. Whether you&#8217;re running a **survival server**, **hub**, or **minigames** \u2013 **CoreSpawnX** gives you full control over the player&#8217;s spawn behavior with a **clean, configurable system and reliable execution**.<\/p>\n<p>**Perfectly suited for both small and large servers, it combines simplicity and flexibility. Forget clunky, bloated plugins \u2013 this one does just what it should and does it well.**<\/p>\n<p>### \u2728 Main Features<\/p>\n<p>## Custom Global Spawn Point<br \/>\nSet a spawn point that applies to all players.<\/p>\n<p>## \u23f1\ufe0f Warm-up Delay<br \/>\nOptionally delay the teleportation to prevent abuse.<\/p>\n<p>## Cancel On Move<br \/>\nIf enabled, teleportation is cancelled if the player moves.<\/p>\n<p>## Cooldown Timer<br \/>\nPrevents command spamming by enforcing a cooldown period.<\/p>\n<p>## Teleport on Join<br \/>\nAutomatically teleport players to the spawn on login.<\/p>\n<p>## Spawn Info Command<br \/>\nSee the exact coordinates, rotation, setter and timestamp.<\/p>\n<p>## Fully Customizable Messages<br \/>\nAll messages are editable in the config and support &#038; color codes.<\/p>\n<p>## Reload Command<br \/>\nApply config changes instantly with \/corespawnx reload.<\/p>\n<p>## \ufe0fPermission-Based Access<br \/>\nEvery command is protected with permissions.<\/p>\n<details>\n<summary>Commands-Spoiler<\/summary>\n<p>## Command Description<\/p>\n<p> \/spawn Teleport yourself to the configured spawn point.<br \/>\n \/corespawnx setspawn Set your current location as the global spawn.<br \/>\n \/corespawnx delspawn Delete the current spawn point.<br \/>\n \/corespawnx spawninfo Show full information about the set spawn.<br \/>\n \/corespawnx reload Reload the plugin configuration without restart.<\/p>\n<\/details>\n<details>\n<summary>Permissions-Spoiler<\/summary>\n<p>## Permission Access<\/p>\n<p> corespawnx.spawn Use the \/spawn command<br \/>\n corespawnx.setspawn Use \/corespawnx setspawn<br \/>\n corespawnx.delspawn Use \/corespawnx delspawn<br \/>\n corespawnx.spawninfo Use \/corespawnx spawninfo<br \/>\n corespawnx.reload Use \/corespawnx reload<br \/>\n corespawnx.admin Bypass all restrictions and access all commands<\/p>\n<\/details>\n<details>\n<summary>Config.yml\u2500Spoiler<\/summary>\n<p>~~~~<\/p>\n<p># CoreSpawnX Plugin Configuration<br \/>\n# Version: 1.0.6 Released at the 16th July 2025<br \/>\n# Created By BegabtesKind (Discord: _yt_meazy_)<\/p>\n<p># impoortant information about the plugin:<br \/>\n# 1. If you set the \/spawn command to not break, you must change the<br \/>\n# warmupCancelled and warmupStart message!<br \/>\n# 2. If you change a setting, you have to restart the server because the setting<br \/>\n# will not take effect if you do \/corespawnx reload (it will be patched in the next update).<\/p>\n<p># \u2500\u2500 CoreSpawnX Spawn-Location \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 (leave empty if not set)<br \/>\nspawn:<br \/>\n  world: world<br \/>\n  x: -346.0120042402992<br \/>\n  y: 80.0<br \/>\n  z: 306.62400318656086<br \/>\n  yaw: 103.34986<br \/>\n  pitch: 24.00001<br \/>\n  setter: LogicCrafterX<br \/>\n  settimestamp: 1755777492764<\/p>\n<p># \u2500\u2500 CoreSpawnX Permissions \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 (can be overridden)<br \/>\npermissions:<br \/>\n  setspawn: corespawnx.admin.setspawn<br \/>\n  spawn: corespawnx.player.spawn<br \/>\n  delspawn: corespawnx.admin.delspawn<br \/>\n  spawninfo: corespawnx.admin.spawninfo<br \/>\n  reload: corespawnx.admin.reload<br \/>\n  all: corespawnx.admin.cmd-bypass # permission to bypass all<br \/>\n  update-check: corespawnx.admin.update-check<\/p>\n<p># \u2500\u2500 CoreSpawnX Settings \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500<br \/>\nsettings:<br \/>\n  warmup: # Delay before the teleport<br \/>\n    enabled: false # true = activ, false = instant TP<br \/>\n    seconds: 6<br \/>\n    cancelOnMove: true # true = Teleport breaks off when the player moves, false = does not<\/p>\n<p>  cooldown: # Lockout period after \/spawn<br \/>\n    enabled: false<br \/>\n    seconds: 60<\/p>\n<p>  joinTeleport: # Players spawn directly on join?<br \/>\n    enabled: false<\/p>\n<p># \u2500\u2500 CoreSpawnX Messages \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500<br \/>\nmessages:<br \/>\n  onlyPlayer: &#8216;&#038;8\u00bb &#038;e&#038;lSPAWN &#038;8\u00ab &#038;cOnly players can execute this command.&#8217;<br \/>\n  noPermission: &#8216;&#038;8\u00bb &#038;e&#038;lSPAWN &#038;8\u00ab &#038;cYou don&#8221;t have permission to do that.&#8217;<br \/>\n  spawnSet: &#8216;&#038;8\u00bb &#038;e&#038;lSPAWN &#038;8\u00ab &#038;7The &#038;aSpawn point &#038;7set successfully.&#8217;<br \/>\n  spawnNotSet: &#8216;&#038;8\u00bb &#038;e&#038;lSPAWN &#038;8\u00ab &#038;7The &#038;cSpawn point &#038;7has not been set yet.&#8217;<br \/>\n  teleportToSpawn: &#8216;&#038;8\u00bb &#038;e&#038;lSPAWN &#038;8\u00ab &#038;aTeleported to spawn.&#8217;<br \/>\n  spawnDeleted: &#8216;&#038;8\u00bb &#038;e&#038;lSPAWN &#038;8\u00ab &#038;7You have deleted the &#038;aSpawn point&#038;7 successfully.&#8217;<br \/>\n  reloadSuccess: &#8216;&#038;8\u00bb &#038;e&#038;lSPAWN &#038;8\u00ab &#038;aThe Plugin configuration reloaded successfully.&#8217;<br \/>\n  unknownSubCommand: &#8216;&#038;8\u00bb &#038;e&#038;lSPAWN &#038;8\u00ab &#038;cUnknown subcommand. Use \/corespawnx help.&#8217;<br \/>\n  helpHeader: &#8216;&#038;8&#038;l&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-&#038;e&#038;lPLUGIN-HELP&#038;8&#038;l&#8212;&#8212;&#8212;&#8212;&#8212;-&#8216;<br \/>\n  helpSpawnInfo: &#8216;&#038;8\u00bb &#038;e&#038;lSPAWN &#038;8\u00ab &#038;e\/corespawnx spawninfo &#038;8- &#038;7Show spawn location<br \/>\n    info&#8217;<br \/>\n  helpSpawn: &#8216;&#038;8\u00bb &#038;e&#038;lSPAWN &#038;8\u00ab &#038;e\/corespawnx spawn &#038;8- &#038;7Teleport to spawn&#8217;<br \/>\n  helpSetSpawn: &#8216;&#038;8\u00bb &#038;e&#038;lSPAWN &#038;8\u00ab &#038;e\/corespawnx setspawn &#038;8- &#038;7Set the spawn point&#8217;<br \/>\n  helpDelSpawn: &#8216;&#038;8\u00bb &#038;e&#038;lSPAWN &#038;8\u00ab &#038;e\/corespawnx delspawn &#038;8- &#038;7Delete the spawn point&#8217;<br \/>\n  helpReload: &#8216;&#038;8\u00bb &#038;e&#038;lSPAWN &#038;8\u00ab &#038;e\/corespawnx reload &#038;8- &#038;7Reload plugin configuration&#8217;<br \/>\n  spawnInfoHeader: &#8216;&#038;8&#038;l&#8212;&#8212;&#8212;&#8212;&#038;e&#038;lSPAWN-LOCATION-INFO&#038;8&#038;l&#8212;&#8212;&#8212;&#8212;&#8216;<br \/>\n  spawnInfoWorld: &#8216;&#038;8\u00bb &#038;e&#038;lSPAWN &#038;8\u00ab &#038;7World: &#038;e%world%&#8217;<br \/>\n  spawnInfoCoords: &#8216;&#038;8\u00bb &#038;e&#038;lSPAWN &#038;8\u00ab &#038;7Coordinates: &#038;eX: %x% Y: %y% Z: %z%&#8217;<br \/>\n  spawnInfoRotation: &#8216;&#038;8\u00bb &#038;e&#038;lSPAWN &#038;8\u00ab &#038;7Rotation: &#038;eYaw: %yaw% Pitch: %pitch%&#8217;<br \/>\n  spawnInfoSetter: &#8216;&#038;8\u00bb &#038;e&#038;lSPAWN &#038;8\u00ab &#038;7Set by: &#038;e%setter%&#8217;<br \/>\n  spawnInfoTime: &#8216;&#038;8\u00bb &#038;e&#038;lSPAWN &#038;8\u00ab &#038;7Set on: &#038;e%time%&#8217;<br \/>\n  warmupStart: &#8216;&#038;8\u00bb &#038;e&#038;lSPAWN &#038;8\u00ab &#038;eTeleporting in %seconds%\u202fs. Don&#8221;t move!&#8217;<br \/>\n  warmupCancelled: &#8216;&#038;8\u00bb &#038;e&#038;lSPAWN &#038;8\u00ab &#038;cTeleport cancelled \u2013 you moved.&#8217;<br \/>\n  warmupAlready: &#8216;&#038;8\u00bb &#038;e&#038;lSPAWN &#038;8\u00ab &#038;cYou are already preparing to teleport!&#8217;<br \/>\n  cooldownActive: &#8216;&#038;8\u00bb &#038;e&#038;lSPAWN &#038;8\u00ab &#038;7You must wait &#038;e%seconds%&#038;7s before using &#038;e\/spawn<br \/>\n    &#038;7again.&#8217;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>CoreSpawnX is a good spawn plugin that is specifically designed for good or smaller servers!<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"corespawnx","_minecraft_project_id":"a4rmZein","_minecraft_author":"ChaosAgent0","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":44,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"corespawnx.zip","_minecraft_size_bytes":23247,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T21:25:39.601611Z","_minecraft_date_created":"2025-08-21T22:00:25.359462Z","_minecraft_date_modified":"2025-08-21T13:26:16.201093Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/corespawnx","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-06-02T08:57:17+00:00","_minecraft_import_hash":"d946fc2e8e4797460bedf284a0478fda","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,127,92],"mod_loader":[132],"minecraft_version":[81],"class_list":["post-46327","mod","type-mod","status-publish","hentry","mod_category-management","mod_category-paper","mod_category-utility","mod_loader-paper","minecraft_version-1-21-8"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CoreSpawnX - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/corespawnx\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CoreSpawnX - Minecraft\" \/>\n<meta property=\"og:description\" content=\"CoreSpawnX is a good spawn plugin that is specifically designed for good or smaller servers!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/corespawnx\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/corespawnx\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/corespawnx\\\/\",\"name\":\"CoreSpawnX - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"datePublished\":\"2026-06-02T08:57:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/corespawnx\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/corespawnx\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/corespawnx\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"CoreSpawnX\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CoreSpawnX - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/corespawnx\/","og_locale":"en_US","og_type":"article","og_title":"CoreSpawnX - Minecraft","og_description":"CoreSpawnX is a good spawn plugin that is specifically designed for good or smaller servers!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/corespawnx\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/corespawnx\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/corespawnx\/","name":"CoreSpawnX - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"datePublished":"2026-06-02T08:57:15+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/corespawnx\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/corespawnx\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/corespawnx\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"CoreSpawnX"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/46327","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=46327"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=46327"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=46327"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=46327"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}