ResourceLoader

Quick rating

ResourceLoader

No reviews yet

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

Mod Loaders
Paper
Spigot
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
GNU General Public License v3.0 only
Latest Version
2.4
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

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.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~3,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works