mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-12 03:59:22 +00:00
Shorter title message.
This commit is contained in:
parent
230102ef1f
commit
ae9ae154f2
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ public enum C {
|
|||
/*
|
||||
* Title Stuff
|
||||
*/
|
||||
TITLE_ENTERED_PLOT("You entered plot %world%;%x%;%z%"),
|
||||
TITLE_ENTERED_PLOT("Plot: %world%;%x%;%z%"),
|
||||
TITLE_ENTERED_PLOT_COLOR("GOLD"),
|
||||
TITLE_ENTERED_PLOT_SUB("Owned by %s"),
|
||||
TITLE_ENTERED_PLOT_SUB_COLOR("RED"),
|
||||
|
|
Loading…
Reference in a new issue