-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathplugin.yml
44 lines (41 loc) · 1.16 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
name: NerdSpawn
main: nu.nerd.nerdspawn.NerdSpawn
version: ${project.version}
description: ${project.description}
website: ${project.url}
author: Travis Watkins
commands:
spawn:
description: Teleports you to the spawn location.
usage: |
Usage: /<command> - Teleport to spawn.
setspawn:
description: Sets the spawn location.
usage: |
Usage: /<command> - Sets spawn location.
nerdspawn:
description: Sets the spawn location
usage: |
Usage: /<command> reload - Reload configuration.
Usage: /<command> list - List spawns.
permissions:
nerdspawn.*:
description: Allow the use of all commands.
children:
- nerdspawn.spawn
- nerdspawn.setspawn
- nerdspawn.reload
- nerdspawn.list
default: op
nerdspawn.spawn:
description: Allow a player to teleport to spawn.
default: op
nerdspawn.setspawn:
description: Allow a player to set the spawn location.
default: op
nerdspawn.reload:
description: Allow a player to reload the configuration.
default: op
nerdspawn.list:
description: Allow a player to list all the spawns.
default: op