An advanced portals plugin for bukkit
Go to file
Sekwah 543c33bf3e
chore(ci): fix guild gradle and version
2022-04-23 02:23:02 +01:00
.github/workflows Fixed java version 2021-05-26 03:00:19 +01:00
bungee/src Re-organising structure 2021-05-25 01:32:22 +01:00
core chore(ci): fix guild gradle and version 2022-04-23 02:23:02 +01:00
docs Re-organising structure 2021-05-25 01:32:22 +01:00
gradle/wrapper chore(ci): fix guild gradle and version 2022-04-23 02:23:02 +01:00
lang Re-organising structure 2021-05-25 01:32:22 +01:00
spigot Re-organising structure 2021-05-25 01:32:22 +01:00
velocity Re-organising structure 2021-05-25 01:32:22 +01:00
.gitignore build: Rearrange to multi project build 2021-05-23 22:18:47 +01:00
.versionrc.js Re-organising structure 2021-05-25 01:32:22 +01:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2019-05-31 22:19:53 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-01-24 10:16:30 +00:00
DragAndDropStarter.bat Gets rid of md5's stupidly long out of date information on startup for testing. I mean come... 2018-02-02 11:03:54 +00:00
LICENSE.md Merge both LICENSE files 2018-12-19 12:22:23 +01:00
PULL_REQUEST_TEMPLATE.md Create PULL_REQUEST_TEMPLATE.md 2018-01-24 10:10:49 +00:00
README.md Removed API module 2021-05-26 02:25:17 +01:00
TODO.md Added what i think is the code for portal placing 2018-02-22 12:44:56 +00:00
build.gradle Removed forgotten API module reference. 2021-05-26 03:02:19 +01:00
gradle.properties Re-organising structure 2021-05-25 01:32:22 +01:00
gradlew Added wrapper and updated mapping 2018-06-07 15:20:30 +01:00
gradlew.bat Added wrapper and updated mapping 2018-06-07 15:20:30 +01:00
settings.gradle Removed API module 2021-05-26 02:25:17 +01:00

README.md

Advanced portals

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

Module Layout

We are still planning on how to distribute the files though are planning to make one jar at least run spigot and the proxies. Originally the API was also supposed to be a separate module though due to possible forge versions and other reasons decided it would probably be best to not separate it out.

Common

  • core: Functional code with an abstraction layer to create consistent behavior between platforms as well as making addons.
  • lang: Translations of the plugin available by default.

Implementations

  • spigot: All functionality for spigot to connect the abstraction layer.

More will be coming once we have finished the recode.

Proxy's

  • bungee: Bungee plugin to allow secure connections between severs.
  • velocity: Velocity proxy plugin,

Help

Command Documentation & Guides

List Of Commands

Spigot Page

Bukkit Page

Usage Data

Usage stats can be found here https://bstats.org/plugin/bukkit/AdvancedPortals

Supported Platforms

  • Spigot/Craftbukkit (planned for release of recode)
  • Forge (possibly, tho not priority)

API

Once the API is fully sorted we will look into adding auto deploying of the API with updates.

Contributing

Please ensure that your commits are in the following style for PR's

https://www.conventionalcommits.org/en/v1.0.0/

Accepted tags mostly follow the Angular style and are meant to only loosely be followed. When commits close an issue refer in the commit description in the following style (Refs #1, #2, #3)

Types available

  • build: Changes that affect the build system or external dependencies
  • ci: Changes to our CI configuration files and scripts
  • docs: Documentation only changes
  • feat: A new feature
  • fix: A bug fix
  • perf: A code change that improves performance
  • refactor: A code change that neither fixes a bug nor adds a feature
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)

Scopes available

The scopes available should be the specific modules being worked on. E.g. core, spigot, docs