A web-based map viewer designed for the Colony Craft Minecraft server. Provides features such as adding and managing markers on the map, viewing coordinates in both Minecraft and map formats, and sharing specific locations with others.
Available at colonycraft.itsbruno.dev.
git clone https://github.com/itsbrunodev/colonycraft.git
cd colonycraftpnpm installCopy the .env.example file to .env.local and update the values as needed.
| Variable | Description |
|---|---|
NEXT_PUBLIC_URL |
The base URL of the application. |
NEXT_PUBLIC_TILE_VERSION |
The version of the map tiles, used for caching. (update this whenever you update the tiles) |
pnpm devpnpm build
pnpm startThe map tiles are aggressively cached for performance reasons. If you update the tiles, you will need to update the NEXT_PUBLIC_TILE_VERSION environment variable.