{"id":75293,"date":"2026-06-04T11:46:00","date_gmt":"2026-06-04T08:46:00","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/geocraft\/"},"modified":"2026-06-04T11:46:00","modified_gmt":"2026-06-04T08:46:00","slug":"geocraft","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/geocraft\/","title":{"rendered":"GeoCraft"},"content":{"rendered":"<p># Geocraft &#8211; Geoguessr but in Minecraft<br \/>\nGeocraft is a Minecraft plugin that allows you to play Geoguessr in Minecraft.<\/p>\n<p>Of course, it&#8217;s different from the real Geoguessr but the concept is the same.<br \/>\nAfter some configurations, you will be teleported to a pseudo-random location<br \/>\nin your world. You will have guess where you are and put a banner on the guess<br \/>\nmap. The closer you are to the real location, the more points you will get.<\/p>\n<p>## Installation<br \/>\n1. Download the latest release from the releases page (It will be available soon)<br \/>\n2. Put the jar file in your plugins folder<br \/>\n3. Start your server<\/p>\n<p>## Configuration<br \/>\nThe configuration file is located in the `plugins\/Geocraft\/config.yml` file.<\/p>\n<p>Here is an example of the configuration file:<br \/>\n&#8220;`yaml<br \/>\ndatabase:<br \/>\n  host: localhost<br \/>\n  port: 3306<br \/>\n  name: geocraft<br \/>\n  user: geocraft<br \/>\n  password: password<br \/>\nmapLocation:<br \/>\n  x: 0<br \/>\n  y: 255<br \/>\n  z: 0<br \/>\ntools:<br \/>\n  selection:<br \/>\n    &#8211; PAPER<br \/>\nmaterials:<br \/>\n  grass:<br \/>\n    &#8211; GRASS_BLOCK<br \/>\n    &#8211; OAK_LEAVES<br \/>\n  water:<br \/>\n    &#8211; WATER<br \/>\n  building:<br \/>\n    &#8211; STONE<br \/>\n    &#8211; COBBLESTONE<br \/>\n  road:<br \/>\n    &#8211; GRAY_CONCRETE<br \/>\n    &#8211; WHITE_CONCRETE<br \/>\n  sand:<br \/>\n    &#8211; SAND<br \/>\n    &#8211; SANDSTONE<br \/>\n&#8220;`<\/p>\n<p>### Database<br \/>\nThe database section is used to configure the database connection. If you use<br \/>\nMySQL, you should also add the MySQL driver to your server.<\/p>\n<p>### Map Location<br \/>\nThe map location is the location where the guess map will be generated. The<br \/>\ndefault location is the world spawn.<\/p>\n<p>### Tools<br \/>\nThe tools section is used to configure the tools that the player can use to<br \/>\nsave locations. The default tool is the paper.<\/p>\n<p>### Materials<br \/>\nThe materials section is used to configure the materials that will be used to<br \/>\ngenerate the guess map.<\/p>\n<p>## Start a game<br \/>\n### Configuration<br \/>\nTo start a game, you will first need to save some data in the database.<br \/>\nHappily there are some commands for that purpose. First you will need to add<br \/>\na Region.<br \/>\n&#8220;`<br \/>\n\/geocraft-create region <name><br \/>\n&#8220;`<br \/>\nThen you will need to add a city to the region.<br \/>\n&#8220;`<br \/>\n\/geocraft-create city <region> <name><br \/>\n&#8220;`<br \/>\nThen, you will need to add a district to the city.<br \/>\n&#8220;`<br \/>\n\/geocraft-create district <city> <name><br \/>\n&#8220;`<br \/>\nFinally, you will need to add a location to the district.<br \/>\n&#8220;`<br \/>\n\/geocraft-create road <district> <name><br \/>\n&#8220;`<br \/>\nEach location will be saved in the database and will be used to teleport you<br \/>\nin your world. I know that it&#8217;s a bit long but it&#8217;s the only way to save<br \/>\nlocations in the database that I found and it allows to have a lot of<br \/>\nlocations and to start a game with some settings.<\/p>\n<p>Now you need to create the map, it&#8217;s only the limit of your world that will<br \/>\nbe used to generate the map. You can use the following command to create the<br \/>\nmap.<br \/>\n&#8220;`<br \/>\n\/geocraft map create <minX> <minZ> <maxX> <maxZ> <zoneType> <zoneName><br \/>\n&#8220;`<br \/>\nThe zone type can be : `region`, `city`, `district` or `road`, `world`. The zone name is<br \/>\nthe name of the zone that you want to use to generate the map.<\/p>\n<p>### Start the game<br \/>\nNow that you have saved some locations and created the map, you can start the<br \/>\ngame. You can use the following command to start the game.<br \/>\n&#8220;`<br \/>\n\/geocraft start <zoneType> <zoneName> <time><br \/>\n&#8220;`<br \/>\nThe zone type can be : `region`, `city`, `district` or `road`, `world`. The zone name is<br \/>\nthe name of the zone that you want to use to start the game. The time is the<br \/>\ntime that the player will have to guess where he is.<\/p>\n<p>Now the other players can join the game with :<br \/>\n&#8220;`<br \/>\n\/geocraft join<br \/>\n&#8220;`<\/p>\n<p>Once everyone has joined , you could start the game with :<br \/>\n&#8220;`<br \/>\n\/geocraft start<br \/>\n&#8220;`<\/p>\n<p>Now the guess map will be built. For now, it&#8217;s very long. I will try to<br \/>\noptimize it in the future. Once the map is built, the players will be<br \/>\nteleported to a pseudo-random location in the world. They will have to guess<br \/>\nwhere they are and put a banner on the guess map.<\/p>\n<p>To go to the guess map, you can use the following command :<br \/>\n&#8220;`<br \/>\n\/geocraft-guess tp<br \/>\n&#8220;`<br \/>\nUse the same commands to go back to the game.<\/p>\n<p>Once the timer is over, the game will be over and the players will be<br \/>\nteleported back to their previous location. In the future they will get back<br \/>\ntheir inventory too.<\/p>\n<p>## Commands<br \/>\n&#8211; `\/geocraft-create region <name>` : Create a region<br \/>\n&#8211; `\/geocraft-create city <region> <name>` : Create a city<br \/>\n&#8211; `\/geocraft-create district <city> <name>` : Create a district<br \/>\n&#8211; `\/geocraft-create road <district> <name>` : Create a location<br \/>\n&#8211; `\/geocraft map create <minX> <minZ> <maxX> <maxZ> <zoneType> <zoneName>` : Create a map<br \/>\n&#8211; `\/geocraft start <zoneType> <zoneName> <time>` : Start a game<br \/>\n&#8211; `\/geocraft join` : Join a game<br \/>\n&#8211; `\/geocraft start` : Start a game<br \/>\n&#8211; `\/geocraft-guess tp` : Teleport to the guess map (and back to the game)<br \/>\n&#8211; `\/geocraft-reloaddb` : Reload the database<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A paper plugin to play geoguessr in Minecraft. For now you could play with multiple players on it, there are still some fix to do but it&#8217;s playable.<\/p>\n","protected":false},"featured_media":75294,"template":"","meta":{"_minecraft_slug":"geocraft","_minecraft_project_id":"1KvYrOuI","_minecraft_author":"MatteoLanglois","_minecraft_license":"GPL-3.0-or-later","_minecraft_downloads":170,"_minecraft_follows":4,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"geocraft.zip","_minecraft_size_bytes":80143,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T13:07:47.993544Z","_minecraft_date_created":"2024-12-23T01:02:23.609097Z","_minecraft_date_modified":"2024-12-22T11:12:22.067933Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/geocraft","_minecraft_icon_attachment_id":75294,"_minecraft_imported_at":"2026-06-04T08:46:02+00:00","_minecraft_import_hash":"ea1459ff4889d1a167251a353570fd66","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[89,866,127],"mod_loader":[132],"minecraft_version":[62,37,38],"class_list":["post-75293","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-game-mechanics","mod_category-minigame","mod_category-paper","mod_loader-paper","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>GeoCraft - 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\/geocraft\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"GeoCraft - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A paper plugin to play geoguessr in Minecraft. For now you could play with multiple players on it, there are still some fix to do but it&#039;s playable.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/geocraft\/\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/geocraft\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/geocraft\\\/\",\"name\":\"GeoCraft - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/geocraft\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/geocraft\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/geocraft-icon-89b0bf70613ab069538d9aed5fa39d41947eb0fc_96.webp\",\"datePublished\":\"2026-06-04T08:46:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/geocraft\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/geocraft\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/geocraft\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/geocraft-icon-89b0bf70613ab069538d9aed5fa39d41947eb0fc_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/geocraft-icon-89b0bf70613ab069538d9aed5fa39d41947eb0fc_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/geocraft\\\/#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\":\"GeoCraft\"}]},{\"@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":"GeoCraft - 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\/geocraft\/","og_locale":"en_US","og_type":"article","og_title":"GeoCraft - Minecraft","og_description":"A paper plugin to play geoguessr in Minecraft. For now you could play with multiple players on it, there are still some fix to do but it's playable.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/geocraft\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/geocraft\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/geocraft\/","name":"GeoCraft - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/geocraft\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/geocraft\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/geocraft-icon-89b0bf70613ab069538d9aed5fa39d41947eb0fc_96.webp","datePublished":"2026-06-04T08:46:00+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/geocraft\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/geocraft\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/geocraft\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/geocraft-icon-89b0bf70613ab069538d9aed5fa39d41947eb0fc_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/geocraft-icon-89b0bf70613ab069538d9aed5fa39d41947eb0fc_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/geocraft\/#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":"GeoCraft"}]},{"@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\/75293","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\/75294"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=75293"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=75293"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=75293"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=75293"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}