Skip to content
JongWasTaken edited this page Apr 18, 2024 · 7 revisions

This page lists important information for Minecraft server owners.
All configuration directories will be created automatically on first launch.

Regarding Fonts

Book2Map can use both installed system fonts and owner-added fonts. The server owner needs to install any wanted fonts themselves.
Starting with Version 1.2, Minecraft-Font and Monocraft are bundled with Book2Map and will be used as the default fonts. They do not need to be installed manually anymore.
Non-monospaced fonts are now also supported.

To install a font:

  • Download your desired font in either the TTF or OTF format.
  • Move it to config/book2map/fonts.
  • That's it!

Setting up textures

Textures are expected to be PNG files, stored in config/book2map/textures/.

As the server owner, it is your job to put the actual texture files there.
However, there are no limits on what exactly you put in that directory.
My recommendation is to simply use vanilla resource-pack textures, but you could totally use 3rd-party resource-packs or even completely unrelated images.

Assuming you want to use vanilla textures:

  • Get a copy of the vanilla resource-pack. This can be done by extracting it from the actual client game files, or by finding it on the internet.
  • Extract the contents of assets/minecraft/textures/block and assets/minecraft/textures/item into config/book2map/textures.
  • That's it!
Clone this wiki locally