Skip to content

Commit 478ccf5

Browse files
committed
Update BlueMapAPI + Implementation
1 parent 0e84d4f commit 478ccf5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

BlueMapAPI

BlueMapCommon/src/main/java/de/bluecolored/bluemap/common/api/WebAppImpl.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ public void setPlayerVisibility(UUID player, boolean visible) {
3636
}
3737
}
3838

39+
@Override
40+
public boolean getPlayerVisibility(UUID player) {
41+
return plugin.getPluginState().isPlayerHidden(player);
42+
}
43+
3944
@Override
4045
public String createImage(BufferedImage image, String path) throws IOException {
4146
path = path.replaceAll("[^a-zA-Z0-9_.\\-/]", "_");

0 commit comments

Comments
 (0)