
Datapack Importer
This is a Plugin for datapack creators that allows them to list their datapacks as plugins and still have them work in the plugins folder
⬇ Download on ModrinthThis is a fork of a fork made for datapack creators to be able to list their datapacks as plugins on Modrinth. The project I drew from
Datapack Importer
Datapack Importer automatically copies datapacks from your server's plugins/ folder into the world's datapacks/ folder on startup. This plugin is intended to allow datapack creators to distribute their datapacks as Modrinth plugins. DatapackLoader supports Folia, but does not make Folia-incompatible datapacks compatible with Folia.
The Goal
My goal is for datapack creators to be able to list their datapacks as plugins on Modrinth, with Datapack Importer as a dependency.
Plugin Installation
- Download the plugin from latest releases.
- Stop your server.
- Put
DatapackImporter-X.X.X.jarin your server'splugins/folder. - Place your datapack
.zipin theplugins/folder. - Restart the server.
For Datapack Creators — Listing Your Datapack as a Plugin on Modrinth
You can list your datapack on Modrinth as a plugin by adding a plugin.yml to your datapack .zip. Modrinth requires this file to accept plugin uploads — the server will ignore it entirely, but Modrinth's validator will be satisfied.
1. Create a plugin.yml
Add a file named plugin.yml to the root of your datapack .zip with the following contents:
name: YourDatapackName
version: 1.0.0
main: com.example.YourDatapackName.Main
api-version: 1.21
description: A short description of your datapack.
author: YourName
Replace YourDatapackName and YourName accordingly. The main field won't be loaded by the server so it just needs to look valid.
2. Upload to Modrinth
- Create a new project on Modrinth and set the project type to Plugin.
- Upload your
.zipas the version file. - Add Datapack Importer as a required dependency so users know they need it.
That's it — users download your datapack zip, drop it in their plugins/ folder alongside Datapack Importer, and it gets installed automatically on the next server start.
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21, 1.21.1, 1.21.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as DatapackLoaderPlugin-1.0.0.jar — drop this file into the mods folder
- Download size: 601 KB
- Download link checked 11 Sept 2026 — working
These come from our own check of the pack file, not from the source page.