[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

    _Robert

    Err, are you sure you uploaded it? Cause every single file in the .jar says 1.3.0 and also the console when bukkit loads the plugin ! Downloaded from here: http://thedgtl.net/bukkit/Warpz0r.jar
     
  3. Offline

    Drakia

  4. Offline

    _Robert

    Yep, some frikin chache problem with the browser. Maybye if you add some cache headers it may solve.

    The problem persist and there is another one now haha, if im near, the chunks are allready loaded and the room only has 2 blocks of height, when i use /home i got trapped in the roof!

    Maybye if you execute again the command after a short time of the first one? So it gives enought time to load the chunks (it only happens when you are faaaar away). Bah, you know about this, sry programmer debugging habit haha.

    Edit edit!!!!: The problem only happens now (both) when the height of the room it's only 2 blocks. I just verified with another bed that later i fall down too, and now it's fine! It only bothers a little that i got a bit stucked, like when a try to move it starts to "jump", and i must jump to get free. Mabye if you save the position of the player when the bed it's used? So they appear where they "clicked" it!

    Sry if it's hard to understand my english, im used to read nor to write :B.
     
  5. Offline

    Drakia

    @_Robert That's probably the best way to implement it. I've updated, but left the version number at 1.3.1 since it's a fix for the same issue.
    In regards to headers, it's direct file access, so I have no easy control over the headers.
     
  6. Offline

    _Robert

    Maybye with an .htaccess file? They're lifesavers!

    Works perfectly, thanks dude, you are my hero! :)
     
  7. Offline

    Drakia

    @_Robert Threw up an htaccess that _should_ disable cacheing on .jar files, hopefully.
     
  8. Offline

    Pr4w

    Hey @Drakia , Warpz0r has been killing a lot of my users lately, any reason why ? Sometimes when they do /home they end up in walls, die, and lose their items :confused:
     
  9. Offline

    Drakia

    I haven't had that issue at all, so I'm not sure. The only thing I can think it lag causing fall damage, in which case there's not much I can do.
     
  10. Offline

    Pr4w

    Well it's what I thought at first, but we're experiencing no lag what so ever :/
     
  11. Offline

    luddoboy

    First an awesome plugins but i can't fix so everyone,not just op's can warp,i have essentials and i've set so everyone should be enabled to warp but only ops can,Any ideas how to fix this??
     
  12. Offline

    Drakia

    Install and setup Permissions as linked in the first post. This has nothing to do with Essentials
     
  13. Offline

    Sayshal

    @Drakia This plugin is amazing. Kudos to you and your great work.
     
  14. Offline

    drake3911

    I created a warp with a cost but it doesn't subtract it from my iConomy account.


    Code:
    ironmine:-288.96875:72.0:-177.0:301.7867:world:500
    
    It has the price of 500 next to it, but when I warp there in game I have just as much money after as I did before.
     
  15. Offline

    Drakia

    And do you have the warpz0r.free.* permission?
     
  16. Offline

    BIG_PIP_IN

    OMG Drake why have you not told me about your warp plugin had to add this one in excellent work buddy i love combining plugins great work keep it up gonna have to make a vid and promote this one to LOL :D
     
  17. Offline

    Drakia

    Haha, if you click the link in my sig it shows all my plugins ;)
     
  18. Offline

    BIG_PIP_IN

    I know and you know I had done that before but at the time i didnt need warps lol I think I just forgot
    BTW you know noone on this site can read I guess that means me to LMAO
     
  19. Offline

    jmcneely

  20. Offline

    Drakia

    I update my topics to say the plugin supports SuperPerms when it does. So no.
     
  21. Offline

    jmcneely

    Ok, thanks for responding. I was just wondering because when I start my server it says warpz0r is enabled yet people kept complaining that they couldn't warp.
     
  22. would it be buggy if it would be buggy if i used perm3.x
    ??
     
  23. hey is there a way i can make sign warps?​
     
  24. Offline

    Drakia

    Yes, by using another plugin.

    I do not make nor use such a Plugin
    Also, do not advertise your server in my topic. I have reported your post.

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

    efstajas

    This was the first plugin I've installed on my server and I'm still using it. Thank you!
     
  26. Offline

    Sp!Ke

    Hey yo,
    I have a problem on my server I've got the warpzor plugin and the permissions plugin.
    I set the permissions of all warpzor commands to true but still when I try to perform a command like 'setwarp' it just says: [Warpz0r]Permissions Denied
    Help Please
     
  27. Offline

    Bajsmabb

    Do you get eny errors? can you write them?
     
  28. Offline

    a_iver

    I seem to be having a problem, I have a warp set to another world I created... it was working before but stopped all of the sudden. It shows up in the warp list, but it's saying warp not found. I deleted the warp and remade it but it still won't let me warp to it. Permissions seem to be normal (I haven't changed anything), and I haven't installed any new software, so I'm wondering if there's a way to fix that.
     
  29. Offline

    Drakia

    @a_iver What multi-world plugin are you using? This will happen if the target world isn't loaded.
     
  30. Offline

    a_iver

    thank you! i didn't know you needed one. sorry for my dumbness :)
     
  31. Hmmm... I'm using Overviewer to render my maps for my users to view. Is there any way to make the regions and/or warps to show on that map?
     
Thread Status:
Not open for further replies.

Share This Page