Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
Merge remote-tracking branch 'origin/master' into dev
Dieser Commit ist enthalten in:
Commit
03733d274a
9
.github/ISSUE_TEMPLATE/bug_report.md
vendored
9
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -5,7 +5,7 @@ about: Create a bug report so we can fix it
|
|||||||
---
|
---
|
||||||
|
|
||||||
**Describe the bug, provide any errors**
|
**Describe the bug, provide any errors**
|
||||||
A clear and concise description of what the bug is. Can you https://hastebin.com the error?
|
A clear and concise description of what the bug is. If present, can you paste the error to https://paste.gg/?
|
||||||
|
|
||||||
**How can we reproduce it?**
|
**How can we reproduce it?**
|
||||||
Steps to reproduce the behavior:
|
Steps to reproduce the behavior:
|
||||||
@ -19,8 +19,13 @@ A clear and concise description of what you expected to happen.
|
|||||||
**Screenshots**
|
**Screenshots**
|
||||||
If applicable, add screenshots to help explain your problem.
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
**ViaVersion Dump:**
|
**ViaVersion Dump**
|
||||||
- Type /viaversion dump, and put the link here.
|
- Type /viaversion dump, and put the link here.
|
||||||
|
|
||||||
**Additional server info**
|
**Additional server info**
|
||||||
Do you use a proxy (eg. BungeeCord)? What software do you use and what plugins?
|
Do you use a proxy (eg. BungeeCord)? What software do you use and what plugins?
|
||||||
|
|
||||||
|
**Checklist**
|
||||||
|
- [ ] I have included a Viaversion dump
|
||||||
|
- [ ] If applicable, I have included a paste (not a screenshot) of the error
|
||||||
|
- [ ] I have tried a build from https://ci.viaversion.com/ and the issue still persists
|
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normale Datei
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normale Datei
@ -0,0 +1 @@
|
|||||||
|
blank_issues_enabled: false
|
4
pom.xml
4
pom.xml
@ -77,7 +77,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.javassist</groupId>
|
<groupId>org.javassist</groupId>
|
||||||
<artifactId>javassist</artifactId>
|
<artifactId>javassist</artifactId>
|
||||||
<version>3.20.0-GA</version>
|
<version>3.27.0-GA</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
@ -96,7 +96,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.code.gson</groupId>
|
<groupId>com.google.code.gson</groupId>
|
||||||
<artifactId>gson</artifactId>
|
<artifactId>gson</artifactId>
|
||||||
<version>2.6.2</version>
|
<version>2.8.6</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren