Advanced Portals

Advanced Portals 是一个为 Bukkit 设计的传送门插件,旨在拥有广泛且易于使用的功能。

资源图片
[//]: # (这是一个指向原始位置的链接,以便从像Modrinth这样的页面上显示图像) ![高级传送门](https://raw.githubusercontent.com/sekwah41/Advanced-Portals/refs/heads/main/docs/logo.png) [![Discord](https://img.shields.io/discord/168282484037910528.svg?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/fAJ3xJg) [![](https://img.shields.io/github/contributors/sekwah41/Advanced-Portals.svg?style=for-the-badge&logo=github)](https://github.com/sekwah41/Advanced-Portals/graphs/contributors) [![](https://img.shields.io/github/issues/sekwah41/Advanced-Portals.svg?style=for-the-badge&logo=github)](https://github.com/sekwah41/Advanced-Portals/issues) [![](https://img.shields.io/github/issues-pr/sekwah41/Advanced-Portals.svg?style=for-the-badge&logo=github)](https://github.com/sekwah41/Advanced-Portals/pulls) [![](https://img.shields.io/github/forks/sekwah41/Advanced-Portals.svg?style=for-the-badge&logo=github)](https://github.com/sekwah41/Advanced-Portals/network/members) [![](https://img.shields.io/github/stars/sekwah41/Advanced-Portals.svg?style=for-the-badge&logo=github)](https://github.com/sekwah41/Advanced-Portals/stargazers) [![](https://img.shields.io/github/license/sekwah41/Advanced-Portals.svg?logo=github&style=for-the-badge)](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)分支处理。 稍后我可能会将此分支合并到此分支,以尝试在新增功能时进行文档更改,但目前这个方法有效。