Add Player Visibility Set API support
This commit is contained in:
parent
8031110a59
commit
8a03a29f0a
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) {
|
||||
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