Whitelister is a simple whitelist fetching mod. When configured it will pull whitelists from various sources and update on a configurable schedule automatically. If one of the whitelists is unavailable it will use the cached list. Note the whitelist should be disabled in your server.properties.
Commands:
- /wl list - Lists the current whitelist
- /wl reload - Reloads the whitelist manually
- /wl enable - Enables the mod
- /wl disable - Disables the mod
- /wl export - Exports the whitelist to a txt file
You are free to use this mod in any public packs you may want to make, just be sure to provide credit ;)
Using v3.1.8 for 1.10.2
When a user is not on the whitelist, players get disconnected with the message:
"Internal Exception: java.io.IOException: Connection reset by peer"
instead of the message they are supposed to receive when not whitelisted. This can be misleading because players think it is an error on their end instead of the server's end.
Here is my whitelisted.cfg file: http://pastebin.com/xeDwRWVj
Here is the error outputted from the console: http://pastebin.com/Ra6KYy0M
Thanks, Orc
Since this has the ability to fetch a plain txt file, does that mean that if I write to a plain txt file with just the players username and then fetch that plain text file with this mod, will it automatically convert that text file into the .json format and fetch the uuids of players? Or is that just support for older versions of Minecraft?
It is a username based whitelist. It will fetch multiple plain text whitelist files and merge them into one list which operates independently of the vanilla whitelist. In this way you have the ability to use the default whitelist as a kind of maintenance mode. It was written to be used with services like whitelist.twitchapps.com in mind
I keep getting "whitelist could not be reloaded" error, here is my cfg: http://pastebin.com/E9prkQcm, i think maybe line 24 is the problem (maybe the syntax?). thanks.
people with same issue, please make sure you remove "unused or broken" links. in this case remove lines 15 and 16.
issue resolved.
I keep getting "whitelist could not be reloaded" error, here is my cfg: http://pastebin.com/E9prkQcm, i think maybe line 24 is the problem (maybe the syntax?). thanks.
people with same issue, please make sure you remove "unused or broken" links.
issue resolved. in this case, remove line 15 and 16 (see pastebin).
can we please have an example of format for the files ?
format atleast for txt file is line seperated IGN's. example:
mcname1
mcname2
Does not seem to work for 1.8.9 :(
Also where does the export save to?
Seems to let me on the server even if im not whitelisted lol
Question time!
Im hosting the raw text files on a server that is behind CF.
And for some reason CF seems to block the connection, and my guess is that it has to do with the Mod not sending a User Agent info with the requests to pull the lists?
Is there any chance that this can be implemented? (im running 1.7.10 btw)
Todays updates (for 1.7.10, 1.8.9 and 1.9.4) all add a Chrome user agent to the request. Hopefully this will help you out.
What is the whitelist file format? CSV of UUIDs?
Looks like I may have answered my own question. The source code suggests it's a line separated list of ign's?. Yes?
Yep, line separated IGNs. Sorry it's taken so long to answer, I've only just found your comments.
Is there a way to report a bug because I can't use commands in my server
Besides the export, this is no different than /whitelist which is a vanilla command.
I wasn't aware that the vanilla command was capable of pulling white lists from multiple remote locations. Is this a new feature? It certainly can't be done with vanilla on the versions this mod is released for.
commands don't work