Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-19 14:30:16 +01:00
Update GitHub + chat links
Dieser Commit ist enthalten in:
Ursprung
6731ade5d9
Commit
9fe19e763a
@ -14,7 +14,6 @@ On Bukkit you may also use ProtocolSupport, but ensure you have the right build
|
|||||||
|
|
||||||
**User Docs:** https://docs.viaversion.com/display/VIAVERSION/
|
**User Docs:** https://docs.viaversion.com/display/VIAVERSION/
|
||||||
|
|
||||||
**Contributor Chat:** https://gitter.im/MylesIsCool/ViaVersion
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -51,4 +50,4 @@ License:
|
|||||||
MIT License, see LICENSE for more details.
|
MIT License, see LICENSE for more details.
|
||||||
|
|
||||||
|
|
||||||
Special thanks to all our [Contributors](https://github.com/MylesIsCool/ViaVersion/graphs/contributors)
|
Special thanks to all our [Contributors](https://github.com/ViaVersion/ViaVersion/graphs/contributors)
|
||||||
|
@ -18,7 +18,7 @@ import us.myles.ViaVersion.protocols.protocol1_9to1_8.storage.EntityTracker;
|
|||||||
import java.util.Collections;
|
import java.util.Collections;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This patches https://github.com/MylesIsCool/ViaVersion/issues/555
|
* This patches https://github.com/ViaVersion/ViaVersion/issues/555
|
||||||
*/
|
*/
|
||||||
public class ElytraPatch implements Listener {
|
public class ElytraPatch implements Listener {
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ public class InformativeException extends Exception {
|
|||||||
@Override
|
@Override
|
||||||
public String getMessage() {
|
public String getMessage() {
|
||||||
StringBuilder builder = new StringBuilder();
|
StringBuilder builder = new StringBuilder();
|
||||||
builder.append("Please post this error to http://github.com/MylesIsCool/ViaVersion/issues\n{");
|
builder.append("Please post this error to http://github.com/ViaVersion/ViaVersion/issues\n{");
|
||||||
int i = 0;
|
int i = 0;
|
||||||
for (Map.Entry<String, Object> entry : info.entrySet()) {
|
for (Map.Entry<String, Object> entry : info.entrySet()) {
|
||||||
builder.append((i == 0 ? "" : ", ") + entry.getKey() + ": " + entry.getValue().toString());
|
builder.append((i == 0 ? "" : ", ") + entry.getKey() + ": " + entry.getValue().toString());
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# Thanks for downloading ViaVersion
|
# Thanks for downloading ViaVersion
|
||||||
# Ensure you look through all these options
|
# Ensure you look through all these options
|
||||||
# If you need help:
|
# If you need help:
|
||||||
|
# Discord - https://viaversion.com/discord
|
||||||
# viaversion.com - Discussion tab
|
# viaversion.com - Discussion tab
|
||||||
# IRC - https://elmer.spi.gt/iris/?nick=&channels=viaversion #viaversion on irc.spi.gt
|
|
||||||
# Docs - https://docs.viaversion.com/display/VIAVERSION/Configuration
|
# Docs - https://docs.viaversion.com/display/VIAVERSION/Configuration
|
||||||
#
|
#
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
|
@ -17,7 +17,7 @@ import us.myles.ViaVersion.protocols.protocol1_9to1_8.storage.EntityTracker;
|
|||||||
import java.util.Collections;
|
import java.util.Collections;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This patches https://github.com/MylesIsCool/ViaVersion/issues/555
|
* This patches https://github.com/ViaVersion/ViaVersion/issues/555
|
||||||
*/
|
*/
|
||||||
public class ElytraPatch {
|
public class ElytraPatch {
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren