How to enable the minimap on your Project Zomboid Server
Articles on: Game Hosting
If your server was created before 10/06/2023 this guide is incorrect.
- Navigate to
/ServerData/Server/Pterodactyl_SandboxVars.lua
Then find:
undefined Map = { AllowMiniMap = false, AllowWorldMap = true, MapAllKnown = false, },
Change to:
undefined 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
Actualizado el: 31/07/2024
¡Gracias!