This repository has been archived by the owner on Jul 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepaire for Poggit Release on July 1, 2022 for #10
- Loading branch information
Showing
10 changed files
with
69 additions
and
63 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,43 +1,35 @@ | ||
--- | ||
# Custom Configuration | ||
# You can change this if you want. | ||
# Dont forget modify lang option value to "custom" in config.yml | ||
# Custom Translation | ||
# You can customize your own messages here. This file includes console message and play message even interface of form. If you want to contribute us making translation within this plugin. You can make your own language and make your own pull request on github. | ||
outdated-config: "Your configuration is outdated. The configuration is renamed as old-config.yml" | ||
outdated-plugin: "You are using an old version of plugin. Considering updating it to poggit or github releases." | ||
new-update-prefix: "[Update Checker]" | ||
new-update-found: "Your version of ProfanityFilter is out of date. Version %s was released for api %s." | ||
new-update-details: "PocketMine API: %s to %s" | ||
new-update-download: "Download: %s" | ||
no-updates-found: "No Updates found! Enjoy!" | ||
update-error: "Unable to Check Update. Please Check your connection and try again. %s" | ||
config-notfound: "Creating config.yml..." | ||
unable-to-check-update: "Unable check update at the moment. Please check your connection and try again." | ||
config-corrupted: "Your config is currupted. It may cause issue or problems while reading your config." | ||
stopped-plugin: "Sucessfully stopped work of plugin." | ||
plugin-dir-notfound: "Creating plugin data..." | ||
help-title: "Hive Profanity Filter" | ||
help-title: "Profanity Filter" | ||
help-subtitle: "List of profanity commands!" | ||
help-page: | ||
- "/pf help -- ProfanityFilter Help Command" | ||
- "/pf ui -- Manage ProfanityFilter by GUI" | ||
- "/pf credits -- View Plugin Creators & Contrubutors" | ||
- "/pf type <hide/block-with-message/block> -- Changes the profanityfilter block option. (Please restart server to take effect.)" | ||
- "/pf banned-words/list -- View all list currently banned-words." | ||
- "/pf help — ProfanityFilter Help Command" | ||
- "/pf ui — Manage ProfanityFilter by GUI" | ||
- "/pf credits — View Plugin Creators & Contrubutors" | ||
- "/pf banned-words/list — View all list currently banned-words." | ||
profanity-command-only-ingame: "You can only use this at in-game!" | ||
profanity-command-usage: "/pf <help/subcommand> [args]" | ||
profanity-command-usage-execute: "Usage: /pf <help/subcommand> [args]" | ||
banned-words-description: "These are currently banned words in config. It may cause some string like **** at in-game. So if you want to view them all, Check manualy banned-words config or in console." | ||
banned-words-description-2: "If you want to add more. Kindly add banned-words in profanity config." | ||
profanity-command-type-success-tip: "Please restart the server to take effect." | ||
profanity-command-type-success: "Sucessfully set type of profanity filter to" | ||
profanity-command-type-usage: "Usage: /pf type <hide/block/block-with-message>" | ||
profanity-command-add-usage: "Usage: /pf add <word>" | ||
profanity-command-add-success: "Sucessfully added profanity banned-words the word" | ||
credits-title: "Hive Profanity Filter" | ||
credits-subtitle: "https://github.com/xqwtxon/HiveProfanityFilter" | ||
credits-description: "These are currently public contrubutors in plugin." | ||
ui-pf-manage-title: "HiveProfanityFilter" | ||
credits-title: "Profanity Filter" | ||
credits-subtitle: "https://github.com/xqwtxon/ProfanityFilter" | ||
credits-description: "These are currently public contributors in plugin." | ||
ui-pf-manage-title: "ProfanityFilter" | ||
ui-pf-manage-description: "Here you can manage here." | ||
ui-pf-manage-button-1: "View Banned Words" | ||
ui-pf-manage-button-2: "Change Profanity Filter" | ||
ui-pf-manage-button-3: "Exit" | ||
ui-pf-manage-button-4: "Hide" | ||
ui-pf-manage-button-5: "Block" | ||
ui-pf-manage-button-6: "Block With Message" | ||
ui-pf-manage-button-exit: "Exit" | ||
ui-pf-manage-button-return: "Return" | ||
ui-pf-manage-type-profanity-description: "Here you can change type of profanityfilter.\nPlease restart your server to take effect." | ||
... |
File renamed without changes.
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
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
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