-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from pandathebeasty/feature/replace_color_place…
…holders Update command listener and replace color placeholders from "[]" to "{}"
- Loading branch information
Showing
5 changed files
with
66 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"medic.AliveMsg": "{0} [default]You need be alive to use this command.", | ||
"medic.NoAccess": "{0} [default]You don't have access to use this command.", | ||
"medic.LimitReached": "{0} [default]Limit has been reached. Total: [red]|{1}|[default].", | ||
"medic.NoMoney": "{0} [default]Not enough money to use medic. You need [red]|{1}$|[default].", | ||
"medic.MinHealth": "{0} [default]You need [red]{1}HP [default]or less to use medic.", | ||
"medic.FullHP": "{0} [default]You have [red]full HP [default]already.", | ||
"medic.HealMsg": "{0} [default]Player [red]{1} [default]used medic([red]+{2}HP[default])." | ||
"medic.AliveMsg": "{0} {default}You need be alive to use this command.", | ||
"medic.NoAccess": "{0} {default}You don't have access to use this command.", | ||
"medic.LimitReached": "{0} {default}Limit has been reached. Total: {red}|{1}|{default}.", | ||
"medic.NoMoney": "{0} {default}Not enough money to use medic. You need {red}|{1}$|{default}.", | ||
"medic.MinHealth": "{0} {default}You need {red}{1}HP {default}or less to use medic.", | ||
"medic.FullHP": "{0} {default}You have {red}full HP {default}already.", | ||
"medic.HealMsg": "{0} {default}Player {red}{1} {default}used medic({red}+{2}HP{default})." | ||
} |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"medic.AliveMsg": "{0} [default]You need be alive to use this command.", | ||
"medic.NoAccess": "{0} [default]You don't have access to use this command.", | ||
"medic.LimitReached": "{0} [default]Limit has been reached. Total: [red]|{1}|[default].", | ||
"medic.NoMoney": "{0} [default]Not enough money to use medic. You need [red]|{1}$|[default].", | ||
"medic.MinHealth": "{0} [default]You need [red]{1}HP [default]or less to use medic.", | ||
"medic.FullHP": "{0} [default]You have [red]full HP [default]already.", | ||
"medic.HealMsg": "{0} [default]Player [red]{1} [default]used medic([red]+{2}HP[default])." | ||
"medic.AliveMsg": "{0} {default}You need be alive to use this command.", | ||
"medic.NoAccess": "{0} {default}You don't have access to use this command.", | ||
"medic.LimitReached": "{0} {default}Limit has been reached. Total: {red}|{1}|{default}.", | ||
"medic.NoMoney": "{0} {default}Not enough money to use medic. You need {red}|{1}$|{default}.", | ||
"medic.MinHealth": "{0} {default}You need {red}{1}HP {default}or less to use medic.", | ||
"medic.FullHP": "{0} {default}You have {red}full HP {default}already.", | ||
"medic.HealMsg": "{0} {default}Player {red}{1} {default}used medic({red}+{2}HP{default})." | ||
} |