-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
84 lines (82 loc) · 2.42 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
77
78
79
80
81
82
83
84
name: Health
version: 2.6.5
main: com.gmail.davideblade99.health.Health
author: DavideBlade
description: Care, feed and set hearts and cutlets to players.
load: POSTWORLD
website: https://www.spigotmc.org/resources/health.99340/
database: false
commands:
healme:
usage: /<command>
description: Regenerate all hearts.
feedme:
usage: /<command>
description: Regenerate all cutlets.
hearts:
usage: /<command> [hearts to be set] [player]
description: Set hearts of other players.
maxhearts:
usage: /<command> <hearts to be set> [player]
description: Sets the player's maximum number of hearts.
cutlets:
usage: /<command> [cutlets to be set] [player]
description: Set cutlets of other players.
health:
usage: /<command> [help]
description: Plugin information.
regen:
usage: /<command> [player]
description: Set regen effect for 8 seconds.
permissions:
health.*:
description: Gives access to all Health's commands.
children:
health.healme: true
health.feedme: true
health.hearts: true
health.maxhearts: true
health.cutlets: true
health.regen: true
health.hearts.others: true
health.maxhearts.others: true
health.cutlets.others: true
health.regen.others: true
health.healme:
description: Gives access to /healme command.
default: op
health.feedme:
description: Gives access to /feedme command.
default: op
health.hearts:
description: Gives access to /hearts command.
default: op
health.hearts.others:
description: Allows setting hearts to other players with the command /hearts.
default: op
children:
health.hearts: true
health.maxhearts:
description: Gives access to /maxhearts command.
default: op
health.maxhearts.others:
description: Allows setting the maximum number of hearts to other players with the /maxhearts command.
default: op
children:
health.hearts: true
health.cutlets:
description: Gives access to /cutlets command.
default: op
health.cutlets.others:
description: Allows setting cutlets to other players with the command /cutlets.
default: op
children:
health.cutlets: true
health.regen:
description: Gives access to /regen command.
default: op
health.regen.others:
description: Allows setting regen effect to other players with the command /regen.
default: op
children:
health.regen: true