Skip to content

Commit

Permalink
Use resource pack features
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Oct 29, 2024
1 parent 4ba559a commit 4c40775
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 213 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ dependencies {
implementation("dev.jorel", "commandapi-bukkit-shade-mojang-mapped", "9.5.3")
implementation("net.lingala.zip4j", "zip4j", "2.11.5")
implementation("com.github.EsotericFoundation:utility.kt:0.4.0")
implementation("com.github.EsotericFoundation:plugin-library:0.3.0")
implementation("com.github.EsotericFoundation:plugin-library:0.4.0")
}

tasks {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,22 @@
import foundation.esoteric.minecraft.plugins.library.entity.CustomEntityManager;
import foundation.esoteric.minecraft.plugins.library.file.FileManagedPlugin;
import foundation.esoteric.minecraft.plugins.library.file.FileManager;
import foundation.esoteric.minecraft.plugins.library.http.server.HttpServerManager;
import foundation.esoteric.minecraft.plugins.library.item.CustomItemManager;
import foundation.esoteric.minecraft.plugins.library.item.CustomItemPlugin;
import foundation.esoteric.minecraft.plugins.library.resourcepack.ResourcePackManager;
import foundation.esoteric.minecraft.plugins.library.resourcepack.ResourcePackPlugin;
import org.bukkit.NamespacedKey;
import org.bukkit.plugin.java.JavaPlugin;
import foundation.esoteric.minecraft.plugins.template.commands.PlaceCustomMultiblockCommand;
import foundation.esoteric.minecraft.plugins.template.commands.SetLanguageCommand;
import foundation.esoteric.minecraft.plugins.template.custom.multiblocks.CustomMultiblock;
import foundation.esoteric.minecraft.plugins.template.custom.multiblocks.CustomMultiblockManager;
import foundation.esoteric.minecraft.plugins.template.data.player.PlayerDataManager;
import foundation.esoteric.minecraft.plugins.template.http.server.HttpServerManager;
import foundation.esoteric.minecraft.plugins.template.language.LanguageManager;
import foundation.esoteric.minecraft.plugins.template.language.Message;
import foundation.esoteric.minecraft.plugins.template.resourcepack.ResourcePackManager;

public final class PaperTemplatePlugin extends JavaPlugin implements FileManagedPlugin, CustomItemPlugin {
public final class PaperTemplatePlugin extends JavaPlugin implements FileManagedPlugin, CustomItemPlugin, ResourcePackPlugin {

private FileManager fileManager;
private PlayerDataManager playerDataManager;
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 4c40775

Please sign in to comment.