[MECH][TP] Graveyard v0.4.4 - Multiple player respawn locations. [1317]

Discussion in 'Inactive/Unsupported Plugins' started by McSpazzy, Apr 7, 2011.

  1. Offline

    McSpazzy

    Graveyard - Allows server operators to define multiple respawn points.
    Version: v0.4.4

    Just put in plugins directory and off you go. Config files generated on the fly.
    Built and tested with Craftbukkit 1317.

    New development site =D
    http://dev.bukkit.org/server-mods/graveyard/

    Features:
    • Allows admins to define names and coordinates in config files.
    • Players respawn at closest point.
    • Permissions support for commands.
    Note: This currently overrides many other plugins spawn management.



    Commands:

    /gy add SpawnName​
    /gy delete SpawnName​
    /gy list​
    /gy list world​
    /gy closest​
    /gy tp SpawnName​
    /gy tp closest​
    /gy tp random​
    /gy info​
    /gy reload​
    /gy version​

    Feel free to add as many words in the name as you want. Such as 'Super happy fun spawn point of doom' or something equally as awesome.

    Permissions:
    graveyard.command.tp​
    graveyard.command.add​
    graveyard.command.list​
    graveyard.command.closest​
    graveyard.command.delete​
    graveyard.command.message​
    graveyard.command.reload​
    graveyard.command.info​
    graveyard.spawn.[groupname]​
    graveyard.respawn.closest​
    graveyard.respawn.random​
    graveyard.respawn.bed​
    graveyard.respawn.invincible​

    Download v0.4.4
    Download v0.4.3
    Download v0.4.2
    Download v0.4.1
    Download v0.4

    To Do:
    • Point discovery.
    • Proper documentation.
    Coming in next version (Probably):

    Change log:
    Version 0.4.4 - Some pretty big changes.
    • No longer requires permissions to work. If no permissions plugin installed it will automatically let all players spawn at all points.
    • Supports PEX and PermissionsBukkit
    • Took the bed support out for now till I can find a better way to implement it.
    • New points are automatically in the 'default' group which needs no permissions to spawn at, just the graveyard.respawn.closest or random.
    • Updated the configuration code to reflect changes in the new RB.
    Version 0.4.3
    • Option to enable an invincible timer on respawn.
    • Threaded file IO
    • Added commands '/gy tp random' and '/gy tp closest'
    Version 0.4.2

    • Configurable option to check/auto notify if there is a new version
    • Permission to change between closest or random spawn point.
    • Allow beds to be used. If set to true in config, will attempt to spawn player at their bed, if that fails, will default to the random/closest permission.
    Version 0.4.1

    • Added a '/gy reload' command to reload all points.
    Version 0.4

    • Changed permissions to PermissionsBukkit
    • Added per point permissions
    • Added more commands
    • Rewrote some of the code
    Older Versions (open)


    Version 0.3.9pre
    • Support for PermissionsEX.
    Version 0.3.8


    • Custom respawn strings. Change the closest point's by using '/gy message message here'. You can set it to '/gy message none' for no message.
    • Multiworld support.
    • Took out permissions for now...I know, I'm a terrible person.
    Version 0.3.7


    • Fixed the bug caused by the new CB preventing the multiple spawns from working.
    Version 0.3.6


    • Some general code cleanups
    Version 0.3.5


    • Removed support for Towny, will re-add soon.
    • Fixed null when trying to TP to a non existant point.
    • Updated command list
    Version 0.3.2


    • Added support for Towny.
    Version 0.3.1


    • Fixed not creating folders on first load bug. Thanks to @spowney for pointing out my stupid mistake. =D (I forgot to put it back in after the code rewrite)
    Version 0.3


    • Changes to the commands.
    • Changes to the storing of spawn points.
    • Better permissions support.
    Version 0.3pre


    • Basic permissions support.
    • Additional fixes and updates.
    Version 0.2.1


    • This is only an intermediate release to address important bugs and compatibility issues.
    • New add coordinate command that works in game as well as from the console.
    • Fixed a few of the command catch errors. So there should be no more console error spamming.
    • The graveyard points now supersedes beds and other plugins. (The ones I tested) Except those plugins which have their priority set to highest.
    Version 0.2


    • Added in game add point command. (Remove and list still coming)
    Version 0.1


    • Initial Release


    I'm still working on it. Just wanted to get a base version out to feedback/bug reports/feature demands. I'll be adding the commands in as soon as I've finished typing this.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
    AS1LV3RN1NJA and kahlilnc like this.
  2. Offline

    1born2kill

    Do you perhaps have SpawnControl plugin?
     
  3. Offline

    Ehcko

    No I do not, didn't know I needed one or there was one.
     
  4. Offline

    duhfux

    @McSpazzy I have an idea if you can implement it, groups of respawn areas where the spawn is random but from that group of spawns. This would be useful for having arenas where the player spawns not at the nearest point but at a random point with a matching group. perhaps a number or groupname, where creating a graveyard normally will give it the 'default' group perhaps.
     
  5. Offline

    rareshutzu

    I don't get it. I've made near spawn a graveyard and set it up using this plugin, but if anyone dies they will spawn at the spawn point instead of graveyard...
     
  6. Offline

    Ehcko

    yes I am having the same issue...
     
  7. Offline

    McSpazzy

    Ok! The new RB requires some changes! Should have the new version out this weekend sometime.
     
  8. Offline

    peaced

    have you set both needed perms ?
    graveyard.spawn.all
    and graveyard.respawn.closest or random
     
  9. Offline

    Ehcko

    No I have not, what are those suppose to do?
     
  10. Offline

    peaced

    graveyard.spawn.all --> allows to respawn to the spawnpoint of the group 'all' (default groups for spawns points)
    graveyard.respawn.closest --> will respawn to the closest point
    graveyard.respawn.random --> will respawn to a random point.
    You need the players to have both perms to be able to respawn properly.
     
  11. Offline

    rareshutzu

    Well, I did it. But nothing happens still. And I also deleted essentialsSpawn plugin.
     
  12. Offline

    McSpazzy

    @peaced @rareshutzu The new version is out. It takes care of the annoying permissions required issue. No longer needs the permission for the default group. No longer called 'all' now is 'default'
     
  13. Offline

    rareshutzu

    Ok thanks. Will try it today and tell you about it :)
     
  14. Offline

    Ehcko

    It seems the new version you put out isn't creating a GraveYard folder in the pluggins folder when I launch bukkit.

    There fore it wont let me add graveyards etc now
     
  15. Offline

    McSpazzy

    @Ehcko Odd...It works for me, just checked then. Try creating the folders manually and see if that works.
     
  16. Offline

    Ehcko

    Tried adding the folder manually still no config came up
     
  17. Offline

    Revenger

    We all the required permission nodes in but we only get /gy info when using a command nothing is done and nothing in chat window or logs.

    Using latest pex and 1337 bukkit
     
  18. Offline

    BBoyXfro

    Hey great plugin!!
    On problem though:
    Even when i set a graveyard the people still respawn back at spawn.
    I tried with permissions nodes: graveyard.respawn.closest
    and graveyard.spawn.all
    but nothing is working.
    help please
    thx,
    BBoyxFro
     
  19. Offline

    Sneaky420

    @McSpazzy

    Any news on updates? Still not working correctly, and sending people to their beds or the spawn :(
     
  20. Offline

    Ares513

    I'm getting "internal error while trying to perform this command." with latest version. Is this normal?
     
  21. Offline

    McSpazzy

    I'll do what I can...now that 1.0 is out. I'll try to make it as simple as possible, seems that people are still having problems with permissions and quite a few other problems. I know the causes for a couple of these.
     
  22. Offline

    M1steRious

    I am looking forward to the post 1.0.0 release to implement that on my server. Keep up the good work!
     
  23. Offline

    McSpazzy

    Cramming a whole bunch of new stuff into the next version. Be patient!
     
  24. Offline

    Kid Tiger

    DUDE!

    I'm so excited you're continuing to dev this. Words don't express.
     
  25. Offline

    peaced

    Same here, I wont update my server without this plugin :)
     
  26. Offline

    DoCBeN

    I love this plugin since v0.4! But now i have a bug. the plug doesnt work..

    Mke new version pleeease :) :)
     
  27. Offline

    MrMonkee

    is it possible to have a spawn point that when you 1st join the server u spawn there and every other time u spawn at another location? :)
     
  28. Offline

    Master_Queef

    Make it compatible with GroupManager! Awesome plugin by the way.
     
  29. Offline

    everhaunted

    Hey i had a question is it possible to use this plugin with the mcmmo plugins? if not will be be possible in the future?
     
  30. Hi people, I don't know why but when I die I don't respawn at the Graveyards, or sometimes it works ... help ? ( i had essentials spawn, but i deleted it, and I still have the same problem ) help ? :)
     
  31. Offline

    imatrollly

    Will you be updating this to 1.2.3 for minecraft? cause its probably the best spawn manager mod out there and i need it for my server :D
     

Share This Page