9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-29 03:49:19 +00:00

Create emote folder

This commit is contained in:
LoJoSho
2023-02-12 10:40:06 -06:00
parent 004f9ebef5
commit bae13c2e3c

View File

@@ -96,6 +96,9 @@ public final class HMCCosmeticsPlugin extends JavaPlugin {
saveResource("cosmetics/defaultcosmetics.yml", false);
saveResource("menus/defaultmenu.yml", false);
}
// Emote folder setup
File emoteFile = new File(getDataFolder().getPath() + "/emotes");
if (!emoteFile.exists()) emoteFile.mkdir();
// Player Animator
PlayerAnimatorImpl.initialize(this);