Spawny - The spawning enhancement Version: v1.0.0.2 Now moved to Dev! http://dev.bukkit.org/server-mods/spawny/ Spawny is a simple, light-weight spawning plugin for Bukkit. By spawning, I mean player respawning, not spawning mobs. Nice try, move along... Permissions support is complete! If you don't have Permissions, only OPs can move the spawn point. I will be rewriting this to support PermissionsBukkit in version 1.1, as well as cross-world spawns It is HIGHLY recommended that you set a spawn point before other players join, or they may spawn inside a block (depending on the map) Permissions spawny.spawn - Return to the spawn point spawny.set - Lets you set the current world's spawn point Commands /spawn - Return to the world's spawn point /setspawn - Set the world's spawn point Features: Ability to set the spawn point per world Makes spawning more precise (spawn on the exact block) Spawn points do not revert when Bukkit is removed Download the plugin View the source code on GitHub Changelog: Version 1.0.0.2 Fixed an invalid plugin.yml permissions set Version 1.0.0.1 Fixed a permissions bug thanks to @GoalieGuy6 Version 1.0.0.0 Initial release, stable enough to be called stable
Everyone should get this! Cruz works his but off *hands diamond* and he is a genius Check out his other plugin also! It's called Warpy, I use it, it has warps, op-only warps, and has permissions support! DOWNLOAD THIS PLUGIN AND WARPY THEY ROCK!!! Woot first to download and try it! I win! Everyone, like I said in my previous post, should get this plugin, SUPER easy to use, and you'll have a spawn point set up for your server in no time! EDIT by Moderator: merged posts, please use the edit button instead of double posting.
Oh, thanks! I must have been rushing when I typed that bit Updated to version 1.0.0.1 EDIT by Moderator: merged posts, please use the edit button instead of double posting.
The way Notch set up spawning, it's impossible to do that without modifications. I could do it so it does it while Bukkit and the plugin are enabled, but as soon as either the plugin or Bukkit are removed, it won't keep the direction <,<
This is a great plugin. Simple and it 'just works'. As for what Bios said, could you please add that? It's fine if it doesn't save the direction when bukkit or the plugin is uninstalled, but that's fine. Direction saving would be a really nice feature.
its not working "Makes spawning more precise (spawn on the exact block)" ppl spawn near that spot, but not exacly on that block what did i wrong?
Updated to version 1.0.0.2, not a required update but you probably should if you use a /help modifying command Yeah, it modifies level.dat Hi, AnniKa, I have noticed this starting to happen too. I'll look into it
Code: Logger log = Logger.getLogger("Minecraft"); if (HowdyDonut == CruzBishop){ Idea = 1; } if (HowdyDonut != CruzBishop){ Idea = 0; } if (Idea = 0){ log.info("Wow, your enthusiastic :D "); } if (Idea = 1){ log.info("Hmm. Makes sense :)"); } I'm just messing with you guys Nice plugin. Anyone wanna release my mini-plugin too?
Haha, thanks, Jumla. It's simple, has almost no overhead, and the new spawn points are preserved when bukkit and/or the plugin are removed. Not that many plugins have much overhead, anyway
I just have one question: Does this plugin override beds? Like, if a player has their bed set, will they spawn at their bed when they die, or at the spawn point?
It also says no permissions to do this. I don't use permissions.yml and use 1.8.1. Looks like this mod either reacts terribly with other mods or it doesn't work well with 1.8
Just what I've been looking for, setting spawn and returning to spawn and nothing more. Small problem though, while /setspawn works fine, /spawn does not. If I do /spawn chat says "Oh, something went wrong while spawning. Please try again later!", in the server windows it says "[SEVERE] Could not spawn - null is null". It works fine when you die though, I spawn at the spawn point I set earlier... EDIT: While I do appreciate how lightweight the plugin is, it'd be nice to have the option to have the /spawn command not teleport you people to their bed but always to the global spawn.