Is there a trick to getting the map to be visible for all players?

Abrondino

Member
Mar 20, 2020
34
3
8
59
I have the port forwarded out. It seems it is a permissions issue.


Heck, I can't even get it to show for people who have (lower) permissions.
If I am an admin with 0, I get access to see the map. When I am over 20, I do not see it.

I tried changing each of the permissions listed as 20 and cannot seem to find the one that will show map.

I made a mistake and placed a DM in there will all caps that will not go away.
There is one called "mod" that will not change or have the ability to be deleted.
I tried will connected and disconnected mode.

1155
 
This is what I use

<permission module="web.map" permission_level="2000" /><!-- Map that everyone can see -->
<permission module="webapi.getstats" permission_level="2000" /><!-- Stats in the upper left -->

<!-- Only players logged in -->
<permission module="webapi.getplayerslocation" permission_level="800" /><!-- Shows player location -->
<permission module="webapi.getlandclaims" permission_level="800"/><!-- Shows players land claim -->

<!-- Admin only -->
<permission module="webapi.getplayerinventory" permission_level="0" /><!-- Shows player inventory -->
<permission module="webapi.viewallclaims" permission_level="0" /><!-- Shows all the players land claims -->
<permission module="webapi.viewallplayers" permission_level="0" /><!-- Shows all online and offline players -->
<permission module="webapi.getlog" permission_level="0" /><!-- Menu server log -->
<permission module="webapi.gethostilelocation" permission_level="0" /><!-- Get zombies locations -->
<permission module="webapi.getanimalslocation" permission_level="0" /><!-- Get animals locations -->
<permission module="webapi.GetPlayerList" permission_level="0" /><!-- Menu player list -->

0 is for admin
1000 is for players logged in
2000 is for everyone to see
 
to let others view the map is simple :) just make it look like this :) then edit the perm for what you want them to be able to see an what they can an cant do :)1156
 
that is just based on the default settings so make sure to edit the perms :)