mirror of
https://github.com/Shiewk/SModeration.git
synced 2026-04-28 05:54:16 +02:00
Ability to cancel punishments from the SMod Menu
This commit is contained in:
@@ -3,6 +3,9 @@ version: '${version}'
|
||||
main: de.shiewk.smoderation.SModeration
|
||||
api-version: '1.20'
|
||||
load: STARTUP
|
||||
authors:
|
||||
- Shiewk
|
||||
description: "SModeration is an easy-to-use minecraft plugin for moderating your server."
|
||||
commands:
|
||||
mute:
|
||||
usage: "§cUsage: /mute <player> <duration> <reason>"
|
||||
@@ -47,4 +50,10 @@ permissions:
|
||||
description: Allows the player to use the SModeration menu.
|
||||
smod.notifications:
|
||||
default: op
|
||||
description: Allows the player to be notified when a punishment is issued.
|
||||
description: Allows the player to be notified when a punishment is issued.
|
||||
smod.cancelMute:
|
||||
default: op
|
||||
description: Allows the player to unmute other players.
|
||||
smod.cancelBan:
|
||||
default: op
|
||||
description: Allows the player to unban other players.
|
||||
Reference in New Issue
Block a user