mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-14 22:55:15 +01:00
Update BlueMapAPI + Implementation
This commit is contained in:
parent
0e84d4f914
commit
478ccf52a5
@ -1 +1 @@
|
||||
Subproject commit 48315370595d4d9fbccc6d73a0e3fc5aafa4aa00
|
||||
Subproject commit 3bbf92965daadc3f5eee0270bc096157825fc305
|
@ -36,6 +36,11 @@ public void setPlayerVisibility(UUID player, boolean visible) {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean getPlayerVisibility(UUID player) {
|
||||
return plugin.getPluginState().isPlayerHidden(player);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String createImage(BufferedImage image, String path) throws IOException {
|
||||
path = path.replaceAll("[^a-zA-Z0-9_.\\-/]", "_");
|
||||
|
Loading…
Reference in New Issue
Block a user