@@ -21,7 +21,7 @@ on [SpigotMC.org](https://www.spigotmc.org/resources/betterwhitelist.101614/)
2121as well. Prereleases are found only here on GitHub. If you find a bug, fill in
2222bug report in GitHub [ issues page] ( https://www.github.com/Polda18/BetterWhitelist/issues ) .
2323
24- ## How it works and issue with vanilla whitelist
24+ ## How does it work and issue with vanilla whitelist
2525Pretty much how you would expect the whitelist to work. It checks if the player
2626is on the whitelist and if not, it kicks them out of the server with appropriate
2727message. Managing the whitelist is you add a player to the whitelist and turn
@@ -66,14 +66,14 @@ use it. These are the subcommands:
6666 permission to run
6767- ` on ` - Turns the whitelist on, requires ` betterwhitelist.admin ` permission to run
6868- ` off ` - Turns the whitelist off, requires ` betterwhitelist.admin ` permission to run
69- - ` list ` - Lists all whitelisted players, requires ` betterwhitelist.list ` permission to run
70- - ` add <playername> ` - Adds specified player to the whitelist, requires ` betterwhitelist.add `
71- permission to run
72- - ` remove <playername> ` - Removes specified player from the whitelist, requires ` betterwhitelist.remove `
73- permission to run
69+ - ` list [p:<page number>] ` - Lists all whitelisted players, requires ` betterwhitelist.list ` permission to run
70+ - ` add <playername> [<another playername> ...] ` - Adds specified player(s) to the whitelist,
71+ requires ` betterwhitelist.add ` permission to run
72+ - ` remove <playername> [<another playername> ...] ` - Removes specified player(s) from the whitelist,
73+ requires ` betterwhitelist.remove ` permission to run
7474- ` import ` - Imports players from vanilla whitelist to be used with this plugin, requires
7575 ` betterwhitelist.admin ` permission to run
76- - ` lang <language code> ` - Checks or changes language of the plugin messages, requires
76+ - ` lang [ <language code>] ` - Checks or changes language of the plugin messages, requires
7777 ` betterwhitelist.admin ` permission to run
7878- ` reload ` - Reloads the whitelist and configuration from the plugin files (used mainly if you do
7979 manual edits - not recommended), requires ` betterwhitelist.admin ` permission to run
@@ -83,6 +83,8 @@ use it. These are the subcommands:
8383If you're using permissions plugin, this is a list of available permissions you'll need to use.
8484All permissions default to server operators (op).
8585
86+ - ` betterwhitelist ` - This is a base permission and needs to be assigned to anyone who will be working with
87+ this whitelist plugin. Without this permission, the command won't be accessible.
8688- ` betterwhitelist.* ` - This is a wildcard permission, which is equivalent for ` betterwhitelist.admin ` .
8789 It's recommended to use the named permission.
8890- ` betterwhitelist.admin ` - This is a super permission that allows you to access all subcommands,
@@ -122,10 +124,15 @@ If you had your players in vanilla whitelist previously, you can import them
122124using this command: ` /wl import ` . No additional parameters are required to run this
123125command, no additional parameters are also taken into account. Running this
124126command silently adds all players found in vanilla whitelist to whitelist of this
125- plugin. You can verify content by executing ` /wl list ` command. To add a new player
126- to the whitelist simply run ` /wl add <playername> ` where ` <playername> ` refers to
127- the player IGN, and to remove a player from the whitelist run ` /wl remove <playername> `
128- where ` <playername> ` again refers to the player IGN.
127+ plugin. You can verify content by executing ` /wl list ` command. List is numbered,
128+ so to view next page, add ` p:<page number> ` argument to the command, where
129+ ` <page_number> ` is the page number you want to view. To add a new player
130+ to the whitelist simply run ` /wl add <playername> ` where ` <playername> ` refers
131+ to the player IGN, and to remove a player from the whitelist run
132+ ` /wl remove <playername> ` where ` <playername> ` again refers to the player IGN.
133+ It is possible to add or remove multiple players from whitelist by specifying more
134+ player names separated by spaces. If you use the command in game, it tries to autocomplete
135+ your command.
129136
130137### Disclaimer
131138This plugin isn't intended to support criminal behavior. It is intended to aid
0 commit comments