An open API service indexing awesome lists of open source software.

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.

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
duty

duty.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



```