OnDuty-Plugin

Plugin that handle duty system, usually used on roleplay server, it will announce and set a player into a group (if needed) when duty command executed.

21

Quick challenge

How far can you run before the mobs catch you?

OnDuty-Plugin

OnDuty-Plugin

Plugin that handle duty system, usually used on roleplay server, it will announce and set a player into a group (if needed) when duty command executed.

Command Usage

```javascript - "/duty -> Shows this help message." - "/duty <on|off> -> Sets your own duty status." - "/duty <on|off> <player> -> Sets another player's duty status." - "/duty reload -> Reloads the plugin configuration." ```

Configuration

```javascript

The name of the group that on-duty players will be added to.

change to none if no group will be added when duty executed

group: "none"

Broadcast when a player's duty status changes.

broadcast: true ``` `group` if set to none won't add to group, if set to other, will add to a group, however it does a check, if group not exist it won't add to the group as well

`broadcast` true/false, if set to true will send broadcast command to all player

Messages

Messages is fully customizable, change it as you need on messages.yml

Dependency

Required vault and perms plugin (Luckperms, PermissionEx, etc) for group to work

Feedback

If you have any feedback, feel free to open an issue on the github

ADS