Skip to content

Commit

Permalink
Don't show claimed chunks by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdmandt committed May 20, 2024
1 parent 35f8b47 commit ffb1a41
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public void apiEnabled(DynmapCommonAPI api) {
GwmCommand.registerSubCommand(new UpdateSUClaimsGwmSubCommand("updatesuclaims"));
markerAPI = api.getMarkerAPI();
markerSet = markerAPI.createMarkerSet("suclaims", "Claimed Chunks (SU)", null, false);
markerSet.setHideByDefault(true);
MinecraftServer server = MinecraftServer.getServer();

for(WorldServer ws : server.worldServers){
Expand Down

0 comments on commit ffb1a41

Please sign in to comment.