forked from cooldogepm/BedrockEconomy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
30 lines (30 loc) · 1.03 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
name: BedrockEconomy
version: 2.0.8
api: [ 4.0.0 ]
php: [ 8.0 ]
author: cooldogedev
main: cooldogedev\BedrockEconomy\BedrockEconomy
description: An economy plugin focused on stability and simplicity
website: "https://github.com/cooldogedev/BedrockEconomy"
permissions:
bedrockeconomy.command.balance:
description: Allows users to view their balance
default: true
bedrockeconomy.command.pay:
description: Allows users to pay others with their balance
default: true
bedrockeconomy.command.topbalance:
description: Allows users to view the top balances
default: true
bedrockeconomy.command.addbalance:
description: Allows users to add balance points to others
default: op
bedrockeconomy.command.removebalance:
description: Allows users to remove balance points from others
default: op
bedrockeconomy.command.setbalance:
description: Allows users to change others balance
default: op
bedrockeconomy.command.deleteaccount:
description: Allows users to delete others account data
default: op