Add tab completion

This commit is contained in:
Luck
2016-07-17 13:18:43 +01:00
Unverified
parent 874a90253b
commit d33a3ffcea
35 changed files with 348 additions and 24 deletions
@@ -6,6 +6,7 @@ import me.lucko.luckperms.tracks.TrackManager;
import me.lucko.luckperms.users.UserManager;
import me.lucko.luckperms.utils.LPConfiguration;
import java.util.List;
import java.util.UUID;
import java.util.logging.Logger;
@@ -65,6 +66,12 @@ public interface LuckPermsPlugin {
*/
int getPlayerCount();
/**
* Gets the usernames of the users online on the platform
* @return a {@link List} of usernames
*/
List<String> getPlayerList();
/**
* Runs an update task
*/