-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
44 lines (44 loc) · 1.64 KB
/
plugin.yml
File metadata and controls
44 lines (44 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: ChatModerator
version: ${version}
main: vakiliner.chatmoderator.bukkit.ChatModeratorPlugin
description: Модерация игроков в чате
author: VAKiliner
website: https://github.com/vakiliner/ChatModerator
api-version: '1.13'
load: STARTUP
commands:
mute:
description: Заглушить игрока в чате
permission: chatmoderator.command.mute
usage: /mute <player_name> [<duration>] [<reason>]
unmute:
description: Снять с игрока мут
permission: chatmoderator.command.unmute
usage: /unmute <player_name>
mutes:
description: Показать список активных мутов
permission: chatmoderator.command.mutes
usage: /mutes [<page>]
default-permission: false
permissions:
chatmoderator.*:
description: Все разрешения для плагина ChatModerator
children:
chatmoderator.bypass_moderation.*:
description: Обход модерации
children:
chatmoderator.bypass_moderation.mutes:
description: Обход заглушения и автомода
default: op
chatmoderator.command.*:
description: Все команды плагина ChatModerator
children:
chatmoderator.command.mute:
description: Использование команды /mute
default: op
chatmoderator.command.unmute:
description: Использование команды /unmute
default: op
chatmoderator.command.mutes:
description: Использование команды /mutes
default: op