forked from deazurain/Lumberjack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
34 lines (30 loc) · 943 Bytes
/
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
name: Lumberjack
main: nl.mightydev.lumberjack.Plugin
version: 1.30
authors: [deazurain / Dockter]
website: none
description: A plugin to chop down big trees without having to climb them.
commands:
lumberjack:
aliases: []
description: Commands to enable and disable Lumberjack
usage: |
/<command> enable (e)
/<command> disable (d)
/<command> silent (s) - hides some of the generated messages
/<command> normal (n) - shows all of the generated messages
permissions:
lumberjack.*:
default: op
description: Allows the use of all Lumberjack commands
children:
lumberjack.enable: true
lumberjack.disable: true
lumberjack.enable:
description: Enables Lumberjack
lumberjack.disable:
description: Disables Lumberjack
lumberjack.silent:
description: Hides some of the generated messages
lumberjack.normal:
description: Shows all messages