CustomUserList
Easily create lists of users
by Stealth2800
Version: 2.4.1
Tested on Bukkit: 1.7.2
Originally written for a request by: Stevensaurus
Description
Adds a command that allows players to view a list of online staff. Staff is defined via permissions specified in the config file. An example config file is below.
This plugin allows you to create multiple lists of users. You can use this for things from lists of online staff members to lists of donors. For configuration help, visit this page.
Example Staff List

Example Donor List

Features
- Multiple user lists can be defined, each very customizable
- Hides vanished players (with VanishNoPacket)
- Compatible with any permissions plugin
- Easy permission control
Commands and Permissions
| Command | Info | Permission |
|---|---|---|
| /customuserlist (version) | Show plugin version | -- |
| /customuserlist list | List all loaded UserLists | customuserlist.list |
| /customuserlist show <UserList name> | View UserList | permission is set per-UserList |
| /<UserList alias> | View UserList | permission is set per-UserList |
| /customuserlist reload | Reload plugin data | customuserlist.admin.reload |
Config.yml
Debug: false #Turns debug mode on/off. You shouldn't need to use this. Check for updates: true #Enables/disables update check on server startup/reload
userlists.yml
Dependencies
- A permissions plugin (PermissionsEx, GroupManager, etc. I personally recommend PermissionsEx)
- Vault (Not required, prefixes/suffixes/groups only work with this installed)
- VanishNoPacket (Not required, vanish check only works with this installed)
Upcoming Features
Request any features you would like to see in future updates!

