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

Server ResourcePack Manager

Server Resource Pack Manager with multi pack support

135
4

Server ResourcePack Manager

Multi Server ResourcePack Manager for a single dedicated server.

Features

  • Multi ResourcePack introduced in 1.20.3 is supported
  • Automatic calculation of ResourcePack hash
  • Simple configuration file
  • Reload command to update ResourcePacks without server restart
  • Send command to re-apply ResourcePacks to player(s)

Installation

  1. Install Fabric modloader on your Minecraft server.
  2. Install Fabric API and Fabric Language Kotlin.
  3. Install the mod from Releases or Modrinth.
  4. Start server to generate config

Configuration

The configuration file is located at config/server-resource-pack-manager.json. You can add multiple ResourcePacks by specifying their URL.

NameDescriptionDefault
autoSendAutomatically send ResourcePack(s) on player jointrue
promptMessageMessage displayed to players when prompting for ResourcePack(s)""
requiredWhether to enforce server ResourcePack(s)false
resourcePacksList of ResourcePack URLs[]

Multi ResourcePack

The order of ResourcePacks in the list determines the order they are applied.

The first ResourcePack will be applied first, followed by the second, and so on. If there are duplicate ResourcePack keys, the first occurrence takes precedence.

Example

{
  "autoSend": true,
  "promptMessage": "",
  "required": false,
  "resourcePacks": [
    "https://path/to/resourcepack1.zip",
    "https://path/to/resourcepack2.zip"
  ]
}

In this example, resourcepack1.zip will be applied first, followed by resourcepack2.zip.

Applied resource packs will be shown in the in-game settings menu in this order.

Image showing order in game

Commands

  • /resourcePackManager reload - Reload the configuration file and update ResourcePacks.
  • /resourcePackManager send [player] - Re-apply ResourcePacks to the specified player, or yourself if no player is specified.

* Icon generated with Nano Banana

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

Minecraft: Java Edition

1.21.x

Платформы

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

Сервер

Создатели

Детали

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