mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2024-12-28 11:04:21 +00:00
Change default action colour to be different to /say
This commit is contained in:
parent
7a410919a0
commit
63149d0b50
3 changed files with 11 additions and 9 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -42,4 +42,6 @@
|
|||
/EssentialsGroupManager/.externalToolBuilders
|
||||
/EssentialsAntiBuild/nbproject/private/
|
||||
/EssentialsAntiBuild/dist/
|
||||
/EssentialsAntiBuild/build/
|
||||
/EssentialsAntiBuild/build/
|
||||
/jars
|
||||
/out
|
|
@ -2,7 +2,7 @@
|
|||
# Single quotes have to be doubled: ''
|
||||
# Translations start here
|
||||
# by:
|
||||
action=\u00a7d* {0} {1}
|
||||
action=\u00a75* {0} \u00a75{1}
|
||||
addedToAccount=\u00a7a{0} has been added to your account.
|
||||
addedToOthersAccount=\u00a7a{0} added to {1}\u00a7a account. New balance: {2}
|
||||
adventure= adventure
|
||||
|
@ -264,7 +264,7 @@ notRecommendedBukkit= \u00a74* ! * Bukkit version is not the recommended build f
|
|||
notSupportedYet=Not supported yet.
|
||||
nothingInHand=\u00a74You have nothing in your hand.
|
||||
now=now
|
||||
nuke=\u00a7dMay death rain upon them
|
||||
nuke=\u00a75May death rain upon them
|
||||
numberRequired=A number goes there, silly.
|
||||
onlyDayNight=/time only supports day/night.
|
||||
onlyPlayers=\u00a74Only in-game players can use {0}.
|
||||
|
@ -397,8 +397,8 @@ unvanished=\u00a76You are once again visible.
|
|||
unvanishedReload=\u00a74A reload has forced you to become visible.
|
||||
upgradingFilesError=Error while upgrading the files
|
||||
userDoesNotExist=\u00a74The user\u00a7c {0} \u00a74does not exist.
|
||||
userIsAway=\u00a7d{0} \u00a7dis now AFK
|
||||
userIsNotAway=\u00a7d{0} \u00a7dis no longer AFK
|
||||
userIsAway=\u00a75{0} \u00a75is now AFK
|
||||
userIsNotAway=\u00a75{0} \u00a75is no longer AFK
|
||||
userJailed=\u00a76You have been jailed
|
||||
userUsedPortal={0} used an existing exit portal.
|
||||
userdataMoveBackError=Failed to move userdata/{0}.tmp to userdata/{1}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Single quotes have to be doubled: ''
|
||||
# Translations start here
|
||||
# by:
|
||||
action=\u00a7d* {0} {1}
|
||||
action=\u00a75* {0} \u00a75{1}
|
||||
addedToAccount=\u00a7a{0} has been added to your account.
|
||||
addedToOthersAccount=\u00a7a{0} added to {1}\u00a7a account. New balance: {2}
|
||||
adventure= adventure
|
||||
|
@ -264,7 +264,7 @@ notRecommendedBukkit= \u00a74* ! * Bukkit version is not the recommended build f
|
|||
notSupportedYet=Not supported yet.
|
||||
nothingInHand=\u00a74You have nothing in your hand.
|
||||
now=now
|
||||
nuke=\u00a7dMay death rain upon them
|
||||
nuke=\u00a75May death rain upon them
|
||||
numberRequired=A number goes there, silly.
|
||||
onlyDayNight=/time only supports day/night.
|
||||
onlyPlayers=\u00a74Only in-game players can use {0}.
|
||||
|
@ -397,8 +397,8 @@ unvanished=\u00a76You are once again visible.
|
|||
unvanishedReload=\u00a74A reload has forced you to become visible.
|
||||
upgradingFilesError=Error while upgrading the files
|
||||
userDoesNotExist=\u00a74The user\u00a7c {0} \u00a74does not exist.
|
||||
userIsAway=\u00a7d{0} \u00a7dis now AFK
|
||||
userIsNotAway=\u00a7d{0} \u00a7dis no longer AFK
|
||||
userIsAway=\u00a75{0} \u00a75is now AFK
|
||||
userIsNotAway=\u00a75{0} \u00a75is no longer AFK
|
||||
userJailed=\u00a76You have been jailed
|
||||
userUsedPortal={0} used an existing exit portal.
|
||||
userdataMoveBackError=Failed to move userdata/{0}.tmp to userdata/{1}
|
||||
|
|
Loading…
Reference in a new issue