RentWarp
Český návod na tento plugin již brzy u mě na webu!
THIS PLUGIN NEEDS VAULT AS A DEPENDENCY
IF YOU HAVE A VERSION OLDER THAN 1.2, UPDATE AS SOON AS POSSIBLE, BEFORE YOU GET TOO MANY WARPS ON YOUR SERVER
The actual description
Did you ever want to rent a warp to your players? Well... I didn't, but one guy did and I liked he idea, so I wanted too... But there aren't* plugins, that would do both make your players pay for the warp and give it to them for a limited time
- correct me if I am mistaken
Commands and permissions
| Command | Permission | Description |
|---|---|---|
| /rentwarp <warpName> <timeInDays> | rentwarp.rent (default everyone) | Lets your player to rent a warp. That time in days is how long that warp will last |
| /delwarp <warpName> | rentwarp.delete (default everone) rentwarp.admindelete (default OPs) | Deletes warps. When you have the rentwarp.delete permission only, you can delete only your own warps, however with the rentwarp.admindelete one you can delete anyone's warps |
| /warp <warpName> | rentwarp.warp (default everyone | Does what you would expect, warps the player to the warp! |
| /rwver | rentwarp.version (default OPs) | Shows you the plugin name, author and version |
| /setwarp | rentwarp.setwarp (default OPs) | Sets a warp, that never expires and for free. |
| /extendwarp | rentwarp.extend (default everyone) | Extends a lifetime of an existing warp |
| /convertwarp | rentwarp.convert (default OPs) | Converts the warp from the old system (warps.yml) to the new system (warps folder) |
Known bugs
- Some Java 7 and Minecraft 1.7.10 compatibility issues, it's caused by me linking a Java 8 compiled Spigot JAR file. I'll fix this in 1.3
To-do list (what to expect from future updates)
A warp list!(Added in 1.2 with the new warp system)- A command, that lets you to see who created the warp, when it was made and when will it expire
- Localization support! (Currently the localization option is in the config, but it does nothing)
Servers using this plugin
If you want your server to be listed here comment or send me a PM
Source code
If you want, you can have a look at the crap code I wrote at my GitHub repository
-
View User Profile
-
Send Message
Posted Feb 11, 2015@oneill011990
Found the settings, thanks, next update will be for Java 7 (because 6 is too old!)
-
View User Profile
-
Send Message
Posted Feb 10, 2015Depending on your IDE you can choose what Java you want to compile to. I use JDK8 on my machine too an compile towards Java7 and it works.