- Warning system: Issue and track player warnings
- Moderation logging: Logs reports, warnings, kicks, and bans
- If you want to log reports with this plugin, you should not use the "Player reports" feature in the base game config
- Player tracking: View a players moderation records with the
SeeRecordscommand
- Download the latest .zip file containing the plugin and its dependencies from the Releases tab.
- Drag it into your Exiled Plugins directory.
- On Windows:
C:\Users\%UserName%\AppData\Roaming\EXILED\Plugins - On Linux:
~/.config/EXILED/Plugins
- On Windows:
- Unzip it. If asked, allow writing into the
dependenciesdirectory, don't replace it. - Run your server once with the plugin installed to generate the configuration.
- Click "Edit channel" on the channel you want to use
- Go to "Integrations" -> "Webhooks"
- Create a new Webhook and click on it
- Click on Copy Webhook URL and paste it into the config
You can send all actions to the same Webhook, or create a separate channel and Webhook for every action.
| Name | Usage | Example | Description |
|---|---|---|---|
| warn | [PlayerId/Name] [Reason] | warn 7 Team griefing | Warns a player. |
| owarn | [SteamId@steam] [Reason] | owarn 123@steam Team griefing | Warns a player who is offline. |
| seerecords | [PlayerId/Name] [Limit] [Entry Types] | seerecords 7 10 report warn kick ban | Send the last 10 moderation entries of all types for a player to your Discord. |
| oseerecords | [SteamId@steam] [Limit] [Entry Types] | oseerecords 123@steam 5 warn ban | Send the last 5 moderation entries of type warn and ban for a player who is offline to your Discord. |
The PlayerId is the number next to the player in the RemoteAdmin console.
This Plugin's source code is licensed under the GNU Lesser General Public License v3.0.
You can find a copy of the license in the LICENSE file located in the root directory.
SPDX identifier: LGPL-3.0-or-later.
Thanks for your interest in SiteGuard! If you have any issues or feedback, feel free to open a new issue under the Issues tab, or contact me via pm@dassen.dev.
