Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Bukkit/src/main/resources/langs/en_US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ UsageMainCommand: "&7Use &9/Ac &ehelp &7for more information"
UnknownArguments: "&cUnknown argument!"
ReloadCommand: "&aAll plugin files have been reloaded"
UnknownSound: "&eThe sound is not from this version or is misspelled!"
DisabledCommand: "&cThis command is disabled"
UpdateAlert:
Console:
- "======================================-"
Expand Down
1 change: 1 addition & 0 deletions Bukkit/src/main/resources/langs/es_ES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ UsageMainCommand: "&7Usa &9/Ac &ehelp &7para más información"
UnknownArguments: "&cArgumento desconocido!"
ReloadCommand: "&aSe han recargado todos los archivos del plugin"
UnknownSound: "&eEl sonido no es de esta versión o está mal escrito!"
DisabledCommand: "&cThis command is disabled"
UpdateAlert:
Console:
- "======================================-"
Expand Down
2 changes: 2 additions & 0 deletions Bukkit/src/main/resources/langs/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ UsageMainCommand: "&7Use &9/Ac &ehelp &7for more information"
UnknownArguments: "&cUnknown argument!"
ReloadCommand: "&aAll plugin files have been reloaded"
UnknownSound: "&eThe sound is not from this version or is misspelled!"
DisabledCommand: "&cThis command is disabled"


UpdateAlert:
Console:
Expand Down
Loading