Inactive [TP/HOME/WARP] Waypoint v1.6.4(beta)- Teleportation points, home, spawn, and warp management. [1609]

Discussion in 'Inactive/Unsupported Plugins' started by miyoko, Jul 12, 2011.

  1. Offline

    miyoko

    Notice!

    THIS PLUGIN IS OLD AND VERY VERY OUTDATED. DOWNLOADS ARE NO LONGER AVAILABLE, AND SUPPORT FOR THIS PLUGIN HAS BEEN DROPPED. IF YOU NEED A SIMILAR PLUGIN, PLEASE USE ZPort


    Waypoint - simple teleportation point and home/spawn/warp management plugin:
    Version: v1.6.4 beta

    NOT YET UPDATED FOR 1.2

    *New in 1.6: modular command hookins, reworked command system, SuperPerms, ????*

    Waypoint is an easy teleportation point management and home location
    management plugin. You can create teleportation points to go back to later
    as well as share privately with other users. You can also create public warps that only certain groups of users can access.

    Waypoint's Features:
    • Add/delete waypoints for later access
    • List all of your waypoints simply
    • Share your points privately with other users
    • Points are private, and only accessable by you, unless shared
    • Multiworld support
    • Permissions/SuperPerms/OP support with strict nodes.
    • Home location management
    • Home location is automatically set to the bed you last exited (only if enabled in config.)
    • Create and manage public warps
    • Control which groups of users can access these warps
    • Save/Load the spawn points for all of your worlds
    • Selective showing of warps (you only see what you can access.)
    • Teleport easily between worlds
    • Create and import other worlds
    • Create and teleportation signs to travel to warps or world spawnpoints
    Download: JAR | SRC
    Development build (bleeding edge): JAR
    Integrity (CI): Waypoint project

    If you like my work, please consider sending a dollar or two my way so my little development company can pay for a server to do work and testing on :)
    [​IMG]

    For those of you that want to contribute, or even just watch progress get made on this, check this out: http://phabricator.maio.me/project/view/1/

    Phabricator: Source Code/Collaboration

    Commands:
    • /wp add <name> -- add a waypoint to your list
    • /wp del <name> -- remove a waypoint form your list
    • /wp tp <point> -- teleport to your point
    • /wp invite <player> <point> -- send an online player an invite to your point
    • /wp accept <point> -- accept an invite to a point
    • /wp decline <point> -- decline an invite to a point
    • /wp list -- list of all of your points
    • /home -- teleport to your home
    • /home set -- set your current location to your home
    • /spawn [world] -- teleport to the world's spawn point
    • /spawnadmin <save|load> [world] -- save or load the spawn point of the specified world
    • /spawnadmin set -- set the spawn point of your current world
    • /warp [warpname] -- teleport to the specified warp, if you have access
    • /warp add <warpname> -- create a public warp with the default permissions
    • /warp del <warpname> -- delete a warp you own
    • /warp set <warpname> <owner|permission|or a custom value> <newvalue> -- set property values in the warp's metadata
    • /warp list -- list all warps that *YOU* have access to
    • /warpadmin <set|del> <warp> [key] [value]
    • /tp <player> [target] -- teleport to another player, or teleport one player to another.
    • /tphere <player> -- ejects the target from a vehicle (if applicable) and teleports that player to you.
    • /tploc <x,y,z> -- teleport to a set of coordinates.
    • /world [worldname|create|import|list] -- displays what world you are in and your current position, or if given a worldname, teleports you to that worlds spawn.
    Installation and Configuration:
    Download the jar file and drop it into your minecraft server's plugins/
    folder and reload/restart the server. The configuration will be
    automatically created for you.

    Teleportation Signs:
    To create a teleportation sign, you must format it like this:
    Code:
    Line 1: [WP:WARP] or [WP:WORLD]
    Line 2: world name or warp name
    Line 3: (optional) description # maybe economy cost at some point soon
    Line 4: (optional) description
    
    It is case insensitive btw.

    Configuration options:
    'set_home_at_bed': set this to true if you want your home to be reset
    whatever bed you get out of.
    'autoupdate': check for updates and download upgraded jars automatically
    'warp.groups': permission groups for warps
    'warp.string': message sent to user after teleporting to a warp, %w is warpname, %p is playername
    'limits': self-explanatory.

    Permissions Nodes: (should each be self-explanatory)
    • waypoint.basic.add
    • waypoint.basic.delete
    • waypoint.basic.teleport
    • waypoint.basic.invite
    • waypoint.basic.invite.accept
    • waypoint.basic.invite.decline
    • waypoint.basic.list
    • waypoint.debug.config_node_test << debugging *ONLY*
    • waypoint.home -- you *must* add this if you want to be able to use home commands
    • waypoint.home.set
    • waypoint.home.set_on_bed_leave
    • waypoint.admin.spawn
    • waypoint.admin.spawn.set
    • waypoint.admin.spawn.save
    • waypoint.admin.spawn.load
    • waypoint.admin.warp
    • waypoint.admin.world.create
    • waypoint.admin.world.import
    • waypoint.teleport.teleport -- for general teleportation actions
    • waypoint.teleport.location -- for coordinate-based teleportation
    • waypoint.teleport.here -- for teleporting players to you
    • waypoint.spawn -- you *must* add this if you want to be able to use spawn commands
    • waypoint.warp -- you *must* add this if you want to be able to use warps
    • waypoint.world -- you *must* add this if you want to be able to use /world
    • waypoint.world.teleport
    • waypoint.world.list
    • waypoint.world.access.<worldname> -- more info on this below
    • waypoint.warp.access.<permission category>
    • waypoint.warp.create
    • waypoint.warp.delete
    • waypoint.warp.list
    • waypoint.sign.link.create
    • waypoint.sign.link.use
    • waypoint.sign.link.delete
    • waypoint.sign.warp
    • waypoint.sign.world
    • waypoint.cost_exempt.teleport -- teleports do not cost a single dime.
    Known Bugs:
    • Set home at bed is not disabling, ever. Currently looking into it. T3
    If you find a problem, report it at Github.

    Permissions Setup:
    Here is a sample Permissions 2.7.4 configfile with Waypoint's nodes already set up, and a user set up to give an example. Change it to your liking.

    << Thanks Pr0Failure :D

    World Access
    As of about 1.6.1, I added a few new things that implement a whole "world access" type schema of features. Players will NEVER be able to access a world unless they have the "waypoint.world.access.<worldname>" or "waypoint.world.access.*" permissions. I will add a configuration option to disable this, but for now, it's always on. If you want to effectively disable it without a config option and your permissions system supports inheritance, simply place the "waypoint.world.access.*" node at the lowest level and it should filter up through everything that inherits that or its children. I only added this because I felt it would be handy in the case of servers wanting to prevent griefing in creative worlds, but leaving whitelisting off, and just spawning all new users in the spawn world, but not letting them traverse your minecraft universe of worlds. There will be a config option to turn this off soon. By the way, if you didn't catch the gist of what I was really saying, this prevents ALL teleporting between worlds (only if you don't have the permissions for that world) no matter what you use to teleport. This catches events at a low level and checks each user's permissions as they change worlds. But enough about this.

    Bugs and Errors
    If you get a "An internal error has occurred" message when you use a command, * PROVIDE A TRACEBACK PLEASE. * (hint: a traceback is the error code in the server console that shows the error and its callers)
    And for those of you that didn't read this text, maybe this image will catch your attention:

    [​IMG]

    TODO:
    • Fix PermissionsEx not being detected correctly.
    • Rewrite command structure again with sk89q's command framework.
    • Add configuration options to disable various things.
    • Clean up core support code (me.pirogoeth.Waypoint.Core.*)
    • OpenAuth integration in the future?
    Changelog:
    Version 1.6:
    • Completely rewrote the command parser from the ground up.
    • Added SuperPerms support
    • Split commands apart into categories (much cleaner for anyone who works through the code)
    • (Supposedly) Fixed NPE from LoadWorlds during plugin load.
    Version 1.5:
    • Rewrote the configuration loader and put it in its own class
    • Restructured config storage
    • Added new warp limitations
    • Added an autoupdater
    Version 1.4.5
    • Fixed warp permission loading and detection
    Version 1.4.4
    • Fixed the internal errors spewed on /warp set
    Version 1.4.1
    • Removed some unneeded imports
    • Removed some unused variables
    • Now using String.format in checkperms
    Version 1.4
    • Added warp management
    • Restructured most of the config file formatting.
    • Homes-per-world (you can have one home per world now.)
    • Added spawn management
    • Added backup/restore of world spawn points
    Version 1.3
    • Added home support
    • Fixed configuration node bugs
    Version 1.1
    • Added invite support
    Version 1.0
    • Wrote all base code
    And some thanks.
    Definitely got some big thanks here, especially to Pr0Failure, who been testing the crap out of this, even during its magical beta stages. And some more thanks to all of you that put up with me not being around for weeks on end due to school. And thanks to others who at one point sent in a pull request to fix something I had missed. I love you all, you're a very supportive community :) Also, some big thanks to Ctark who's been following this like crazy and even digging through my messy code to find nodes to help others while I'm not around :) Again, THANK YOU ALL <3
     
  2. Offline

    Pr0Failure

    Like every other time yea xD
     
  3. Offline

    miyoko

    ;_;

    Honestly, I actually have no idea why its doing that.

    @Tama-kun have your users registered any Waypoints?

    Try this build:

    http://kyoto.maio.me/job/Waypoint/35/

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

    Pr0Failure

    I'm gonna wait till a stable 1.5 build for when it gets updated on here.
     
  5. Offline

    miyoko

    Technically, I think #33 or #32 is stable for 1.5 :p but some people have empty configuration fields which are a null, so when I try to iterate through the node to convert the configs, well, java bitches cuz you can't iterate over nulls xD It should be fixed in #35.
     
  6. Offline

    Pr0Failure

    Still gonna wait for an actual stable build lmfao. As much as I want those new features I'm gonna have to wait.
     
  7. Offline

    Tama-kun

    i was going to download it but somehow i get a selling page for the domain you are using, it's asking me if this was my domain, just wanted to tell you
     
  8. Offline

    Pr0Failure

    ^ What he said. Seems somebody forgot to pay off their bill for Jenkins.

    Back to topic: Working on that vid right now. Gonna work like this. Note, I'm not going to be voicing because I don't have a mic sadly enough. People can see how it works w/out me talking anyway lol.
    1. Starting the server and adding warps in game.
    2. How the config looks.
    3. How to add permissions through the config AND through Permissions plugin.
    4. Advanced setting up of permissions in-game.

    Publishing the movie now (Window's Movie Maker Ftw)

    Edit: Kind of crappy quality. It will do though.
    Will add captions to help make it easier when the text is hard to see.

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

    miyoko

    I'm actually in the process of transferring my domain from GoDaddy to Namecheap. Afaik it should be done soon.

    Update: Jenkins is temporarily at http://maiome.hackr.info, so have fun.

    Update 2: The normal domain is back up.
     
  10. Offline

    Pr0Failure

    Might wanna add changelog for 1.5.0, and the title changed to 1.5 and [1000]

    Also, seems to be working a-ok for me.
     
  11. Offline

    kwigle

    The download says *.jar but it downloads as *.zip
    Look into the zip and there is no jar.....
    *Edit - got the jar from Jenkins and loads ok on 1000
     
  12. Offline

    Pr0Failure

    You should add a rename option for wp and warps. And still need that admin bypass function to del/rename/set owner/permission of warps not owned by the admin.
     
  13. Offline

    miyoko

    I've already done the admin bypass :p /warpadmin
     
  14. Offline

    Pr0Failure

    Next time you should add that to the commands/nodes list >_> how else are we supposed to know.
     
  15. Offline

    miyoko

    Good point. I'll add it when I have access to a computer.
     
  16. Offline

    heifinator

    Players have both home.set and .home but when they do /home set they get no confirmation that their home is set. Working for admins with '*' permission.

    RB1000 / waypoint 1.5
     
  17. Offline

    miyoko

    I'll look into it once I get home.

    Give your players waypoint.home.*

    I tested and I was getting messages as a regular user, so just try that. It may/may not work.

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

    heifinator

    Th
    I didn't explain it well, they aren't getting messages and it isn't setting it their either.
     
  19. Offline

    miyoko

    Is there an error in the console? Or is it behaving normally?
     
  20. Offline

    markyxl

    Can you make the Set-Spawn-At-Bed optional as you do with Set-Home-At-Bed? Also I seem to get "your home has been set..." message even if the Set-Home-At-Bed is disabled (though the home hasn't beet set).
     
  21. Offline

    heifinator

    its behaving normally. If you'd like to come on our production server and see the issue I can arrange that.
     
  22. Offline

    miyoko

    There is no set_spawn_at_bed...let me just work through some of this and see if I can find the homesetting problem.
     
  23. Offline

    MrAbrman

    I would really like to have not only x y z but also f saved to all the locations, that would be aweome :p I keep staring @ a wall when I do /spawn :3
     
  24. Offline

    miyoko

    I've already attenpted pitch and yaw. It doesn't work correctly for some reason.
     
  25. Offline

    MrAbrman

    Well I still hope you will be able to do it in the near future, this plugin is awesome and so are you and I'm sure you are capable of finding out a way to do it :)
     
  26. Offline

    ndragonu

    i need help every time i go to my set warp it throws my into a wall and starts killing me PLZ HELP ME ;(
     
  27. Offline

    _LB

    I have the "waypoint.*: true" node in the permissions.yml for the Bukkit built-in permissions system, and I am running SuperpermsBridge, but for some reason when I try to use any command I get "You do not have permissions to use this command." Am I doing something wrong?
     
  28. Offline

    Richard Scheide

    How do you warp to another world?. Suppose my world names World, World2
     
  29. Offline

    Godleydemon

    don't know what I'm doing wrong but Builders aren't getting access to public warps

    Code:
    home:
        set_home_at_bed: 'false'
    warp:
        case_sensitive_tp: 'true'
        permissions:
        - Builder
        - Mod
        - Admin
        - Admins
        list_world_only: 'false'
        traverse_world_only: 'false'
    version: 1.5.0
    autoupdate: 'false'
    
    Permissions

    Code:
    groups:
        Builder:
            default: true
            info:
                prefix: '&2'
                suffix: '&f'
                build: true
            permissions:
            - foo.bar
            - towny.wild.switch
            - towny.publicspawntp
            - towny.wild.item_use
            - towny.spawntp
            - towny.wild.destroy
            - towny.wild.build
            - towny.wild.item_use
            - lwc.mod
            - iConomyChestShop.shop.create
            - iConomyChestShop.shop.create.<id>
            - iConomyChestShop.shop.exclude.<id>
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.command.iteminfo
            - mobbounty.collect
            - mobbounty.multipliers.environment
            - hungry.player.hunger
            - hungry.player.hunger.check
            - hungry.player.food
            - hungry.player.food.list
            - signColours.*
            - colorme.self
            - citizens.wizard.use.interact
            - citizens.trader.use.trade
            - citizens.blacksmith.use.repair
            - citizens.healer.use.heal
            - password.password
            - falsebook.blocks.*
            - falsebook.destroy.blocks
            - falsebook.blocks.area
            - falsebook.cart.*
            - falsebook.blocks.readbooks
            - falsebook.destroy.blocks
            - falsebook.anyic
            - mcmmo.skills.*
            - mcmmo.ability.*
            - mcmmo.chat.partychat
            - mcmmo.commands.party
            - mcmmo.commands.ptp
            - mcmmo.commands.ability
            - mcmmo.regeneration
            - mcmmo.commands.myspawn
            - mcmmo.commands.setmyspawn
            - simplesignedit.edit
            - simplesignedit.colour.*
            - factions.participate
            - factions.create
            - factions.viewAnyPower
            - waypoint.basic.add
            - waypoint.basic.delete
            - waypoint.basic.teleport
            - waypoint.basic.invite
            - waypoint.basic.invite.accept
            - waypoint.home
            - waypoint.home.set
            - waypoint.warp
            - waypoint.warp.access
            - waypoint.warp.list
            - waypoint.admin.warp
    
        Moderator:
            default: false
            info:
                prefix: '&b'
                suffix: '&f'
                build: true
            inheritance:
            - Default
            permissions:
            - foo.*
            - foo.test
            - towny.wild.switch
            - towny.publicspawntp
            - towny.wild.item_use
            - towny.spawntp
            - towny.wild.destroy
            - towny.wild.build
            - towny.wild.item_use
            - towny.admin
            - lwc.mod
            - iConomyChestShop.shop.create
            - iConomyChestShop.shop.create.<id>
            - iConomyChestShop.shop.exclude.<id>
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.command.iteminfo
            - iConomyChestShop.admin
            - mobbounty.collect
            - mobbounty.multipliers.environment
            - hungry.player.hunger
            - hungry.player.hunger.check
            - hungry.player.food
            - hungry.player.food.list
            - hungry.admin.toggle
            - hungry.admin.sethunger
            - signColours.*
            - colorme.self
            - colorme.other
            - colorme.remove
            - citizens.admin
            - mantraweather.weather
            - falsebook.blocks.*
            - falsebook.destroy.blocks
            - falsebook.blocks.area
            - falsebook.cart.*
            - falsebook.blocks.readbooks
            - falsebook.destroy.blocks
            - falsebook.anyic
            - mcmmo.skills.*
            - mcmmo.ability.*
            - mcmmo.chat.partychat
            - mcmmo.chat.adminchat
            - mcmmo.commands.party
            - mcmmo.commands.ptp
            - mcmmo.commands.ability
            - mcmmo.regeneration
            - mcmmo.commands.myspawn
            - mcmmo.commands.setmyspawn
            - mcmmo.commands.setmyspawnother
            - simplesignedit.edit
            - simplesignedit.colour.*
            - factions.participate
            - factions.create
            - factions.viewAnyPower
            - factions.manageSafeZone
            - factions.manageWarZone
            - factions.adminBypass
            - factions.reload
            - factions.saveall
            - factions.lock
            - factions.disband
            - factions.worldOptions
            - factions.config
            - bb.admin.watch
            - bb.admin.info
            - bb.admin.rollback
            - waypoint.basic.add
            - waypoint.basic.delete
            - waypoint.basic.teleport
            - waypoint.basic.invite
            - waypoint.basic.invite.accept
            - waypoint.home
            - waypoint.home.set
            - waypoint.admin.spawn
            - waypoint.admin.spawn.set
            - waypoint.admin.spawn.save
            - waypoint.admin.spawn.load
            - waypoint.admin.warp
            - waypoint.spawn
            - waypoint.warp
            - waypoint.warp.access
            - waypoint.warp.create
            - waypoint.warp.delete
            - waypoint.warp.list
    
        Admins:
            default: false
            info:
                prefix: '&4'
                suffix: '&f'
                build: true
            permissions:
            - '*'
            - lwc.mod
            - iConomyChestShop.shop.create
            - iConomyChestShop.shop.create.<id>
            - iConomyChestShop.shop.exclude.<id>
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.command.iteminfo
            - iConomyChestShop.admin
            - mobbounty.collect
            - mobbounty.multipliers.environment
            - mobbounty.commands.*
            - hungry.player.hunger
            - hungry.player.hunger.check
            - hungry.player.food
            - hungry.player.food.list
            - hungry.admin.toggle
            - hungry.admin.sethunger
            - signColours.*
            - colorme.self
            - colorme.other
            - colorme.remove
            - citizens.admin
            - mantraweather.weather
            - falsebook.blocks.*
            - falsebook.destroy.blocks
            - falsebook.blocks.area
            - falsebook.cart.*
            - falsebook.blocks.readbooks
            - falsebook.destroy.blocks
            - falsebook.anyic
            - mcmmo.skills.*
            - mcmmo.ability.*
            - mcmmo.chat.partychat
            - mcmmo.chat.adminchat
            - mcmmo.commands.party
            - mcmmo.commands.ptp
            - mcmmo.commands.ability
            - mcmmo.regeneration
            - mcmmo.commands.myspawn
            - mcmmo.commands.setmyspawn
            - mcmmo.commands.setmyspawnother
            - simplesignedit.setowner
            - simplesignedit.edit
            - simplesignedit.colour.*
            - factions.participate
            - factions.create
            - factions.viewAnyPower
            - factions.manageSafeZone
            - factions.manageWarZone
            - factions.adminBypass
            - factions.reload
            - factions.saveall
            - factions.lock
            - factions.disband
            - factions.worldOptions
            - factions.config
            - bb.admin.watch
            - bb.admin.info
            - bb.admin.rollback
            - waypoint.basic.add
            - waypoint.basic.delete
            - waypoint.basic.teleport
            - waypoint.basic.invite
            - waypoint.basic.invite.accept
            - waypoint.home
            - waypoint.home.set
            - waypoint.basic.add
            - waypoint.basic.delete
            - waypoint.basic.teleport
            - waypoint.basic.invite
            - waypoint.basic.invite.accept
            - waypoint.home
            - waypoint.home.set
            - waypoint.admin.spawn
            - waypoint.admin.spawn.set
            - waypoint.admin.spawn.save
            - waypoint.admin.spawn.load
            - waypoint.admin.warp
            - waypoint.spawn
            - waypoint.warp
            - waypoint.warp.access
            - waypoint.warp.create
            - waypoint.warp.delete
            - waypoint.warp.list
        Admin:
            default: false
            info:
                prefix: '&4'
                suffix: '&f'
                build: true
            permissions:
            - '*'
            - lwc.mod
            - iConomyChestShop.shop.create
            - iConomyChestShop.shop.create.<id>
            - iConomyChestShop.shop.exclude.<id>
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.command.iteminfo
            - iConomyChestShop.admin
            - mobbounty.collect
            - mobbounty.multipliers.environment
            - mobbounty.commands.*
            - hungry.player.hunger
            - hungry.player.hunger.check
            - hungry.player.food
            - hungry.player.food.list
            - hungry.admin.toggle
            - hungry.admin.sethunger
            - signColours.*
            - colorme.self
            - colorme.other
            - colorme.remove
            - citizens.admin
            - mantraweather.weather
            - falsebook.blocks.*
            - falsebook.destroy.blocks
            - falsebook.blocks.area
            - falsebook.cart.*
            - falsebook.blocks.readbooks
            - falsebook.destroy.blocks
            - mcmmo.skills.*
            - mcmmo.ability.*
            - mcmmo.chat.partychat
            - mcmmo.chat.adminchat
            - mcmmo.commands.party
            - mcmmo.commands.ptp
            - mcmmo.commands.ability
            - mcmmo.regeneration
            - mcmmo.commands.myspawn
            - mcmmo.commands.setmyspawn
            - mcmmo.commands.setmyspawnother
            - simplesignedit.setowner
            - simplesignedit.edit
            - simplesignedit.colour.*
            - factions.participate
            - factions.create
            - factions.viewAnyPower
            - factions.manageSafeZone
            - factions.manageWarZone
            - factions.adminBypass
            - factions.reload
            - factions.saveall
            - factions.lock
            - factions.disband
            - factions.worldOptions
            - factions.config
            - bb.admin.watch
            - bb.admin.info
            - bb.admin.rollback
            - waypoint.basic.add
            - waypoint.basic.delete
            - waypoint.basic.teleport
            - waypoint.basic.invite
            - waypoint.basic.invite.accept
            - waypoint.home
            - waypoint.home.set
            - waypoint.basic.add
            - waypoint.basic.delete
            - waypoint.basic.teleport
            - waypoint.basic.invite
            - waypoint.basic.invite.accept
            - waypoint.home
            - waypoint.home.set
            - waypoint.admin.spawn
            - waypoint.admin.spawn.set
            - waypoint.admin.spawn.save
            - waypoint.admin.spawn.load
            - waypoint.admin.warp
            - waypoint.spawn
            - waypoint.warp
            - waypoint.warp.access
            - waypoint.warp.create
            - waypoint.warp.delete
            - waypoint.warp.list
        Default:
            permissions:
            inheritance:
    
    Code:
    Bukkit Version 1000
    
     
  30. Offline

    jdietz43

    Oddly enough the little "OCD" thing that Pr0Failure mentioned about the default config for warps with capitalized group names was an actual problem for me. Everything worked for default users except warping to a warp I had made and set to default permissions to access. I had to de-capitalize the group name from "Default" to "default" and then everything worked just fine.

    Just thought I should let you know, since all things being equal if it breaks the warp functionality for some you may as well make the default config file start out with lowercase group names to alleviate headaches.
     
  31. Offline

    cmoupetr

    I keep gettingerror messages for warps
    I get this when I do /warp list.
    "[waypoint] internal error during iteration! Please report this to the author."
    It does say in green "====[Waypoint] Warps available to you:===="
    I get this when I do /warp add treehouse
    "An internal error occurred while attempting to perform this command"
    way points work fine.
     

Share This Page