-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
80 lines (80 loc) · 1.96 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
main: me.rockey.cessentials.core.CustomEssentials
name: cEssentials
version: 1.0
description: A remade improved version of Essentials.
author: Rockey
database: false
commands:
world:
description: world
clear:
description: clear
day:
description: day
feed:
description: feed
gmc:
description: gmc
gms:
description: gms
gma:
description: gma
gmsp:
description: gmsp
heal:
description: heal
night:
description: night
rain:
description: rain
storm:
description: storm
sun:
description: sun
tp:
description: tp
tphere:
description: tphere
god:
description: god
list:
description: list
fly:
description: fly
invsee:
description: invsee
gamemode:
description: Sets a player's game mode
aliases: [gm]
permissions:
cessentials.*:
description: Permission to use all commands in cEssentials
children:
cessentials.gamemode.creative: true
cessentials.gamemode.creative.others: true
cessentials.gamemode.survival: true
cessentials.gamemode.survival.others: true
cessentials.gamemode.adventure: true
cessentials.gamemode.adventure.others: true
cessentials.gamemode.spectator: true
cessentials.gamemode.spectator.others: true
cessentials.god: true
cessentials.god.others: true
cessentials.heal: true
cessentials.heal.others: true
cessentials.invsee: true
cessentials.tp: true
cessentials.tp.others: true
cessentials.tphere: true
cessentials.fly: true
cessentials.fly.others: true
cessentials.feed: true
cessentials.feed.others: true
cessentials.clear: true
cessentials.clear.others: true
cessentials.day: true
cessentials.sun: true
cessentials.storm: true
cessentials.rain: true
cessentials.night: true
cessentials.list: true