forked from Timberjaw/SpawnControl-Bukkit-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
45 lines (45 loc) · 1.53 KB
/
plugin.yml
File metadata and controls
45 lines (45 loc) · 1.53 KB
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
name: SpawnControl
main: com.aranai.spawncontrol.SpawnControl
version: 0.7
author: Timberjaw
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>