Skip to content

WesterosPaths

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

WesterosPaths

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

Players can embark on their own journey through Westeros, tracing the iconic paths of beloved characters from the A Song of Ice and Fire series.

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, WesterosPaths is configured for use on the WesterosCraft server with four built-in paths of characters from the ASOIAF series.

New paths can be added to the westeros-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
                }
            }
        }
    ]
}

This project is a fork of ArdaPaths by Ajcool & Paul, originally developed for ArdaCraft. All credit for this mod goes to them.