{"id":115195,"date":"2026-06-06T21:52:39","date_gmt":"2026-06-06T18:52:39","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/offlineplayers\/"},"modified":"2026-06-06T21:52:39","modified_gmt":"2026-06-06T18:52:39","slug":"offlineplayers","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/offlineplayers\/","title":{"rendered":"OfflinePlayers"},"content":{"rendered":"<p>## Goal<\/p>\n<p>This mod allows players to go AFK on a server without leaving their computers on. Simply use the `\/offline` command to spawn an exact copy of your player, called an offline player. Depending on the configuration, you&#8217;ll be kicked after the offline player has spawned.<\/p>\n<p>If the offline player is killed, it won&#8217;t drop loot but will be kicked from the server. When you rejoin, the inventory and XP levels from the offline player are copied to you, and you&#8217;ll be killed. This gives you time to retrieve your items.<\/p>\n<p>If the offline player survives until you rejoin, its inventory and gained experience will be transferred to you.<\/p>\n<p>## How to Use<\/p>\n<p>Type `\/offline` to spawn an offline player.<\/p>\n<p>### Actions<\/p>\n<p>You can add actions to your offline player. Available actions include:<\/p>\n<p>| Name          | Description                                                       |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| attack        | Player left click                                                 |<br \/>\n| break         | Player left click, but wait for block to fully break.             |<br \/>\n| place \/ use   | Player right click                                                |<br \/>\n| crouch        | Player crouching                                                  |<br \/>\n| jump          | Player jumping                                                    |<br \/>\n| eat           | Player eating (only if hungry &#038; having food in one hand)          |<br \/>\n| drop_item     | Drops an item from the active slot                                |<br \/>\n| drop_stack    | Drops all items from the active slot                              |<br \/>\n| move_forward  | Moves the player forward                                          |<br \/>\n| move_backward | Moves the player backwards                                        |<br \/>\n | disconnect    | Automatically disconnects the offline player after a set interval |<\/p>\n<p>To use an action, type `\/offline [action]`, e.g., `\/offline attack`.<\/p>\n<p>> Tip: use `\/offline actions` to see a list of available actions<\/p>\n<p>### Interval\/Offset<\/p>\n<p>You can execute actions with set intervals or offsets:<\/p>\n<p>&#8211; Interval: `\/offline break:20` (20 tick or 1 second interval between breaking blocks)<br \/>\n&#8211; Offset: `\/offline attack:20:10` (10 tick offset added to the action)<\/p>\n<p>#### Time Parsing<\/p>\n<p>Besides using ticks (the default), it is also possible to set the interval and offset to milliseconds, seconds, minutes, hours, and even days.<\/p>\n<p>Example: `\/offline use:100ms`, `\/offline attack:1s`, `\/offline attack:1.5m`, `\/offline eat:0.25h`, `\/offline disconnect:1d`<\/p>\n<p>### Chaining<\/p>\n<p>You can chain actions, for example:<\/p>\n<p>&#8211; `\/offline attack move_forward`<br \/>\n&#8211; `\/offline attack:100 jump eat:20:10`<br \/>\n&#8211; `\/offline jump:20 attack eat move_backward`<\/p>\n<p>Actions are executed in the order specified.<\/p>\n<p>## Config<\/p>\n<p>After initialization, the configuration file is located at `config\/OfflinePlayersReworked.json` in your Minecraft server&#8217;s root folder.<\/p>\n<p>The configuration looks as follows:<br \/>\n&#8220;`json<br \/>\n{<br \/>\n  &#8220;opRequired&#8221;: false,<br \/>\n  &#8220;autoOp&#8221;: true,<br \/>\n  &#8220;autoWhitelist&#8221;: false,<br \/>\n  &#8220;autoDisconnect&#8221;: true,<br \/>\n  &#8220;killOnDeath&#8221;: true,<br \/>\n  &#8220;respawnKickedPlayers&#8221;: true,<br \/>\n  &#8220;informAboutKickedPlayer&#8221;: true,<br \/>\n  &#8220;copySkin&#8221;: true,<br \/>\n  &#8220;databaseLocation&#8221;: &#8220;.\/offlineplayersreworked\/&#8221;,<br \/>\n  &#8220;offlinePlayerPrefix&#8221;: &#8220;[OFF]&#8221;,<br \/>\n  &#8220;availableOptions&#8221;: [&#8220;attack&#8221;, &#8220;break&#8221;, &#8220;use&#8221;,&#8221;etc&#8230;&#8221;]<br \/>\n}<br \/>\n&#8220;`<br \/>\n&#8211; `opRequired`: If true, only OPs can use `\/offline`.<br \/>\n&#8211; `autoOp`: If true, offline players of OPs are automatically made OPs.<br \/>\n&#8211; `autoWhitelist`: If true and whitelist is enabled, offline players are auto-whitelisted. (Default value is false at it doesn&#8217;t seem necessary)<br \/>\n&#8211; `autoDisconnect`: If true, players automatically disconnect after using `\/offline`. (Use false at your own risk)<br \/>\n&#8211; `killOnDeath`: If true, players automatically die upon reconnecting if their offline player died.<br \/>\n&#8211; `respawnKickedPlayers`: If true, offline players automatically respawn on server restart when kicked<br \/>\n&#8211; `informAboutKickedPlayer`: If true, if offline player was kicked and player rejoins, player will be informed about offlline player being kicked<br \/>\n&#8211; `copySkin`: If true, offline players copy the original player&#8217;s skin.<br \/>\n&#8211; `databaseLocation`: Folder location for the database. Default is `.\/offlinePlayersReworked\/`.<br \/>\n&#8211; `offlinePlayerPrefix`: Sets the prefix for the offline player.<br \/>\n&#8211; `availableOptions`: A list of the available action options that can be used.<\/p>\n<p>## Reporting Issues<\/p>\n<p>If you encounter any bugs or have suggestions for improvements, please create an issue on our GitHub repository. To create an issue:<\/p>\n<p>1. Go to the Issues tab of this repository.<br \/>\n2. Click on &#8220;New Issue&#8221;.<br \/>\n3. Choose between &#8220;Bug report&#8221; or &#8220;Feature request&#8221; template.<br \/>\n4. Fill out the template with as much detail as possible.<br \/>\n5. Submit the issue.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Enable AFK mode without keeping your computer on. Use \/offline to spawn a copy of your player. If your offline player dies, you&#8217;ll die but still have time to retrieve your stuff. If the offline player survives, you&#8217;ll inherit its gains upon return.<\/p>\n","protected":false},"featured_media":115196,"template":"","meta":{"_minecraft_slug":"offlineplayers","_minecraft_project_id":"BWYrlN8Z","_minecraft_author":"MisterFish","_minecraft_license":"CC0-1.0","_minecraft_downloads":2434,"_minecraft_follows":40,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"offlineplayers.zip","_minecraft_size_bytes":50009618,"_minecraft_version_count":29,"_minecraft_updated_at":"2026-05-15T20:05:10.563139Z","_minecraft_date_created":"2024-08-16T02:24:15.342198Z","_minecraft_date_modified":"2026-04-15T22:28:14.682903Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/offlineplayers","_minecraft_icon_attachment_id":115196,"_minecraft_imported_at":"2026-06-06T18:52:40+00:00","_minecraft_import_hash":"bbe8195685211e5a0c896e2dc654d1d2","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,92],"mod_loader":[99],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-115195","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-utility","mod_loader-fabric","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","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>OfflinePlayers - 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\/offlineplayers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"OfflinePlayers - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Enable AFK mode without keeping your computer on. Use \/offline to spawn a copy of your player. If your offline player dies, you&#039;ll die but still have time to retrieve your stuff. If the offline player survives, you&#039;ll inherit its gains upon return.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/offlineplayers\/\" \/>\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\\\/offlineplayers\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/offlineplayers\\\/\",\"name\":\"OfflinePlayers - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/offlineplayers\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/offlineplayers\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/offlineplayers-icon-5cad3984628442c2ab20582926692c7fec3d99e6_96.webp\",\"datePublished\":\"2026-06-06T18:52:39+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/offlineplayers\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/offlineplayers\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/offlineplayers\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/offlineplayers-icon-5cad3984628442c2ab20582926692c7fec3d99e6_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/offlineplayers-icon-5cad3984628442c2ab20582926692c7fec3d99e6_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/offlineplayers\\\/#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\":\"OfflinePlayers\"}]},{\"@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":"OfflinePlayers - 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\/offlineplayers\/","og_locale":"en_US","og_type":"article","og_title":"OfflinePlayers - Minecraft","og_description":"Enable AFK mode without keeping your computer on. Use \/offline to spawn a copy of your player. If your offline player dies, you'll die but still have time to retrieve your stuff. If the offline player survives, you'll inherit its gains upon return.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/offlineplayers\/","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\/offlineplayers\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/offlineplayers\/","name":"OfflinePlayers - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/offlineplayers\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/offlineplayers\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/offlineplayers-icon-5cad3984628442c2ab20582926692c7fec3d99e6_96.webp","datePublished":"2026-06-06T18:52:39+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/offlineplayers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/offlineplayers\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/offlineplayers\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/offlineplayers-icon-5cad3984628442c2ab20582926692c7fec3d99e6_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/offlineplayers-icon-5cad3984628442c2ab20582926692c7fec3d99e6_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/offlineplayers\/#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":"OfflinePlayers"}]},{"@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\/115195","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\/115196"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=115195"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=115195"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=115195"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=115195"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}