mirror of
https://github.com/Shiewk/SModeration.git
synced 2026-04-28 05:54:16 +02:00
(1.6.0) Switch to Paper plugin & support Folia
This commit is contained in:
@@ -0,0 +1,74 @@
|
||||
name: SModeration
|
||||
version: '${version}'
|
||||
main: de.shiewk.smoderation.paper.SModerationPaper
|
||||
website: https://github.com/Shiewk/SModeration
|
||||
api-version: '1.21.3'
|
||||
load: STARTUP
|
||||
authors:
|
||||
- Shiewk
|
||||
description: "SModeration is an easy-to-use minecraft plugin for moderating your server."
|
||||
folia-supported: true
|
||||
permissions:
|
||||
smod.mute:
|
||||
default: op
|
||||
description: Allows the player to mute other players.
|
||||
smod.ban:
|
||||
default: op
|
||||
description: Allows the player to ban and kick other players.
|
||||
children:
|
||||
- smod.kick
|
||||
smod.kick:
|
||||
default: op
|
||||
description: Allows the player to kick other players.
|
||||
smod.menu:
|
||||
default: op
|
||||
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.
|
||||
smod.unmute:
|
||||
default: op
|
||||
description: Allows the player to unmute other players.
|
||||
smod.unban:
|
||||
default: op
|
||||
description: Allows the player to unban other players.
|
||||
smod.logs:
|
||||
default: op
|
||||
description: Allows the player to view mod logs.
|
||||
smod.invsee:
|
||||
default: op
|
||||
description: Allows the player to view other players inventories.
|
||||
smod.invsee.modify:
|
||||
default: op
|
||||
description: Allows the player to view and modify other players inventories.
|
||||
children:
|
||||
- smod.invsee
|
||||
smod.invsee.preventmodify:
|
||||
default: op
|
||||
description: When giving this permission to a player, prevents their inventory from being modified.
|
||||
smod.enderchestsee:
|
||||
default: op
|
||||
description: Allows the player to view other players ender chests.
|
||||
smod.enderchestsee.modify:
|
||||
default: op
|
||||
description: Allows the player to view and modify other players ender chests.
|
||||
children:
|
||||
- smod.enderchestsee
|
||||
smod.preventmute:
|
||||
default: op
|
||||
description: Prevents the player from being muted (if online)
|
||||
smod.preventkick:
|
||||
default: op
|
||||
description: Prevents the player from being kicked (if online)
|
||||
smod.preventban:
|
||||
default: op
|
||||
description: Prevents the player from being banned (if online)
|
||||
smod.vanish:
|
||||
default: op
|
||||
description: Allows the player to use /vanish
|
||||
smod.vanish.see:
|
||||
default: op
|
||||
description: Allows the player to see vanished players
|
||||
smod.socialspy:
|
||||
default: op
|
||||
description: Allows the player to enable SocialSpy
|
||||
Reference in New Issue
Block a user