diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 46da7cf9..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,8 +0,0 @@ -### What is the output url of /viaversion dump? -> - -### How/when does this error happen? login?: -> - -### Is there an error in the console? Use pastebin.com. Is there a kick message?: -> diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..b0e07f6e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +name: Bug report +about: Create a bug report so we can fix it + +--- + +**Describe the bug, provide any errors** +A clear and concise description of what the bug is. Can you https://hastebin.com the error? + +**How can we reproduce it?** +Steps to reproduce the behavior: +1. Login on 1.12' +2. Click on '....' +3. The '....' is displayed wrong + +**Expected behaviour** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**ViaVersion Dump:** +- Type /viaversion dump, and put the link here. + +**Additional server info** +Do you use a proxy (eg. BungeeCord)? What software do you use and what plugins? diff --git a/LICENSE b/LICENSE index 15e2293c..e9b007c9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,21 @@ -Copyright (c) 2016 Matsv +MIT License -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: +Copyright (c) 2016-2020 -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 601b170d..3c91a5ff 100644 --- a/README.md +++ b/README.md @@ -2,27 +2,20 @@ Allows older Minecraft versions on a newer Minecraft server -### Supported versions: -**Orange** = Native server version\ -**Green** = ViaVersion\ -**Blue** = ViaBackwards addition -![supported_versions](https://i.imgur.com/dlxakYT.png) - ---- - -### Releases / Dev Builds: - -**Requires [ViaVersion](https://ci.viaversion.com/job/ViaVersion-Abstraction/) to be installed** +Releases / Dev Builds +- +**Requires [ViaVersion](https://www.spigotmc.org/resources/viaversion.19254/) to be installed** -You can find the latest abstraction builds here:\ -**Jenkins:** https://ci.viaversion.com/view/ViaBackwards/job/ViaBackwards-Abstraction/ +You can find the latest dev builds here:\ +**Jenkins:** https://ci.viaversion.com/view/ViaBackwards/ -Spigot page (outdated):\ **Spigot page:** https://www.spigotmc.org/resources/viabackwards.27448/ --- - -**Maven:** https://repo.viaversion.com/ + +**Maven:** https://repo.viaversion.com/ **Issue tracker:** https://github.com/ViaVersion/ViaBackwards/issues + +**List of contributors:** https://github.com/ViaVersion/ViaBackwards/graphs/contributors \ No newline at end of file diff --git a/all/pom.xml b/all/pom.xml index 301fdcfa..8081177d 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -16,7 +16,7 @@ viabackwards-parent nl.matsv - 3.0.0-SNAPSHOT + 3.0.0 viabackwards-all diff --git a/bukkit/pom.xml b/bukkit/pom.xml index a17c2698..d30f67c9 100644 --- a/bukkit/pom.xml +++ b/bukkit/pom.xml @@ -16,7 +16,7 @@ viabackwards-parent nl.matsv - 3.0.0-SNAPSHOT + 3.0.0 viabackwards-bukkit diff --git a/bungee/pom.xml b/bungee/pom.xml index 92e3952c..d4b6cc81 100644 --- a/bungee/pom.xml +++ b/bungee/pom.xml @@ -16,7 +16,7 @@ viabackwards-parent nl.matsv - 3.0.0-SNAPSHOT + 3.0.0 viabackwards-bungee diff --git a/core/pom.xml b/core/pom.xml index 46c2a03a..e5bdaf4d 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -16,7 +16,7 @@ viabackwards-parent nl.matsv - 3.0.0-SNAPSHOT + 3.0.0 viabackwards-core diff --git a/fabric/pom.xml b/fabric/pom.xml index 58dbf7c3..5d79b8d3 100644 --- a/fabric/pom.xml +++ b/fabric/pom.xml @@ -16,7 +16,7 @@ viabackwards-parent nl.matsv - 3.0.0-SNAPSHOT + 3.0.0 viabackwards-fabric diff --git a/pom.xml b/pom.xml index 1c07067d..e2b89ba8 100644 --- a/pom.xml +++ b/pom.xml @@ -16,13 +16,24 @@ nl.matsv viabackwards-parent - 3.0.0-SNAPSHOT + 3.0.0 pom Allow older clients to join newer server versions. 2016 https://github.com/ViaVersion/ViaBackwards + + + Matsv + https://github.com/Matsv + + + KennyTV + https://github.com/KennyTV/ + + + core bukkit diff --git a/sponge/pom.xml b/sponge/pom.xml index aa125d3b..24410d06 100644 --- a/sponge/pom.xml +++ b/sponge/pom.xml @@ -16,7 +16,7 @@ viabackwards-parent nl.matsv - 3.0.0-SNAPSHOT + 3.0.0 viabackwards-sponge @@ -32,7 +32,6 @@ - org.codehaus.mojo diff --git a/velocity/pom.xml b/velocity/pom.xml index a9f40c5f..d1bb5d54 100644 --- a/velocity/pom.xml +++ b/velocity/pom.xml @@ -16,7 +16,7 @@ viabackwards-parent nl.matsv - 3.0.0-SNAPSHOT + 3.0.0 viabackwards-velocity @@ -32,7 +32,6 @@ - org.codehaus.mojo