ModsJava
[Library] spigot-maps | Easily render Images, GIFs and Text on Minecraft Maps
A small, lightweight library to make the usage of custom maps and map renderers easier.
Features:
This does the following:
Features:
- Dynamic map rendering (based on render context)
- Text and image rendering with convenient usage
- Base class for own renderer implementations
- API to store renderers persistently
- Tools to resize / crop / divide images so that they fit the minecraft maps
- Convenient builder classes and factory methods
- Implementation of MapView to use directly with the Spigot API
Code (Java):
ImageRenderer renderer
= ImageRenderer.
create
(image
)
;
RenderedMap map = RenderedMap. create (renderer ) ;
player. getInventory ( ). addItem (map. createItemStack ( ) ) ;
player. updateInventory ( ) ;
RenderedMap map = RenderedMap. create (renderer ) ;
player. getInventory ( ). addItem (map. createItemStack ( ) ) ;
player. updateInventory ( ) ;
- Create an ImageRenderer that renders a specific image for every player
- Create a new RenderedMap that uses this renderer
- Add this map to a player's inventory
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
[Library] spigot-maps | Easily render Images, GIFs and Text on Minecraft Maps is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 994 times (via Spigot). Download it and open it directly in the game.