https://github.com/sekwah41/advanced-portals
An advanced portals plugin for bukkit
https://github.com/sekwah41/advanced-portals
bukkit craftbukkit java portal portals-plugin reflection spigot teleportation
Last synced: 9 months ago
JSON representation
An advanced portals plugin for bukkit
- Host: GitHub
- URL: https://github.com/sekwah41/advanced-portals
- Owner: sekwah41
- License: lgpl-3.0
- Created: 2013-10-07T16:19:26.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T01:28:20.000Z (9 months ago)
- Last Synced: 2025-04-11T01:30:40.673Z (9 months ago)
- Topics: bukkit, craftbukkit, java, portal, portals-plugin, reflection, spigot, teleportation
- Language: Java
- Size: 9.1 MB
- Stars: 163
- Watchers: 10
- Forks: 67
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[//]: # (This is a link to the raw location so that the image can be displayed from pages like Modrinth)

[](https://discord.gg/fAJ3xJg)
[](https://github.com/sekwah41/Advanced-Portals/graphs/contributors)
[](https://github.com/sekwah41/Advanced-Portals/issues)
[](https://github.com/sekwah41/Advanced-Portals/pulls)
[](https://github.com/sekwah41/Advanced-Portals/network/members)
[](https://github.com/sekwah41/Advanced-Portals/stargazers)
[](https://github.com/sekwah41/Advanced-Portals/blob/master/LICENSE.md)
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](https://advancedportals.sekwah.com/docs/intro), [List of Commands](https://advancedportals.sekwah.com/docs/commands), and [List of Portal Tags](https://advancedportals.sekwah.com/docs/portal-tags).
# Download
- [Modrinth](https://modrinth.com/plugin/advanced-portals)
- [Bukkit](https://dev.bukkit.org/projects/advanced-portals)
- [Spigot](https://www.spigotmc.org/resources/advanced-portals.14356/)
- [Curseforge](https://www.curseforge.com/minecraft/bukkit-plugins/advanced-portals)
- [Github (Source Code)](https://github.com/sekwah41/Advanced-Portals/releases)
# 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](https://github.com/sekwah41/Advanced-Portals/tree/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.