-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathplugin.yml
42 lines (42 loc) · 1.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
name: SkyBlock
version: 2.0.1
api: [2.0.0]
main: SkyBlock\Main
commands:
is:
usage: /is <help> <page>
description: Tells the sender a list of SkyBlock commands
permission: is.command.help
permissions:
is:
default: false
description: Allows the player to use all of the SkyBlock features
children:
is.command:
default: op
description: Allows the player to use all of the SkyBlock commands
children:
is.command.help:
default: true
description: Allows the player to use the help command
is.command.create:
default: true
description: Allows the player to use the create command
is.command.find:
default: op
description: Allows the player to use the home command
is.command.delete:
default: true
description: Allows the player to delete their island
is.command.sethome:
default: true
description: Allows the player to set their island coords
is.command.home:
default: true
description: Allows the player to teleport to their island
is.command.add:
default: true
description: Allows the player to add other players to their island
is.command.remove:
default: true
description: Allows the player to remove other players to their island