Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
ResourceLoader
PluginGPL-3.0-only

ResourceLoader

A simple and flexible resource pack loader and merger plugin for your servers.

2.6K
Downloads
15
Followers
6 months ago
Updated
📦
9
Versions
managementtechnologyutilitybukkitpaperpurpurspigot
Download Latestv2.3View on Modrinth

📖About ResourceLoader

Resourceloader

A simple and flexible resource pack loader and merger plugin for Minecraft servers. Load different resource packs and merge multiple packs into one with ResourceLoader!

Features

  • Load the server's default resource pack with a simple command
  • Configure and load multiple additional resource packs
  • Merge multiple resource packs in the plugin itself
  • Support for both URL and file-based resource packs
  • Easy-to-use commands
  • Permission-based access control
  • Simple configuration

Commands

  • /load - Load the default server resource pack
  • /load <packname> - Load a specific resource pack
  • /mergepack <output-file>.zip <pack1> <pack2> [pack3...] - Merge existing resource packs in the plugin itself
  • /listpacks - List all available resource packs
  • /resourcereload - Reload the plugin configuration
  • /resourceversion - Check the version of ResourceLoader you're running

Permissions

  • resourceloader.load - Allows using the /load command (default: true)
  • resourceloader.list - Allows using the /listpacks command (default: true)
  • resourceloader.reload - Allows reloading the plugin configuration (default: op)
  • resourceloader.admin - Allows access to all the admin commands of ResourceLoader (default: op)

Configuration

# Main server resource pack
# Can be either a URL or a file name in the packs folder
# For URLs: "https://example.com/server-pack.zip"
# For files: "server-pack.zip"
server-pack: "server-pack.zip"

# Web server settings
server-port: 40021  # Default port, can be changed to any open port on your host
localhost: false    # Set to false for production servers, true only for local testing
server-address: ""  # Will try to auto-detect if empty
fallback-address: "localhost"  # Used if auto-detection fails

# Additional resource packs
# Can use either URLs or files from the packs folder
# For URLs: "https://example.com/examplepack.zip"
# For files: "example-pack.zip"
resource-packs:
  exampleurlpack: "https://example.com/examplepack.zip"
  examplefilepack: "example-pack.zip"

Installation

  1. Download the latest release
  2. Place the JAR file in your server's plugins folder
  3. Start/restart your server
  4. A packs folder will be created in plugins/Resourceloader/
  5. Place your resource pack files in the packs folder
  6. Configure the packs in config.yml
  7. Use /resourcereload to apply changes

File-based Resource Packs

To use file-based resource packs:

  1. Place your .zip resource pack files in the plugins/Resourceloader/packs/ folder
  2. In config.yml, use just the filename (e.g., "my-pack.zip") instead of a full URL
  3. The plugin will automatically look for the file in the packs folder

URL-based Resource Packs

For URL-based packs:

  1. Use the complete URL in config.yml (e.g., "https://example.com/pack.zip")
  2. Ensure the URL is directly downloadable
  3. The URL must point to a valid Minecraft resource pack .zip file

Requirements

  • Minecraft 1.13 or newer
  • Spigot/Paper server

Support

If you encounter any issues or have suggestions, please contact @vortexunwanted on discord.

👥 Team & Contributors

defectivevortex
defectivevortexOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.131.13.11.13.21.141.14.11.14.21.14.31.14.4+37 more

🔗 Links

Modrinth Page