Abo-Ficker DissLiker Posted June 4, 2020 Share Posted June 4, 2020 Hey, Ich möchte ein Scoreboard und ein Tablist plugin programmieren. Ich möchte gern dazu die Prefixe in der Tablist mit einer Permission setzen. Bei meinen derzeitigen Code wird aber ein random Prefix aus der prefixliste im Code gesetzt. wie ändere ich das, dass erst abgefragt wird ob die Gruppe die permission (rang.admin) hat und dann in den Prefix (ADMIN) gesetzt wird. Ich hänge mal meinen Code dran. Danke für die Hilfe im vorraus https://pastebin.com/S4pPs4pZ Link to comment Share on other sites More sharing options...
Matzuake Posted June 11, 2020 Share Posted June 11, 2020 warum eigentlich so schwer ? nutzt du LuckyPerms ? wenn ja dann einfach nach public static boolean isPlayerInGroup(Player players, String group) { return players.hasPermission("group." + group); } Team owner = sb.registerNewTeam("0001owner"); owner.setPrefix("§4§lOwner §7[§aTeam§7] | "); if (isPlayerInGroup(players, "owner")) { owner.setColor(ChatColor.DARK_RED); } und schon bist du fertig 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now