This commit is contained in:
Alexander Brandes 2022-05-18 22:14:35 +02:00
commit 7e4499e092
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
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