An advanced portals plugin for bukkit
Go to file
2018-01-31 18:17:12 +00:00
Resources Merge branch 'master' into spigot 2018-01-31 18:12:24 +00:00
src/com/sekwah/advancedportals Fixed building 2018-01-31 18:17:12 +00:00
.gitignore Add maven support 2016-07-28 07:22:47 -07:00
.travis.yml Create .travis.yml 2017-07-14 12:05:47 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-11-28 22:50:21 +00:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-01-24 10:16:30 +00:00
DragAndDropStarter.bat Added special starter file i use for testing 2017-07-14 00:39:05 +01:00
LICENSE.md Updated License 2016-12-16 04:38:38 +00:00
pom.xml Started linking the beginnings of the project 2018-01-17 05:45:06 +00:00
PULL_REQUEST_TEMPLATE.md Create PULL_REQUEST_TEMPLATE.md 2018-01-24 10:10:49 +00:00
README.md Merge branch 'master' into spigot 2018-01-31 18:12:24 +00:00
TODO.md Added loops for the subcommands and more to the todo 2018-01-22 05:12:53 +00:00

Advanced Portals Build Status

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.

NOTE: This is the rewrite that is in progress to also allow multiple platforms of server mods, if you are looking for the old version or this version isn't finished check the branch portals-old

Branch Layout

  • master (core code)
  • spigot (Spigot/Craftbukkit) (still needs to be made)
  • sponge (Sponge Powered) (still needs to be made)

Help

List Of Commands

Spigot Page

Bukkit Page

Supported Platforms

  • Spigot/Craftbukkit (planned for release of recode)
  • Sponge Powered (planned)

API

Still needs major work on the documentation however javadocs will be made available on my website on release.

Usage Data

Global Plugin Stats

The api isn't implemented in this version, sorry for any inconvenience. Check the recode tree for possibly a working recode at some point.

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)

Use the versions to test code before you turn it into reflection or suggest it to be turned into reflection.

You should never use direct craftbukkit references in public builds as it would only work in one spigot version