[TP] Waypoints v0.3 - Easier Transportation [1185]

Discussion in 'Inactive/Unsupported Plugins' started by Sessional, Aug 9, 2011.

  1. Offline

    Sessional

    Waypoints v0.3

    https://github.com/Sessional/Waypoints
    Download Waypoints0.3.zip
    A mod to help transport you around the world with ease, no need to remember any more coordinates!

    Supports permissions and multiverse - allows you to easily add and manage waypoints without ever leaving the game.

    Commands:

    Show Spoiler
    NOTE: Parameters in [] are optional.

    /waypoints add <name> [x] [y] [z]
    /waypoints create <name> [x] [y] [z]

    Usage: /waypoints add spawn
    Notes: if no XYZ coords are given, it will create the waypoint on the block of your character

    /waypoints list

    Usage: /waypoints list
    Notes: will list all(?) waypoints sorted alphabetically from A-Z

    /waypoints save
    /waypoints load

    Usage: /waypoints save
    Notes: will attempt to create or the load the files that are required for Waypoints - at the moment it does not save automatically, but it will load upon startup if files exist

    /waypoints delete <name>
    Usage: /waypoints delete spawn
    Notes: removes the waypoint from the list of waypoints in game, must be saved afterwards for effects to take place upon server restarts

    /waypoints go <name>
    Usage: /waypoints go spawn
    Notes: instantly moves character to this waypoint

    /waypoints return
    Usage: /waypoints return
    Notes: will bring you back to the last position you were at before using /waypoints go, after return this position is removed and no longer functional until another go command is issued


    Permission modifiers:
    Show Spoiler
    waypoints.admin.create
    waypoints.admin.delete
    waypoints.admin.save
    waypoints.basic.go
    waypoints.basic.return
    waypoints.basic.list
    waypoints.basic.help


    Changelog
    Version 0.3:
    • Implemented config file to disable permissions and hopefully work with permissionsBukkit
    • Waypoint handlers based upon config file - if neither are true defaults to everyone has rights.
    Version 0.2:
    • added colors to list output
    • fixed sorting
    • check to see if files exist when saving - if not create them and the directory for them
    Version 0.1:
    • added a return mechanism
    • truncate xyz coordinates for less clutter

    Please note: you may need to manually create the Waypoints folder inside bukkits plugins directory. You also need to manually save Waypoints using /waypoints save until I figure out a better method of going about doing it.
     
  2. Offline

    Kraethor

    I helped test this mod on my server and it works great!
     
  3. Offline

    captainawesome7

    For the tag use [1000] not [build 1000]
     
  4. Offline

    Zarius

    Changelog needs to have last two changes outside the spoiler.
     
  5. Offline

    Sessional

    I missed that memo, thank you very much sir!
     
  6. Offline

    TheArcher

    When I use "/waypoints help" this occurs:
    "An internal error occurred while attempting to perform this command"

    [​IMG]

    I'm using "PermissionsBukkit". The same thing happens when I try to use CoorTeleport.
     
  7. Offline

    Sessional

    I attempted to just fix this.

    Redownload it and run it, let me know how it works. To save the config file you must do a "/waypoints save" command.

    Then shutdown the server modify the config file to your liking (permissionsBukkit if you want to use it) and give it a shot. Let me know of any errors!
     
  8. Offline

    TheArcher

    When I ran a clean server without any permissions plugins (so far all that I have downloaded are terrible, I try to avoid them), it worked fine with the exception of this:

    [​IMG]

    I'm not sure if it would still work if "PermissionsBukkit" was installed, however, but with a built-in configuration file it shouldn't have to.

    The plugin is nice but you could probably shorten down "/waypoints" to just "/warps" or "/warp". Other than that, keep up the good work.
     
  9. Offline

    Sessional

    I wrote some code that it should work with PermissionsBukkit if you want to use it that way, just make sure to set that in the config file.

    I'll add an alias to the /waypoints command here shortly.

    Manually create the "configs.cfg" file in that ./plugins/Waypoints/ directory and see if it works.

    Forgot an if conditional for file exists, am committing the fix to github, the always updated jar can be found in the 'dist' folder under sources.
     
  10. Offline

    TheArcher

    When I added "configs.cfg" to the directory it started up fine however it doesn't seem to be doing anything. Would you please either set it to automatically be created when the plugin is ran or simply find a better solution (like giving OPs power)?
     
  11. Offline

    Sessional

    Just updated the github - will zip it up and update the download link with what works for me.
     
  12. Offline

    TheArcher

    Sounds great, I'm glad you're keeping it updated. Perhaps you could look into instant teleporting: Teleporting without needing to add a waypoint to it first.
     
  13. Offline

    Sessional

    I thought about it - however then you would need to type in coordinates into the command and that's what I'm trying to avoid. And with the /waypoints add <name> [x] [y] [z] I feel it's kind of over the top to just do a /waypoints go [x] [y] [z]
     
  14. Offline

    Petaba

    How to use Permissions. please give an example for me.
     
  15. Offline

    jack3939

    the download doesn't work, 404 not found
     
  16. Offline

    minecraftbreda

    is it upadted?
     
  17. Offline

    movingtarget10

    i get this when trying to download
    [​IMG]

    [​IMG]

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

    TheHornyPriest

  19. Offline

    md_5

    Long time no see Sessional. You will notice that this thread has now been placed into the Inactive Plugin subforum.
    If you wish to revive this plugin, please ensure that you update and test compatibility with the latest recommended Bukkit build before reporting your original post, asking for it to be moved back to the release forum.

    Thanks for your time.
    md_5
     

Share This Page