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 @@ -

- -

-

- - - - - - - - - - - - - - - -

- -# Axton's Emotes -> A lightweight social emotes plugin for Bukkit/Spigot/Paper 1.21 - -

- - -

- - -
- -1. **Download**: Grab the latest '.jar' file from the [releases tab](https://github.com/axtonprice/axtons-emotes/releases). -2. **Deploy**: Place the downloaded file into your server's '/plugins' folder. -3. **Restart**: Restart your server. For optimal performance, using PaperMC is recommended. - -> A minimum of Java 21 is required on the server to run this plugin. - - -
- -### Emotes - -Interact with other players using these emotes: - -| Command | Description | Permission Node | -|----------------------|--------------------------------|----------------------------| -| '/dapup <player>' or '/dap <player>' | Dap-up another player. | 'axtonsemotes.dapup' | -| '/highfive <player>' or '/hf <player>' | High-five another player. | 'axtonsemotes.highfive' | -| '/hug <player>' | Hug another player. | 'axtonsemotes.hug' | -| '/kiss <player>' or '/smooch <player>' | Kiss another player. | 'axtonsemotes.kiss' | -| '/poke <player>' | Poke another player. | 'axtonsemotes.poke' | -| '/stomp <player>' | Stomp on another player's foot. | 'axtonsemotes.stomp' | -| '/slap <player>' | Slap another player. | 'axtonsemotes.slap' | -| '/stab <player>' or '/shank <player>' | Stab another player. | 'axtonsemotes.stab' | -| '/stare <player>' | Stare at another player. | 'axtonsemotes.stare' | -| '/thank <player>' or '/ty <player>' | Thank another player. | 'axtonsemotes.thank' | -| '/applaud <player>' or '/clap <player>' | Applaud another player. | 'axtonsemotes.applaud' | - -### Expressions - -Express yourself to all players on the server: - -| Command | Description | Permission Node | -|-----------|---------------------------------|----------------------------| -| '/wave' | Wave at all players. | 'axtonsemotes.wave' | -| '/cry' or '/sulk' | Cry in front of all players. | 'axtonsemotes.cry' | - -### Miscellaneous - -Miscellaneous commands & extra features: - -| Command | Description | Permission Node | -|-------------------|----------------------------------|----------------------------| -| '/bog' | Jumpscare yourself! | 'axtonsemotes.bog' | -| '/emotes' or '/ae emotes' | List all available emotes. | 'axtonsemotes.emotes' | -| '/expressions' or '/ae expressions' | List all available expressions. | 'axtonsemotes.expressions' | -| '/jumpscares' or '/ae jumpscares' | List all available jumpscares. | 'axtonsemotes.jumpscares' | -| '/ae reload' | Reload the plugin configuration. | 'axtonsemotes.reload' Default: op | - - -
- -To customize the plugin, edit the 'config.yml' file: - -```yml -# >>>>>>>>>>>>>>>>>>>>> -# >> Global Configuration -# > Modify plugin configuration values and features: -# >>>>>>>>>>>>>>>>>>>>> - -# Change between supported plugin languages located -# in 'lang/', or create your own using 'en.yml'. -language: en # 'en' -> 'lang-en.yml' - -# Toggles the ability for players to execute commands -# on themselves, such as /hug axtonprice -allow-self-executions: true - - -# >>>>>>>>>>>>>>>>>>>>> -# >> Optional Features -# > Toggle optional plugin command features: -# >>>>>>>>>>>>>>>>>>>>> - -# Should players be able to view a list of the -# enabled emotes? -list-commands: - enabled: true - - -# >>>>>>>>>>>>>>>>>>>>> -# >> Plugin Versioning -# > Configure version checking/notifications: -# >>>>>>>>>>>>>>>>>>>>> - -# Should the plugin check for new updates? -check-for-latest: true - -# Should players with the axtonsemotes.updatenotify -# permission be notified of new updates? -notify-on-update: true - -# The current version of the plugin -# --DO NOT MODIFY!-- -version: 1.3.0 -``` - -After updating the configuration, reload it with '/ae reload'. - - - -### Main Author - -axtonprice ✨ -[Github](https://github.com/axtonprice/axtons-emotes) | [Discord](https://discord.gg/dP3MuBATGc) | ❤ [Sponsor Me](https://github.com/sponsors/axtonprice) - - - - -This project is MIT licensed. View the license [here](https://github.com/axtonprice/axtons-emotes/blob/main/LICENSE). - -MIT © axtonprice \ No newline at end of file diff --git a/.github/documentation/modrinth.md b/.github/documentation/modrinth.md deleted file mode 100644 index 68dd2e2..0000000 --- a/.github/documentation/modrinth.md +++ /dev/null @@ -1,152 +0,0 @@ -

- -

-

- - - - - - - - - - - - - - - -

- -# Axton's Emotes -> A lightweight social emotes plugin for Bukkit/Spigot/Paper 1.21 - -

- - -

- -
- -
- -1. **Download**: Grab the latest `.jar` file from the [releases tab](https://github.com/axtonprice/axtons-emotes/releases). -2. **Deploy**: Place the downloaded file into your server's `/plugins` folder. -3. **Restart**: Restart your server. For optimal performance, using PaperMC is recommended. - -> A minimum of Java 21 is required on the server to run this plugin. - -
- -
- -### Emotes - -Interact with other players using these emotes: - -| Command | Description | Permission Node | -|----------------------|--------------------------------|----------------------------| -| `/dapup `
`/dap ` | Dap-up another player. | `axtonsemotes.dapup` | -| `/highfive `
`/hf ` | High-five another player. | `axtonsemotes.highfive` | -| `/hug ` | Hug another player. | `axtonsemotes.hug` | -| `/kiss `
`/smooch ` | Kiss another player. | `axtonsemotes.kiss` | -| `/poke ` | Poke another player. | `axtonsemotes.poke` | -| `/stomp ` | Stomp on another player's foot. | `axtonsemotes.stomp` | -| `/slap ` | Slap another player. | `axtonsemotes.slap` | -| `/stab `
`/shank ` | Stab another player. | `axtonsemotes.stab` | -| `/stare ` | Stare at another player. | `axtonsemotes.stare` | -| `/thank `
`/ty ` | Thank another player. | `axtonsemotes.thank` | -| `/applaud `
`/clap ` | Applaud another player. | `axtonsemotes.applaud` | - -### Expressions - -Express yourself to all players on the server: - -| Command | Description | Permission Node | -|-----------|---------------------------------|----------------------------| -| `/wave` | Wave at all players. | `axtonsemotes.wave` | -| `/cry`
`/sulk` | Cry in front of all players. | `axtonsemotes.cry` | - -### Miscellaneous - -Miscellaneous commands & extra features: - -| Command | Description | Permission Node | -|-------------------|----------------------------------|----------------------------| -| `/bog`
`/bogged` | Jumpscare yourself! | `axtonsemotes.bog` | -| `/emotes`
`/ae emotes` | List all available emotes. | `axtonsemotes.emotes` | -| `/expressions`
`/ae expressions` | List all available expressions. | `axtonsemotes.expressions` | -| `/jumpscares`
`/ae jumpscares` | List all available jumpscares. | `axtonsemotes.jumpscares` | -| `/ae reload` | Reload the plugin configuration. | `axtonsemotes.reload`
Default: op | -| | Notifies the user when the plugin has an update available. | `axtonsemotes.updatenotify` - - -
- -
- -To customize the plugin, edit the `config.yml` file: - -```yml -# >>>>>>>>>>>>>>>>>>>>> -# >> Global Configuration -# > Modify plugin configuration values and features: -# >>>>>>>>>>>>>>>>>>>>> - -# Change between supported plugin languages located -# in 'lang/', or create your own using 'en.yml'. -language: en # 'en' -> 'lang-en.yml' - -# Toggles the ability for players to execute commands -# on themselves, such as /hug axtonprice -allow-self-executions: true - - -# >>>>>>>>>>>>>>>>>>>>> -# >> Optional Features -# > Toggle optional plugin command features: -# >>>>>>>>>>>>>>>>>>>>> - -# Should players be able to view a list of the -# enabled emotes? -list-commands: - enabled: true - - -# >>>>>>>>>>>>>>>>>>>>> -# >> Plugin Versioning -# > Configure version checking/notifications: -# >>>>>>>>>>>>>>>>>>>>> - -# Should the plugin check for new updates? -check-for-latest: true - -# Should players with the axtonsemotes.updatenotify -# permission be notified of new updates? -notify-on-update: true - -# The current version of the plugin -# --DO NOT MODIFY!-- -version: 1.4.0 -``` -After updating the configuration, reload it with `/ae reload`. - -
- -
- -## Main Author - -### axtonprice ✨ - -[![GitHub](https://img.shields.io/badge/Github-%23121011.svg?logo=github&logoColor=white)](https://github.com/axtonprice) | [![GitHub Sponsors](https://img.shields.io/discord/308323056592486420?logo=discord&%22%20alt=%22Chat%20on%20Discord%22)](https://discord.gg/dP3MuBATGc) -| [![Github-sponsors](https://img.shields.io/badge/sponsor-30363D?logo=GitHub-Sponsors&logoColor=#EA4AAA)](https://github.com/sponsors/axtonprice) - -
- -
- -This project is MIT licensed. View the license [here](https://github.com/axtonprice/axtons-emotes/blob/main/LICENSE). - -MIT © axtonprice \ No newline at end of file diff --git a/.github/media/promo1.png b/.github/media/promo1.png index eacd81a..438e7f6 100644 Binary files a/.github/media/promo1.png and b/.github/media/promo1.png differ diff --git a/.github/media/promo2.png b/.github/media/promo2.png index e2b258d..1411143 100644 Binary files a/.github/media/promo2.png and b/.github/media/promo2.png differ diff --git a/.gitignore b/.gitignore index 42a658b..b5697a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ # Custom .vscode .github/media/.old -.github/documentation/*.md # From https://github.com/github/gitignore/blob/master/Gradle.gitignore .gradle diff --git a/README.md b/README.md index db3e57b..8d6c654 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- Axton's Emotes + Axton's Emotes

@@ -12,7 +12,7 @@ Modrinth Downloads - + CurseForge Downloads @@ -35,8 +35,6 @@ Available in English, Spanish, French, Italian, and Russian.
Installation -
-
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.
Features -
### Emotes @@ -100,7 +97,6 @@ Additional commands and features:
Configuration -

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