mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-05 23:24:43 +02:00
replace legacy color codes in flag examples
This commit is contained in:
Core/src/main/java/com/plotsquared/core/plot/flag/implementations
@ -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
|
||||
|
Reference in New Issue
Block a user