-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
43 lines (43 loc) · 1.16 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
name: TradingCards
author: Travja
version: 1.0.6
main: me.Travja.TradingCards.Main
prefix: TC
commands:
TC:
description: Command for TradingCards
aliases: [tradingcards, tcards]
usage: Use /TC help for info
permissions:
tradingcards.*:
description: Gives full access to trading cards
default: op
children:
tradingcards.reward: true
tradingcards.give: true
tradingcards.giveaway: true
tradingcards.create: true
tradingcards.rename: true
tradingcards.delete: true
tradingcards.reload: true
tradingcards.reward:
description: Gives ability to get card every x hours
default: true
tradingcards.give:
description: Gives ability to use /tc give <name>
default: op
tradingcards.giveaway:
description: Grants access to /tc giveaway
default: op
tradingcards.create:
description: Grants access to /tc create
default: op
tradingcards.rename:
description: Grants access to /tc rename and /tc edit
default: op
tradingcards.delete:
description: Grants access to /tc delete
default: op
tradingcards.reload:
description: Grants access to /tc reload
default: op