1
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:
Shy
2024-06-08 17:40:53 +02:00
parent c65781b7bd
commit cd5777a0ee
5 changed files with 150 additions and 8 deletions
+10 -1
View File
@@ -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.