https://github.com/blooym/wholist
Show which players are near you in-game, inspired by World of Warcraft's "/who" command.
https://github.com/blooym/wholist
dalamud-plugin
Last synced: about 1 year ago
JSON representation
Show which players are near you in-game, inspired by World of Warcraft's "/who" command.
- Host: GitHub
- URL: https://github.com/blooym/wholist
- Owner: Blooym
- License: agpl-3.0
- Created: 2022-12-18T23:15:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T15:28:04.000Z (about 1 year ago)
- Last Synced: 2025-04-14T16:35:49.404Z (about 1 year ago)
- Topics: dalamud-plugin
- Language: C#
- Homepage:
- Size: 652 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Wholist
Show who's nearby you, inspired by the `/who` command from World of Warcraft
[](https://github.com/Blooym/Wholist)
**[Issues](https://github.com/Blooym/Wholist/issues) · [Pull Requests](https://github.com/Blooym/Wholist/pulls) · [Releases](https://github.com/Blooym/Wholist/releases/latest)**
---
## About
Wholist is a plugin for [Dalamud](https://github.com/goatcorp/Dalamud) that allows players to easy see and interact with nearby players via a GUI list. Wholist was inspired by the `/who` command from World of Warcraft that provides similar functionality. Some features of Wholist include:
- Minimalistic interface that can be scaled down to become part of your HUD.
- Full localization support, using both game and Dalamud language settings when possible.
- Highlighting of "known players" such as friends and party members in the nearby player list.
- Player context menu items, like sending tells, examining, searching on the Lodestone and more.
- Fully customizable colours & behaviour.
- Random adventure plate command
- Display nearby player count in the server info bar
## Restrictions
Due to how Wholist fetches information about nearby players from the game it is impossible to increase how many players show on the "nearby players" list past what is available to the client.
It will also automatically hide the UI if you are partaking in Player vs Player content to prevent any competitive advantages that could come from using this plugin. This behaviour cannot be disabled to ensure competitive integrity.
## Contributing
### Code
Contributions are welcome as long as they follow Dalamud's rules for plugin creation and remain in-scope. Please use the [Commit Convention](COMMIT_CONVENTION.md) when making commits to the repository. It is recommended to open an issue before making a pull request for a new feature to make sure it is in-scope.
### Translations
If you want to help translate Wholist into your language you can do so through the [Crowdin project](https://crwd.in/wholist). If the language you want to translate to is not available please create an issue and it will be added.