Advanced Portals
PluginLGPL-3.0-only

Advanced Portals

Advanced Portals is a portal plugin for bukkit designed to have a wide range of features which are easy to use.

79.9K
Downloads
179
Followers
2 months ago
Updated
📦
24
Versions

📖About Advanced Portals

Advanced portals

Discord





Advanced Portals

An advanced portals plugin 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.

Usage

Check out the Tutorial, List of Commands, and List of Portal Tags.

Download

Note: Please make sure you download the right version for the right loader and mc version.

Also the proxy plugin for both velocity as well as bungee is contained within the jar files.

Contributing

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

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

Also if you could, please run pre-commit run --files ... or pre-commit run --all-files to ensure that the code is formatted correctly.
You will need to have clang-format installed for this to work.

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)