summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2012-10-06 22:26:51 +0100
committerKHobbits <rob@khobbits.co.uk>2012-10-06 22:26:51 +0100
commit63149d0b500fd66a87c3b52c9324fca6ababb832 (patch)
tree2fc6431164bdf1fc4a92defc904d7cc4dd5feae2
parent7a410919a0f90643bd2208d92029027a8a74cc03 (diff)
downloadEssentials-63149d0b500fd66a87c3b52c9324fca6ababb832.tar
Essentials-63149d0b500fd66a87c3b52c9324fca6ababb832.tar.gz
Essentials-63149d0b500fd66a87c3b52c9324fca6ababb832.tar.lz
Essentials-63149d0b500fd66a87c3b52c9324fca6ababb832.tar.xz
Essentials-63149d0b500fd66a87c3b52c9324fca6ababb832.zip
Change default action colour to be different to /say
-rw-r--r--.gitignore4
-rw-r--r--Essentials/src/messages.properties8
-rw-r--r--Essentials/src/messages_en.properties8
3 files changed, 11 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index 524ed1334..9251ca7e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,4 +42,6 @@
/EssentialsGroupManager/.externalToolBuilders
/EssentialsAntiBuild/nbproject/private/
/EssentialsAntiBuild/dist/
-/EssentialsAntiBuild/build/ \ No newline at end of file
+/EssentialsAntiBuild/build/
+/jars
+/out \ No newline at end of file
diff --git a/Essentials/src/messages.properties b/Essentials/src/messages.properties
index e8f36a2bb..20c880220 100644
--- a/Essentials/src/messages.properties
+++ b/Essentials/src/messages.properties
@@ -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}
diff --git a/Essentials/src/messages_en.properties b/Essentials/src/messages_en.properties
index e8f36a2bb..20c880220 100644
--- a/Essentials/src/messages_en.properties
+++ b/Essentials/src/messages_en.properties
@@ -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}