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
📦 Datapackloader 📦
PluginGPL-2.0-only

📦 Datapackloader 📦

DatapackLoader automatically adds datapacks to your Minecraft server! This plugin can be used to install datapacks and quicken datapack development. DatapackLoader supports Folia, but does not make Folia-incompatible datapacks compatible with Folia.

22
Downloads
0
Followers
4 months ago
Updated
📦
1
Versions
optimizationutilitybukkitfoliapaperpurpurspigot
Download Latestvv1.5.2-SNAPSHOTView on Modrinth

📖About 📦 Datapackloader 📦

Supported Minecraft Version GitHub Release (latest) GitHub Downloads (all assets, all releases) GitHub Downloads (latest) Supports SpigotMC Supports PaperMC Supports Folia Supports Purpur

Ko-Fi Donation Banner

Original Plugin from lichenaut (Codeberg | Github).

I adapted and updated the plugin to be compatible with the latest Minecraft Version. Detailed informations about the changes I made are in the changelog.

DatapackLoader

DatapackLoader automatically adds datapacks to your Minecraft server! This plugin can be used to install datapacks and quicken datapack development. DatapackLoader supports Folia, but does not make Folia-incompatible datapacks compatible with Folia.

Plugin Installation

  1. Download plugin from latest releases.
  2. Stop your server.
  3. Put the datapackloader-X.X.X.jar in your server's plugins folder.
    3-1. If you update from previous releases of datapackloader, please delete the old datapackloader folder. :warning: Don't forget to backup your datapacks! :warning:
  4. Start the server.
  5. Now the plugin generates a new folder, config and language files.
  6. You can change the language in the config file. Currently only english and german are implemented. If you want your language to be in datapackloader, feel free to use the english file as template and create a pull request.
  7. If you made any changes type /datapackloder reload in your console and reload the config and language files.
  8. Don't forget to set the corresponding permissions with your preferred permission manager plugin. (I recommend LuckPerms) Per default most permissions are only accessible with op status.
  9. Now you can either use /datapackloader import to download a datapack directly on your server or you download it yourself and put it into the plugin's datapack folder inside the plugin's folder.
  10. Now reload the plugin and you're ready to go!

Methods

There are three methods for adding datapacks:

- Pasting a URL into the '/datapackloader import <url> or /dpl import <url>' console command.
- Dragging and dropping by hand into the plugin's 'datapacks' folder.
- Enabling 'starter-datapack' in 'config.yml'.

Commands

commands:
    /datapackloader help:
      description: "Displays the datapackloader help."
    /datapackloader import <url>
      description: "Allows the user to import a datapack via download."
    /datapackloader reload:
      description: "Allows the user to reload the plugin after changes in the config or language files."

Permissions

permissions:
  datapackloader.*:
    description: "Grants access to all DatapackLoader commands"
    default: op
    children:
      datapackloader.command: true
      datapackloader.command.help: true
      datapackloader.command.import: true
      datapackloader.command.reload: true
  datapackloader.command:
    description: "Allows using the base /datapackloader command"
    default: op
  datapackloader.command.help:
    description: "Allows using /datapackloader help"
    default: true
  datapackloader.command.import:
    description: "Allows using /datapackloader import to add datapacks"
    default: op
  datapackloader.command.reload:
    description: "Allows using /datapackloader reload to reload config and languages"
    default: op

👥 Team & Contributors

MrPeanut
MrPeanutOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitfoliapaperpurpurspigot
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+4 more

🔗 Links

Modrinth Page