This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
108 lines (108 loc) · 2.62 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
name: HCF
author: ImAMadDev
version: 2.0
main: ImAMadDev\HCF
api: [4.0.0]
php: "8.0"
permissions:
rank.command:
default: op
description: Rank command
ability.command:
default: op
description: Ability command
opclaim.command:
default: op
description: Claim OP sites command
eotw.manager:
default: op
description: Manage End Of The World
fixhand.command:
default: op
description: Fix your item in hand
fixhand.other.command:
default: op
description: Fix other hand item
fixall.command:
default: op
description: Fix all your inventory
fixall.other.command:
default: op
description: Fix other's player inventory
lff.command:
default: op
description: Locking for faction command
near.command:
default: op
description: Nearby players command
particle.command:
default: op
description: Enable your particles command
rename.command:
default: op
description: Rename your item in hand command
rollback.command:
default: op
description: return player inventory command
balance.manager:
default: op
description: Manage the balance of a player command
sotw.manager:
default: op
description: Manage the start of the worldcommand
crate.command:
default: op
description: Crate manager command
event.command:
default: op
description: Manage or create server events command
faction.manager:
default: op
description: Manage a faction
kit.command:
default: op
description: Kits manager command
npc.command:
default: op
description: Manage NPCs command
tag.command:
default: op
description: Manage tags command
texts.command:
default: op
description: Manage floating texts command
redeem.command:
default: op
description: Add a youtuber redeem rewards command
resetkit.command:
default: op
description: Reset player kit countdown command
configurate.shop:
default: op
description: Permission to create a shop Sign
rank.setreclaim.command:
default: op
description: Set the rank reclaim
edit.lobby:
default: op
description: Permission to edit protected zones
enderchest.edit:
default: op
description: Edit player enderchest
enderchest.command:
default: op
description: open player ender chest
staff.inventory.command:
default: op
description: Open player inventory
staff.inventory.edit:
default: op
description: Edit player inventory
sudo.command:
default: op
description: Haz que un jugador haga lo que digas
broadcast.command:
default: op
koth.manager:
default: op
...