diff --git a/.github/documentation/curseforge.md b/.github/documentation/curseforge.md deleted file mode 100644 index 2ad47b8..0000000 --- a/.github/documentation/curseforge.md +++ /dev/null @@ -1,143 +0,0 @@ -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -12,7 +12,7 @@
-
+
@@ -35,8 +35,6 @@ Available in English, Spanish, French, Italian, and Russian.
-
-
1. **Download**: Get the latest `.jar` from the [Releases](https://github.com/axtonprice/axtons-emotes/releases) tab.
2. **Deploy**: Place the `.jar` in your server's `/plugins` folder.
@@ -47,7 +45,6 @@ Available in English, Spanish, French, Italian, and Russian.
-
### Emotes
@@ -100,7 +97,6 @@ Additional commands and features:
-
To customize the plugin, edit the `config.yml` file:
@@ -164,8 +160,6 @@ Donate:
-
-
This project is MIT licensed. View the license [here](https://github.com/axtonprice/axtons-emotes/blob/main/LICENSE).
diff --git a/src/main/java/com/arizonsoftware/utils/Configuration.java b/src/main/java/com/arizonsoftware/utils/Configuration.java
index cfb06ac..d0ef600 100644
--- a/src/main/java/com/arizonsoftware/utils/Configuration.java
+++ b/src/main/java/com/arizonsoftware/utils/Configuration.java
@@ -49,7 +49,6 @@ public static void saveDefaults() {
saveDefaultConfigFile("lang/fr.yml");
saveDefaultConfigFile("lang/es.yml");
saveDefaultConfigFile("lang/it.yml");
- saveDefaultConfigFile("lang/cn.yml");
saveDefaultConfigFile("lang/ru.yml");
}
diff --git a/src/main/resources/commands.yml b/src/main/resources/commands.yml
index 0eb42e5..9268cf5 100644
--- a/src/main/resources/commands.yml
+++ b/src/main/resources/commands.yml
@@ -6,16 +6,15 @@
# > /_/ |_/_/|_|\__/\____/_/ /_/ /____/ /_____/_/ /_/ /_/\____/\__/\___/____/
# >
# > Axton's Emotes | Configuration
-# > Please see https://github.com/axtonprice/axtons-emotes/wiki/Configuration
+# > Please see https://github.com/axtonprice/axtons-emotes/wiki/
# >
+
#
-#
-# >> IMPORTANT | README <<
-# > You cannot add custom commands to this configuration.
+# >> IMPORTANT -- README
+# > You CANNOT add custom commands to this configuration.
# > This configuration is to modify the pre-made commands only.
# > Ability to add custom commands is still being considered for development.
#
-#
# >> Command Layout Example
# > Example of the default command configuration layout
#
diff --git a/src/main/resources/lang/en.yml b/src/main/resources/lang/en.yml
index 92a7c8e..f15c826 100644
--- a/src/main/resources/lang/en.yml
+++ b/src/main/resources/lang/en.yml
@@ -19,7 +19,7 @@ message_context_plugin_startup_progress_suffix:
message_context_command_reload: "&aConfigurations reloaded! (%exec_time%ms)"
message_context_command_version:
- command: "&aYou are rasdunning version %current_version%, the latest version is %latest_version%. Update at %repository_url%"
+ command: "&aYou are running version %current_version%, the latest version is %latest_version%. Update at %repository_url%"
up-to-date-notify: "AxtonsEmotes v%current_version% is up to date!"
outdated-notify: "AxtonsEmotes v%current_version% is outdated! Download v%latest_version% from %source_url%"
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
index c097694..a57fc4a 100644
--- a/src/main/resources/plugin.yml
+++ b/src/main/resources/plugin.yml
@@ -1,5 +1,5 @@
name: AxtonsEmotes
-prefix: "Axton's Emotes"
+prefix: "AxtonsEmotes"
version: '${version}'
main: com.arizonsoftware.Main
author: axtonprice