{"id":87,"date":"2024-05-26T19:13:32","date_gmt":"2024-05-26T19:13:32","guid":{"rendered":"https:\/\/gratisvps.net\/blog\/?p=87"},"modified":"2024-05-26T19:16:25","modified_gmt":"2024-05-26T19:16:25","slug":"how-to-create-minecraft-java-edition-game-server","status":"publish","type":"post","link":"https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/","title":{"rendered":"How to create Minecraft: Java Edition Game Server"},"content":{"rendered":"<h2>\u00a0Compatibility<\/h2>\n<p>Minecraft: Java Edition will run on popular distros as long as the minimum requirements are met.<\/p>\n<h3>\u00a0Install Notes<\/h3>\n<p>LinuxGSM installs the vanilla server by default https:\/\/minecraft.net\/en\/download\/server. There is currently no method for LinuxGSM to install custom Minecraft servers automatically. Should you wish to install a custom server you will need to manually install the jar file and point LinuxGSM to it.<\/p>\n<h3>\u00a0Server<\/h3>\n<p>For consistant uptime it is recomended you host a server in a data center. If you dont already have a server, you can rent a dedicated or vitual server from one of our sponsored providers,<br \/>\n<a href=\"https:\/\/gratisvps.net\">GratisVPS<\/a><\/p>\n<p>If the command-line isnt for your you can use\u00a0<a href=\"https:\/\/www.gameserverapp.com\/linuxgsm-support\/?camp=linuxgsm&amp;grp=mcserver\">GameServerApp<\/a>\u00a0web-based game server management service.<\/p>\n<h3>\u00a0Minimum Recommended Distros<\/h3>\n<ul>\n<li><img decoding=\"async\" src=\"https:\/\/linuxgsm.com\/wp-content\/themes\/linuxgsm\/img\/ubuntu32.png\" alt=\"Ubuntu Icon\" \/>\u00a0Ubuntu 20.04 LTS<\/li>\n<li><img decoding=\"async\" src=\"https:\/\/linuxgsm.com\/wp-content\/themes\/linuxgsm\/img\/debian32.png\" alt=\"Debian Icon\" \/>\u00a0Debian 11<\/li>\n<li><img decoding=\"async\" src=\"https:\/\/linuxgsm.com\/wp-content\/themes\/linuxgsm\/img\/centos32.png\" alt=\"Centos Icon\" \/>\u00a0CentOS (Incompatible)<\/li>\n<\/ul>\n<h3>\u00a0Other Distros<\/h3>\n<p>Although not tested, any distro with\u00a0tmux =&gt; 1.6\u00a0and\u00a0JRE =&gt; 17\u00a0should also be compatible with Minecraft: Java Edition servers.<\/p>\n<h2>\u00a0Dependencies<\/h2>\n<p>Ubuntu<\/p>\n<h4>Ubuntu 20.04<\/h4>\n<h2><img decoding=\"async\" class=\"distro-tab-icon\" src=\"https:\/\/linuxgsm.com\/wp-content\/themes\/linuxgsm\/img\/ubuntu64.png\" alt=\"Ubuntu Icon\" \/><\/h2>\n<p><code><\/code><\/p>\n<pre>sudo dpkg --add-architecture i386; sudo apt update; sudo apt install curl wget file tar bzip2 gzip unzip bsdmainutils python3 util-linux ca-certificates binutils bc jq tmux netcat openjdk-17-jre<\/pre>\n<h4>Ubuntu 22.04 and above<\/h4>\n<h2><img decoding=\"async\" class=\"distro-tab-icon\" src=\"https:\/\/linuxgsm.com\/wp-content\/themes\/linuxgsm\/img\/ubuntu64.png\" alt=\"Ubuntu Icon\" \/><\/h2>\n<div id=\"myTabContent\" class=\"tab-content\">\n<div id=\"ubuntu\" class=\"tab-pane fade show active\" role=\"tabpanel\" aria-labelledby=\"ubuntu-tab\">\n<pre>sudo dpkg --add-architecture i386; sudo apt update; sudo apt install curl wget file tar bzip2 gzip unzip bsdmainutils python3 util-linux ca-certificates binutils bc jq tmux netcat openjdk-17-jre<\/pre>\n<p>&nbsp;<\/p>\n<h4>Debian 10<\/h4>\n<pre>sudo dpkg --add-architecture i386; sudo apt update; sudo apt install curl wget file tar bzip2 gzip unzip bsdmainutils python3 util-linux ca-certificates binutils bc jq tmux netcat openjdk-17-jre<\/pre>\n<p>&nbsp;<\/p>\n<h5>Debian 11 and above<\/h5>\n<div id=\"myTabContent\" class=\"tab-content\">\n<div id=\"debian\" class=\"tab-pane fade active show\" role=\"tabpanel\" aria-labelledby=\"debian-tab\">\n<pre>sudo dpkg --add-architecture i386; sudo apt update; sudo apt install curl wget file tar bzip2 gzip unzip bsdmainutils python3 util-linux ca-certificates binutils bc jq tmux netcat openjdk-17-jre<\/pre>\n<p>&nbsp;<\/p>\n<h4>CentOS 64-bit<\/h4>\n<p><a href=\"https:\/\/fedoraproject.org\/wiki\/EPEL#Quickstart\" target=\"_blank\" rel=\"noopener\">EPEL<\/a>\u00a0is required to install some dependencies needed for using LinuxGSM on CentOS.<\/p>\n<pre>yum install epel-release<\/pre>\n<p>&nbsp;<\/p>\n<h4>CentOS 64-bit<\/h4>\n<div id=\"myTabContent\" class=\"tab-content\">\n<div id=\"centos\" class=\"tab-pane fade active show\" role=\"tabpanel\" aria-labelledby=\"centos-tab\">\n<pre>yum install curl wget tar bzip2 gzip unzip python3 binutils bc jq tmux java-11-openjdk<\/pre>\n<p>&nbsp;<\/p>\n<h2>\u00a0Install<\/h2>\n<p>From the command-line do the following. Ensuring you have also installed the required dependencies.<\/p>\n<h2>1. Create a user and login.<\/h2>\n<pre>adduser mcserver<\/pre>\n<blockquote><p>For security best practice, ensure you set a strong password. Random password:\u00a0<code><i id=\"password\">DMxMjIyNTM3M<\/i><\/code><\/p><\/blockquote>\n<pre>su - mcserver<\/pre>\n<h2>2. Download linuxgsm.sh.<\/h2>\n<pre>curl -Lo linuxgsm.sh https:\/\/linuxgsm.sh &amp;&amp; chmod +x linuxgsm.sh &amp;&amp; bash linuxgsm.sh mcserver<\/pre>\n<h2>3. Run the installer following the on-screen instructions.<\/h2>\n<pre>.\/mcserver install<\/pre>\n<p>&nbsp;<\/p>\n<h2>\u00a0Basic Usage<\/h2>\n<p>All Commands<\/p>\n<p>A complete list of commands can be found by typing.<\/p>\n<pre>.\/mcserver<\/pre>\n<p>Below are the most common commands available.<\/p>\n<h3>Running<\/h3>\n<h5>start<\/h5>\n<pre>.\/mcserver start<\/pre>\n<h5>stop<\/h5>\n<pre>.\/mcserver stop<\/pre>\n<h5>restart<\/h5>\n<pre>.\/mcserver restart<\/pre>\n<h5>console<\/h5>\n<h2>Console allows you to view the live console of a server as it is running and allow you to enter commands; if supported.<\/h2>\n<pre>.\/mcserver console<\/pre>\n<blockquote><p>To exit the console press\u00a0<kbd>CTRL+b d<\/kbd>. Pressing\u00a0<kbd>CTRL+c<\/kbd>\u00a0will terminate the server.<\/p><\/blockquote>\n<h3>Updating<\/h3>\n<h4>update<\/h4>\n<h2>Update checks for any server updates and applies them. The server will update and restart only if required.<\/h2>\n<pre>.\/mcserver update<\/pre>\n<h3>Debugging<\/h3>\n<h4>Details<\/h4>\n<p>You can get all important and useful\u00a0details\u00a0about the server such as passwords, ports, config files etc.<\/p>\n<pre>.\/mcserver details<\/pre>\n<h4>Debug<\/h4>\n<p>Use debug mode to help you if you are having issues with the server. Debug allows you to see the output of the server directly to your terminal allowing you to diagnose any problems the server might be having.<\/p>\n<pre>.\/mcserver debug<\/pre>\n<h4>Logs<\/h4>\n<p>Server logs are available to monitor and diagnose your server. Script, console and game server (if available) logs are created for the server.<\/p>\n<pre>\/home\/mcserver\/logs<\/pre>\n<h3>Backup<\/h3>\n<p>Backup will allow you to create a complete tar bzip2 archive of the whole server.<\/p>\n<pre>.\/mcserver backup<\/pre>\n<h3>Monitor<\/h3>\n<p>LinuxGSM can monitor the game server by checking that the proccess is running and querying it. Should the server go offline LinuxGSM can restart the server and send you an alert. You can use cronjobs to setup monitoring.<\/p>\n<pre>.\/mcserver monitor<\/pre>\n<h3>Configure LinuxGSM<\/h3>\n<p>For details on how to alter LinuxGSM settings visit\u00a0LinuxGSM Config Files\u00a0page.<\/p>\n<h3>Documentation<\/h3>\n<p>For detailed documentation visit the LinuxGSM<a href=\"https:\/\/gratisvps.net\/blog\">\u00a0docs<\/a>.<\/p>\n<h3>Cronjobs<\/h3>\n<p>To automate LinuxGSM you can set scheduled tasks using cronjobs, to run any command at any given time. You can edit the crontab using the following.<\/p>\n<pre>crontab -e<\/pre>\n<p>Below are the recommended cron tasks.<\/p>\n<pre>*\/5 * * * * \/home\/mcserver\/mcserver monitor &gt; \/dev\/null 2&gt;&amp;1\r\n*\/30 * * * * \/home\/mcserver\/mcserver update &gt; \/dev\/null 2&gt;&amp;1\r\n0 0 * * 0 \/home\/mcserver\/mcserver update-lgsm &gt; \/dev\/null 2&gt;&amp;1<\/pre>\n<h3>Configure LinuxGSM<\/h3>\n<p>For details on how to alter LinuxGSM settings visit\u00a0LinuxGSM Config Files\u00a0page.<\/p>\n<h3>Documentation<\/h3>\n<p>For detailed documentation visit the LinuxGSM\u00a0docs.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u00a0Compatibility Minecraft: Java Edition will run on popular distros as long as the minimum requirements are met. \u00a0Install Notes LinuxGSM installs the vanilla server by default https:\/\/minecraft.net\/en\/download\/server. There is currently no method for LinuxGSM to install custom Minecraft servers automatically. Should you wish to install a custom server you will&hellip;<\/p>\n","protected":false},"author":1,"featured_media":89,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22,5],"tags":[23,34,24],"class_list":["post-87","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-gaming","category-how-to","tag-minecraft","tag-minecraft-java-edtion","tag-minecraft-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v23.6 (Yoast SEO v23.6) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to create Minecraft: Java Edition Game Server - Gratisvps.net | Blog Daily Tech Info<\/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:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to create Minecraft: Java Edition Game Server\" \/>\n<meta property=\"og:description\" content=\"\u00a0Compatibility Minecraft: Java Edition will run on popular distros as long as the minimum requirements are met. \u00a0Install Notes LinuxGSM installs the vanilla server by default https:\/\/minecraft.net\/en\/download\/server. There is currently no method for LinuxGSM to install custom Minecraft servers automatically. Should you wish to install a custom server you will&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/\" \/>\n<meta property=\"og:site_name\" content=\"Gratisvps.net | Blog Daily Tech Info\" \/>\n<meta property=\"article:published_time\" content=\"2024-05-26T19:13:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-05-26T19:16:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/05\/How-to-create-Minecraft-Java-Edition-Game-Server.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"ariete\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ariete\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/\"},\"author\":{\"name\":\"ariete\",\"@id\":\"https:\/\/gratisvps.net\/blog\/#\/schema\/person\/cddcf8cb5192d0713c19b79425c77fc4\"},\"headline\":\"How to create Minecraft: Java Edition Game Server\",\"datePublished\":\"2024-05-26T19:13:32+00:00\",\"dateModified\":\"2024-05-26T19:16:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/\"},\"wordCount\":534,\"publisher\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/05\/How-to-create-Minecraft-Java-Edition-Game-Server.jpeg\",\"keywords\":[\"Minecraft\",\"minecraft java edtion\",\"Minecraft server\"],\"articleSection\":[\"Gaming\",\"How To\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/\",\"url\":\"https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/\",\"name\":\"How to create Minecraft: Java Edition Game Server - Gratisvps.net | Blog Daily Tech Info\",\"isPartOf\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/05\/How-to-create-Minecraft-Java-Edition-Game-Server.jpeg\",\"datePublished\":\"2024-05-26T19:13:32+00:00\",\"dateModified\":\"2024-05-26T19:16:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/#primaryimage\",\"url\":\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/05\/How-to-create-Minecraft-Java-Edition-Game-Server.jpeg\",\"contentUrl\":\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/05\/How-to-create-Minecraft-Java-Edition-Game-Server.jpeg\",\"width\":1280,\"height\":720,\"caption\":\"How to create Minecraft Java Edition Game Server\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/gratisvps.net\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to create Minecraft: Java Edition Game Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/gratisvps.net\/blog\/#website\",\"url\":\"https:\/\/gratisvps.net\/blog\/\",\"name\":\"Gratisvps.net | Blog Daily Tech Info\",\"description\":\"Discover reliable VPS server solutions\",\"publisher\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/gratisvps.net\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/gratisvps.net\/blog\/#organization\",\"name\":\"Gratisvps.net | Blog Daily Tech Info\",\"url\":\"https:\/\/gratisvps.net\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gratisvps.net\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/logo.png\",\"contentUrl\":\"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/logo.png\",\"width\":250,\"height\":67,\"caption\":\"Gratisvps.net | Blog Daily Tech Info\"},\"image\":{\"@id\":\"https:\/\/gratisvps.net\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/gratisvps.net\/blog\/#\/schema\/person\/cddcf8cb5192d0713c19b79425c77fc4\",\"name\":\"ariete\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gratisvps.net\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ca385b636b0c0fe0e98479594ff50902?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ca385b636b0c0fe0e98479594ff50902?s=96&d=mm&r=g\",\"caption\":\"ariete\"},\"sameAs\":[\"https:\/\/gratisvps.net\/blog\"],\"url\":\"https:\/\/gratisvps.net\/blog\/author\/ariete\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to create Minecraft: Java Edition Game Server - Gratisvps.net | Blog Daily Tech Info","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:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/","og_locale":"en_US","og_type":"article","og_title":"How to create Minecraft: Java Edition Game Server","og_description":"\u00a0Compatibility Minecraft: Java Edition will run on popular distros as long as the minimum requirements are met. \u00a0Install Notes LinuxGSM installs the vanilla server by default https:\/\/minecraft.net\/en\/download\/server. There is currently no method for LinuxGSM to install custom Minecraft servers automatically. Should you wish to install a custom server you will&hellip;","og_url":"https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/","og_site_name":"Gratisvps.net | Blog Daily Tech Info","article_published_time":"2024-05-26T19:13:32+00:00","article_modified_time":"2024-05-26T19:16:25+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/05\/How-to-create-Minecraft-Java-Edition-Game-Server.jpeg","type":"image\/jpeg"}],"author":"ariete","twitter_card":"summary_large_image","twitter_misc":{"Written by":"ariete","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/#article","isPartOf":{"@id":"https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/"},"author":{"name":"ariete","@id":"https:\/\/gratisvps.net\/blog\/#\/schema\/person\/cddcf8cb5192d0713c19b79425c77fc4"},"headline":"How to create Minecraft: Java Edition Game Server","datePublished":"2024-05-26T19:13:32+00:00","dateModified":"2024-05-26T19:16:25+00:00","mainEntityOfPage":{"@id":"https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/"},"wordCount":534,"publisher":{"@id":"https:\/\/gratisvps.net\/blog\/#organization"},"image":{"@id":"https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/#primaryimage"},"thumbnailUrl":"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/05\/How-to-create-Minecraft-Java-Edition-Game-Server.jpeg","keywords":["Minecraft","minecraft java edtion","Minecraft server"],"articleSection":["Gaming","How To"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/","url":"https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/","name":"How to create Minecraft: Java Edition Game Server - Gratisvps.net | Blog Daily Tech Info","isPartOf":{"@id":"https:\/\/gratisvps.net\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/#primaryimage"},"image":{"@id":"https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/#primaryimage"},"thumbnailUrl":"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/05\/How-to-create-Minecraft-Java-Edition-Game-Server.jpeg","datePublished":"2024-05-26T19:13:32+00:00","dateModified":"2024-05-26T19:16:25+00:00","breadcrumb":{"@id":"https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/#primaryimage","url":"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/05\/How-to-create-Minecraft-Java-Edition-Game-Server.jpeg","contentUrl":"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/05\/How-to-create-Minecraft-Java-Edition-Game-Server.jpeg","width":1280,"height":720,"caption":"How to create Minecraft Java Edition Game Server"},{"@type":"BreadcrumbList","@id":"https:\/\/gratisvps.net\/blog\/how-to-create-minecraft-java-edition-game-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gratisvps.net\/blog\/"},{"@type":"ListItem","position":2,"name":"How to create Minecraft: Java Edition Game Server"}]},{"@type":"WebSite","@id":"https:\/\/gratisvps.net\/blog\/#website","url":"https:\/\/gratisvps.net\/blog\/","name":"Gratisvps.net | Blog Daily Tech Info","description":"Discover reliable VPS server solutions","publisher":{"@id":"https:\/\/gratisvps.net\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gratisvps.net\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/gratisvps.net\/blog\/#organization","name":"Gratisvps.net | Blog Daily Tech Info","url":"https:\/\/gratisvps.net\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gratisvps.net\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/logo.png","contentUrl":"https:\/\/gratisvps.net\/blog\/wp-content\/uploads\/2024\/10\/logo.png","width":250,"height":67,"caption":"Gratisvps.net | Blog Daily Tech Info"},"image":{"@id":"https:\/\/gratisvps.net\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/gratisvps.net\/blog\/#\/schema\/person\/cddcf8cb5192d0713c19b79425c77fc4","name":"ariete","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gratisvps.net\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ca385b636b0c0fe0e98479594ff50902?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ca385b636b0c0fe0e98479594ff50902?s=96&d=mm&r=g","caption":"ariete"},"sameAs":["https:\/\/gratisvps.net\/blog"],"url":"https:\/\/gratisvps.net\/blog\/author\/ariete\/"}]}},"_links":{"self":[{"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/posts\/87"}],"collection":[{"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/comments?post=87"}],"version-history":[{"count":4,"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/posts\/87\/revisions"}],"predecessor-version":[{"id":93,"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/posts\/87\/revisions\/93"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/media\/89"}],"wp:attachment":[{"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/media?parent=87"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/categories?post=87"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gratisvps.net\/blog\/wp-json\/wp\/v2\/tags?post=87"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}