A plugin for TShock giving servers easy-to-use report, warn and mute commands.
- Originally made by Rozen4334
- Patched and updated for to TShock
5.0
by csmir & RenderBr - Updated for TShock
5.2
by Maxthegreat99
- Put the .dll into the
\ServerPlugins\
folder. - Get the dependencies.
- Restart the server.
- Give your desired group the the permissions defined in the configs folder.
/warn
- base command for all thewarn
subcommands, when a user is warned they are webbed until they type the command/warn read
, if the player is offline, the same behaviour shall happen but when they rejoin./mute
- base command for all themute
subcommands, muted users cannot talk in chat, even after rejoining. to unmute a player admins must type the command/mute del <index>
./report
- base command for all thereport subcommands
, this commands allows players to report users, griefing and other things. This command also allows admins to teleport themselves to the location the report.
reportmanager.report
- gives access to thereport
command.reportmanager.staff
- gives access to the staff level subcommands for the 3 commands mentioned above(ex.mute
,report teleport
,warn del
etc...)reportmanager.notifreports
- get notified ingame of when a player creates a report.reportmanager.ignorereportlimit
- allows the player to bypass theMaxReportsPerMinute
configuration.
WebHook
- the Webhook URL that the plugin will use to post reports to your desired discord channel. Heres a tutorial on how to create a webhookMaxReportsPerMinute
- the maximum amount of reports a player can create per minute.
Report Manager uses Discord.Net dependencies to send reports through Webhooks, you can either get from from each release or get them here from source here:
-
-
On the webpages above(https://www.nuget.org), you can click on "Open in NuGet package explorer"
-
-
- Now all you need to do is download the
.dll
put it in the\ServerPlugins\
folder and there you go! Task completed!
- Now all you need to do is download the