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

Arda Paths

Customize and reveal guiding paths for players to follow in the world.

264K загрузок26 подписчиковCC-BY-4.0fabric

Обновлён 14 июня 2026 г. · опубликован 26 февраля 2024 г.

  • In-world Messages
  • Path Selection
  • Path Marker Editor
  • Path Editing

ArdaPaths

Customize and reveal guiding paths for players to follow in the world.

ArdaPaths is a Fabric mod designed to immerse players in a world by allowing configurable paths to show animated trails.

The mod is initially configured for use on ArdaCraft and with their recreation of Middle-earth. With ArdaPaths, players can embark on their own journey through Middle-earth like never before, tracing the iconic paths of beloved characters from the Lord of the Rings series.

Whether it's Frodo's perilous trek to Mount Doom or Aragorn's valiant march to reclaim his throne, each path can be meticulously plotted using the features in this mod.

Blocks and Items

Path Marker: This is the main item of the mod. When placed in the world, multiple path markers can be connected together. By using the path marker item on a path marker block, then selecting another path marker, you can set the second block as the target; a path will now appear between the two blocks. Path markers can also have a message and a range configured that is displayed when players get close enough. Ctrl + Use with this item on an existing path marker allows you to configure the range and message. Using this item on a path marker, then clicking on another, will set the second marker as the targeted path.

Pathfinder: This item is used by the player to select, reveal, and follow the paths created using the Path Marker. Using this item opens a selection menu that allows you to select from the configured paths and teleport to the selected path.

Configuration

By default, ArdaPaths is configured for use on the ArdaCraft server with four built-in paths of characters from the LOTR series.

New paths can be added to the arda-paths/server.json file with the following format:

{
    "paths": [
        {
            "id": "0",
            "name": "A Custom Path",
            "primary_color": {
                "red": 255,
                "green": 215,
                "blue": 0
            },
            "secondary_color": {
                "red": 230,
                "green": 194,
                "blue": 0
            },
            "tertiary_color": {
                "red": 255,
                "green": 227,
                "blue": 77
            },
            "chapters": {
                "default": {
                    "id": "default",
                    "name": "Default",
                    "date": "0",
                    "index": 0
                }
            }
        }
    ]
}

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.3.0Релиз1.20.1fabric14 июня 2026 г..jar (396 КБ)
1.2.5Релиз1.20.1fabric16 февраля 2026 г..jar (388 КБ)
1.2.4Релиз1.20.1fabric5 февраля 2026 г..jar (394 КБ)
1.2.1Релиз1.20.1fabric27 сентября 2025 г..jar (327 КБ)
1.2.0Релиз1.20.1fabric19 апреля 2025 г..jar (324 КБ)
1.2.0-SNAPSHOT-bРелиз1.20.1fabric9 августа 2024 г..jar (230 КБ)
1.2.0-SNAPSHOT-aБета1.20.1fabric16 июля 2024 г..jar (230 КБ)
1.1.1Релиз1.19.2fabric4 марта 2024 г..jar (231 КБ)
1.1.0Релиз1.19.2fabric3 марта 2024 г..jar (230 КБ)
1.0.1-SNAPSHOTАльфа1.19.2fabric28 февраля 2024 г..jar (215 КБ)
1.0-SNAPSHOTАльфа1.19.2fabric26 февраля 2024 г..jar (41 КБ)

Ченджлог

1.2.5Релиз1.20.1 · 16 февраля 2026 г.

Fixed permissions checks client and server side

1.2.4Релиз1.20.1 · 5 февраля 2026 г.
  • Support for ArdaRegions
  • Added a Journal Screen - lists the last 50 messages displayed on a trail
  • Messages and titles now stack, if you walk through multiple nodes with messages, they will be added to a queue and displayed one after the other in order until the queue is empty - for example Rivendell is a use case where you can miss some messages if you go too fast (despite the warning)
  • Messages will be offset when regions is displaying
  • Added a queue size, the number displayed is the number of messages pending display
1.2.1Релиз1.20.1 · 27 сентября 2025 г.

Fix issue where chapters would increment to the highest one available if chapter start path marker activation ranges overlapped or exist on the same maker.

Chapters will now only increment to a chapter with an index greater exactly 1 higher.

1.2.0Релиз1.20.1 · 19 апреля 2025 г.

Added chapter functionality:

  • Use the Pathfinder to switch chapters
  • Players can now use the markers to add chapters and define different texts per-marker depending on the chapter selected Added the ability to change text scroll speed, fadeout, etc.
1.2.0-SNAPSHOT-aБета1.20.1 · 16 июля 2024 г.

Update for Minecraft version 1.20.1

1.1.1Релиз1.19.2 · 4 марта 2024 г.

Fixed permissions to prevent non operators, or players without the "ardapaths.edit" permission from interacting with path markers.

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

Комментарии

Загружаем…