Stable
1.1.4
- Added the
AutoAssignJobs
option, which allows you to define a list of jobs players can get assigned to on join, assuming they are whitelisted to one of them. The first whitelisted job found gets assigned to the player.
Modified files:
whitelist/sv_whitelist.lua
whitelist_config.lua
Stable
1.1.3
- Fixed not being able to whitelist usergroups in certain circumstances
Modified file:
whitelist/sv_whitelist.lua
Stable
1.1.2
Urgent bug fix for users on sqlite
database mode: Fixed database constraint mistake, preventing more than one line from being created.
If you are upgrading and NOT using a MySQL database for SH Whitelist, then you MUST follow this procedure:
- Open your server's console. If you can't access it, make sure you are a Super Admin on your server and online.
- Enter the
sh_whitelist_wipe_database
console command. This will delete the SH Whitelist table in the SQLite database. If you are running this from in-game, you won't get any message, but the table should be deleted. - Restart the server. The fixed table should create itself and you will no longer have the "whitelists not saving" issue. You will have to redo every whitelist you've done up until now.
Modified file:
whitelist/sv_whitelist.lua
Stable
1.1.1
- Fixed
faction_chosen
column not being created on MySQL databases. - Fixed invisible name bug on certain job lines.
Modified files:
whitelist/cl_menu.lua
whitelist/sv_whitelist.lua
Stable
1.1.0
- Added support for Factions. Factions allow you to let players choose a side with preset jobs when joining your server. This allows you to make the server automatically whitelist players. You can configure factions in the dedicated
whitelist_factions.lua
config file. - Added Spanish translation.
Modified/added files:
whitelist_config.lua
whitelist_factions.lua
autorun/autorun_whitelist.lua
whitelist/cl_factions.lua
whitelist/lib_database.lua
whitelist/lib_loungeui.lua
whitelist/sh_networking.lua
whitelist/sh_whitelist.lua
whitelist/sv_factions.lua
whitelist/language/english.lua
whitelist/language/french.lua
whitelist/language/german.lua
whitelist/sv_whitelist.lua
Stable
1.0.0
Initial version.