Skip to content

Commit

Permalink
Bukkit-v1.4.0-1.21 Patches
Browse files Browse the repository at this point in the history
Minor patches since Bukkit-v1.4.0-1.21
  • Loading branch information
axtonprice authored Sep 11, 2024
2 parents c4d4853 + b500a6a commit 371f7bd
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 312 deletions.
143 changes: 0 additions & 143 deletions .github/documentation/curseforge.md

This file was deleted.

152 changes: 0 additions & 152 deletions .github/documentation/modrinth.md

This file was deleted.

Binary file modified .github/media/promo1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/media/promo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Custom
.vscode
.github/media/.old
.github/documentation/*.md

# From https://github.com/github/gitignore/blob/master/Gradle.gitignore
.gradle
Expand Down
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img width="650" src="https://raw.githubusercontent.com/axtonprice/axtons-emotes/main/.github/media/banner.png" alt="Axton's Emotes">
<img width="750" src="https://raw.githubusercontent.com/axtonprice/axtons-emotes/main/.github/media/banner.png" alt="Axton's Emotes">
</p>

<p align="center">
Expand All @@ -12,7 +12,7 @@
<a href="https://modrinth.com/plugin/axtonsemotes">
<img src="https://img.shields.io/modrinth/dt/axtonsemotes?logo=Modrinth&label=Modrinth" alt="Modrinth Downloads">
</a>
<a href="https://modrinth.com/plugin/axtonsemotes">
<a href="https://www.curseforge.com/minecraft/bukkit-plugins/axtons-emotes">
<img src="https://img.shields.io/curseforge/dt/1086817?logo=CurseForge&label=CurseForge" alt="CurseForge Downloads">
</a>
<a href="https://www.spigotmc.org/resources/axtons-emotes.119499/">
Expand All @@ -35,8 +35,6 @@ Available in English, Spanish, French, Italian, and Russian.

<br>
<img width="350" src="https://raw.githubusercontent.com/axtonprice/axtons-emotes/main/.github/media/installation_text.png" alt="Installation">
<br>
<br>

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.
Expand All @@ -47,7 +45,6 @@ Available in English, Spanish, French, Italian, and Russian.
<br>
<img width="350" src="https://raw.githubusercontent.com/axtonprice/axtons-emotes/main/.github/media/features_text.png" alt="Features">
<br>

### Emotes

Expand Down Expand Up @@ -100,7 +97,6 @@ Additional commands and features:

<br>
<img width="350" src="https://raw.githubusercontent.com/axtonprice/axtons-emotes/main/.github/media/configuration_text.png" alt="Configuration">
<br><br>

To customize the plugin, edit the `config.yml` file:

Expand Down Expand Up @@ -164,8 +160,6 @@ Donate:

<br>
<img width="350" src="https://raw.githubusercontent.com/axtonprice/axtons-emotes/main/.github/media/license_text.png">
<br>
<br>

This project is MIT licensed. View the license [here](https://github.com/axtonprice/axtons-emotes/blob/main/LICENSE).

Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/arizonsoftware/utils/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}

Expand Down
9 changes: 4 additions & 5 deletions src/main/resources/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/lang/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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%"

Expand Down
Loading

0 comments on commit 371f7bd

Please sign in to comment.