-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
76 lines (76 loc) · 2.44 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
name: QuickCash
main: NurAzliYT\QuickCash\Main
version: 1.0.0
api: 5.0.0
author: NurAzliYT
description: A simple economy plugin for PocketMine-MP
commands:
mymoney:
description: Shows your money
permission: quickcash.command.mymoney
mydebt:
description: Shows your debt
permission: quickcash.command.mydebt
takedebt:
description: Borrows money from plugin
permission: quickcash.command.takedebt
returndebt:
description: Returns money to plugin
permission: quickcash.command.returndebt
topmoney:
description: Shows server's top money
permission: quickcash.command.topmoney
moneysave:
description: Saves data to your hardware
permission: quickcash.command.moneysave
permission-message: Only the console can use this command
moneyload:
description: Loads data from your hardware
permission: quickcash.command.moneyload
permission-message: Only the console can use this command
setmoney:
description: Sets a player's money
permission: quickcash.command.setmoney
givemoney:
description: Gives money to a player
permission: quickcash.command.givemoney
takemoney:
description: Takes money from a player
permission: quickcash.command.takemoney
seemoney:
description: Shows a player's money
permission: quickcash.command.seemoney
permissions:
quickcash.command.mymoney:
description: Allows the player to check their money
default: true
quickcash.command.mydebt:
description: Allows the player to check their debt
default: true
quickcash.command.takedebt:
description: Allows the player to borrow money
default: true
quickcash.command.returndebt:
description: Allows the player to return money
default: true
quickcash.command.topmoney:
description: Allows the player to see the top money holders
default: true
quickcash.command.moneysave:
description: Allows the console to save data
default: op
quickcash.command.moneyload:
description: Allows the console to load data
default: op
quickcash.command.seemoney:
description: Allows the player to see another player's money
default: true
quickcash.command.setmoney:
description: Allows the operator to set player's money
default: op
quickcash.command.givemoney:
description: Allows the operator to give money to a player
default: op
quickcash.command.takemoney:
description: Allows the operator to take money from a player
default: op