Skip to content

anbcodes/minecraft-map-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Map Chat

A plugin that generates a map of your world. Details for each part are in their respective folders.

Building

Everything can be built using the following commands

  • cd plugin
  • ./build-other && ./gradlew build

About

Minecraft map chat generates a map of your world using the world files. It also provides a live chat and live player positions.

Map

Map zoomed in

Map zoomed in 2

Live chat

chat

The end

end

end zoomed out

Technical details

Technical details of each part are included in their respective folders.

The project is made up of these four parts. ./plugin/build-other embels all the parts into the plugin. The web server and the image generator are both built into executable files and the client is bundled into a zip file. The plugin copies all the parts into the plugin data folder and executes the server executable. It communicates with the server using stdin/stdout.

The server executable runs a web server which hosts the files in the zipped client file. It also starts a websocket server for live chat/positions. The server executable also periodically runs the image generator, which generates images for a the region files in a folder.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors