mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-06 11:24:39 +08:00
Fix inconsistent coloring in messages (#3366)
Fix two inconsistencies that look like this: https://user-images.githubusercontent.com/32250137/84316124-971d0080-ab38-11ea-8297-73f978e79a57.png The period's color at the end is out of place. This pull-request fixes that by setting the period's color to `§4` instead of `§6`.
This commit is contained in:
parent
b5b6bce758
commit
3d096c1f31
@ -552,8 +552,8 @@ tempbanJoin=You are banned from this server for {0}. Reason: {1}
|
||||
tempBanned=\u00a7cYou have been temporarily banned for\u00a7r {0}\:\n\u00a7r{2}
|
||||
thunder=\u00a76You\u00a7c {0} \u00a76thunder in your world.
|
||||
thunderDuration=\u00a76You\u00a7c {0} \u00a76thunder in your world for\u00a7c {1} \u00a76seconds.
|
||||
timeBeforeHeal=\u00a74Time before next heal\:\u00a7c {0}\u00a76.
|
||||
timeBeforeTeleport=\u00a74Time before next teleport\:\u00a7c {0}\u00a76.
|
||||
timeBeforeHeal=\u00a74Time before next heal\:\u00a7c {0}\u00a74.
|
||||
timeBeforeTeleport=\u00a74Time before next teleport\:\u00a7c {0}\u00a74.
|
||||
timeFormat=\u00a7c{0}\u00a76 or \u00a7c{1}\u00a76 or \u00a7c{2}\u00a76
|
||||
timeSetPermission=\u00a74You are not authorized to set the time.
|
||||
timeSetWorldPermission=\u00a74You are not authorized to set the time in world ''{0}''.
|
||||
|
Loading…
Reference in New Issue
Block a user