Hey, I can't get the prefix of a player from the group in LuckyPerms. Or you can get a prefix, the code below. https://hatebin.com/ufjpvqkyqv
So do you want to get the prefix from luckperms or vault? In vault, there's this method Code (Text): public String getPlayerPrefix(String world, OfflinePlayer player) { return getPlayerPrefix(world, player.getName()); } inside the Chat class if thats what you want