/
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 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.
- 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:
/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:
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

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.