[TP] NearestSpawn v0.6.2 - TP to the nearest Warp, Graves, Homes, MultiWorld, Multilanguage [1000]

Discussion in 'Inactive/Unsupported Plugins' started by adreide, May 23, 2011.

  1. Offline

    adreide


    This plugin will not be supported anymore.

    Description:
    NearestSpawn is a plugin to let you create a lot of different spawn points. Your players will be able to teleport to the nearest spawn. The outputs are custom so you can translate to any language, The spawns are named and they can have accents. The spawn list is saved every time the server is closed or rebooted.
    You have three lists of spawns/warps: graveyards, warp points and homes. Warp points are accessible when the player is alive, graveyards are spawns when you die.
    It works like the GraveYard plugin. It is an alternative.

    Features:
    • Manage all your graves, spawns and homes with one plugin;
    • Custom messages support with colors inside;
    • No Database;
    • Multi-World support.
    Dependencies:
    • PermissionsBukkit or another Plugin for Bukkit SuperPerm.
    • MineUtil, a lib I made myself, it is included, no need to add it elsewhere. Sources.
    Credits:
    • To everyone who supports this plugins, reports bugs etc. Thanks !
    Misc:
    • I did not intend to implement a new graveyard plugin at the begining, it was supposed to work on pair with the GraveYard plugin. But on the IRC channel it was spoted that the plugin name was a little of since it wasn't on respawn. Since it was that way I had two choices: to add that functionnality or to change the name, I choose the first one. I do not which to battle with the GraveYard plugin author and I did not use any of his code nor did I looked at it.
    • I'm not an english native speaker, there sure are lots of mistakes, sorry for that;
    • French traduction included, if people are interested I will add their own traduction file;
    Known Issues:
    • MultiWorld seems to have some problems with some people. I had bad feedback with the 0.5 versions. Had errors with a bukkit version too. So I have checked everything. It does work just fine, NO issues with MultiWorld using MultiVerse !
    • /spawn and /home commands are used by lots of other plugins. NearestSpawn do not intend to overwrite those commands. If it doesn't work, remove other plugins or use the alternative commands /spawny and /homy.
    Changelog:
    Version 0.6.2
    • Fixing permission issue
    Version 0.6.1
    • Adding /home go function to warp to a world's home;
    • Adding moderators multi-world home warpers;
    • Support for Bukkit 1000;
    • Bukkit built-in Permissions.
    Show Spoiler

    Version 0.6
    • Full tests with multi-world (tested with multiverse), works !
    • Add multiworld homes. One home per world;
    • Changed the save format a bit, you'll have to recreate your spawns, graves.
    Version 0.5.3
    • Removed fix for 818 release
    Version 0.5.2
    • Fixed respawn event;
    • Adding new Permissions, check the wiki.
    Version 0.5.1
    • Fixed /spawny list grave error;
    • Put higher priority on respawn event. Should fix conflicts with other plugins.
    Version 0.5
    • Fixed 815 support;
    • Fixed commands error.
    Version 0.4
    • Fixed player teleported into the floor;
    • Fixed player teleported with default orientation;
    • New serialized method, not compatible with 0.3.
    Version 0.3
    • Added graveyard function;
    Version 0.2
    • Added spawny add command;
    • Removed the old spawny add command;
    • Added spawny delete command;
    • New structure based on HashMaps : faster location search based on full name and world;
    • Using a custom "Position" class instead of Location to be able to serialize it;
    • Location rounded in integer, I can't see anything wrong with that;
    • Better Multi-world support;
    • Better search based on the name: can be sequential if the name is not fully typed.
    Version 0.1
    • Added spawny command;
    • Distance calculation and serialized Property file to save spawn list;
    • Custom output;
     
    zok and AS1LV3RN1NJA like this.
  2. Offline

    Swadon

    Hello,
    It doesn't work for me :(
    When i'm die on my second world, I always respaw on my first world and I would respaw in my graveyard (in my second world).
    How I can fix it ?

    Thank You
     
  3. Offline

    adreide

    You spotted a bukkit bug. In the respawn process, NearestSpawn does set the current world correctly but the bukkit process use the first world. I will report it to the bukkit team so an update will soon arrive.
     
    AS1LV3RN1NJA and Swadon like this.
  4. Offline

    Swadon

    Oh ok, Thank You man for your answer :)

    Another bug : when I am in my first world, I see animals and others objects of my second world. I don't understand oO
    Look at this : [​IMG]
     
  5. Offline

    Shooty

    Salut, la nouvelle màj de bukkit règle le problème des TP etc, mais ton plugin marche toujours pas tu peux l'update en b860 stp :) ? Merci !
     
  6. Offline

    adreide

    Hi there,

    Bukkit 860 has corrected all the flaws that were in the 818 version. It should work as it is now with multi-world support (tried with MultiVerse). Also I will remove the fix for death player location as it seems to work without.

    Will put it online once I have finished testing it.
     
  7. Hey, Love the plugin. could you add a command that all player can use for the 'Main Spawn' so if they wanted to get back to the main spawn they just type a command to get back. It would be even more cool if when you use the 'Main spawn' command you get charged for it (iConomy) :D it would be cool if you could add that
     
  8. Offline

    Shooty

    Lol, don't work for me... i don't know why...
     
  9. Offline

    Matt

    Code:
    
    2011-06-20 21:46:09 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'spawny' in plugin NearestSpawn v0.5.3
    	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    	at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:287)
    	at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:712)
    	at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:678)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:671)
    	at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    	at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    	at creadri.NearestSpawn.NearestSpawn.onCommand(NearestSpawn.java:285)
    	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    	... 12 more
    
    
    Not working on my server here getting this error.
     
  10. Offline

    Shooty

    So it's works now, but /back don't work after a death.
     
  11. Offline

    Swadon

    Hello, I have a other problem x)

    When I die, I always respawn at my default respawn and not at my graveyard point.

    Anyone know why ?

    Thank You.


    Swadon.
     
  12. Offline

    hofec

    @adreide

    Hello sir !

    Any chance for multiworld in latest RB | MC 1.7 ?
    I need this because i have a lot of trouble with spawns for each of worlds on my server :(

    Thank you for answer in advence. [diamond]
     
  13. Offline

    adreide

    Hi everyone, Ineglected a bit NearestSpawn as I had other plugins plans.

    I will renew this plugin, testing it a little bit further, adding a cool down and even adding a home command for multi-world.

    I should have some time to spend on it tomorrow.
     
  14. Offline

    Spycoclown

    how fare are you with the update latest RB|MC 1.7.2?
     
  15. Offline

    adreide

    I'm testing right now but I'm having some permissions problem with the 3.1.6 so it takes longer to release something correct.

    v0.6 is out.

    This version should resolve all the problems with multi-world support. Adding homes (yeah I know there are lots of other plugins but I had use for it)

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

    adreide

    v0.6.1 is out. See changelog.
     
  17. Offline

    heifinator

    I am using perm 3.1.6 and rb1000 when I try and set a graveyard it tells me I do not have permission to do that. I am set as OP with '*'

    Any insight would be great! Thanks
     
  18. Offline

    heifinator

    I'm reading over the OP again. Does this not working with perms 3.1.6?

    I have permission to list but I dont have permissions to make anything.
     
  19. Offline

    adreide

    with bukkit built-in permissions. But should work with op, I'm gonna investigate the matter.
     
  20. Offline

    heifinator

    Thank you. If you want to see the issue in action let me know and you can hop on our production server.
     
  21. Offline

    xxdilbertxx

    umm... i dont have this plugin installed but i get this in my log
    is another plugin using your code or is it just a name coincidence
    i have the following insatlled
    thanx
     
  22. Offline

    heifinator

    Any update on this? Or any way I can help out. If you need help on the dev end I have a couple people that work with plugins that could look into the issue as well.

    Thanks!
     
  23. Offline

    adreide

    ok, sorry for the delay, permission fixed in the 0.6.2 release.

    Uses bukkit built-in permissions. If you use BukkitPermissions it will override the op status and thus op won't have access to NearestSpawn if they don't have the permissions set. However if you are op and don't have any permission system, it will work.
     
  24. Offline

    adreide

    As there is very little downloads for this plugin I will not support it any further.
     
  25. Offline

    topsub

    I hope someone forks this or takes it over. I like this plugin as it was hard to find, But hate to rely on a plugin that isn't supported anymore.
     
  26. Offline

    gameswereus

    I just noticed this, and it would have been very useful :(
     
  27. Offline

    Zalastri

    Yeah, I'm looking for a graveyard system similar to WoW, or a Waypoint system similar to d2. Seems like it would have been both, but I can't start using it if it just stopped being supported. :[
     
  28. Offline

    Clastic

    Can you make a script that randomized re-spawning at grave site?
    I need it for my ProjectZombie map :)
     

Share This Page