mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Replace legacy color codes in flag examples (#3520)
This commit is contained in:
parent
b53d2d03a4
commit
953d57d1b5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user