Skip to content

freeserverproject/Trust

Repository files navigation

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;
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages