https://github.com/restoremonarchyplugins/duty
Effectively manage and prevent abuse of staff members.
https://github.com/restoremonarchyplugins/duty
Last synced: about 1 month ago
JSON representation
Effectively manage and prevent abuse of staff members.
- Host: GitHub
- URL: https://github.com/restoremonarchyplugins/duty
- Owner: RestoreMonarchyPlugins
- Created: 2024-06-17T19:10:20.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-08-21T08:49:15.000Z (10 months ago)
- Last Synced: 2024-08-21T10:10:58.892Z (10 months ago)
- Language: C#
- Homepage: https://restoremonarchy.com/plugins/duty
- Size: 1.41 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Duty
Effectively manage and prevent abuse of staff members.## Features
* Allows you to create multiple staff groups with different settings.
* Allows you to set additional restrictions to prevent abuse, for example, F1-F7.
* Integrated with Discord embeds when duty starts or ends, including a summary and more.
* Comes with an optional Duty UI.## Credits
* **[tonislcs](https://github.com/tonislcs)** for making this plugin
* **soer** for making the UI## Workshop
[3279408506](https://steamcommunity.com/sharedfiles/filedetails/?id=3279408506) - DutyUI## Commands
* **/duty** - List all available duty groups that the calling player has permission to use.
* **/duty \** – Start or stop duty as a specific group.
* **/duty off** - Stop the active duty.## Permissions
```xml
dutyduty.admin
duty.moderator
```## Configuration
```xml
Admin
duty.admin
true
true
true
true
true
true
false
false
false
false
false
Moderator
duty.moderator
true
true
false
true
true
true
true
true
true
true
true
YOUR_WEBHOOK_URL
{character_name} started {duty_name} duty
true
#00FF00
YOUR_WEBHOOK_URL
{character_name} {duty_name} duty summary
Commands Executed: ```{commands_executed}```
true
#ff0000
YOUR_WEBHOOK_URL
{character_name} executed command on duty
true
#ff0000
```