Shadow Link

Trusted Free Shadow Link V1.1

This resource is free
Recompiled against API 2.03
Added Support for AsaApi Utilities Messages
Config Changes to Messages Section

JSON:
"messages": {
        "success": {
            "message": "Successfully linked your discord account to ark!",
            "backgroundColor": "#000000", // #RRGGBBAA or #RRGGBB; AA omitted = opaque
            "textColor": "#00ff00",
            "textScale": 1.0,
            "displaySeconds": 5.0, // how long the notification stays on screen
            "textJustification": "Center", // Left | Center | Right only — no Top/Bottom
            "screenPosition": "Left", // Left | Center | Right only — no Top/Bottom
            "alsoSendToChat": false // mirror the notification into chat as well
        },
        "alreadyLinked": { // This EOS id already has a DiscordLinks row.
            "message": "You are already linked to discord!",
            "backgroundColor": "#000000",
            "textColor": "#ff8000",
            "textScale": 1.0,
            "displaySeconds": 5.0,
            "textJustification": "Center",
            "screenPosition": "Center",
            "alsoSendToChat": false
        },
        "codeNotFound": { // No LinkCodes row matched the code the player typed.
            "message": "Link code not found... Please get one from the link channel in our discord!",
            "backgroundColor": "#000000",
            "textColor": "#ff0000",
            "textScale": 1.0,
            "displaySeconds": 10.0,
            "textJustification": "Center", // Left | Center | Right only — no Top/Bottom
            "screenPosition": "Left", // Left | Center | Right only — no Top/Bottom
            "alsoSendToChat": false
        },
        "failed": { // Code matched but the insert failed — usually that Discord account is already linked.
            "message": "Failed to link your discord account. Please try again later.",
            "backgroundColor": "#000000",
            "textColor": "#ff0000",
            "textScale": 1.0,
            "displaySeconds": 10.0,
            "textJustification": "Center", // Left | Center | Right only — no Top/Bottom
            "screenPosition": "Left", // Left | Center | Right only — no Top/Bottom
            "alsoSendToChat": false
        }
    }
Back
Top