Advanced-Portals/README.md

37 lines
2.5 KiB
Markdown
Raw Normal View History

2019-06-02 07:19:41 +02:00
![Advanced Portals](https://i.imgur.com/UIF6cQR.png)
2019-06-02 18:53:08 +02:00
Advanced Portals [![Build Status](https://travis-ci.org/sekwah41/Advanced-Portals.svg?branch=master)](https://travis-ci.org/sekwah41/Advanced-Portals/branches)
2019-06-02 07:19:41 +02:00
==============
2019-06-02 18:43:09 +02:00
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.
2013-10-07 18:19:27 +02:00
2019-06-02 18:43:09 +02:00
# Branch Layout
2019-06-02 18:53:08 +02:00
* [master](https://github.com/sekwah41/Advanced-Portals/) (Release Build) [![Build Status](https://travis-ci.org/sekwah41/Advanced-Portals.svg?branch=master)](https://travis-ci.org/sekwah41/Advanced-Portals/branches)
* [dev](https://github.com/sekwah41/Advanced-Portals/tree/dev) (Dev Build) [![Build Status](https://travis-ci.org/sekwah41/Advanced-Portals.svg?branch=dev)](https://travis-ci.org/sekwah41/Advanced-Portals/branches)
* [recode](https://github.com/sekwah41/Advanced-Portals/tree/recode) (Recode) [![Build Status](https://travis-ci.org/sekwah41/Advanced-Portals.svg?branch=recode)](https://travis-ci.org/sekwah41/Advanced-Portals/branches)
2018-01-03 17:16:34 +01:00
2019-06-02 18:43:09 +02:00
Once the recode is done the master branch will be releases and the dev branch will be where work is done.
2014-10-22 23:34:08 +02:00
2019-06-02 18:43:09 +02:00
# Build Instructions
You must have gradle installed then run "gradle build". Once the build is complete you will have a useable jar file in the folder named "build/lib" listed as Advanced-Portals-x.x.x-snapshot.jar
2015-06-28 17:39:03 +02:00
2019-06-02 18:43:09 +02:00
# Help
[List Of Commands](https://github.com/sekwah41/Advanced-Portals/wiki/Commands)
2016-03-14 17:15:24 +01:00
2019-06-02 18:43:09 +02:00
[Spigot Page](https://www.spigotmc.org/resources/advanced-portals.14356/)
2015-06-28 17:40:10 +02:00
2019-06-02 18:43:09 +02:00
[Bukkit Page](http://dev.bukkit.org/bukkit-plugins/advanced-portals/)
2019-06-02 18:43:09 +02:00
# Usage Data
Usage stats can be found here https://bstats.org/plugin/bukkit/AdvancedPortals
Were available here http://mcstats.org/plugin/AdvancedPortals but mcstats is no longer working.
2017-11-20 19:50:32 +01:00
The api isn't implemented in this version, sorry for any inconvenience. Check the recode tree for possibly a working recode at some point.
2019-06-02 18:43:09 +02:00
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)
2019-06-02 18:43:09 +02:00
Use the versions to test code before you turn it into reflection or suggest it to be turned into reflection.
2019-06-02 18:53:08 +02:00
You should never use direct craftbukkit references in public builds as it would only work in one spigot version