WhosThere
Help support development of WhosThere:
At the core WhosThere is a simple Who plugin. I made this plugin because I wanted my users to have colorized names based on their permission group. I also wanted an easy way to lookup offline players, and their last login time, or to display simple IP information on connected users.
Vault - is required!
Features:
- Colorize Names based on Prefixes or Custom Info Nodes
- Colored output works to console
- Colorize the TabName display
- Formatted Output to prevent name-breaks
- See Last Online Time
Permission Nodes:
- whosthere.who - Allows users to show who's online
- whosthere.whois - Allows user to show player-specific info
- whosthere.admin - Allows a user to see IP information of a player
- whosthere.staff - A player with this permission will show up in the online staff list
Configuration Example: Allows you to Toggle Always displaying stealthed players regardless of permission nodes, and to toggle colored prefixes on/off
use-prefix: false use-color-option: true color-option-name: whocolor
WhoColor/Prefixes support the &# color codes listed on the wiki here.
Commands:
- /who - lists all online players
- /who staff - list all online staff
- /who <world> - list only players for the specific world
- /who <name-match> - attempts to match the given string in a player's name and only lists those players
- /whois <playername> - show offline info of a player
I've tested this on 1.7 builds of bukkit and spigot, still works perfectly on both. Glad this plugin is still around, I love it's simplicity.
@xTomiK101
set use-prefix or use-color-option to true. This requires a plugin that supports info nodes via Vault, such as PEX, zPerms. etc. if either one is set to true it will attempt to pull prefix/color options from a variable set in one of these permsision systems. Colors should be in the format &# where # is the color code.
how do you change your tab list name color? Please help !
@computerxpds
I've retagged the download to indicate that it works for the latest Bukkit version.
@PaulBGD
One does not ask, they only TEST IT FIRST.... But since you are a tad lazy, yes the latest version works just fine on 1.4.6 R0.3 :)
Is this updated?
@Sleaker
Okay, I think it may be NoCheatPlus though :/
@Iaintee
Ah sorry, I wouldn't have a clue.
@Sleaker
If I PM you a list of plugins do you think you would know which one it may be?
@Iaintee
Yah just re-tested with only WhosThere, and nothing. You definitely have something else that is running a console command every 5 seconds.
@Sleaker
Hmm, I've only noticed it ever since Craftbukkit 1.3.2 R0.1
@Iaintee
I don't have this problem, and there isn't anything in the plugin that fires off a scheduled task that would do this. If you're seeing it spam the console a bunch then you probably have something spamming your console with the who commands every 5 seconds, perhaps another plugin was doing this?
This spams the console like crazy. "There is 0/48 players online. Showing page 1/2" I see this message every 5 seconds.
Can you please fix this?
@dickwick
the who command already checks the argument by world-name first. It is a case-sensetive check, and must match what your server has set for the worldname, let your players know appropriately and it will work fine.
I would like to see option to set world aliases, /who end to see who is in world_the_end
@rvarnell
so you mean you guys want it to display peoples DISPLAY NAME, not a 'nickname' there's no such thing as a nickname in bukkit, so asking for something that doesn't exist is a bit odd and confusing to me.
I just wanted you to know I have confirmed this to work perfectly with bperms, and pex. It's invaluable to all my server setups now. :D
Here's another request to use Nickname. I use DispNameChanger to give custom names to players on the server. I'm looking for the first /list plugin that will display players by that name.
@Mrcomputeranswers
The features you're requesting are beyond the scope of WhosThere. this plugin simply grabs player info from bukkit, and optionally a prefix/suffix/color info from a chat plugin primarily intended to colorize the player's name on the who list.
The who functionality uses only data provided by bukkit, and will not be expanded to include any other data.
If bukkit provides AFK checking/setting methods then it might be a possibility, otherwise, no. Same goes for nicknames.
Great plugin, glad I finally found it! One change that I would recommend you add to the plugin is the ability to check if the user has a nickname and if they do then use that name instead. Also add support to recognize if the player is afk and add the [AFK] before their name is light gray.