Update readme

This commit is contained in:
jimmy1248 2014-01-05 20:25:43 +13:00
parent 412a943624
commit a9555da45a
3 changed files with 19 additions and 5 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
*.jar *.jar
*.war *.war
*.ear *.ear
/bin

View File

@ -1,23 +1,36 @@
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
Teleports player to spawn. Teleports player to spawn.
/setspawn /setspawn
Sets spawn location. Sets spawn location.
Permissions Permissions
----------- -----------
/spawn /spawn
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.

View File

@ -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