forked from benzodoesdev/PocketMoney
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
49 lines (49 loc) · 1.46 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
name: "PocketMoney"
main: "PocketMoney\\PocketMoney"
version: 4.0.3
api: [1.10.0, 2.1.0, 3.13.0]
load: "POSTWORLD"
author: "MinecrafterJPN"
description: "The core economy system with many APIs"
website: "https://github.com/MinecrafterJPN/PocketMoney"
commands:
money:
description: "PocketMoney command"
usage: "/money [subcommand]"
permission: "pocketmoney.money"
permissions:
pocketmoney:
default: "op"
description: "Allows using everything PocketMoney has"
children:
# The following permissions belong to commands
pocketmoney.money:
default: true
description: "Allows using \"/money\" command"
pocketmoney.help:
default: true
description: "Allows using \"/money help\" command"
pocketmoney.view:
default: true
description: "Allows using \"/money view\" command"
pocketmoney.pay:
default: true
description: "Allows using \"/money pay\" command"
pocketmoney.withdraw:
default: true
description: "Allows using \"/money withdraw\" command"
pocketmoney.create:
default: true
description: "Allows using \"/money create\" command"
pocketmoney.hide:
default: true
description: "Allows using \"/money hide\" command"
pocketmoney.unhide:
default: true
description: "Allows using \"/money unhide\" command"
pocketmoney.top:
default: true
description: "Allows using \"/money top\" command"
pocketmoney.stat:
default: true
description: "Allows using \"/money stat\" command"