Перейти к содержимому
Mineforgian

Modpack Shipped Servers

Allows Modpacks to ship default servers, that players can then choose to remove if they want to.

6K загрузок2 подписчиковMITfabric

Обновлён 20 января 2026 г. · опубликован 28 сентября 2025 г.

  • Icon

Modpack Shipped Servers

modrinth codeberg

A simple mod that allows modpack developers to define a default set of servers that the player can then choose to do with as they please. This is useful for modpacks made for servers (or advertisement), so that they can easily provide a list of recommended servers for players to join. When the mod first runs, it will check if there is already server data present. If any are detected, it simply does nothing. If not, it adds your servers.

Configuration

The mod uses a simple JSON file to define the servers. The file is located at config/shipped-servers.json in the Minecraft directory. Below is an example:

{
  "servers": [
    {
      "name": "Example",
      "address": "play.example.com",
      "resourcePackPolicy": "prompt"
    },
    {
      "name": "Another Example",
      "address": "eu.example.com",
      "resourcePackPolicy": "enabled"
    },
    {
      "name": "Yet Another Example",
      "address": "na.example.com",
      "resourcePackPolicy": "disabled"
    }
  ]
}

The servers array can contain any number of server objects, each with the following properties:

  • name: The name of the server as it will appear in the server list.
  • address: The address of the server (IP or domain).
  • resourcePackPolicy: The resource pack policy for the server. Can be enabled, disabled, or prompt. Case-insensitive.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.1.1Релиз26.1.1, 26.1.2, 26.2-rc-1, 26.2fabric20 января 2026 г..jar (8 КБ)
1.1.0+1.20.2Релиз1.21.7, 1.21.8, 1.21.9, 1.21.10fabric1 декабря 2025 г..jar (7 КБ)
1.1.0+1.20.1Релиз1.20, 1.20.1fabric1 декабря 2025 г..jar (7 КБ)
1.0.0Релиз1.21.7, 1.21.8, 1.21.9, 1.21.10fabric30 сентября 2025 г..jar (9 КБ)

Ченджлог

1.1.1Релиз26.1.2, 26.2-rc-1, 26.2 · 20 января 2026 г.

1.1.1

update to 26.1

1.1.0+1.20.2Релиз1.21.8, 1.21.9, 1.21.10 · 1 декабря 2025 г.

1.1.0

Hello all. This version gets rid of the shady reflection in the old one and is therefore less likely to break. However this also means that there are 2 different versions now, 1.20.1, which is tested for 1.20 + 1.20.1, but can maybe go lower, and we also have 1.20.2. 1.20.2 should work for every version above it (until minecraft changes something). I will update the modrinth tags any time a new version is released, if it is compatible.

1.1.0+1.20.1Релиз1.20, 1.20.1 · 1 декабря 2025 г.

1.1.0

Hello all. This version gets rid of the shady reflection in the old one and is therefore less likely to break. However this also means that there are 2 different versions now, 1.20.1, which is tested for 1.20 + 1.20.1, but can maybe go lower, and we also have 1.20.2. 1.20.2 should work for every version above it (until minecraft changes something). I will update the modrinth tags any time a new version is released, if it is compatible.

1.0.0Релиз1.21.8, 1.21.9, 1.21.10 · 30 сентября 2025 г.

Полная история изменений — на Modrinth.

Комментарии

Загружаем…