46 lines
684 B
Markdown
46 lines
684 B
Markdown
EasySpawn
|
|
=========
|
|
|
|
EasySpawn is a simple plugin, providing three commands; /spawn, /setspawn and /bed.
|
|
These will set the spawn location for that world only.
|
|
So, you can set different spawn locations for different worlds.
|
|
|
|
|
|
Usage
|
|
------
|
|
/spawn
|
|
|
|
Teleports player to spawn.
|
|
|
|
/setspawn
|
|
|
|
Sets spawn location.
|
|
|
|
/bed
|
|
|
|
Teleports player to their bed
|
|
Added in 1.7.5 version
|
|
|
|
Permissions
|
|
-----------
|
|
|
|
/spawn
|
|
|
|
easyspawn.spawn
|
|
|
|
by default this works for non-opped players
|
|
|
|
/setspawn
|
|
|
|
easyspawn.setspawn
|
|
|
|
works if opped
|
|
|
|
/bed
|
|
|
|
easyspawn.bed
|
|
|
|
by default this works for non-opped players
|
|
|
|
Source code be found [here](https://github.com/jimmy1248/EasySpawn) on github.
|