Advanced Portals

Advanced Portals is a powerful plugin for creating portals in Minecraft, offering an extensive set of features with intuitive management. The mod provides numerous commands for creating, configuring, and editing portals and destinations.
Usage
To master all the plugin's capabilities, we recommend familiarizing yourself with the learning materials: Tutorial, List of Commands, and List of Portal Tags.
Contributing
When submitting pull requests, ensure your commits comply with the Conventional Commits standard.
Also, please run the command pre-commit run --files ... or pre-commit run --all-files to verify proper code formatting. This command requires clang-format to be installed.
Available Commit Types
- build: Changes affecting the build system or external dependencies
- ci: Changes to CI configuration files and scripts
- docs: Documentation-only changes
- feat: New functionality
- fix: Bug fix
- perf: Code change that improves performance
- refactor: Code change that neither fixes a bug nor adds functionality
- style: Changes that do not affect code meaning (spaces, formatting, missing semicolons, etc.)
Available Scopes
Scopes should correspond to specific modules being worked on. For example: core, spigot, docs.
Documentation
Documentation is handled in the website branch.
In the future, I may merge this branch with the main one to synchronize documentation with new features, but the current approach works well for now.