Player Whitelist allows you to create a Whitelist of SteamIDs that have access to your Rust server. If the SteamID of a player trying to connect is not present, they will be kicked by the server. You can also decide to bypass the whitelist based on whether the player is the server owner, an admin, a moderator or is part of a group.
Player Whitelist allows you to create a Whitelist of SteamIDs that have access to your Rust server. If the SteamID of a player trying to connect is not present, they will be kicked by the server. You can also decide to bypass the whitelist based on whether the player is the server owner, an admin, a moderator or is part of a group.
Commands
Commands can be typed in chat (by putting the / character in front of the command), from the server console, or via Rcon
pw add <SteamID> — Adds the SteamID to the whitelist, granting access to the server
pw remove <SteamID> — Removes the SteamID from the whitelist, denying access to the server. Furthermore, if the player is connected, he will be kicked by the server
pw kick — This command kicks any connected players who do not have SteamID enabled in the whitelist off the server
pw status — Prints the whitelist status, with all information about the settings and SteamIDs enabled in the whitelist.
Permissions
This plugin uses the permission system. To assign a permission, use oxide.grant <user or group> <name or steam id> <permission>.
To remove a permission, use oxide.revoke <user or group> <name or steam id> <permission>.
playerwhitelist.admin — Allows you to use pw commands
Default Configuration
{
"EnableWhitelist (TRUE = allow access only to whitelisted members - FALSE: access for all)":false,
"Bypass whitelist for server owners (TRUE = Bypass whitelist for server owners - FALSE: no)":true,
"Bypass whitelist for admins (TRUE = Bypass whitelist for admins - FALSE: no)":false,
"Bypass whitelist for moderators (TRUE = Bypass whitelist for moderators - FALSE: no)":false,
"Bypass whitelist for players who are part of at least 1 of these groups":[],
"KickMessage (Message to show to kicked players)":"Access not allowed, you are not on the whitelist.",
"Whitelist: (List of SteamIDs)":[]
}
EnableWhitelist — TRUE = allow access only to whitelisted members – FALSE: access for all.
Bypass whitelist for server owners — TRUE = Bypass whitelist for server owners – FALSE: no.
Bypass whitelist for admins — TRUE = Bypass whitelist for admins – FALSE: no.
Bypass whitelist for moderators — TRUE = Bypass whitelist for moderators – FALSE: no.
Bypass whitelist for players who are part of at least 1 of these groupsEnableWhitelist — Bypass the whitelist if the player is part of at least 1 of these groups.
KickMessage — The message to show when the player is kicked off the server
Whitelist — Contains the list of SteamIDs of players who have access to the server
Example Configuration
{
"EnableWhitelist (TRUE = allow access only to whitelisted members - FALSE: access for all)": false,
"Bypass whitelist for server owners (TRUE = Bypass whitelist for server owners - FALSE: no)": true,
"Bypass whitelist for admins (TRUE = Bypass whitelist for admins - FALSE: no)": false,
"Bypass whitelist for moderators (TRUE = Bypass whitelist for moderators - FALSE: no)": false,
"Bypass whitelist for players who are part of at least 1 of these groups": [
"group1",
"vip",
"developer",
"tester"
],
"KickMessage (Message to show to kicked players)": "Access not allowed, you are not on the whitelist.",
"Whitelist: (List of SteamIDs)": [
76561100000000001,
76561100000000002,
76561100000000003,
76561100000000004
]
}
Additional information
Framework
Carbon, Oxide/Umod
Reviews
There are no reviews yet.
Only logged in customers who have purchased this product may leave a review.
Only logged in customers who have downloaded this product may leave a review.
Digital Market Play - Plugins, events, bots, mods, digital content and much more for your games.
If you can create a mod, then we will host it! Dismiss
Editor usage help
CODE SNIPPET
You can add code snippets easily with the push of a button.
You can add code snippets for various programming languages, the code will be formatted and displayed in different colors for easier reading.
From the text editor click on one of the 2 buttons:
Once clicked, a screen will open where you can paste your code and specify which language it is:
ACCORDION
Formatting and dividing a text well is very important, this will help users in reading.
To better organize the text, the text editor provides you with ACCORDIONS that allow you to enclose parts of text in “chapters that can be opened and closed”.
The code for inserting the ACCORDION is provided below, just copy and paste it into the text editor
The code has fields to edit to change the display/behavior: title=”” — The title to show at the beginning of the ACCORDION open=”” — If the default ACCORDION should be open or closed, possible values: no, yes
NB: To avoid page formatting issues when copying the AGREEMENT code, make sure to paste it without formatting by pressing the CTRL+SHIFT+V keys
Alternatively you can go to the menu: Editor and enable Paste as Text:
Or as a last alternative, switch from Visual mode to Text mode and paste the code:
[su_spoiler title="CHANGE ME" open="yes" style="fancy" icon="chevron"]
Feature Description.
Description.
Ecc..
[/su_spoiler]
Reviews
There are no reviews yet.