๐API Documentation
Below you see some examples of getting the KothBoostAPI:
public class ScoreboardUpdaterImpl {
public ScoreboardUpdaterImpl() {
// Default Scoreboard
final String kothBoostString = KothBoostAPI.getStringKothBoostByPlayer(player);
final Double kothBoostDouble = KothBoostAPI.getDoubleKothBoostByPlayer(player);
}
}Last updated
Was this helpful?