-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.yml
More file actions
51 lines (51 loc) · 1.56 KB
/
plugin.yml
File metadata and controls
51 lines (51 loc) · 1.56 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name: Economy2
main: ProjectInfinity\Economy2\Economy2
version: 1.1.1
api: [3.0.0]
author: ProjectInfinity
commands:
balance:
description: "Shows your or another person's balance"
usage: "/balance [player]"
aliases: [bal]
permission: "economy2.command.balance"
pay:
description: "Pay money to another player"
usage: "/pay [player] [amount]"
permission: "economy2.command.pay"
givemoney:
description: "Gives a player money without subtracting from the sender"
usage: "/givemoney [player] [amount]"
permission: "economy2.command.givemoney"
setmoney:
description: "Sets a player's balance"
usage: "/setmoney [player] [balance]"
permission: "economy2.command.setmoney"
takemoney:
description: "Takes money from a player's balance"
usage: "/takemoney [player] [amount]"
permission: "economy2.command.takemoney"
topmoney:
description: "See the top 10 richest players"
usage: "/topmoney"
aliases: [baltop]
permission: "economy2.command.topmoney"
permissions:
economy2.command.balance:
default: true
description: "See your or another player's balance"
economy2.command.pay:
default: true
description: "Pay another player"
economy2.command.givemoney:
default: op
description: "Gives another player money"
economy2.command.setmoney:
default: op
description: "Sets a player's balance"
economy2.command.takemoney:
default: op
description: "Takes money from a player's balance"
economy2.command.topmoney:
default: true
description: "See the top richest players"