diff --git a/.gitignore b/.gitignore index 0f182a0..4d6556c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ *.jar *.war *.ear +/bin diff --git a/README.md b/README.md index c7049e9..428249c 100644 --- a/README.md +++ b/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. \ No newline at end of file diff --git a/plugin.yml b/plugin.yml index df09268..0e29d0d 100644 --- a/plugin.yml +++ b/plugin.yml @@ -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