-
Notifications
You must be signed in to change notification settings - Fork 26
User API
Ben edited this page Oct 23, 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.
View the source code here or javadoc here.