How to Set Up Pl3xMap on a Minecraft Java Server
Pl3xMap creates a lightweight web map of your Minecraft server in the vanilla rendering style. You can open the map directly in a browser.
Warning
Pl3xMap requires its own port for the web server. Do not use your server's default port!
Note
Pl3xMap only works with Paper or Purpur servers. It does not run on Vanilla, Spigot, Forge or Fabric servers.
Step 1: Install the Plugin
Download plugin
Download Pl3xMap for your server version and place the.jarfile into thepluginsfolder.Restart server
Restart your server so the config files are created.
Step 2: Open a Port
Open network section
Open the Network section in your dashboard. There you will find an overview of all available ports.Choose a port
Choose an available port and note it down.
Important
Do not use your server's default port! Pl3xMap requires a separate port.
Step 3: Configure the Config File
Open config file
Open the fileplugins/Pl3xMap/config.yml.Find port section
Look for theinternal-webserversection:yamlsettings: internal-webserver: enabled: true bind: 0.0.0.0 port: 8080settings: internal-webserver: enabled: true bind: 0.0.0.0 port: 8080Replace port
Replace8080with your chosen port from Step 2.Save changes
Save the file.
Step 4: Restart the Server
Restart server
Restart your server for the changes to take effect.Open the map
Open the web map in your browser at:http://YOUR_SERVER_IP:YOUR_PORThttp://YOUR_SERVER_IP:YOUR_PORT