SimpleSpawn Reborn
At one time, my SimpleSpawn plugin reached the top 100 most used plugins according to mcStats.org. But I let it fall by the wayside, and it became abandoned.... and now someone else has a plugin called SimpleSpawn :/
But now the original, official SimpleSpawn is BACK! And with a whole new look!
Download the ZIP file version, including all modules, via SpigotMC
Commands | Permissions | Configuration
What is SimpleSpawn?
This simple plugin provides a simple way for server admins to manage /spawn locations and to allow players to set their own home locations, in a modular format.
The plugin is split into several modules:
SimpleSpawn-Core
The base plugin required by all other modules. This plugin on its own provides /spawn and /setspawn commands to set spawn points for each world and "/setspawn default" to set the spawn point for new players when they join
SimpleSpawn-Home
Allows players to use /home and /sethome to set their death respawn location and teleport to it.
SimpleSpawn-Work
Like /home and /sethome, but with /work and /setwork so players can set a teleport location in their mine
SimpleSpawn-Back
A simple /back command that takes you back to your last death point, or to the last place you teleported from
SimpleSpawn-Warp
Like /home and /sethome, but with /warp and /setwarp so admins can set warp locations for their players
SimpleSpawn-Jail
A full jail system so admins can set a jail location with /setjail and /jail or /release players at their discretion. Jailed players cannot teleport or interact with the world until released. Released players are sent to the default spawn location to start their rehabilitation.
SimpleSpawn-TpTo
Teleport to another player, but not without their permissions, using /tpto and /tpaccept
More Coming Soon...
I plan to add more modules to this plugin, such as ECONOMY. If you have a suggestion for a command that would fit with this theme, please let me know in the comments.
When using /home or /spawn or /work you can choose to have a teleport effect to tell other players they have teleported. Options include Lightning, Ender Signal, Smoke and Flames.
This is a very lightweight plugin, using SQLite to store all data in one compact file.
If players do not have access to /sethome, using any bed will set their /home location.
Features
- Spawn Commands
- Home Commands
- Work Commands
- Jail / Release Commands
- Back Command
- Warp Commands
- TpTp and TPAccept Commands
Installation
- Download and extract the jar files you want
- Put the SimpleSpawn-Core.jar file in your /plugins folder
- Add other jar files depending on which modules you wish to use
- Reload your plugins/server
Other Projects
See my Other Projects
Errors / Bugs / FeatureRequests
If you find errors / bugs please open a ticket and give detailed information about bukkit/spigot/paper/whatever else version, and plugin version. If possible also Error Log Snippets.
can someone update to 1.19.2
In reply to tazee_ullern_:
This project is no longer being supported but I have used it on my 1.19 and 1.20 servers and it works fine still.
Hello, I have few suggestions for the plugin :
can you make it optional that when doing the /home it sets the respawn point
and when the administrator do /tpa it doesn't ask for permission ?
and can you add a cooldown for the /spawn command ?
And BTW i love the plugin, congrats
In reply to mouton_redstone:
Hello, other than the cooldown, which I’m not sure about, those other features are already in this plugin. Thank you.
Hey i want to set simplespawn.set to true but i don't want to someone elese use it, any way to set that permission only for OP users?
Edit: garbage mod, i set my spawn and when im doing /spawn then it says: An internal eeror occured while attempting to perform this command
It should by default be for OP only. To set for all others, you need to add permissions:
For example:
In the default permissions.yml file on your server, just paste the following and restart your server:
warp:
description: Allows everyone to warp.
default: true
children:
simplespawn.warp.use: true
work:
description: Allows everyone to work.
default: true
children:
simplespawn.work.use: true
Hello. People on my server are unable to teleport to spawn unless they have op which i dont want to give to them. Is there a way to solve this problem? please let me know asap thanks.
In reply to ExpiredPickles:
Yes you need to give them permissions.
For example:
In the default permissions.yml file on your server, just paste the following and restart your server:
warp:
description: Allows everyone to warp.
default: true
children:
simplespawn.warp.use: true
work:
description: Allows everyone to work.
default: true
children:
simplespawn.work.use: true
Has anyone tested this on 1.16 yet? I'd love to update my server but just wanted to make sure this would still work.
In reply to desertrose0601:
Yea works on 1.16 with no problems that I've seen except for that if you use the /spawn command while in the end or nether it will tp you to those cords in that dimension instead of in the overworld.
In reply to diablo050189:
Awesome! Thank you for checking! I noticed the same /spawn problem in 1.15, so I’m not worried about that.
I updated to 1.15.2 and started a new server with all the same plugins as before but added them before i started the server for the first time and now /tp works just fine for me. I wonder if the /tp bug is only a problem if it is added to an already created server world.
Anyone test this in 1.15 and can confirm that it still works. This is the only plugin on my server that needs an update to 1.15 cause as it stands my server is stuck on a month old version of paper 1.14
In reply to diablo050189:
I was able to get it to work on the 1.15 server I have aside from the /tp bug which breaks all the tp command blocks. No fix for that as far as i know.
In reply to Greek3B4:
Breaking commandblocks shouldnt be a problem if you use something like essentials:tp or Minecraft:tp instead of /tp
Hey ellbristow, I know this plugin may be dead again. Figured I'd ask if there's any fix for the /tp thing. Not only does /tp not work when doing it in the chat but it also breaks any command block that attempts to teleport a player.
In reply to Greek3B4:
Breaking commandblocks shouldnt be a problem if you use something like essentials:tp or Minecraft:tp instead of /tp
Hi hopefully someone can help. My users cannot use /work or /warp even though this plugin says all that should be turned on by default. I don't have any clue how to configure a permissions plugin so please don't say I need one of those.
In reply to desertrose0601:
Ooh never mind - I figured it out based on someone else's answer. I'll paste the solution here in case anyone else is as clueless as me ;)
So in the default permissions.yml file on your server, just paste the following and restart your server:
warp:
description: Allows everyone to warp.
default: true
children:
simplespawn.warp.use: true
work:
description: Allows everyone to work.
default: true
children:
simplespawn.work.use: true
Hi
Its works with 1.12.2?