An advanced portals plugin for bukkit
Go to file
2024-11-21 04:37:55 +00:00
.github/workflows chore: switch to using env 2024-11-19 03:04:41 +00:00
bungee chore: run pre-commit 2024-11-18 05:32:21 +00:00
core chore: pre-commit changes [skip ci] 2024-11-21 04:37:55 +00:00
docs chore: update readme 2024-11-18 05:46:15 +00:00
gradle/wrapper chore: sync up with the main recode 2024-11-18 05:32:21 +00:00
lang feat: add support for uppercase color codes as well as &#rrggbb to lang files 2024-11-21 04:37:37 +00:00
proxycore chore: pre-commit clean 2024-11-19 05:32:26 +00:00
spigot chore: pre-commit changes [skip ci] 2024-11-20 04:40:49 +00:00
velocity chore: run pre-commit 2024-11-18 05:32:21 +00:00
.clang-format chore: pre-commit clean 2024-11-19 05:32:26 +00:00
.DS_Store Rewrote to have no references to any of the platforms 2024-11-18 05:32:21 +00:00
.gitattributes chore: add a fix for the terrible default autocrlf setting git does 2024-11-18 05:32:21 +00:00
.gitignore chore: sync up with the main recode 2024-11-18 05:32:21 +00:00
.pre-commit-config.yaml chore: switch to using clang format 2024-11-18 05:32:21 +00:00
.release-please-manifest.json chore: add release config file 2024-11-18 15:59:14 +00:00
build.gradle feat: switch jar to shadow the dependencies to avoid clashes with other plugins 2024-11-19 05:24:00 +00:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2024-11-18 05:32:21 +00:00
CONTRIBUTING.md Update CONTRIBUTING.md 2024-11-18 05:32:21 +00:00
curse.gradle chore: switch to using env 2024-11-19 03:04:41 +00:00
discord.gradle chore: switch to using env 2024-11-19 03:04:41 +00:00
DragAndDropStarter.bat chore: sync up with the main recode 2024-11-18 05:32:21 +00:00
env-variables.gradle chore(ci): add pre-commit as well as split variables out 2024-11-18 05:32:21 +00:00
gradle.properties chore: sync up with the main recode 2024-11-18 05:32:21 +00:00
gradlew chore: sync up with the main recode 2024-11-18 05:32:21 +00:00
gradlew.bat chore: sync up with the main recode 2024-11-18 05:32:21 +00:00
LICENSE.md chore: sync up with the main recode 2024-11-18 05:32:21 +00:00
PULL_REQUEST_TEMPLATE.md Create PULL_REQUEST_TEMPLATE.md 2024-11-18 05:32:21 +00:00
README.md chore: update readme 2024-11-18 05:46:15 +00:00
release-please-config.json chore: pre-commit changes [skip ci] 2024-11-18 15:59:35 +00:00
settings.gradle feat: proxy tag (#451) 2024-11-18 05:32:21 +00:00
version.txt feat: proxy tag (#451) 2024-11-18 05:32:21 +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.