-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
executable file
·40 lines (38 loc) · 1.32 KB
/
plugin.yml
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
name: CrashNotifier
author: jacklink01
version: 2.1.2
main: com.jacklinkproductions.CrashNotifier.Main
commands:
crash:
description: Fakes crashing.
usage: /<command> [reload]
permission: crashnotifier.fakecrash
crashnotifier:
description: Information about the plugin.
usage: /<command> info
permissions:
crashnotifier.*:
description: Gives access to all commands and functions.
children:
crashnotifier.reload: true
crashnotifier.fakecrash: true
crashnotifier.show: true
crashnotifier.use: true
crashnotifier.reload:
description: Allows you to reload the config.
default: op
crashnotifier.update:
description: Allows you to update the plugin
default: op
crashnotifier.fakecrash:
description: Allows you to fake crash. /crash
default: op
crashnotifier.join:
description: Allows you to have a different join message.
default: true
crashnotifier.quit:
description: Allows you to perform crash messages by crashing or have a different quit message.
default: true
crashnotifier.show:
description: Allows you to see the crash messages and other message created by this plugin.
default: true