forked from AwesomePowered/SpawnTP
-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.yml
28 lines (28 loc) · 1015 Bytes
/
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
name: SpawnTP
author: LaxWasHere
version: ${project.version}
main: net.lazlecraft.spawntp.SpawnTP
commands:
setspawn:
description: Sets the spawn point
aliases: sss
permission: spawntp.setspawn
permission-message: You may not set the spawn.
spawn:
description: Sends you to spawn.
permissions: spawntp.spawn
permission-message: You may not go to spawn!
spawnloc:
description: Tells you the coordinates of spawn
permissions: spawntp.location
permission-message: You may not have the spawn location!
setworldspawn:
description: Sets the worlds spawn
permissions: spawntp.setworldspawn
permission-message: You may not set the world spawn!
worldspawn:
description: Sends you to the world spawn.
permissions: spawntp.worldspawn
permission-message: You may not go to the world spawn!
spawntp:
description: Tells you info about the plugin and reloads the plugin.