How to enable the minimap on your Project Zomboid Server
How to enable the minimap on your Project Zomboid Server
If your server was created before 10/06/2023 this guide is incorrect.
Navigate to /ServerData/Server/Pterodactyl_SandboxVars.lua Then find:
Map = {
AllowMiniMap = false,
AllowWorldMap = true,
MapAllKnown = false,
},
Change to:
Map = {
AllowMiniMap = true,
AllowWorldMap = true,
MapAllKnown = false,
},
Restart the server and the Minimap will be enabled.
If you require any further assistance, please create a ticket here.
Created By: Griffin H.
Updated on: 06/10/2023
Thank you!