▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/📦 Datapackloader 📦
📦 Datapackloader 📦

📦 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.

64
1

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

Совместимость

Minecraft: Java Edition

1.21.x

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:GPL-2.0-only
Опубликован:1 месяц назад
Обновлён:1 месяц назад
Главная