-
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathplugin.yml
More file actions
88 lines (87 loc) · 2.55 KB
/
Copy pathplugin.yml
File metadata and controls
88 lines (87 loc) · 2.55 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
name: ChatSentinel
description: Advanced chat management plugin
author: 2LS
version: 2.0.1
url: https://builtbybit.com/resources/23698/
main: dev._2lstudios.chatsentinel.bukkit.ChatSentinel
depend:
- packetevents
softdepend:
- Essentials
- EssentialsLite
- ZelChat
api: "1.13"
api-version: "1.13"
folia-supported: true
commands:
chatsentinel:
description: "Main command for ChatSentinel plugin"
aliases:
- autocorrect
- correction
- servermute
- muteall
- muteserver
- socialspy
- sspy
- deletechat
- recentchats
permissions:
chatsentinel.admin:
description: "Access to all ChatSentinel staff commands."
default: op
children:
chatsentinel.help: true
chatsentinel.reload: true
chatsentinel.clear: true
chatsentinel.notify: true
chatsentinel.spy: true
chatsentinel.delete: true
chatsentinel.module: true
chatsentinel.regex.add: true
chatsentinel.mute: true
chatsentinel.socialspy: true
chatsentinel.socialspy.messages: true
chatsentinel.socialspy.signs: true
chatsentinel.socialspy.books: true
chatsentinel.socialspy.anvils: true
chatsentinel.socialspy.commands: true
chatsentinel.mute.bypass:
description: "Allows chatting while server mute is active."
default: op
chatsentinel.bypass:
description: "Global moderation bypass except excluded UX modules."
default: op
chatsentinel.bypass.capitalization:
description: "Bypass capitalization correction."
default: op
chatsentinel.bypass.correction:
description: "Bypass correction module."
default: false
chatsentinel.clear.bypass:
description: "Do not receive blank-line chat clears."
default: op
chatsentinel.notify:
description: "Receive ChatSentinel notifications."
default: op
chatsentinel.spy:
description: "Toggle ChatSentinel spy alerts."
default: op
chatsentinel.socialspy:
description: "Toggle SocialSpy modules."
default: op
chatsentinel.socialspy.messages:
description: "Receive SocialSpy private-message command notifications."
default: op
chatsentinel.socialspy.signs:
description: "Receive SocialSpy sign notifications."
default: op
chatsentinel.socialspy.books:
description: "Receive SocialSpy book notifications."
default: op
chatsentinel.socialspy.anvils:
description: "Receive SocialSpy anvil rename notifications."
default: op
chatsentinel.socialspy.commands:
description: "Receive SocialSpy general command notifications."
default: op