Skip to content
hydrox edited this page Oct 5, 2011 · 5 revisions

How do I get the API

DroxPermsAPI API = null;
DroxPerms droxPerms = ((DroxPerms) this.getServer().getPluginManager().getPlugin("DroxPerms"));
if (droxPerms != null) {
    API = droxPerms.getAPI();
}

JavaDoc

http://hydrox.github.com/DroxPerms/apidocs/de/hydrox/bukkit/DroxPerms/DroxPermsAPI.html

Clone this wiki locally