Resource icon

Unverified Supply Notifier 1.0.3

No permission to download

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Website User Information:

When a resource is labeled as "unverified," it means that the developer has not yet completed the necessary steps to become a verified resource. However, this tag should not be interpreted as a sign that the resource is dangerous or insecure. Rather, it serves as a reminder that the developer still needs to meet specific requirements to attain verified status. On the other hand, verified resources are those that come from developers who have already met these requirements. These resources can be considered trustworthy and reliable, as they are created by developers who actively engage with the community and consistently provide high-quality content. By using verified resources, users can ensure that they are accessing safe and secure content that has been thoroughly vetted.

Developer Information:

To obtain the verified tag, you must first meet the specific requirements mentioned in the link below. Once you have confirmed that you meet the requirements, the next step is to join our Discord Server. After joining the server, you must create an API support ticket and apply for the verified tag.

How to apply: Click Me To Learn More

Notify your players when a new supply/beacon appear in the map and their location!
  • Customizable notifications for supplies/beacons
  • Notify the asteroid change of Gen2
  • Works in any map and with any mod that not modifies them
  • It works with: Supply Crates, Loot Crates, Orbital Supplies, Corrupt Element Nodes, Artifacts, Beaver Dams, Nests and more
  • Configurable by entity ID (https://ark.fandom.com/wiki/Beacon_IDs) (https://ark.wiki.gg/wiki/Beacon_IDs)

JSON:
{
    "AsteroidGen2": {
        "Enable": true, // Enables or disables the notification of asteroids in Gen2
        "Notification": {
            "Type": "Notification", // "Notification" or "Chat" - Notification type
            "Sender": "Server", // The chat sender
            "Size": 1.5, // The size of the notification
            "Time": 120, // The time of the notification
            "Color": "{Color}",
            "Msg": "New asteroid of '{Name}' has arrived! You can farm: ({PrimaryResources}) ({SecondaryResources})"
        },
        "Name": { // To set custom names or translate it
            "Ambergris": "Ambergris",
            "Crystal": "Crystal",
            "Sulfur": "Sulfur",
            "ElementShards": "Element Shards",
            "Obsidian": "Obsidian",
            "Oil": "Oil",
            "ElementDust": "Element Dust",
            "BlackPearls": "Black Pearls"
        },
        "Color": { // To set a RBG color by asteroid name (only for the "Notification" type)
            "Ambergris": "255,255,255",
            "Crystal": "144,238,144",
            "Sulfur": "0, 0, 255",
            "ElementShards": "128,0,128",
            "Obsidian": "255,215,0",
            "Oil": "255,0,0",
            "ElementDust": "0,255,255",
            "BlackPearls": "255,165,0"
        },
        "PrimaryResources": { // To translate it if you need it
            "Ambergris": "Ambergris, Mutagel",
            "Crystal": "Crystal",
            "Sulfur": "Sulfur",
            "ElementShards": "Element Shards, Element",
            "Obsidian": "Blue gems, Green gems, Red gems, Obsidian",
            "Oil": "Metal, Oil",
            "ElementDust": "Element Dust, Element",
            "BlackPearls": "Black Pearls, Mutagel"
        },
        "SecondaryResources": { // To translate it if you need it
            "Ambergris": "Metal, Stone",
            "Crystal": "Metal, Stone",
            "Sulfur": "Obsidian, Metal, Stone",
            "ElementShards": "Metal, Stone",
            "Obsidian": "Metal, Stone",
            "Oil": "Stone",
            "ElementDust": "Metal, Stone",
            "BlackPearls": "Obsidian, Metal, Stone"
        }
    },
    "Items": { // The items list for notify
        "SupplyCrate_Base_Horde_Legendary_C": {
            "Name": "Orbital Supply Drop Purple", // To set a custom name
            "Notification": {
                "Type": "Chat", // "Notification" or "Chat" - Notification type
                "Sender": "Server", // The chat sender
                "Size": 1.2, // The size of the notification
                "Time": 20, // The time of the notification
                "Color": "180,119,255", // The RGB color of the notification
                "Msg": "'{Name}' has spawned in - Lat: {Lat} Lon: {Lon}"
            }
        },
        "ElementNode_Hard_Horde_C": {
            "Name": "Hard Corrupt Element Node",
            "Notification": {
                "Type": "Notification",
                "Sender": "Server",
                "Size": 1.2,
                "Time": 20,
                "Color": "180,119,255",
                "Msg": "'{Name}' has spawned in - Lat: {Lat} Lon: {Lon}"
            }
        },
        "SupplyCrate_Level60_C": {
            "Name": "Red Supply Crate Lvl 60",
            "Notification": {
                "Type": "Notification",
                "Sender": "Server",
                "Size": 1.2,
                "Time": 10,
                "Color": "255,0,0",
                "Msg": "'{Name}' has spawn in - Lat: {Lat} Lon: {Lon}"
            }
        },
        "SupplyCrate_OceanInstant_C": {
            "Name": "Deep Sea Loot Crate",
            "Notification": {
                "Type": "Notification",
                "Sender": "Server",
                "Size": 1.2,
                "Time": 10,
                "Color": "255,0,0",
                "Msg": "'{Name}' has spawn in - Lat: {Lat} Lon: {Lon}"
            }
        }
    }
}

Discord server

Enjoy it!
Author
syrus
Downloads
478
Views
6,839
First release
Last update

Ratings

5.00 star(s) 2 ratings

More resources from syrus

Latest updates

  1. New release - v1.0.3

    Added a new variable {MapName} Added support for nests and their eggs * Fixed an error with the...

Latest reviews

Thanks to Syrus for this bot, we help our players making them spent less time looking for nodes, asteroids... ❤️‍🔥🔥
This plugin brings a feature that makes your cluster dynamic and interactive with your discord for your player base. They can easily see what resources and events are happening on maps, such as the asteroids on gen2 or osd and element nodes on extinction at a glance without having to be on the map or in game.
Back
Top