Warps Reloaded
Description
Warps Reloaded let's you experience warping as you never experienced it before. Of cause it provides normal command based warp creation and warping. But it also allows you to create warp signs, maps and portals. You can even enable particle effects on warping.
The described features aren't final yet neither the structure of the config, the commands or the permissions. I will update everything on release.
Features
- Warp Signs
- Warp Maps
- Custom Portals
- Particle effects on warp
- Pay for warps
- Permissions for warps
- Warp Regions
- Warp Groups
- Per world and global warps
- Maybe Bungeecord support
Current Progress
- Basic warping
- Particle effects
- Saving and Loading warps and warpgroups from a file (database not implemented yet)
- Warp Groups (no commands yet)
Commands
| Command | Args | Description | Permission |
| warp help | [#] | Shows how to use the warp commands | warps.help |
| warp | (name) | Warps you | warps.warp |
| warp | (name) [player] | Warps another player | warps.warp.other |
| warp create | (name) | Create a Warp at your current position | warps.create |
| setwarp | (name) | Create a Warp at your current position | warps.create |
| warp map | | Gives you a Warp Map | warps.map.give |
| warp map | [player] | Give other players a Warp Map | warps.map.give.other |
| warp list | [#] | Lists all available warps | warps.list |
| warps | [#] | Lists all available warps | warps.list |
Warp Signs How To
To create a warp sign just place a sign with the following content:
[Warp]
//the warp name//
//cost - optional//
//timeout - optional//
After placing the sign you should get a message saying the sign was successfully created.
If there is a cost specified for the warp it gets written to the sign. A manual cost line will override this.
The timeout has to be set in seconds. If you add a p behind it it will be for a player, nothing or g will create a global timeout.
Installation & Configuration
Just download the .jar file and put it in your plugins folder. You should be ok with the default settings. If something doesn't behaves as you want take a look at the config:
General:
Permissions:
Use-Permissions: true //Use Permissions or OP-Rights for administration stuff
Use-Vault: true //Use vault if installed
Force-SuperPerms: false //Fix for non supported permissions plugins which use the bukkit permissions api
Log: true //log actions which were disallowed
Debug: false //show detailed error messages
Statistics: true //send stats to mcstats.org
IO:
Show-Prefix: true //show the prefix before messages
Prefix: '&4[WarpsReloaded]'
Error: '&c[Error]' //the error prefix
Warning: '&e[Warning]' //the warning prefix
Language: en //which lang file to use
ColoredLogs: true //parse color codes
HelpHeader: WARPS RELOADED HELP(%page%/%pages%)
HelpFormat: '&e%cmd% %args%: &f%desc%'
Database:
System: SQLite //SQLite or MySQL
File: database.db //This can vary depending on the choosen Database Sytem
Warps:
UseDatabase: true
File: warps.yml //Only if UseDatabase is set to false
Development Builds
You can get Development Builds from my Jenkins
Warning: Those Builds aren't checked by the BukkitDev Staff Members. They aren't fully tested. Use them on your own risk!
