Player List allows players to see a list and count of all online players that aren't hidden.
Permissions
playerlist.allow
-- Allows player to use the players listplayerlist.hide
-- Hides the player from the player list
Commands
online
-- Show list of players online by nameplayers
orwho
-- Show number of players online by group
Configuration
{
"Admin Color (Hex Format or Name)": "e68c17",
"Admin List Separate (true/false)": true
}
Localization
{
"AdminCount": "{0} admin online",
"AdminList": "Admin online ({0}): {1}",
"NobodyOnline": "No players are currently online",
"NotAllowed": "You are not allowed to use the '{0}' command",
"OnlyYou": "You are the only one online!",
"PlayerCount": "{0} player(s) online",
"PlayerList": "Players online ({0}): {1}"
}
Credits
- Domestos, Hatemail, and Reneb for the original player listing plugins across the years
MIT License, with distribution exclusivity for uMod.org
Copyright (c) 2020 Wulf
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.