Update readme
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,3 +4,4 @@
|
|||||||
*.jar
|
*.jar
|
||||||
*.war
|
*.war
|
||||||
*.ear
|
*.ear
|
||||||
|
/bin
|
||||||
|
13
README.md
13
README.md
@@ -1,6 +1,11 @@
|
|||||||
EasySpawn
|
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
|
Usage
|
||||||
------
|
------
|
||||||
/spawn
|
/spawn
|
||||||
@@ -18,6 +23,14 @@ Permissions
|
|||||||
|
|
||||||
easyspawn.spawn
|
easyspawn.spawn
|
||||||
|
|
||||||
|
by default this works for non-opped players
|
||||||
|
|
||||||
/setspawn
|
/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
|
name: EasySpawn
|
||||||
main: net.jimmy1248.easyspawn.EasySpawn
|
main: net.jimmy1248.easyspawn.EasySpawn
|
||||||
version: 1.7.2
|
version: 1.6.4
|
||||||
commands:
|
commands:
|
||||||
spawn:
|
spawn:
|
||||||
description: Teleports you to spawn
|
description: Teleports you to spawn
|
||||||
|
Reference in New Issue
Block a user