From b98b0894691dffae735b6984de875b60aca601cd Mon Sep 17 00:00:00 2001 From: xqwtxon <136815140144@ncr2.deped.gov.ph> Date: Wed, 6 Dec 2023 14:52:43 +0800 Subject: [PATCH] Fix langs add subcommand. --- resources/languages/custom.yml | 12 ++++++++---- resources/languages/eng.yml | 9 +++++---- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/resources/languages/custom.yml b/resources/languages/custom.yml index 4ef7885..932efae 100644 --- a/resources/languages/custom.yml +++ b/resources/languages/custom.yml @@ -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 - &bAdd a profanity word in the config." - "&e/pf remove - &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 &d[args]" profanity-command-usage-execute: "&cUsage: &e/pf [args]" @@ -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" @@ -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!" ... diff --git a/resources/languages/eng.yml b/resources/languages/eng.yml index 9a994d9..4f59de8 100644 --- a/resources/languages/eng.yml +++ b/resources/languages/eng.yml @@ -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 - &bAdd a profanity word in the config." - "&e/pf remove - &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 &d[args]" profanity-command-usage-execute: "&cUsage: &e/pf [args]"