forked from Slimefun-Addon-Community/DyedBackpacks
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
217 additions
and
80 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*.java @SlimefunGuguProject/code-reviewers | ||
@ybw0014 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,138 @@ | ||
name: Bug汇报 | ||
description: 反馈本插件的Bug或问题 | ||
labels: ["bug"] | ||
assignees: | ||
- ybw0014 | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## 欢迎来到 SlimefunGuguProject 的问题追踪器 | ||
你正在反馈 DyedBackpacks 汉化版出现的 Bug。 | ||
任何意见,建议请前往[QQ群](https://ybw0014.net/go/sf-qgroup)进行反馈。 | ||
建议先阅读[这篇文章](https://slimefun-wiki.guizhanss.cn/How-to-report-bugs)了解如何正确地汇报Bug。 | ||
<strong><i>你必须填写标注为星号(*)的表单项</i></strong> | ||
- type: checkboxes | ||
id: checklist | ||
attributes: | ||
label: 检查项目 | ||
description: 在汇报之前,你需要确认 | ||
options: | ||
- label: 你使用的是从构建站下载的版本 (https://builds.guizhanss.net) | ||
required: true | ||
- label: 你已经检验过下载的文件的校验和,确认已完整下载文件 | ||
required: false | ||
- label: 你没有对下载的文件内容进行任何更改 | ||
required: true | ||
- label: 你已经寻找过[已知问题列表](https://github.com/SlimefunGuguProject/DyedBackpacks/issues),且没有找到相同的问题 | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: 问题描述 | ||
description: | | ||
详细描述你要汇报的问题 | ||
提供详细的信息能让我们更快地处理问题 | ||
placeholder: 只说"不能用"没法让开发者定位问题。 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: reproduction | ||
attributes: | ||
label: 复现步骤 | ||
description: | | ||
请详细描述如何才能复现该问题 | ||
如果有视频,请在此提供视频链接 | ||
placeholder: | | ||
1. xxx | ||
2. xxx | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: 预期行为 | ||
description: | | ||
你觉得应该发生什么 | ||
有时候,问题的原因是你误解了某个功能。 | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: server-log | ||
attributes: | ||
label: 服务器日志 | ||
description: | | ||
请查看服务器日志中是否包含任何报错,如果有请上传至 [https://paste.guizhanss.net/](https://paste.guizhanss.net/) 并在此填入链接。 | ||
**不要直接在这里粘贴日志** | ||
placeholder: https://paste.guizhanss.net/... | ||
validations: | ||
required: false | ||
|
||
- type: input | ||
id: error-report | ||
attributes: | ||
label: 错误报告 | ||
description: | | ||
如果服务器日志中提到了`/plugins/Slimefun/error-reports`中的文件(即错误报告) | ||
请上传至 [https://paste.guizhanss.net/](https://paste.guizhanss.net/) 并在此填入链接。 | ||
**不要直接在这里粘贴错误报告** | ||
placeholder: https://paste.guizhanss.net/... | ||
validations: | ||
required: false | ||
|
||
- type: dropdown | ||
id: server-software | ||
attributes: | ||
label: 服务端软件 | ||
description: 请选择你服务端所使用的软件 | ||
options: | ||
- Spigot | ||
- Paper | ||
- Purpur | ||
- Airplane | ||
- 其他 (请在问题描述里写明) | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: minecraft-version | ||
attributes: | ||
label: Minecraft 版本 | ||
description: 请选择你的 Minecraft 版本 | ||
options: | ||
- 1.20.x | ||
- 1.19.x | ||
- 1.18.x | ||
- 1.17.x | ||
- 1.16.x | ||
- 本插件不支持旧版本 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: slimefun-version | ||
attributes: | ||
label: Slimefun版本 | ||
description: | | ||
请填写Slimefun版本 | ||
(例如 v4.9-canary-08120db) | ||
如果你有管理员权限,建议运行`/sf versions`指令,截图并在此上传指令输出的**所有内容**。 | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: version-plugin | ||
attributes: | ||
label: 插件版本 | ||
description: | | ||
请填写插件版本 | ||
只需填写Build后面的数字版本即可 | ||
(`Build 7 zh-CN(ybw0014) (git 9ef7fee)`只需填写`7`即可) | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 没有 Github 账号? 不会使用 Github? | ||
url: https://ybw0014.net/go/sf-qgroup | ||
about: 点击右侧按钮加入QQ群进行反馈 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
version: "1" | ||
rules: | ||
- base: master | ||
upstream: TheBusyBiscuit:master | ||
mergeMethod: merge | ||
assignees: | ||
- ybw0014 | ||
conflictReviewers: | ||
- ybw0014 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,22 +3,23 @@ name: Java CI | |
on: | ||
push: | ||
branches: | ||
- master | ||
- master | ||
- dev | ||
pull_request: | ||
branches: | ||
- master | ||
- master | ||
|
||
jobs: | ||
build: | ||
|
||
if: startsWith(github.event.head_commit.message, '[CI skip]') == false | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/[email protected] | ||
- name: Set up JDK 1.8 | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'adopt' | ||
java-version: '8' | ||
- name: Build with Maven | ||
run: mvn package --file pom.xml | ||
- uses: actions/[email protected] | ||
- name: Set up JDK 16 | ||
uses: actions/setup-java@v3 | ||
with: | ||
distribution: 'temurin' | ||
java-version: 16 | ||
cache: 'maven' | ||
- name: Build with Maven | ||
run: mvn package --file pom.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,29 @@ | ||
# DyedBackpacks | ||
A brand new Slimefun addon adding the ability to dye your beloved backpacks! | ||
- Dye all your backpacks by using the wools with the wanted color. | ||
- Supports all 16 Minecraft default colors. | ||
- Extensive configuration options! Disable/Enable backpack coloring per level. | ||
# DyedBackpacks 染色背包 | ||
一个 Slimefun 附属,允许你为背包加上颜色! | ||
- 使用各种颜色的羊毛来为背包染色。 | ||
- 支持所有16种 Minecraft 颜色。 | ||
- 丰富的配置项,可支持启用/禁用每一级的染色背包。 | ||
|
||
## Download DyedBackpacks | ||
You can download DyedBackpacks right here: [Development Builds](https://thebusybiscuit.github.io/builds/TheBusyBiscuit/DyedBackpacks/master/) | ||
## 下载 | ||
|
||
点击下方图片下载: | ||
|
||
<p align="center"> | ||
<a href="https://thebusybiscuit.github.io/builds/TheBusyBiscuit/DyedBackpacks/master/"> | ||
<a href="https://builds.guizhanss.com/SlimefunGuguProject/DyedBackpacks/master"> | ||
<img src="https://thebusybiscuit.github.io/builds/TheBusyBiscuit/DyedBackpacks/master/badge.svg" alt="Build Server"/> | ||
</a> | ||
</p> | ||
|
||
## Discord | ||
You can find Slimefun's community on Discord! | ||
Click the badge down below to join the server for suggestions/questions or other discussions about this plugin. | ||
|
||
你可以找到 Slimefun 的社区 Discord 服务器! | ||
点击下方的图片加入服务器,提出意见、问题或者讨论该插件。 | ||
|
||
<p align="center"> | ||
<a href="https://discord.gg/slimefun"> | ||
<img src="https://discordapp.com/api/guilds/565557184348422174/widget.png?style=banner3" alt="Discord Invite"/> | ||
<img src="https://discordapp.com/api/guilds/565557184348422174/widget.png?style=banner3" alt="Discord 邀请"/> | ||
</a> | ||
</p> | ||
|
||
## Open Source | ||
This Project is open-source and licensed under the [MIT License](https://github.com/TheBusyBiscuit/DyedBackpacks/blob/master/LICENSE) | ||
## 开源 | ||
该项目以 [MIT 协议](https://github.com/TheBusyBiscuit/DyedBackpacks/blob/master/LICENSE) 开源。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters