[TP/FIX] Spawny v1.0.0.2 - Giving spawning it's needed update [1060]

Discussion in 'Inactive/Unsupported Plugins' started by CruzBishop, Jul 5, 2011.

  1. Offline

    CruzBishop

    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
    Version 1.0.0.0
    • Initial release, stable enough to be called stable :)
     
    gutanoth and HowdyDonut like this.
  2. Offline

    HowdyDonut

    Everyone should get this! Cruz works his but off *hands diamond* and he is a genius :D 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!!! :D :D :D

    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.
     
    Last edited by a moderator: May 17, 2016
    CruzBishop likes this.
  3. Offline

    GoalieGuy6

    You typo'ed your permission node in SetSpawnCommand.java. It is checking for "spany.set"
     
  4. Offline

    CruzBishop

    Oh, thanks! I must have been rushing when I typed that bit :p

    Updated to version 1.0.0.1 :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  5. Offline

    GoalieGuy6

    No problem, also tested the plugin and it seems to run fine, nice and lightweight :)
     
  6. Offline

    CruzBishop

    That's great, thank you :) It's always a pain when it works on one computer but not any others :p
     
  7. Offline

    CruzBishop

    Just added a little feature to the topic that I forgot about
     
  8. Offline

    Lukeroge

    Sounds good, might try this
     
    CruzBishop likes this.
  9. Thank YOU! First person to understand bare bones spawning is useful.
     
    CruzBishop likes this.
  10. Offline

    Bios Element

    Any chance it can preserve where you're looking when you /setspawn?
     
  11. Offline

    CruzBishop

    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 <,<
     
  12. Offline

    Bios Element

    Ahh ok, cool.
     
  13. Offline

    NEREVAR117

    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.
     
  14. Offline

    CruzBishop

    Sure :) I don't have much time at the moment, but I'll try to get it done over the weekend.
     
  15. Offline

    Parlez

    does this still let players spawn at their bed? i will definitely get this over others if it does :D
     
  16. Offline

    Butterquark

    Just to clarify, this modifies the level.dat spawn location right?
     
  17. Offline

    AnniKa

    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?
     
  18. Offline

    CruzBishop

    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
     
  19. What makes this so special compared to other spawn plugins?
     
  20. Offline

    Jumla


    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?
     
  21. Offline

    CruzBishop

    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
     
  22. Offline

    JTAKER

    Says I don't have permission to use either commands on the latest recommended Bukkit build for 1.8.
     
  23. Offline

    gobadgers77

    ^ Same as me. I think an update is needed.
     
  24. Offline

    Sidnoea

    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?
     
  25. Offline

    ColaBoy42

    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
     
  26. Offline

    Leonick

    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.
     

Share This Page