diff --git a/translations/core/src/main/resources/en_US/commands/resetConfig/help/resetConfig_description_en_US.ftl b/translations/core/src/main/resources/en_US/commands/resetConfig/help/resetConfig_description_en_US.ftl new file mode 100644 index 00000000..6999238a --- /dev/null +++ b/translations/core/src/main/resources/en_US/commands/resetConfig/help/resetConfig_description_en_US.ftl @@ -0,0 +1 @@ +Resets config keys/features/servers to their default configuration \ No newline at end of file diff --git a/translations/core/src/main/resources/en_US/commands/resetConfig/help/resetConfig_long_help_en_US.ftl b/translations/core/src/main/resources/en_US/commands/resetConfig/help/resetConfig_long_help_en_US.ftl new file mode 100644 index 00000000..0a606d6b --- /dev/null +++ b/translations/core/src/main/resources/en_US/commands/resetConfig/help/resetConfig_long_help_en_US.ftl @@ -0,0 +1,3 @@ +This command can be used to reset an individual config key, feature or complete server to its default configuration. +This can be controlled via the `key` parameter. If there exists such a config key, it will be reset. If there exists such a feature with the key, +it will be reset. Only if the key parameter is empty, the server configuration is reset. \ No newline at end of file diff --git a/translations/core/src/main/resources/en_US/commands/resetConfig/help/resetConfig_parameter_key_en_US.ftl b/translations/core/src/main/resources/en_US/commands/resetConfig/help/resetConfig_parameter_key_en_US.ftl new file mode 100644 index 00000000..579a4b47 --- /dev/null +++ b/translations/core/src/main/resources/en_US/commands/resetConfig/help/resetConfig_parameter_key_en_US.ftl @@ -0,0 +1 @@ +The config key or feature to set the configuration to the default values for. \ No newline at end of file