{"id":106897,"date":"2026-06-06T07:08:43","date_gmt":"2026-06-06T04:08:43","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/msurvival\/"},"modified":"2026-06-06T07:08:43","modified_gmt":"2026-06-06T04:08:43","slug":"msurvival","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/msurvival\/","title":{"rendered":"mSurvival"},"content":{"rendered":"<div align=\"center\">\n<h1>mSurvival<\/h1>\n<p>A lightweight, modular, and essential core for your Minecraft Survival server.<\/p>\n<\/div>\n<p>&#8212;<\/p>\n<p>## \ud83c\udf1f Overview<\/p>\n<p>**mSurvival** is the definitive lightweight core designed for modern Survival servers (1.21.11). Built with performance in mind, it consolidates all the essential survival features into a single, modular plugin.<\/p>\n<p>Tired of installing multiple plugins for homes, spawn, RTP, and utility commands? **mSurvival** replaces them all with a clean, optimized, and fully translatable system, reducing clutter while keeping your server fast and efficient.<\/p>\n<p>## \u2728 Features<\/p>\n<p>* **\ud83c\udfe0 Home GUI System**: Manage homes through an intuitive menu.<\/p>\n<p>  * Left-click to teleport<br \/>\n  * Right-click to delete<br \/>\n  * Configurable max homes<br \/>\n* **\ud83c\udf0d Spawn System**: Set a global spawn with `\/setspawn` and teleport players instantly with `\/spawn`.<br \/>\n* **\ud83c\udfb2 Async RTP**: Safe random teleport that finds a valid location before teleporting (no lag spikes).<br \/>\n* **\ud83c\udfae Gamemode Commands**: Quick commands (`\/gmc`, `\/gms`, `\/gma`, `\/gmsp`) with player targeting support.<br \/>\n* **\ud83d\udd19 Back System**: Return to your last location after teleport or death using `\/back`.<br \/>\n* **\ud83d\uddd1\ufe0f Trash GUI**: 54-slot inventory to safely delete unwanted items (`\/trash`).<br \/>\n* **\u2699\ufe0f Modular System**: Enable or disable every feature directly from the config.<br \/>\n* **\ud83c\udf10 Fully Translatable**: All messages are editable in `messages.yml`.<br \/>\n* **\ud83c\udfa8 Color Support**: Supports both classic (`&#038;`) and **HEX colors** (`&#038;#RRGGBB`).<br \/>\n* **\ud83d\ude80 Lightweight &#038; Optimized**: Built for modern Paper servers with zero performance impact.<\/p>\n<p>## \ud83d\udce5 Installation<\/p>\n<p>1. Download the `mSurvival.jar` file and place it into your server&#8217;s `plugins` folder.<br \/>\n2. Restart your server.<br \/>\n3. Configure settings in `config.yml`.<br \/>\n4. Customize messages in `messages.yml`.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f config.yml<\/p>\n<p>The main configuration file handles all technical settings and module toggles:<\/p>\n<details>\n<summary>Click to view default config.yml<\/summary>\n<p>&#8220;`yaml<br \/>\n# mSurvival &#8211; Configuration File<br \/>\n# This file contains ONLY technical settings.<\/p>\n<p>modules:<br \/>\n  gamemode: true<br \/>\n  spawn: true<br \/>\n  home: true<br \/>\n  back: true<br \/>\n  rtp: true<br \/>\n  trash: true<\/p>\n<p>spawn:<br \/>\n  world: world<br \/>\n  x: 0.5<br \/>\n  y: 64.0<br \/>\n  z: 0.5<br \/>\n  yaw: 0.0<br \/>\n  pitch: 0.0<\/p>\n<p>home:<br \/>\n  max-homes: 3<\/p>\n<p>rtp:<br \/>\n  radius: 5000<br \/>\n  min-radius: 100<br \/>\n  max-attempts: 20<br \/>\n&#8220;`<\/p>\n<\/details>\n<p>&#8212;<\/p>\n<p>## \ud83c\udf10 messages.yml<\/p>\n<p>This file contains all plugin messages and supports full color customization:<\/p>\n<details>\n<summary>Click to view default messages.yml<\/summary>\n<p>&#8220;`yaml<br \/>\n# mSurvival &#8211; Messages File<br \/>\n# Supports &#038; color codes and &#038;#RRGGBB hex colors.<\/p>\n<p>prefix: &#8220;&#038;8[&#038;b&#038;lmSurvival&#038;8] &#8221;<br \/>\nno-permission: &#8220;&#038;cYou don&#8217;t have permission to do that.&#8221;<br \/>\nplayer-only: &#8220;&#038;cThis command can only be used by players.&#8221;<br \/>\nplayer-not-found: &#8220;&#038;cPlayer &#8216;&#038;e{player}&#038;c&#8217; not found or not online.&#8221;<br \/>\nmodule-disabled: &#8220;&#038;cThis module is currently disabled.&#8221;<\/p>\n<p># &#8212; Gamemode &#8212;<br \/>\ngamemode:<br \/>\n  set-self: &#8220;&#038;aYour gamemode has been set to &#038;e{mode}&#038;a.&#8221;<br \/>\n  set-other: &#8220;&#038;aSet &#038;e{player}&#038;a&#8217;s gamemode to &#038;e{mode}&#038;a.&#8221;<br \/>\n  set-other-notify: &#8220;&#038;aYour gamemode was set to &#038;e{mode} &#038;aby &#038;e{sender}&#038;a.&#8221;<br \/>\n  invalid: &#8220;&#038;cInvalid gamemode. Use: 0\/creative, 1\/survival, 2\/adventure, 3\/spectator.&#8221;<\/p>\n<p># &#8212; Spawn &#8212;<br \/>\nspawn:<br \/>\n  set: &#8220;&#038;aSpawn location has been set!&#8221;<br \/>\n  teleported: &#8220;&#038;aYou have been teleported to spawn.&#8221;<br \/>\n  not-set: &#8220;&#038;cSpawn location is not set. Ask an admin to use \/setspawn.&#8221;<\/p>\n<p># &#8212; Home &#8212;<br \/>\nhome:<br \/>\n  set: &#8220;&#038;aHome &#8216;&#038;e{home}&#038;a&#8217; has been set!&#8221;<br \/>\n  deleted: &#8220;&#038;aHome &#8216;&#038;e{home}&#038;a&#8217; has been deleted.&#8221;<br \/>\n  teleported: &#8220;&#038;aTeleported to home &#8216;&#038;e{home}&#038;a&#8217;.&#8221;<br \/>\n  max-reached: &#8220;&#038;cMaximum number of homes reached (&#038;e{max}&#038;c).&#8221;<br \/>\n  gui:<br \/>\n    title: &#8220;&#038;8&#038;lYour Homes&#8221;<br \/>\n    item-name: &#8220;&#038;b{home}&#8221;<br \/>\n    item-lore:<br \/>\n      &#8211; &#8220;&#038;7Left-click to &#038;aTeleport&#8221;<br \/>\n      &#8211; &#8220;&#038;7Right-click to &#038;cDelete&#8221;<\/p>\n<p># &#8212; Other &#8212;<br \/>\nrtp:<br \/>\n  searching: &#8220;&#038;eSearching for a safe location&#8230;&#8221;<br \/>\n  teleported: &#8220;&#038;aTeleported to a random location!&#8221;<br \/>\nback:<br \/>\n  teleported: &#8220;&#038;aReturned to your previous location.&#8221;<br \/>\ntrash:<br \/>\n  title: &#8220;&#038;8&#038;lTrash&#8221;<br \/>\n&#8220;`<\/p>\n<\/details>\n<p>&#8212;<\/p>\n<div align=\"center\">\n<p>Developed with \u2764\ufe0f by <b>sonoMiky<\/b><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>A comprehensive, modular, and lightweight survival core that brings essential features like Home GUIs, Async RTP, and staff utilities into a single, high-performance package.<\/p>\n","protected":false},"featured_media":106898,"template":"","meta":{"_minecraft_slug":"msurvival","_minecraft_project_id":"kRD22mYo","_minecraft_author":"sonoMiky","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":7,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"msurvival.zip","_minecraft_size_bytes":58474,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T12:28:59.422259Z","_minecraft_date_created":"2026-04-11T03:07:40.376675Z","_minecraft_date_modified":"2026-04-02T12:59:37.700213Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/msurvival","_minecraft_icon_attachment_id":106898,"_minecraft_imported_at":"2026-06-06T04:08:44+00:00","_minecraft_import_hash":"1638ef2d97df8e676545a81eff405dc5","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,124,125,89,90,127,128,129,92],"mod_loader":[130,131,132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-106897","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-bukkit","mod_category-folia","mod_category-game-mechanics","mod_category-optimization","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>mSurvival - 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\/msurvival\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"mSurvival - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A comprehensive, modular, and lightweight survival core that brings essential features like Home GUIs, Async RTP, and staff utilities into a single, high-performance package.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/msurvival\/\" \/>\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\\\/msurvival\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/msurvival\\\/\",\"name\":\"mSurvival - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/msurvival\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/msurvival\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/msurvival-icon-f1ade63007b418e3943dfa7691a7ab46ce8a5484_96.webp\",\"datePublished\":\"2026-06-06T04:08:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/msurvival\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/msurvival\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/msurvival\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/msurvival-icon-f1ade63007b418e3943dfa7691a7ab46ce8a5484_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/msurvival-icon-f1ade63007b418e3943dfa7691a7ab46ce8a5484_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/msurvival\\\/#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\":\"mSurvival\"}]},{\"@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":"mSurvival - 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\/msurvival\/","og_locale":"en_US","og_type":"article","og_title":"mSurvival - Minecraft","og_description":"A comprehensive, modular, and lightweight survival core that brings essential features like Home GUIs, Async RTP, and staff utilities into a single, high-performance package.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/msurvival\/","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\/msurvival\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/msurvival\/","name":"mSurvival - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/msurvival\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/msurvival\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/msurvival-icon-f1ade63007b418e3943dfa7691a7ab46ce8a5484_96.webp","datePublished":"2026-06-06T04:08:43+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/msurvival\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/msurvival\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/msurvival\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/msurvival-icon-f1ade63007b418e3943dfa7691a7ab46ce8a5484_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/msurvival-icon-f1ade63007b418e3943dfa7691a7ab46ce8a5484_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/msurvival\/#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":"mSurvival"}]},{"@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\/106897","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\/106898"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=106897"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=106897"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=106897"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=106897"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}