forked from CeramicTitan/EnchantmentAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
37 lines (37 loc) · 1.33 KB
/
plugin.yml
File metadata and controls
37 lines (37 loc) · 1.33 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
name: EnchantmentAPI
main: com.rit.sucy.EnchantmentAPI
version: 4.1
commands:
enchantapi:
description: root command
usage: /enchantapi show the help menu
enchantapi list:
description: lists all registered custom enchantments
usage: /enchantapi
permission: EnchantmentAPI.list
permission-message: You lack the privileges to use that!
enchantapi add:
description: applies a custom enchantment
usage: /enchantapi add <enchantName> [enchantLevel]
permission: EnchantmentAPI.admin
permission-message: You lack the privileges to use that!
enchantapi reload:
description: reloads the enchantments
usage: /enchantapi reload
permission: EnchantmentAPI.admin
permission-message: You lack the privileges to use that!
enchantapi book:
description: creates a book with enchantment details
usage: /enchantapi book
permission: EnchantmentAPI.book
permission-message: You lack the privileges to use that!
permissions:
EnchantmentAPI.list:
description: basic list of enchantments
default: true
EnchantmentAPI.book:
description: gives a book with enchantment descriptions
default: true
EnchantmentAPI.admin:
description: applying enchantments
default: op