-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathplugin.yml
More file actions
36 lines (33 loc) · 1.04 KB
/
plugin.yml
File metadata and controls
36 lines (33 loc) · 1.04 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
name: TokenManager
main: me.realized.tokenmanager.TokenManagerPlugin
version: 3.2.8
softdepend: [MVdWPlaceholderAPI, PlaceholderAPI, Vault]
api-version: 1.14
author: Realized
description: A simple economy plugin for your server.
website: https://www.spigotmc.org/resources/tokenmanager.8610/
commands:
token:
description: Main command of TokenManager.
aliases: [tokens]
tm:
description: Administrative command of TokenManager.
aliases: [tokenmanager]
permissions:
tokenmanager.*:
description: Grants access to all TokenManager permissions.
children:
tokenmanager.use.*: true
tokenmanager.admin: true
tokenmanager.use.*:
description: Grants access to all sub commands of /token.
children:
tokenmanager.use: true
tokenmanager.use.send: true
tokenmanager.use.top: true
tokenmanager.use.shop: true
tokenmanager.use.balance.others: true
tokenmanager.use.sell: true
tokenmanager.use.sell.all: true
tokenmanager.use.worth: true
tokenmanager.use.worth.all: true