ResourceLib

โญ โ€” (0 endorsements) ๐Ÿ“ฅ 81 downloads ๐Ÿ“Œ v1.0.1 ๐Ÿ“… 7/17/2025
๐ŸŸ  Updated over a year ago

By Bogieloo ยท library

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 7/11/2025 ๐Ÿ“… Created: 7/17/2025

๐Ÿ” Analysis

  • ๐Ÿ† #24 of 25 library mods in this game by downloads

๐Ÿ“‹ About This Mod

**This plugin does nothing on its own!!** # ๐Ÿ“ฆ ResourceLib **ResourceLib** is a lightweight Spigot/Paper plugin library that allows other plugins to dynamically register resource pack files at startup. It generates and serves a custom ZIP pack over HTTP and automatically sends it to players using Minecraftโ€™s native ``setResourcePack()`` API โ€” no manual file hosting required. *** # โœจ Features - ๐Ÿ“ Merge JSON models, textures, and more from multiple plugins - ๐Ÿš€ Hosts the resource pack with an embedded HTTP server (no config needed!) - ๐Ÿง  JSON merging with conflict resolution (as configured!) *** # ๐Ÿงฉ Usage ## 1. Install ### Gradle (Kotlin DSL): ```kotlin repositories { mavenCentral() maven { url = uri("https://jitpack.io") } } dependencies { implementation("com.github.Bogieloo:ResourceLib:v1.0") } ``` ### Maven: ```xml <repositories> <repository> <id>jitpack.io</id> <url>https://jitpack.io</url> </repository> </repositories> <dependencies> <dependency> <groupId>com.github.Bogieloo</groupId> <artifactId>ResourceLib</artifactId> <version>v1.0</version> </dependency> </dependencies> ``` ## 2. Register Your Resources In your pluginโ€™s ``onEnable()``: ```java @Override public void onEnable() { // Register a single file ResourcePackManager.getInstance().registerResource( "assets/minecraft/models/item/custom_sword.json", new File(getDataFolder(), "custom_sword.json"), false ); // Register a whole folder (e.g., src/main/resources/tanks/) ResourcePackManager.getInstance().registerResourceEntry(this, "tanks", true); } ``` ## 3. Install ResourceLib on the Server - Drop the ResourceLib JAR into the ``plugins/`` folder. - Make sure port ``61234`` is open to all players! - Enjoy! *** Made with โค๏ธ by devs for devs. (https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/Q5Q3LZWWC)

This plugin does nothing on its own!!

# ๐Ÿ“ฆ ResourceLib ResourceLib is a lightweight Spigot/Paper plugin library that allows other plugins to dynamically register resource pack files at startup. It generates and serves a custom ZIP pack over HTTP and automatically sends it to players using Minecraftโ€™s native ``setResourcePack()`` API โ€” no manual file hosting required. # โœจ Features - ๐Ÿ“ Merge JSON models, textures, and more from multiple plugins - ๐Ÿš€ Hosts the resource pack with an embedded HTTP server (no config needed!) - ๐Ÿง  JSON merging with conflict resolution (as configured!) # ๐Ÿงฉ Usage ## 1. Install ### Gradle (Kotlin DSL): ```kotlin repositories { mavenCentral() maven { url = uri("https://jitpack.io") } }

dependencies { implementation("com.github. Bogieloo:ResourceLib:v1. 0") } ``` ### Maven: ```xml jitpack.io https://jitpack.io

com.github. Bogieloo ResourceLib v1. 0 ``` ## 2. Register Your Resources In your pluginโ€™s ``onEnable()``: ```java @Override public void onEnable() { // Register a single file ResourcePackManager.getInstance().registerResource( "assets/minecraft/models/item/custom_sword.json", new File(getDataFolder(), "custom_sword.json"), false );

// Register a whole folder (e.g., src/main/resources/tanks/) ResourcePackManager.getInstance().registerResourceEntry(this, "tanks", true); } ``` ## 3. Install ResourceLib on the Server - Drop the ResourceLib JAR into the ``plugins/`` folder. - Make sure port ``61234`` is open to all players! - Enjoy! *** Made with โค๏ธ by devs for devs.

[!(https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/Q5Q3LZWWC)

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
Bogieloo
Version
1.0.1
Downloads
81
Endorsements
0
Category
library
Created
7/17/2025
Updated
7/11/2025
Game Versions
1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3
Tags
library

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does ResourceLib support?

The author lists 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4. Other versions may work but are untested by the author.

What is the latest version of ResourceLib?

Version 1.0.1, published 2025-07-11 with 81 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More library ๐Ÿ‘ค More by Bogieloo ๐Ÿ”Ž Similar Mods ๐ŸŒ Best library (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods