Update readme
This commit is contained in:
parent
412a943624
commit
a9555da45a
|
@ -4,3 +4,4 @@
|
|||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
/bin
|
||||
|
|
21
README.md
21
README.md
|
@ -1,23 +1,36 @@
|
|||
EasySpawn
|
||||
=========
|
||||
|
||||
EasySpawn is a simple plugin, providing two commands; /spawn and /setspawn.
|
||||
These will set the spawn location for that world only.
|
||||
So, you can set different spawn locations for different worlds.
|
||||
Players can do /spawn to get to the set spawn point, and administrators can do /setspawn for world management.
|
||||
|
||||
Usage
|
||||
------
|
||||
/spawn
|
||||
|
||||
Teleports player to spawn.
|
||||
Teleports player to spawn.
|
||||
|
||||
/setspawn
|
||||
|
||||
Sets spawn location.
|
||||
Sets spawn location.
|
||||
|
||||
Permissions
|
||||
-----------
|
||||
|
||||
/spawn
|
||||
|
||||
easyspawn.spawn
|
||||
easyspawn.spawn
|
||||
|
||||
by default this works for non-opped players
|
||||
|
||||
/setspawn
|
||||
|
||||
easyspawn.setspawn
|
||||
easyspawn.setspawn
|
||||
|
||||
works if opped
|
||||
|
||||
Source code be found
|
||||
[here](https://github.com/jimmy1248/EasySpawn)
|
||||
on github.
|
|
@ -1,6 +1,6 @@
|
|||
name: EasySpawn
|
||||
main: net.jimmy1248.easyspawn.EasySpawn
|
||||
version: 1.7.2
|
||||
version: 1.6.4
|
||||
commands:
|
||||
spawn:
|
||||
description: Teleports you to spawn
|
||||
|
|
Loading…
Reference in New Issue