-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
47 lines (46 loc) · 1.35 KB
/
plugin.yml
File metadata and controls
47 lines (46 loc) · 1.35 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
---
name: BitcoinAPI
main: UnknownNull\BitcoinAPI\BitcoinAPI
api: 4.0.0
version: 0.0.1
author: UnknownNull
depend:
- EconomyAPI
permissions:
bitcoinapi.*:
default: op
description: Allows to control all of functions in bitcoinapi
bitcoinapi.command.*:
default: op
description: Allows to use all of commands in bitcoinapi
bitcoinapi.command.setBitcoin:
default: op
description: Allows to set player's Bitcoin
bitcoinapi.command.myBitcoin:
description: Allows player to see his/her Bitcoin
default: true
bitcoinapi.command.giveBitcoin:
description: Allows player to give Bitcoin to others
default: op
bitcoinapi.command.payBitcoin:
description: Allows player to pay to someone
default: true
bitcoinapi.command.seeBitcoin:
description: Allows player to see others' Bitcoin
default: true
bitcoinapi.command.setlangBitcoin:
description: Allows player to set his/her language
default: op
bitcoinapi.command.topBitcoin:
description: Allows player to see top Bitcoin list
default: true
bitcoinapi.command.mystatusBitcoin:
description: Allows player to see his/her financial status
default: op
bitcoinapi.command.takeBitcoin:
description: Allows player to take Bitcoin from others
default: op
bitcoinapi.command.menu:
description: open menu Bitcoin
default: true
...