mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-02 22:47:41 +01:00
Change default action colour to be different to /say
This commit is contained in:
parent
7a410919a0
commit
63149d0b50
2
.gitignore
vendored
2
.gitignore
vendored
@ -43,3 +43,5 @@
|
||||
/EssentialsAntiBuild/nbproject/private/
|
||||
/EssentialsAntiBuild/dist/
|
||||
/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 New Issue
Block a user