Merge pull request #1947 from creeper123123321/patch-5

Explain chatrewriter changes
This commit is contained in:
Myles 2020-08-02 20:17:42 +01:00 committed by GitHub
commit 5051e7ea48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ public class ChatRewriter {
component = new TextComponent();
component.setColor(format);
// ViaVersion start
// ViaVersion start - Items have style default to italic
component.setBold(false);
component.setItalic(false);
component.setUnderlined(false);
@ -73,7 +73,7 @@ public class ChatRewriter {
} else {
component = new TextComponent();
component.setColor(format);
// ViaVersion start
// ViaVersion start- Items have style default to italic
component.setBold(false);
component.setItalic(false);
component.setUnderlined(false);

View File

@ -56,7 +56,7 @@
<!-- Velocity repository -->
<repository>
<id>velocity</id>
<url>https://repo.velocitypowered.com/snapshots</url>
<url>https://nexus.velocitypowered.com/repository/velocity-artifacts-snapshots</url>
</repository>
<!-- Sponge repository -->