Whitelist
A whitelist system that utilizes Sonoran CMS's game whitelist system.
Last updated
A whitelist system that utilizes Sonoran CMS's game whitelist system.
Last updated
Looking for VPS, web, or dedicated hosting? Check out our official server hosting!
This whitelist module utilizes Sonoran CMS's to enforce player connections.
If using QBCore or VMenu on your server, it is recommended that you control whitelisting through their respective game panels, rather than through this plugin. For more information, see the links below: QBCore Game Panel - Whitelisting
VMenu Game Panel - Whitelisting
With core version v1.4.0
the Whitelist resource was converted to a core module and no longer requires manual installation just configuration.
Locate the whitelist
module within your [sonorancms]/sonorancms/server/modules
folder and rename whitelist_config.dist.json
so that it is just whitelist_config.json
.
Next, open the whitelist_config.json
file and set enabled
to true
.
Navigate to the Rank Manager within the Administrative Panel.
Administrative Panel
> Ranks
For users in your Sonoran CMS community to be accepted through the whitelist, they'll need to be granted permission for the whitelist through rank permissions.
Granting each rank the permission of Allow Whitelist allows those members through the whitelist.
Granting each rank with the permission of Block Whitelist blocks users from passing through the whitelist.
Block Whitelist will ALWAYS overrule Allow Whitelist If a user is granted both Block Whitelist and Allow Whitelist through various ranks they will be blocked from the whitelist. Block will always overrule allow.
Ensure all players have added their API ID to the CMS!
In the event that the CMS API is temporarily unavailable, this resource utilizes a local backup cache. The resource will automatically fall back to the latest saved version of the whitelist, allowing members to join as normal.
Config Option | Description |
---|---|
enabled
If set to true
it will enable a whitelist for your server and only individuals granted Allow Whitelist as shown below.