-
Notifications
You must be signed in to change notification settings - Fork 25
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