An advanced portals plugin for bukkit
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
renovate[bot] 689d4a4fe9
chore(deps): Update dependency io.netty:netty-all to v4.1.87.Final
9 months ago
.github chore(deps): update actions/setup-java action to v3 2 years ago
gradle/wrapper chore(deps): Update dependency gradle to v7.6 10 months ago
src/main feat: make the portal reload command usable from the console and rcon (#338) 10 months ago
.autorc chore(ci): Swapping build pipeline 2 years ago
.gitignore chore(ci): Swapping build pipeline 2 years ago
CHANGELOG.md Update CHANGELOG.md [skip ci] 2 years ago
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 6 years ago
DragAndDropStarter.bat Fixed bungee issues and protection 3 years ago
LICENSE.md Updated license 4 years ago
README.md chore(ci): Swapping build pipeline 2 years ago
build.gradle chore(deps): Update dependency io.netty:netty-all to v4.1.87.Final 9 months ago
gradle.properties release version: 0.9.2 [skip ci] 2 years ago
gradlew chore(deps): Update dependency gradle to v7.6 10 months ago
gradlew.bat chore(deps): Update dependency gradle to v7.6 10 months ago
package.json chore(deps): Update Deps 1 year ago
renovate.json chore(ci): Update rennovate config 2 years ago
yarn.lock chore(deps): Update Deps 1 year ago

README.md

Advanced Portals

Discord

Advanced Portals GitHub Workflow 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.

Recode

We are currently slowly working on a complete re-code of the plugin with a full API. For now maintaining the current 1.13+ spigot versions is our main priority.

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

API

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

Contributing

Don't worry about updating the file numbers in bungee.yml, plugin.yml and AdvancedPortalsPlugin.java. They will be updated automatically before builds.

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

Scopes are only needed if relating to specific features just to make them easier to find. I'll expand the list as I work more on the project.

  • proxy (Proxy specific features and issues)