This repository has been archived by the owner on Feb 25, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathplugin.yml
102 lines (90 loc) · 3.02 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
name: SpawnControl
main: com.aranai.spawncontrol.SpawnControl
version: 0.8.5
author: Timberjaw
softdepend: [PermissionsBukkit]
commands:
setspawn:
description: Sets the global spawn
usage: /<command>
spawn:
description: Respawns you at the global spawn
usage: /<command>
globalspawn:
description: Respawns you at the global spawn
usage: /<command>
setgroupspawn:
description: Sets the group spawn
usage: |
Incorrect usage of command /<command>. Examples:
/<command> Admins - sets the group spawn for the 'Admins' group
groupspawn:
description: Returns you to the group spawn
usage: |
Incorrect usage of command /<command>. Examples:
/<command> - respawns you at your primary group spawn
/<command> Admins - respawns you at the 'Admins' group spawn
sethome:
description: Sets your home
usage: |
Incorrect usage of command /<command>. Examples:
/<command> - sets your home to your current location
/<command> Bob - sets Bob's home to your current location
home:
description: Respawns you at your home
usage: /<command>
sc_config:
description: Modifies SpawnControl configuration variables
usage: |
Incorrect usage of command /<command>. Examples:
/<command> setting value - sets [setting] to [value]
scimportconfig:
description: Imports player homes from SpawnControl hMod
usage: /<command>
scimportgroupconfig:
description: Imports group spawns from SpawnControl hMod
usage: /<command>
permissions:
SpawnControl.*:
description: Full access to SpawnControl
children:
SpawnControl.Config: true
SpawnControl.sethome.*: true
SpawnControl.home.*: true
SpawnControl.spawn.*: true
SpawnControl.groupspawn.*: true
SpawnControl.sethome.*:
description: Full access to sethome commands
children:
SpawnControl.sethome.basic: true
SpawnControl.sethome.proxy: true
SpawnControl.home.*:
description: Full access to home commands
children:
SpawnControl.home.basic: true
SpawnControl.spawn.*:
description: Full access to spawn commands
children:
SpawnControl.spawn.use: true
SpawnControl.spawn.set: true
SpawnControl.groupspawn.*:
description: Full access to groupspawn commands
children:
SpawnControl.groupspawn.use: true
SpawnControl.groupspawn.set: true
SpawnControl.Config:
description: Modify SpawnControl config
SpawnControl.sethome.proxy:
description: Sethome proxy
SpawnControl.sethome.basic:
description: Set your home
SpawnControl.home.basic:
description: Go to your home
SpawnControl.spawn.use:
description: Spawn at your spawn
SpawnControl.spawn.set:
description: Set the spawn
SpawnControl.groupspawn.use:
description: Spawn at your group's spawn
SpawnControl.groupspawn.set:
description: Set your group's spawn