geforkt von Mirrors/Velocity
Update copyright year in /velocity version
Dieser Commit ist enthalten in:
Ursprung
a0e1359557
Commit
f042d214d3
@ -164,7 +164,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 " + version.getVendor() + ". " + version.getName()
|
.of("Copyright 2018-2019 " + 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