[//]: # (这是一个指向原始位置的链接,以便从像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)
高级传送门
==============
一个设计为具有广泛功能且易于使用的先进传送门插件。它添加了一系列命令来创建和编辑传送门和目的地。
# 用法
请查看[教程](https://advancedportals.sekwah.com/docs/intro)、[命令列表](https://advancedportals.sekwah.com/docs/commands)和[传送门标签列表](https://advancedportals.sekwah.com/docs/portal-tags)。
# 下载
- [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 (源代码)](https://github.com/sekwah41/Advanced-Portals/releases)
# 贡献
请确保您的提交符合以下风格,以便进行PR
https://www.conventionalcommits.org/en/v1.0.0/
另外,如果您能运行 `pre-commit run --files ...` 或 `pre-commit run --all-files`,以确保代码格式正确。
您需要安装 clang-format 才能使此功能正常工作。
## 可用的类型
* **build**: 影响构建系统或外部依赖项的更改
* **ci**: 对我们的CI配置文件和脚本进行的更改
* **docs**: 仅文档更改
* **feat**: 新功能
* **fix**: 修复错误
* **perf**: 提高性能的代码更改
* **refactor**: 既不修复错误也不添加功能的代码更改
* **style**: 不影响代码含义的更改(空格、格式、缺失的分号等)
## 可用的范围
可用的范围应为正在处理的具体模块。例如:core、spigot、docs
## 文档
它由[网站](https://github.com/sekwah41/Advanced-Portals/tree/website)分支处理。
稍后我可能会将此分支合并到此分支,以尝试在新增功能时进行文档更改,但目前这个方法有效。