Solved [Scoreboard] Display players with a special permission

Discussion in 'Plugin Development' started by MaximumFX, Mar 2, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    MaximumFX

    Hi, I wonder if it's possible to display for an offline player the amount players with a special permission?
    If the permission is test, and 6 players have this permission, is it possible to display this in an scoreboard?

    MaximumFX
     
  2. Offline

    pie_flavor

    @MaximumFX There are many scoreboard APIs to use. In fact, a really great one is almost top-of-the-list in the resources section. Pick one, use it, and display a line for each player in getOfflinePlayers().
    Unless, of course, you want the specific amount (your english is hard to decipher) in which case you would just set the score of whatever you want the name to be to the number of players who have the permission, likely using a for loop to find the total.
     
Thread Status:
Not open for further replies.

Share This Page