[UNSUPPORTED][TP] Warpz0r v1.4.2 - Multiworld Warp and Home plugin [1317]

Discussion in 'Inactive/Unsupported Plugins' started by Drakia, Feb 10, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Drakia

    Warpz0r - Yet another warp and home plugin! Now with iConomy support!
    Version: 1.4.2
    CraftBukkit: 1317

    Plugin Dependencies:
    Any SuperPerms handler, as well as Permissions 2.x/3.x (Optional)
    Register (Optional, will allow any Economy plugin to be used)

    =============
    Description
    =============
    Yet another warp and home plugin.
    I didn't think there were quite enough warp and home plugins out there, so I decided to write my own for my server.
    Added basic iConomy support for /home /warp and /sethome

    Download (Direct JAR): http://thedgtl.net/bukkit/Warpz0r.jar
    Source: https://github.com/TheDgtl/Warpz0r

    =============
    Installation
    =============
    Copy Warpz0r.jar to the plugins/ folder
    After the initial run it will create a Warpz0r folder with the config file in it. Edit the config file to your liking then run "reload" in the CraftBukkit terminal.

    =============
    Features
    =============
    This plugin supports warping/homing between multiple worlds.
    You only have one "home," so if you are in one world and your home is in another, you will warp to your "home" world if you use /home
    Permissions plugin is used if installed, otherwise goes based on isOp().
    Will import your existing homes and warps if you place homes.txt/warps.txt file into the plugins/Warpz0r/ folder
    Ability to disable inter-world warp
    iConomy 5.x support (DOES NOT SUPPORT ICONOMY 6.x)

    =============
    Commands
    =============
    /warp <name> - Warp yourself to specified warp point
    /warpto <player> <name> - Warp target player to specified warp point
    /listwarps - List all available warps
    /setwarp <name> - Create a named warp at your current location
    /setwarp <name> <cost> - Create a named warp at your current location with the specified cost to use it.
    /removewarp <name> - Removes a named warp
    /home - Warp to your set home
    /home <player> - Warp to a specified players home
    /sethome - Sets your home
    /sethome <player> - Set a specified players home
    /clearhome <player> - Clear a players home
    /wz compass - Set your compass to point to your home
    /wz compass <warp> - Set your compass to point to <warp>
    /wz compass reset - Set your compass to point to spawn

    =============
    Configuration
    =============
    useiconomy - Set to "true" to use iConomy
    sethomecost - The cost to use /sethome
    warpcost - The cost to use /warp
    homecost - The cost to use /home
    setwarpcost - The cost to use /setwarp
    removewarpcost - The cost to use /removewarp
    noPrefix - Set to "true" to disable "[Warpz0r]" prefix for player messages
    bedhome - Set to true to allow players with warpz0r.bedhome permissions to set home on entering a bed

    =============
    Permissions
    =============
    Code:
    warpz0r.use: Allow full use of Warpz0r warping commands
        warpz0r.use.warp: Allow use of warping functionality)
            warpz0r.warp: Allow use of /warp <warp> (default: op)
            warpz0r.set: Allow use of /setwarp <warp> (default: op)
            warpz0r.setcost: Allow use of /setwarp <warp> <cost> (default: op)
            warpz0r.remove: Allow use of /removewarp <warp> (default: op)
            warpz0r.list: Allow use of /listwarps (default: op)
            warpz0r.worldwarp: Allow warping between worlds (default: op)
        warpz0r.use.home: Allow use of home commands
            warpz0r.sethome: Allow use of /sethome (default: true)
            warpz0r.home: Allow use of /home (default: true)
            warpz0r.worldhome: Allow teleporting between worlds during /home  (default: true)
            warpz0r.bedhome: Allow use of a bed setting players home (default: true)
        warpz0r.use.compass: Allow use of compass commands
            warpz0r.compasshome: Allow use of /wz compass (default: true)
            warpz0r.compassreset: Allow use of /wz compass reset (default: true)
            warpz0r.compasswarp: Allow use of /wz compass <warp> (default: op)
            
    warpz0r.admin: Allow use of admin commands
        warpz0r.admin.warpto: Allow use of /warpto <player> <warp> (default: op)
        warpz0r.admin.sethome: Allow use of /sethome <player> (default: op)
        warpz0r.admin.home: Allow use of /home <player> (default: op)
        warpz0r.admin.clearhome: Allow use of /clearhome [player] (default: op)
        
    warpz0r.free: All warpz0r commands are free
        warpz0r.free.warp: Don't charge for /warp (default: op)
        warpz0r.free.setwarp: Don't charge for /setwarp (default: op)
        warpz0r.free.removewarp: Don't charge for /removewarp (default: op)
        warpz0r.free.sethome: Don't charge for /sethome (default: op)
        warpz0r.free.home: Don't charge for /home (default: op)
        warpz0r.free.bedhome: Don't charge on bed usage setting home (default: op)
    

    ** Note on Permissions 2.x/3.x: If you are using Perms 2/3, you MUST specify the child nodes individually,
    as Perms 2/3 are not SuperPerms compatible, they do not support the permissions hierarchy defined in plugin.yml
    =============
    F.A.Q.
    =============
    Q) Why don't beds show animation?
    A) Iunno, ask Notch.

    Q) Can you add private warps?
    A) Iunno, as... Oh wait, this one's on me. This isn't the type of plugin Warpz0r is meant to be, and it's probably never going to support private /hidden warps.

    Q) I'm giving my users warpz0r.use but they can't use /warp, why not?
    A) Permissions 2.x/3.x do not support the hierarchy structure in plugin.yml (They don't support perms in plugin.yml at all) so you must define every node for them.

    =============
    Changes
    =============
    [Version 1.4.2]
    - Prefer SuperPerms over PermsBridge
    - Register support instead of iConomy
    [Version 1.4.1]
    - Stupid iConomy.
    [Version 1.4.0]
    - Implemented SuperPerms. This includes a perms overhaul, please re-do your permissions.
    - Fixed teleporting to unloaded chunks
    - Fixed iConomy error when 6.x is installed
    [Version 1.3.1]
    - Fixed location saving on bedhome
    [Version 1.3.0]
    - Added /home <player>
    - Added /sethome <player>
    - Added ability to set home on entering a bed
    - New config options:
    - bedhome
    - New Permissions:
    - warpz0r.bedhome
    - warpz0r.free.bedhome
    - warpz0r.admin.home
    - warpz0r.admin.sethome
    [Version 1.2.4]
    - Updated for iConomy 5.x
    [Version 1.2.3]
    - Added noPrefix config option
    [Version 1.2.2]
    - Added /clearhome [Player]
    - Made /warpto and /clearhome allow partial names
    [Version 1.2.1]
    - Forgot to check to make sure the player supplied a warp name
    [Version 1.2.0]
    - Added Free permissions
    - Added per-warp costs
    [Version 1.1.1]
    - Updated to latest RB
    [Version 1.1.0]
    - Changed version numbering
    - Changed method used to hook plugins
    - Updated iConomy support.
    [Version 1.09]
    - Added "/wz compass" "/wz compass reset" and "/wz compass <warp>"
    [Version 1.08]
    - /listwarps is now alphabetical
    [Version 1.07]
    - More iConomy costs
    - Fixed a reference to Tombstone
    [Version 1.06]
    - Small permissions handling update
    - Updated to iConomy 4.x
    - Warplist now shows proper case
    [Version 1.05]
    - Tweaked permission handling
    - Warp names are no longer case sensitive.
    [Version 1.04]
    - Added iConomy support
    - Added a function to handle messaging the player, now only the "[Warpz0r]" text is colored
    [Version 1.03]
    - Fixed disallowing teleport between worlds, was always returning false.
    [Version 1.02]
    - Remove long constructor
    - Fixed Permission handling, works with /pr now
    - Ability to disable inter-world warping
    [Version 1.01]
    - Changed permission handling to send "Permission Denied" messages
    - Prepended "[Warpz0r]" to all messages sent to player
    [Version 1.00]
    - Initial Release
     
    Baghtal, _Robert, Brain and 1 other person like this.
  2. Offline

    o0AzzA0o

    Drakia would you consider adding a optional delay in config for home and warp? This will stop players ducking out of pvp
     
  3. Offline

    Drakia

    Cooldowns are not a feature I plan on adding at this time.
     
  4. Offline

    Paul_VB

    so it is possible to fix it? know u said its not a problm with the plugin, but juts to be sure, it is possible for me to get it working?
     
  5. Offline

    Drakia

    "Now it just needs to be fixed on the server/client end."
    No, you can't fix it...
     
  6. Offline

    Paul_VB

    is it at all possible to make it work?
     
  7. Offline

    Drakia

    If you want to dig through the CraftBukkit and Minecraft source to figure out why it's not working, then yes.
     
  8. Offline

    blubber

    Hi,

    I was using this plugin for a while now, but I think the [Warpz0r] in front of every message of it gets a little bit anoying after some time.
    Could you maybe add a setting in the cfg file to switch off this prefix? (Or maybe a messages.yml just like iConomy)
     
  9. Offline

    Drakia

    @blubber
    [Version 1.2.3]
    - Added noPrefix config option
     
  10. Offline

    blubber

    Ok, tnx
     
  11. Offline

    Simon Smith

    hi,
    this plugin is brilliant! just what i need, however i cant seem to teleport between worlds :(

    ive set a warp point in world1 and then stopped the server, changed the server.properties to world2
    loaded up world2 then set warp point in world2, then try /warp world1warp and it just says 'Warp not found'

    how do i get the multiworld support working :( ???

    cheers
     
  12. Offline

    Drakia

    You need to use a plugin for multi world, such as MultiVerse
     
  13. Offline

    Bjourk

  14. Offline

    GrillGuth

    Love your Plugin, but I miss an option, that your home is your respawnpoint as well ;)
     
  15. Offline

    Simon Smith

  16. Offline

    SeeD419

    I'm having trouble warping anywhere with a space.

    I have /warp sponge town

    "Player 'town' don't owns a warp called 'sponge'."

    That's also terrible English...
     
  17. Offline

    Drakia

    Warpz0r does not support warp names with spaces. That message is from another plugin.

    [Version 1.2.4]
    - Updated for iConomy 5.x

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

    Thanks4trying

    sorry i'm new the the multi world thing how do i use this plugin for it?
     
  19. Offline

    Ghostetr

    hello i have a problem with your plugin after last update
    every time i restart my server i have to set all the warps all over
    can u tell me why that is ???
     
  20. Offline

    JDD

    @Drakia Any chance you could add an admin command for /home <playername> allowing admins to teleport to players homes.
     
  21. Offline

    Adam McFarland

    Any chance you could leave a copy of 1.2.3 for those of us waiting for all of our plugins to be updated to Iconomy 5?
     
  22. Offline

    Drakia

    I knew someone would ask for that. And the answer is no, mainly cause I dont have a copy, and I really can't be bothered to upload one and edit my first post.
     
  23. Offline

    SeeD419

    You're right. How embarassing.
     
  24. Offline

    MineralMC

    What's the values in the homes.db file? I understand xyz (name:x:y:z) - but what's the last one?

    name:x:y:z:unknown:mapname:-1
     
  25. Offline

    Brain

    The "unknown" value is yaw, meaning the direction you're facing. Warpz0r doesn't save pitch (the angle you're looking up/down). The -1 are the costs associated with warping home, in this case it is free. Costs are only considered when they're more than 0.
     
  26. Offline

    tjh7797

    Hey great mod, it would be really nice if you added multi home support and be able to name them, just an idea.
     
  27. Offline

    MineralMC



    Thanks for that!

    ---

    @Drakia:

    I've a couple of feature requests:

    This plugin seems to have everything but, so could we have a configuration option so player's homes are set automatically when they use a bed?

    That, and the ability for mods to /sethome %playername would be a nice feature for prisons and the like. We've currently got a prison set up, and I want to be able to clear player's /home ability while they're in it.
     
  28. Offline

    Drakia

    Until I decide otherwise, I will no longer be offering any support for any of my plugins. I'm tired of the way users on this forum act, yes, I'm a dick, but it's mainly as a result of people who can't follow basic instructions, or who don't even take the time to read the first post of my topics.
    My plugins will still be kept up to date with the RBs, however I will not be answering any stupid questions, nor adding any requested features.
     
  29. Offline

    PatrickFreed

    Dude, come on, it's the internet; what'd you expect?
    You develop some major plugins and you are letting a lot of people down by quitting. Why not just develop the plugin and ignore bad help requests?
     
  30. Offline

    xlilcasper

    Could we get a /back or /return command that would take you to your location before you warped?
     
  31. Offline

    Tordur

    I won't be like the others here! I love the plugin! And thanks for the good plugin, it is really a nice plugin! So don't let the other jerks let you down!
     
Thread Status:
Not open for further replies.

Share This Page