

An advanced real-time whitelist management system for V Rising servers that allows administrators to control player access through commands. Manage whitelisted players, lock/unlock the server, and control who can join using Steam IDs or player names.
.key Lock true
.key Unlock
.key Add PlayerName
.key AddId 76561198012345678
.key AddAllOnline
.key Remove PlayerName
.key RemoveId 76561198012345678
.key PurgeNonlisted
This will contain the number of AdminAuth capable players as well in whitelisted count.
.key Status
.key Check PlayerName
.key CheckId 76561198012345678
CrimsonKey.cfg
## Enable or disable the mod
# Setting type: Boolean
# Default value: true
ToggleMod = true
## If true, the whitelist will block non-listed players from joining.
# Setting type: Boolean
# Default value: true
Locked = false
Locked will automatically update when using .key Lock and .key Unlock.
CrimsonKey/whitelist.txt
76561198087654321
76561198098765432
76561198076543210
A list of whitelisted SteamIDs seperated on each line.
This will automatically update the system when edited without requiring server restarting.
bool isWhiteListed = false;
bool handled = ModTalk.Invoke("CrimsonKey.IsWhitelisted", [userData.PlatformId], result =>
{
isWhiteListed = (bool)result;
});
Join my Modding Discord for help with issues or anything modding related!
Want to support my V Rising Mod development?
Buy / Play My Games!
Donations Accepted
This mod was a paid creation. If you are looking to hire someone to make a mod for any Unity game reach out to me on Discord! (skytech6)
Join The Cursed Collective V Rising servers to play their exclusive CrimsonMods such as Raid Guard, Shard Wars, and more!