An advanced portals plugin for bukkit
Go to file
2016-09-01 19:08:51 +00:00
Resources updated config 2016-09-01 19:08:51 +00:00
src/com/sekwah/advancedportals Forgot a final prefix 2016-08-04 01:45:36 +00:00
.gitignore Add maven support 2016-07-28 07:22:47 -07:00
LICENSE.md Added more specific license again 2016-05-09 18:23:48 +01:00
pom.xml Removed dependency on craftbukkit by using reflection. (Took a while to learn and sort out :P but should be useful for the future anyway so its time well spent :D) 2016-08-03 03:30:59 +00:00
README.md Possible new way to sort out the imports. 2016-08-02 04:23:02 +00:00

Advanced Portals

An advanced portals plugin for bukkit made by sekwah41 designed to have a wide range of features which are easy to use. It adds a bunch of commands to create and edit portals and destinations. This plugin not only enable normal teleportation but also cross server teleportation for networks using bungee.

List Of Commands

Spigot Page

Bukkit Page

Usage Data

Global Plugin Stats

To get the needed bukkit versions download the spigot buildtools and run the appropriate commands for the versions listed in the pom file.

e.g. "java -jar BuildTools.jar --rev 1.10.2" (Enter this into git bash)

When each version is compiled place it in the craftbukkit folder and import the folder of jar's. This should allow you to compile and place more.

If it wasnt for the fact craftbukkit is being used then this would work perfectly with maven. However maven cannot support multiple versions of the same dependency by default at least