Advanced-Portals/README.md

32 lines
1.9 KiB
Markdown
Raw Normal View History

2018-08-27 01:53:00 +02:00
Advanced Portals ![Build Status](https://travis-ci.org/Plugineers/Advanced-Portals.svg?branch=portals-old)
2013-10-07 18:19:27 +02:00
================
2018-04-06 22:39:48 +02:00
<h2>Build Instructions</h2>
<p>(This part is mostly aimed for beginners in case they haven't seen a maven project)
2018-08-27 01:53:49 +02:00
<p>You must have maven 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</p>
2013-10-07 18:19:27 +02:00
2018-04-06 22:39:48 +02:00
<h2>Plugin Info</h2>
2018-01-03 17:28:23 +01:00
<p><b>NOTE:</b> This is the old version of Advanced Portals, look in the appropriate branch for the newer versions.</p>
2018-01-03 17:16:34 +01:00
2015-06-28 17:40:10 +02:00
<p>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.</p>
2014-10-22 23:34:08 +02:00
2018-08-27 01:53:00 +02:00
<a href="https://github.com/Plugineers/Advanced-Portals/wiki/Commands">List Of Commands</a>
2015-06-28 17:39:03 +02:00
2016-03-14 17:15:24 +01:00
<a href="https://www.spigotmc.org/resources/advanced-portals.14356/">Spigot Page</a>
2015-06-28 17:39:03 +02:00
<a href="http://dev.bukkit.org/bukkit-plugins/advanced-portals/">Bukkit Page</a>
2015-06-28 17:46:31 +02:00
<br>
<br>
<p>Usage Data</p>
2015-06-28 17:40:10 +02:00
2015-06-28 17:39:03 +02:00
<img src="http://i.mcstats.org/AdvancedPortals/Global+Statistics.borderless.png" alt="Global Plugin Stats" title="Global Plugin Stats">
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.
<p>To get the needed bukkit versions download the spigot buildtools and run the appropriate commands for the versions listed in the pom file.</p>
<p>e.g. "java -jar BuildTools.jar --rev 1.10.2" (Enter this into git bash)</p>
<p>Use the versions to test code before you turn it into reflection or suggest it to be turned into reflection.</p>
<p>You should never use direct craftbukkit references in public builds as it would only work in one spigot version</p>