Open Control

Trusted Paid Open Control 2.4

This resource is paid, and requires to be purchased
Updated - Api Version 2.03 Support
Added - Configurable messages to use AsaApi Utils Mod

Config Changes under
Messages
NotifyDefaults

JSON:
"NotifyDefaults": {
        "TextColor": "#FFFF00FF",
        "BackgroundColor": "#000000CC",
        "TextScale": 1.4,
        "DisplaySeconds": 5.0, // seconds on screen
        "TextJustification": "Center",
        "ScreenPosition": "Center",
        "AlsoSendToChat": false // true = also mirror the message into chat
    },

    // Each entry is EITHER a plain string (text only, uses NotifyDefaults) OR an object
    // with Text + any style fields to override. Add as many keys as you like.
    "Messages": {
        "Link": "You can not access any map travel structure unless you link discord.",
        "Admin": "You need to be an admin to access this structure",
        "Bugged": "This Structure is bugged and has exploits, Awaiting dev update before the stucture can be used again",
        "PublicDisabledByAdmin": { // styled example: red text, also sent to chat
            "Text": "Public Teleporter Setting has Been Disabled By Admin",
            "TextColor": "#FF5555FF",
            "BackgroundColor": "#000000DD",
            "TextScale": 1.5,
            "DisplaySeconds": 6.0,
            "ScreenPosition": "Center",
            "AlsoSendToChat": true
        },
        "PublicDSDisabledByAdmin": "Public Scanner has Been Disabled By Admin",
        "TempBlockedByAdmin": "This shit be broken so we block till fixed"
    },
Back
Top