mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-04 09:10:17 +01:00
Merge branch 'v7' of https://github.com/IntellectualSites/PlotSquared into v7
This commit is contained in:
commit
7e4499e092
@ -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