Skip to content

Commit

Permalink
Improved colors and syntax in en-US locale
Browse files Browse the repository at this point in the history
  • Loading branch information
Poslovitch committed Dec 22, 2019
1 parent bc2b092 commit ca8b809
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions src/main/resources/locales/en-US.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
chat:
team-chat:
description: "Toggle team chat on/off"
chat-on: "Team chat on"
chat-off: "Team chat off"
syntax: "&6[team]&a<[name]> &f[message]"
description: "toggles team chat on/off"
chat-on: "&aTeam chat on."
chat-off: "&aTeam chat off."
syntax: "&6[team] &a[name]&8: &f[message]"
spy:
description: "Toggle spying on all team chats"
spy-on: "Team chat spy on"
spy-off: "Team chat spy off"
syntax: "&c[team-chat-spy] &4[name]: [message]"
description: "toggles spying on all team chats"
spy-on: "&aTeam chat spy on."
spy-off: "&cTeam chat spy off."
syntax: "&c[team-chat-spy] &a[name]&8: [message]"
island-chat:
description: "Toggle island chat on/off"
island-on: "Island chat on"
island-off: "Island chat off"
syntax: "&6[island]&a<[name]> &f[message]"
description: "toggles island chat on/off"
island-on: "&aIsland chat on."
island-off: "&cIsland chat off."
syntax: "&6[island] &a[name]&8: &f[message]"
spy:
description: "Toggle spying on all island chats"
spy-on: "Island chat spy on"
spy-off: "Island chat spy off"
syntax: "&c[island-chat-spy] &4[name]: [message]"

description: "toggles spying on all island chats"
spy-on: "&aIsland chat spy on."
spy-off: "&cIsland chat spy off."
syntax: "&c[island-chat-spy] &a[name]&8: &f[message]"

0 comments on commit ca8b809

Please sign in to comment.