Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
GeoCraft
PluginGPL-3.0-or-later

GeoCraft

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.

153
Downloads
4
Followers
1 years ago
Updated
📦
2
Versions
game-mechanicsminigamepaper
Download Latestv0.1.0View on Modrinth

📖About GeoCraft

Geocraft - Geoguessr but in Minecraft

Geocraft is a Minecraft plugin that allows you to play Geoguessr in Minecraft.

Of course, it's different from the real Geoguessr but the concept is the same.
After some configurations, you will be teleported to a pseudo-random location
in your world. You will have guess where you are and put a banner on the guess
map. The closer you are to the real location, the more points you will get.

Installation

  1. Download the latest release from the releases page (It will be available soon)
  2. Put the jar file in your plugins folder
  3. Start your server

Configuration

The configuration file is located in the plugins/Geocraft/config.yml file.

Here is an example of the configuration file:

database:
  host: localhost
  port: 3306
  name: geocraft
  user: geocraft
  password: password
mapLocation:
  x: 0
  y: 255
  z: 0
tools:
  selection:
    - PAPER
materials:
  grass:
    - GRASS_BLOCK
    - OAK_LEAVES
  water:
    - WATER
  building:
    - STONE
    - COBBLESTONE
  road:
    - GRAY_CONCRETE
    - WHITE_CONCRETE
  sand:
    - SAND
    - SANDSTONE

Database

The database section is used to configure the database connection. If you use
MySQL, you should also add the MySQL driver to your server.

Map Location

The map location is the location where the guess map will be generated. The
default location is the world spawn.

Tools

The tools section is used to configure the tools that the player can use to
save locations. The default tool is the paper.

Materials

The materials section is used to configure the materials that will be used to
generate the guess map.

Start a game

Configuration

To start a game, you will first need to save some data in the database.
Happily there are some commands for that purpose. First you will need to add
a Region.

/geocraft-create region <name>

Then you will need to add a city to the region.

/geocraft-create city <region> <name>

Then, you will need to add a district to the city.

/geocraft-create district <city> <name>

Finally, you will need to add a location to the district.

/geocraft-create road <district> <name>

Each location will be saved in the database and will be used to teleport you
in your world. I know that it's a bit long but it's the only way to save
locations in the database that I found and it allows to have a lot of
locations and to start a game with some settings.

Now you need to create the map, it's only the limit of your world that will
be used to generate the map. You can use the following command to create the
map.

/geocraft map create <minX> <minZ> <maxX> <maxZ> <zoneType> <zoneName>

The zone type can be : region, city, district or road, world. The zone name is
the name of the zone that you want to use to generate the map.

Start the game

Now that you have saved some locations and created the map, you can start the
game. You can use the following command to start the game.

/geocraft start <zoneType> <zoneName> <time>

The zone type can be : region, city, district or road, world. The zone name is
the name of the zone that you want to use to start the game. The time is the
time that the player will have to guess where he is.

Now the other players can join the game with :

/geocraft join

Once everyone has joined , you could start the game with :

/geocraft start

Now the guess map will be built. For now, it's very long. I will try to
optimize it in the future. Once the map is built, the players will be
teleported to a pseudo-random location in the world. They will have to guess
where they are and put a banner on the guess map.

To go to the guess map, you can use the following command :

/geocraft-guess tp

Use the same commands to go back to the game.

Once the timer is over, the game will be over and the players will be
teleported back to their previous location. In the future they will get back
their inventory too.

Commands

  • /geocraft-create region <name> : Create a region
  • /geocraft-create city <region> <name> : Create a city
  • /geocraft-create district <city> <name> : Create a district
  • /geocraft-create road <district> <name> : Create a location
  • /geocraft map create <minX> <minZ> <maxX> <maxZ> <zoneType> <zoneName> : Create a map
  • /geocraft start <zoneType> <zoneName> <time> : Start a game
  • /geocraft join : Join a game
  • /geocraft start : Start a game
  • /geocraft-guess tp : Teleport to the guess map (and back to the game)
  • /geocraft-reloaddb : Reload the database

👥 Team & Contributors

MatteoLanglois
MatteoLangloisOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paper
Minecraft Versions
1.211.21.1

🔗 Links

Modrinth Page