Notify your players when a new supply/beacon appear in the map and their location!
Discord server
Enjoy it!
- 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!