forked from dresnite/skyblock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
65 lines (64 loc) · 1.6 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
---
name: SkyBlock
author: GiantQuartz, updated by FiberglassCivic
main: SkyBlock\SkyBlock
version: 0.5.0
api:
- 3.0.0
softdepend: [FormAPI]
permissions:
sbpe:
default: true
description: SkyBlockPE Base Permission
sbpe.cmd.help:
default: true
description: Allows player to see all the SkyBlockPE commands.
sbpe.cmd.create:
default: true
description: Allows players to create an island
sbpe.cmd.join:
default: true
description: go to your island
sbpe.cmd.kick:
default: true
description: Kick someone off your island
sbpe.cmd.lock:
default: true
description: Lock people from going to your island
sbpe.cmd.sethome:
default: true
description: Sethome on your island
sbpe.cmd.home:
default: true
description: Go to your island home
sbpe.cmd.members:
default: true
description: List of members on your island.
sbpe.cmd.tp:
default: true
description: Teleport to an unlocked island
sbpe.cmd.optp:
default: op
description: Teleport to any island with someone online
sbpe.cmd.invite:
default: true
description: Invite a player to your island
sbpe.cmd.invite.accept:
default: true
description: Accept an invite
sbpe.cmd.invite.reject:
default: true
description: Reject an invite
sbpe.cmd.leave:
default: true
description: leave your island
sbpe.cmd.remove:
default: true
description: Delete your island
sbpe.cmd.makeleader:
default: true
description: make someone else the leader of your island
sbpe.cmd.version:
default: true
description: get version of SBPE
...