An advanced portals plugin for bukkit
Go to file
2024-12-20 12:32:03 +00:00
.github/workflows chore: fix curse uploader 2024-12-11 03:55:33 +00:00
bungee
core chore: pre-commit changes [skip ci] 2024-12-20 12:32:03 +00:00
docs
gradle/wrapper
lang feat: make config values import from the old files 2024-12-18 09:45:23 +00:00
proxycore
spigot fix: comment out log spam (#500) 2024-12-20 12:31:44 +00:00
velocity
.clang-format
.DS_Store
.gitattributes
.gitignore
.pre-commit-config.yaml
.release-please-manifest.json chore(main): release 2.1.1 2024-12-18 10:01:39 +00:00
build.gradle fix: version number is now set correctly, was 1.0.0 2024-12-15 04:24:20 +00:00
changelog-util.gradle
CHANGELOG.md chore(main): release 2.1.1 2024-12-18 10:01:39 +00:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
curse.gradle chore: fix curse uploader 2024-12-11 03:55:33 +00:00
discord.gradle chore: update how the body limit is applied 2024-12-11 04:29:27 +00:00
DragAndDropStarter.bat
env-variables.gradle
gradle.properties fix: version number is now set correctly, was 1.0.0 2024-12-15 04:24:20 +00:00
gradlew
gradlew.bat
LICENSE.md
PULL_REQUEST_TEMPLATE.md
README.md chore: update readme and add readme syncing 2024-12-11 04:09:37 +00:00
release-please-config.json
settings.gradle
version.txt chore(main): release 2.1.1 2024-12-18 10:01:39 +00:00

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

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)

Scopes available

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

Documentation

That is handled on the website branch.

At some point I may merge this onto this branch to try to push for documentation changes with new features, though for now this works.