geforkt von Mirrors/Velocity
We're well into 2020, just saying.
Dieser Commit ist enthalten in:
Ursprung
1441dec367
Commit
4d62d61485
@ -166,7 +166,7 @@ public class VelocityCommand implements Command {
|
|||||||
.append(TextComponent.of(version.getVersion()).decoration(TextDecoration.BOLD, false))
|
.append(TextComponent.of(version.getVersion()).decoration(TextDecoration.BOLD, false))
|
||||||
.build();
|
.build();
|
||||||
TextComponent copyright = TextComponent
|
TextComponent copyright = TextComponent
|
||||||
.of("Copyright 2018-2019 " + version.getVendor() + ". " + version.getName()
|
.of("Copyright 2018-2020 " + version.getVendor() + ". " + version.getName()
|
||||||
+ " is freely licensed under the terms of the MIT License.");
|
+ " is freely licensed under the terms of the MIT License.");
|
||||||
source.sendMessage(velocity);
|
source.sendMessage(velocity);
|
||||||
source.sendMessage(copyright);
|
source.sendMessage(copyright);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren