diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
deleted file mode 100644
index c82401f8..00000000
--- a/.github/FUNDING.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-# These are supported funding model platforms
-
-github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
-patreon: # Replace with a single Patreon username
-open_collective: # Replace with a single Open Collective username
-ko_fi: izzelaliz
-tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
-community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
-liberapay: # Replace with a single Liberapay username
-issuehunt: # Replace with a single IssueHunt username
-otechie: # Replace with a single Otechie username
-custom: ['https://afdian.net/@izzel']
diff --git a/.github/ISSUE_TEMPLATE/bug-report-cn.yml b/.github/ISSUE_TEMPLATE/bug-report-cn.yml
deleted file mode 100644
index 0fe74f2d..00000000
--- a/.github/ISSUE_TEMPLATE/bug-report-cn.yml
+++ /dev/null
@@ -1,102 +0,0 @@
-name: 🐞 错误报告表格
-description: 通过填写表格来报告错误
-labels: [ "Triage" ]
-
-body:
- - type: markdown
- attributes:
- value: |
- 报告前先阅读[常见问题](https://github.com/IzzelAliz/Arclight/wiki/FAQ)!
-
- 请使用[最新的构建版本](https://ci.appveyor.com/project/IzzelAliz/arclight-18/build/artifacts)报告,你发现的问题很可能已经修复。
-
- 在进行错误报告之前,请确保没有类似的现有的报告。
-
- - type: checkboxes
- id: check
- attributes:
- label: 请确认您已完成以下几件事
- description: 市面上大多数整合包,特别是较老版本(1.12.2)的整合包,其自带的插件都无法在高版本环境下运行
- options:
- - label: 正在使用最新的 Arclight
- - label: 已为所有插件及模组安装依赖
- required: true
- - label: 已为所有插件及模组更新至最新版
- required: true
- - label: 不可在 Spigot 复现
- required: true
- - label: 不可在 Forge 复现
- required: true
-
- - type: input
- id: version
- attributes:
- label: Arclight 版本
- description: 在 Arclight 启动时会打印版本,如 arclight-1.15.2-1.0.3-SNAPSHOT-9455d03
- validations:
- required: true
-
- - type: input
- id: environment
- attributes:
- label: Java 版本 | 操作系统
- description: 在命令行中键入 `java -version` 后可以获取版本
- placeholder: |
- 系统: CentOS 7.3 x64, Java: openjdk version "16.0.1" 2021-04-20
- validations:
- required: true
-
- - type: textarea
- id: related
- attributes:
- label: 相关 Mod/插件 的名称及版本
- description: >-
- 输入 `/plugins` 和 `/forge mods` 命令可获取相关信息
-
如果想要你的问题快速解决,请自行排除无关的模组和插件
-
只将有关此问题的模组和插件填入
- placeholder: '在这里插件及模组列表'
- render: 'raw'
- validations:
- required: true
-
- - type: textarea
- id: description
- attributes:
- label: 错误描述
- description: >-
- 请尽可能包含更多描述。
-
对于描述,请假设开发者不知道 Mod 是干什么的。
-
如果可以的话,在安装尽可能少的 Mod 的情况下复现它。
-
越清楚的描述会让该报告处理优先级提高
- placeholder: "描述这个为什么是一个错误,是哪一方面的,以及其他可能需要的信息"
- validations:
- required: true
-
- - type: textarea
- id: step
- attributes:
- label: 复现步骤
- placeholder: |
- 1. 安装 xxx
-
- 2. 进入服务器后 xxxx
-
- 3. ....
-
- - type: textarea
- id: logs
- attributes:
- label: 报错信息
- description: >-
- 日志能在 /logs/latest.log 中找到
-
服务器关闭后,将日志文件拖拽至输入框上传
-
或上传至 https://paste.ubuntu.com/ 网站,提交后将链接附在下方即可
-
如果选择使用其他在线剪贴板,请确保链接可用
-
**请勿直接复制粘贴日志文本**
- placeholder: 日志链接,或将日志文件拖到此处上传
-
- - type: input
- id: pack
- attributes:
- label: 复现用压缩包下载链接(可选)
- description: 如果你有太多的模组或插件,你可以请打包服务端并上传到 OneDrive 上供开发者下载测试
diff --git a/.github/ISSUE_TEMPLATE/bug-report-en.yml b/.github/ISSUE_TEMPLATE/bug-report-en.yml
deleted file mode 100644
index 61a4715a..00000000
--- a/.github/ISSUE_TEMPLATE/bug-report-en.yml
+++ /dev/null
@@ -1,99 +0,0 @@
-name: 🐞 Bug Report
-description: English template for reporting a bug
-labels: [ "Triage" ]
-
-body:
- - type: markdown
- attributes:
- value: |
- Read the [FAQ](https://github.com/IzzelAliz/Arclight/wiki/FAQ) first!
-
- Report with [latest development version](https://ci.appveyor.com/project/IzzelAliz/arclight-18/build/artifacts), your issue is likely to be fixed.
-
- Make sure you have searched issues and no similar is present.
-
- - type: checkboxes
- id: preliminary
- attributes:
- label: I have confirmed that ...
- options:
- - label: Arclight is up to date
- - label: all dependencies are installed
- required: true
- - label: all plugins and mods are up to date
- required: true
- - label: unable to reproduce in Spigot
- required: true
- - label: unable to reproduce in Forge
- required: true
-
- - type: input
- id: version
- attributes:
- label: Arclight version
- description: Versions are printed on startup. i.e. arclight-1.15.2-1.0.3-SNAPSHOT-9455d03
- validations:
- required: true
-
- - type: input
- id: environment
- attributes:
- label: OS & Java versions
- description: Type `java -version` in console
- placeholder: |
- OS: CentOS 7.3 x64, Java: openjdk version "16.0.1" 2021-04-20
- validations:
- required: true
-
- - type: textarea
- id: related
- attributes:
- label: Plugins and Mods
- description: >-
- Run `/plugins` and `/forge mods` in console.
-
Try to remove unrelated plugins and mods before reporting
- placeholder: 'Mods & plugins list here'
- render: 'raw'
- validations:
- required: true
-
- - type: textarea
- id: description
- attributes:
- label: Description
- description: >-
- Please include as much information as possible.
-
For the description, assume we have no idea how mods work,
- be as detailed as possible and include a step by step reproduction.
-
It is recommended you try to reproduce the issue you are having yourself with as few mods as possible.
-
The clearer the description, the higher the report processing priority
- placeholder: "Detailed information about what should(not) happen"
- validations:
- required: true
-
- - type: textarea
- id: step
- attributes:
- label: Step to reproduce
- placeholder: |
- 1. Install something...
-
- 2. Join the game...
-
- 3. ....
-
- - type: textarea
- id: logs
- attributes:
- label: Logs
- description: >-
- Logs can be found in /logs/latest.log
-
After server is stopped, drag log file below or upload it to https://paste.ubuntu.com/
-
**DO NOT COPY PASTE LOG CONTENT DIRECTLY!**
- placeholder: 'Drag log file here to upload or external pastebin link'
-
- - type: input
- id: pack
- attributes:
- label: Server pack link (Optional)
- description: If you have too much mods/plugins included and you are not able to minimize the reproducible list, you can upload your server pack to GoogleDrive/Mega.
diff --git a/.github/arclightlogo.jpg b/.github/arclightlogo.jpg
deleted file mode 100644
index 58663b8e..00000000
Binary files a/.github/arclightlogo.jpg and /dev/null differ
diff --git a/.github/jetbrains.png b/.github/jetbrains.png
deleted file mode 100644
index 8d96653b..00000000
Binary files a/.github/jetbrains.png and /dev/null differ
diff --git a/.github/nexusnode.gif b/.github/nexusnode.gif
deleted file mode 100644
index 4a5d87cd..00000000
Binary files a/.github/nexusnode.gif and /dev/null differ
diff --git a/.github/stale.yml b/.github/stale.yml
deleted file mode 100644
index d8035d26..00000000
--- a/.github/stale.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-staleLabel: stale
-exemptLabels:
- - assigned
-
-pulls:
- daysUntilStale: 60
- daysUntilClose: 14
- markComment: >
- This pull has been automatically marked as stale because it has not had
- recent activity. It will be closed if no further activity occurs. Thank you
- for your contributions.
- closeComment: false
-issues:
- daysUntilStale: 90
- daysUntilClose: 14
- markComment: >
- This issue has been automatically marked as stale because it has not had
- recent activity. It will be closed if no further activity occurs. Thank you
- for your contributions.
- closeComment: false
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
deleted file mode 100644
index 290e591e..00000000
--- a/.github/workflows/gradle.yml
+++ /dev/null
@@ -1,46 +0,0 @@
-# This workflow will build a Java project with Gradle
-# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
-
-name: Java CI with Gradle
-
-on:
- push:
- branches:
- - '**'
- pull_request:
- branches:
- - '**'
-
-jobs:
- build:
-
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v2
- - name: Set up JDK 17
- uses: actions/setup-java@v1
- with:
- java-version: '17'
- - name: Cache Gradle User Files
- uses: actions/cache@v1
- with:
- path: ~/.gradle
- key: ${{ runner.os }}-gradle-user-home
- - name: Cache Gradle Files
- uses: actions/cache@v1
- with:
- path: ./.gradle
- key: ${{ runner.os }}-gradle-file
- - name: Grant execute permission for gradlew
- run: chmod +x gradlew
- - name: Build
- run: |
- ./gradlew cleanBuild remapSpigotJar idea --no-daemon -i --stacktrace --refresh-dependencies
- ./gradlew build collect --no-daemon -i --stacktrace
- - name: Upload Artifact
- uses: actions/upload-artifact@v2
- with:
- name: Arclight
- path: ./build/libs/*.jar
-