-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
61 lines (61 loc) · 2.11 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
name: PrivateWorlds
main: net.jpnock.privateworlds.PrivateWorlds
version: 1.1
description: Allows for players to have invite-only private worlds.
author: Jpnock
commands:
privateworlds:
description: Plugin help menu.
usage: /<command>
aliases: [pw]
permissions:
privateworlds.*:
description: Gives access to all of the plugin's commands.
children:
privateworlds.world.create: true
privateworlds.world.tp: true
privateworlds.world.tpi: true
privateworlds.list: true
privateworlds.listinv: true
privateworlds.world.invite: true
privateworlds.world.removeaccess: true
privateworlds.user:
description: Gives access to the general user commands of the plugin.
children:
privateworlds.world.create: true
privateworlds.world.tp: true
privateworlds.world.tpi: true
privateworlds.list: true
privateworlds.listinv: true
privateworlds.world.invite: true
privateworlds.world.removeaccess: true
privateworlds.basic:
description: Gives access to the basic user commands of the plugin so that players cannot create a world.
children:
privateworlds.world.tp: true
privateworlds.world.tpi: true
privateworlds.list: true
privateworlds.listinv: true
privateworlds.world.invite: true
privateworlds.world.removeaccess: true
privateworlds.world.create:
description: Allows you to create a PrivateWorld.
default: op
privateworlds.world.tp:
description: Allows you to teleport to a PrivateWorld you own.
default: op
privateworlds.world.tpi:
description: Allows you to teleport to a PrivateWorld you have been invited to.
default: op
privateworlds.list:
description: Allows you to list the PrivateWorlds you own.
default: op
privateworlds.listinv:
description: Allows you to list the PrivateWorlds you are invited to.
default: op
privateworlds.world.invite:
description: Allows you to invite a person to your PrivateWorld.
default: op
privateworlds.world.removeaccess:
description: Allows you to remove access to a player invited to your world.
default: op