Skip to content

Commit

Permalink
Fix langs add subcommand.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwertxy committed Dec 6, 2023
1 parent 48696d8 commit b98b089
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
12 changes: 8 additions & 4 deletions resources/languages/custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ plugin-dir-notfound: "&dCreating plugin data..."
help-title: "&l&6Profanity Filter"
help-subtitle: "&eList of ProfanityFilter commands!"
help-page:
- "&e/pf help &7 &bProfanityFilter Help Command"
- "&e/pf ui &7 &bManage ProfanityFilter by GUI"
- "&e/pf credits &7 &bView Plugin Creators & Contributors"
- "&e/pf banned-words/list &7 &bView all list currently banned-words."
- "&e/pf help &7- &bProfanityFilter Help Command"
- "&e/pf ui &7- &bManage ProfanityFilter by GUI"
- "&e/pf credits &7- &bView Plugin Creators & Contributors"
- "&e/pf banned-words/list &7- &bView all list currently banned-words."
- "&e/pf toggle - &bToggle/Enable or Disable the ProfanityFilter on the server."
- "&e/pf add <profanity_word> - &bAdd a profanity word in the config."
- "&e/pf remove <profanity_word> - &bRemove a profanity word in the config."
- "&e/pf reload - &bReloads all configuration from the disks."
profanity-command-only-ingame: "&eYou can only use this at in-game!"
profanity-command-usage: "&e/pf &6<help/subcommand> &d[args]"
profanity-command-usage-execute: "&cUsage: &e/pf <help/subcommand> [args]"
Expand All @@ -38,6 +39,7 @@ ui-pf-manage-description: "&bYou can manage here."
ui-pf-manage-button-1: "&aView Banned Words"
ui-pf-manage-button-2: "&eToggle Protection"
ui-pf-manage-button-3: "&bAdd Banned Words"
ui-pf-manage-button-4: "&eReload"
ui-pf-manage-button-exit: "&4Exit"
ui-pf-manage-button-return: "&cReturn"
ui-pf-manage-actions-button-remove: "&4Remove"
Expand All @@ -51,4 +53,6 @@ profanity-command-added-word: "&aThe word has been added. Please restart your se
ui-pf-addform-specify: "&cPlease specify the word do you want to be added."
ui-pf-addform-description: "&7Type here the word do you want to add to the list."
ui-pf-addform-example: "Ex. nigg3r, fuck3r, etc.."
profanity-ui-reload-complete: "&eSuccessfully reloaded all configurations!"
profanity-command-reload-complete: "&aSuccessfully reloaded all configurations!"
...
9 changes: 5 additions & 4 deletions resources/languages/eng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ plugin-dir-notfound: "&dCreating plugin data..."
help-title: "&l&6Profanity Filter"
help-subtitle: "&eList of ProfanityFilter commands!"
help-page:
- "&e/pf help &7 &bProfanityFilter Help Command"
- "&e/pf ui &7 &bManage ProfanityFilter by GUI"
- "&e/pf credits &7 &bView Plugin Creators & Contributors"
- "&e/pf banned-words/list &7 &bView all list currently banned-words."
- "&e/pf help &7- &bProfanityFilter Help Command"
- "&e/pf ui &7- &bManage ProfanityFilter by GUI"
- "&e/pf credits &7- &bView Plugin Creators & Contributors"
- "&e/pf banned-words/list &7- &bView all list currently banned-words."
- "&e/pf toggle - &bToggle/Enable or Disable the ProfanityFilter on the server."
- "&e/pf add <profanity_word> - &bAdd a profanity word in the config."
- "&e/pf remove <profanity_word> - &bRemove a profanity word in the config."
- "&e/pf reload - &bReloads all configuration from the disks."
profanity-command-only-ingame: "&eYou can only use this at in-game!"
profanity-command-usage: "&e/pf &6<help/subcommand> &d[args]"
profanity-command-usage-execute: "&cUsage: &e/pf <help/subcommand> [args]"
Expand Down

0 comments on commit b98b089

Please sign in to comment.