Version: 1.5.0
CraftBukkit: 1.1-R4 or later
Plugin Dependencies:
Any SuperPerms handler (Optional)
Vault (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 /setwarp and /sethome
Download (Direct JAR): http://thedgtl.net/bukkit/Warpz0r-Vault.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
Uses any SuperPerms handler for Permissions support.
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
Support for most Economy plugins via Vault: http://dev.bukkit.org/server-mods/vault/
=============
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
/wz reload - Reload the config/database
=============
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: Select all
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)
=============
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.
=============
Changes
=============
[Version 1.5.0]
- Update for Bukkit 1.1-R5 and later (Including 1.2 builds)
- Removed Register, added Vault
- Added /wz reload command
- Cost is now doubles, allows non-whole numbers (5.25 for example)
[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