Add Player Visibility Set API support
This commit is contained in:
parent
e15daaaff4
commit
39c5388a64
1 changed files with 4 additions and 0 deletions
|
|
@ -1226,5 +1226,9 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
|
||||||
public boolean setDisableChatToWebProcessing(boolean disable) {
|
public boolean setDisableChatToWebProcessing(boolean disable) {
|
||||||
return core.setDisableChatToWebProcessing(disable);
|
return core.setDisableChatToWebProcessing(disable);
|
||||||
}
|
}
|
||||||
|
@Override
|
||||||
|
public boolean testIfPlayerVisibleToPlayer(String player, String player_to_see) {
|
||||||
|
return core.testIfPlayerVisibleToPlayer(player, player_to_see);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue