-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
46 lines (46 loc) · 1.46 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
name: XP to Emerald
main: com.scott_weldon.xp_to_emerald.XPtoEmerald
version: 1.1.0
commands:
xptoemerald:
description: Convert some XP to Emeralds.
usage: "usage: /<command> [player] [xp amount]"
permissions: xptoemerald.convert
emeraldtoxp:
description: Convert some Emeralds to XP.
usage: "usage: /<command> [player] [emerald amount]"
permissions: xptoemerald.convert
xp2em:
description: Alias of xptoemerald.
usage: "usage: /<command> [player] [amount]"
permissions: xptoemerald.convert
em2xp:
description: Alias of emeraldtoxp.
usage: "usage: /<command> [player] [amount / target]"
permissions: xptoemerald.convert
permissions:
xptoemerald.*:
description: Give access to all XPtoEmerald commands.
default: op
children:
xptoemerald.convert: true
xptoemerald.admin: true
xptoemerald.sign: true
xptoemerald.convert:
description: Allow converting of XP to Emeralds and back via commands.
default: true
children:
xptoemerald.convert.xte: true
xptoemerald.convert.etx: true
xptoemerald.convert.xte:
description: Allow conversion of XP to Emeralds via commands.
default: true
xptoemerald.convert.etx:
description: Allow conversion of Emeralds to XP via commands.
default: true
xptoemerald.sign:
description: Allow conversion via signs.
default: true
xptoemerald.admin:
description: Allow converting of other players' resources.
default: op