forked from stilesdev/BookRules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
59 lines (59 loc) · 1.93 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
author: mstiles92
description: Distribute rule books, getting started guides, etc to players in the form of written books.
name: BookRules
main: com.mstiles92.bookrules.BookRulesPlugin
version: '2.0'
startup: postworld
commands:
rulebook:
description:
usage: /<command> [info | commands | reload | get [book] | give <player> [book] | add | delete <book> | list | setauthor <author> | settitle <title> | unsign]
aliases: [bookrules, br, rb]
permissions:
bookrules.*:
description: Allows access to all commands.
children:
bookrules.info: true
bookrules.reload: true
bookrules.receivealerts: true
bookrules.get: true
bookrules.give: true
bookrules.add: true
bookrules.delete: true
bookrules.list: true
bookrules.setauthor: true
bookrules.settitle: true
bookrules.unsign: true
bookrules.info:
default: true
description: Show the current plugin information.
bookrules.reload:
default: op
description: Reload the config files and books.
bookrules.receivealerts:
default: op
description: Receive alerts when there is an update to the plugin.
bookrules.get:
default: true
description: Allow players to receive books.
bookrules.give:
default: op
description: Allow players to give books to other players.
bookrules.add:
default: op
description: Allow players to add books to the plugin.
bookrules.delete:
default: op
description: Allow players to delete books from the plugin.
bookrules.list:
default: true
description: Allow players to list all books stored by the plugin.
bookrules.setauthor:
default: op
description: Allow players to change the author of a written book.
bookrules.settitle:
default: op
description: Allow players to change the title of a written book.
bookrules.unsign:
default: op
description: Allow players to unsign written books, reverting them to a book and quill.