Tags
Optimization
Utility
Creators
Details
Published last month
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
- Download plugin from latest releases.
- Stop your server.
- 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: - Start the server.
- Now the plugin generates a new folder, config and language files.
- 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.
- If you made any changes type /datapackloder reload in your console and reload the config and language files.
- 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.
- Now you can either use /datapackloader import <url> 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.
- 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

