Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 443 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 443 Bytes

Trust

ユーザー信頼度を管理するプラグイン

How to use

Example

private static TrustAPI trustAPI;

@Override
public void onEnable() {
    Trust trust = (Trust) Bukkit.getPluginManager().getPlugin("Trust");
    trustAPI = trust.getTrustAPI();
}

public static TrustAPI getTrustAPI() {
    return trustAPI;
}