{"id":162273,"date":"2026-06-09T18:58:02","date_gmt":"2026-06-09T15:58:02","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/unexpected-spawn\/"},"modified":"2026-06-09T18:58:02","modified_gmt":"2026-06-09T15:58:02","slug":"unexpected-spawn","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/unexpected-spawn\/","title":{"rendered":"Unexpected Spawn"},"content":{"rendered":"<p>![Header](https:\/\/raw.githubusercontent.com\/Shivelight\/unexpectedspawn-paper\/master\/assets\/artwork.png)<\/p>\n<p>Simple plugin to randomize player spawn point. Suitable for Normal Survival as well as Hardcore\/Anarchy server!<\/p>\n<p>**Installation:**<br \/>\nDownload the jar and put it in your plugins folder.<\/p>\n<p>**Features:**<br \/>\n* Spawn player randomly.<br \/>\n* You can limit the random coordinates.<br \/>\n* You can set when the player should be spawned randomly:<br \/>\n*-* Don&#8217;t respawn randomly if they have a bed\/anchor.<br \/>\n*-* Respawn randomly only on new player\/first-join.<br \/>\n*-* Respawn randomly on join.<br \/>\n* Global and per-world configuration.<br \/>\n* World blacklist.<br \/>\n* Spawn block blacklist.<\/p>\n<p>**Commands:**<\/p>\n<ul style=\"list-style-type='- '\">\n<li style=\"list-style-type='- '\"><b>\/unexpectedspawn<\/b> &#8211; Shows version\n<ul>\n<li>Alias: \/uns<\/li>\n<li>Permission: unexpectedspawn.use<\/li>\n<\/ul>\n<\/li>\n<li><b>\/unexpectedspawn reload<\/b> &#8211;  Reload configuration settings.\n<ul>\n<li>Alias: \/uns reload<\/li>\n<li>Permission: unexpectedspawn.use.reload<\/li>\n<\/ul>\n<\/li>\n<li><b>\/unexpectedspawn randomtp <args><\/b> &#8211;  Performs the random teleport\n<ul>\n<li>Alias: \/uns rtp <args><\/li>\n<li>Permission: unexpectedspawn.use.randomtp<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>**Permissions:**<br \/>\n&#8211; &#8220;unexpectedspawn.use&#8220;<br \/>\n  *(Allows user to do \/uns to view plugin info)*<br \/>\n  Default : OP<br \/>\n&#8211; &#8220;unexpectedspawn.use.reload&#8220;<br \/>\n  *(Allows user to do \/uns reload)*<br \/>\n  Default : OP<br \/>\n&#8211; &#8220;unexpectedspawn.use.randomtp&#8220;<br \/>\n  *(Allows user to do \/uns randomtp|rtp <args>)*<br \/>\n  Default : OP<br \/>\n&#8211; &#8220;unexpectedspawn.notify&#8220;<br \/>\n  *(Notifies user about their death location)*<br \/>\n  Default : OP<br \/>\n&#8211; &#8220;unexpectedspawn.bypass&#8220;<br \/>\n  *(Bypasses the random respawn or random join checks. Uses vanilla method)*<br \/>\n  Default : OP<\/p>\n<p>**Configurations:**<br \/>\nSettings are easy, check out the *config.yml* in *plugins\/UnexpectedSpawn* folder.<\/p>\n<details>\n<summary>config.yml<\/summary>\n<p>&#8220;`yaml<br \/>\n# UnexpectedSpawn<br \/>\n# Authors : DeathGOD7, Shivelight<br \/>\nversion: &#8216;1.0.0&#8217;<\/p>\n<p>global:<br \/>\n  # Random respawn area for global settings.<br \/>\n  x-max: 399<br \/>\n  x-min: -399<br \/>\n  z-max: 399<br \/>\n  z-min: -399<\/p>\n<p>  # Fail radius expansion if normal x and z area failed to obtain suitable block or location<br \/>\n  fail-radius: 500<\/p>\n<p>  # Sets the global respawn world unless set in custom config worlds.<br \/>\n  respawn-world: &#8216;world&#8217;<\/p>\n<p>  # Do you want to have random respawn than normal world respawn? By default it is enabled in all worlds. If you want to<br \/>\n  # disable it in specific world, then add that world name in below &#8216;blacklisted-worlds&#8217;.<br \/>\n  random-respawn:<br \/>\n    # Do you want to have random respawn after user dies? If set to false then user will respawn in world spawnpoint.<br \/>\n    # or bed\/respawn anchor spawnpoint.<br \/>\n    on-death: true<br \/>\n    # Checks if bed respawn is taken priority. If set to false then it will force user to random respawn<br \/>\n    # even if they have bed respawn point when they die.<br \/>\n    bed-respawn-enabled: true<br \/>\n    # Do you want to have random spawn when user joins for first time to prevent grief in spawn chunks? If set to false<br \/>\n    # then user will spawn in default world spawnpoint.<br \/>\n    on-first-join: false<br \/>\n    # Enable this if you want to have random respawn each time user joins the server. It&#8217;s best for Anarchy type server.<br \/>\n    always-on-join: false<\/p>\n<p>  # Invert the blacklist to whitelist<br \/>\n  invert-block-blacklist: false<\/p>\n<p>  # Specify any block where you don&#8217;t want user to be teleported. You don&#8217;t them to drown in lava\/water or land on<br \/>\n  # someone else campfire, no?<br \/>\n  spawn-block-blacklist:<br \/>\n    &#8211; LAVA<br \/>\n    &#8211; WATER<br \/>\n    &#8211; CACTUS<br \/>\n    &#8211; FIRE<br \/>\n    &#8211; MAGMA_BLOCK<br \/>\n    &#8211; SWEET_BERRY_BUSH<br \/>\n    &#8211; CAMPFIRE<\/p>\n<p># If no worlds are specified, it will use global\/default variables. Default Config (worlds: [])<br \/>\n# If you have added any world below, it will override the global settings.<br \/>\n# If it got missing parameters that is in global settings like &#8220;spawn-block-blacklist&#8221;<br \/>\n# but not in worlds world parameters then it will use global parameters.<br \/>\n# All the features are same as global ones.<br \/>\n# Please change &#8220;survival&#8221; to the name of your world and remove [] if you want to add worlds.<\/p>\n<p>worlds: []<br \/>\n#  survival:<br \/>\n#    x-max: 500<br \/>\n#    x-min: -500<br \/>\n#    z-max: 500<br \/>\n#    z-min: -500<br \/>\n#    fail-radius: 1000<br \/>\n#    respawn-world: &#8221;<br \/>\n#    random-respawn:<br \/>\n#      on-death: true<br \/>\n#      bed-respawn-enabled: true<br \/>\n#      on-first-join: false<br \/>\n#      always-on-join: false<\/p>\n<p># If you have any worlds here , then it will be excluded from having random spawn<br \/>\n# Even if you have set custom settings in above settings and you add that world to<br \/>\n# blacklist, it will be excluded. Default :[]<br \/>\nblacklisted-worlds: []<br \/>\n#  &#8211; bedwars<br \/>\n#  &#8211; creative<\/p>\n<p>debug : false<br \/>\n&#8220;`<\/p>\n<\/details>\n<p>**Contact:**<br \/>\nSuggestions? Bug? Or just need help?<br \/>\nUse the discussion thread or GitHub Issues or join the Discord Server.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Simple plugin to randomize player spawn point. Suitable for Normal Survival as well as Hardcore\/Anarchy server!<\/p>\n","protected":false},"featured_media":162274,"template":"","meta":{"_minecraft_slug":"unexpected-spawn","_minecraft_project_id":"Ebyrlnw6","_minecraft_author":"DeathGOD7","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":1386,"_minecraft_follows":10,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"unexpected-spawn.zip","_minecraft_size_bytes":35974,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-16T07:29:53.880565Z","_minecraft_date_created":"2023-09-27T02:10:58.575791Z","_minecraft_date_modified":"2023-10-13T21:04:35.424656Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/unexpected-spawn","_minecraft_icon_attachment_id":162274,"_minecraft_imported_at":"2026-06-09T15:58:02+00:00","_minecraft_import_hash":"bfaec696b8142c5a6d11526788213d36","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,89,126,127,129,92],"mod_loader":[132,134],"minecraft_version":[339,340,341,357,359,360,379,382,385,438,446,449,110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,22,23,24,25,26,27,28,29,30,31,860,861,862,863,864],"class_list":["post-162273","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-spigot","mod_category-utility","mod_loader-paper","mod_loader-spigot","minecraft_version-1-10","minecraft_version-1-10-1","minecraft_version-1-10-2","minecraft_version-1-11","minecraft_version-1-11-1","minecraft_version-1-11-2","minecraft_version-1-12","minecraft_version-1-12-1","minecraft_version-1-12-2","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-8","minecraft_version-1-8-1","minecraft_version-1-8-2","minecraft_version-1-8-3","minecraft_version-1-8-4","minecraft_version-1-8-5","minecraft_version-1-8-6","minecraft_version-1-8-7","minecraft_version-1-8-8","minecraft_version-1-8-9","minecraft_version-1-9","minecraft_version-1-9-1","minecraft_version-1-9-2","minecraft_version-1-9-3","minecraft_version-1-9-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Unexpected Spawn - 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\/unexpected-spawn\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Unexpected Spawn - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Simple plugin to randomize player spawn point. Suitable for Normal Survival as well as Hardcore\/Anarchy server!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/unexpected-spawn\/\" \/>\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\\\/unexpected-spawn\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/unexpected-spawn\\\/\",\"name\":\"Unexpected Spawn - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/unexpected-spawn\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/unexpected-spawn\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/unexpected-spawn-icon-9ed0e337a57950b2806faba018a6f8b551b0a416.png\",\"datePublished\":\"2026-06-09T15:58:02+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/unexpected-spawn\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/unexpected-spawn\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/unexpected-spawn\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/unexpected-spawn-icon-9ed0e337a57950b2806faba018a6f8b551b0a416.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/unexpected-spawn-icon-9ed0e337a57950b2806faba018a6f8b551b0a416.png\",\"width\":192,\"height\":192},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/unexpected-spawn\\\/#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\":\"Unexpected Spawn\"}]},{\"@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":"Unexpected Spawn - 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\/unexpected-spawn\/","og_locale":"en_US","og_type":"article","og_title":"Unexpected Spawn - Minecraft","og_description":"Simple plugin to randomize player spawn point. Suitable for Normal Survival as well as Hardcore\/Anarchy server!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/unexpected-spawn\/","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\/unexpected-spawn\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/unexpected-spawn\/","name":"Unexpected Spawn - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/unexpected-spawn\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/unexpected-spawn\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/unexpected-spawn-icon-9ed0e337a57950b2806faba018a6f8b551b0a416.png","datePublished":"2026-06-09T15:58:02+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/unexpected-spawn\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/unexpected-spawn\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/unexpected-spawn\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/unexpected-spawn-icon-9ed0e337a57950b2806faba018a6f8b551b0a416.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/unexpected-spawn-icon-9ed0e337a57950b2806faba018a6f8b551b0a416.png","width":192,"height":192},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/unexpected-spawn\/#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":"Unexpected Spawn"}]},{"@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\/162273","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:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/162274"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=162273"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=162273"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=162273"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=162273"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}