Skip to content

User API

Ben edited this page Nov 21, 2016 · 8 revisions

This is for AdvancedCore 1.7+.

Getting a user:
UserManager.getInstance().getUser(player);

You can extend the class of User and UserManager to make your handle for users. Like how I do in VotingPlugin.

You can use name, uuid, offlineplayer.

Javadocs:
User
UserManager

Clone this wiki locally