Replace legacy color codes in flag examples (#3520)

This commit is contained in:
Hannes Greule 2022-05-16 14:28:03 +02:00 committed by GitHub
parent b53d2d03a4
commit 953d57d1b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ public class DescriptionFlag extends StringFlag<DescriptionFlag> {
@Override
public String getExample() {
return "&6This is my plot!";
return "<gold>This is my plot!";
}
@Override

View File

@ -58,7 +58,7 @@ public class GreetingFlag extends StringFlag<GreetingFlag> {
@Override
public String getExample() {
return "&6Welcome to my plot!";
return "<gold>Welcome to my plot!";
}
@Override