ARK Cross Server Chat

Unmaintained ARK Cross Server Chat 2.02

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!
  • Public Service Announcement

    Hey Guest, I’ve got some exciting news to share! 🎉

    Starting this December, I’ll be moving the entire GameServersHub website away from WordPress and rebuilding it in Next.js! This upgrade will bring incredibly faster speeds, smoother performance, and a modern user experience that sets the stage for everything coming next.

    In 2026, GameServersHub will be entering a new era. I’ll be revamping the entire platform from the ground up and launching a brand-new, fully modernized marketplace. It’ll feature a cleaner design, improved functionality, and better tools for both creators and server owners.

    On top of that, development has already started on the GameServerListing project at https://gsl-six.vercel.app/, which is expected to launch in early Q1 2026. This new system will make discovering and managing servers easier than ever before.


    👉 Stay in the loop!
    Join our Discord for behind-the-scenes updates, early previews, and community discussions.

    » Click here to join our Discord! «

    ~ MrOwlSky

The "Unmaintained" prefix is a technical term often used in the development world to signal that a specific piece of code, feature, or a resource is no longer actively managed or updated by its creators. It's similar to a 'Beware' sign on a physical property, warning visitors to proceed with caution.

For instance, if a developer creates a resource for other users to use, but later decides not to continue updating it due to various reasons like time constraints or shifting focus to other projects, they might attach an 'unmaintained' tag to it. This tag serves as a clear indication to other users that while they can still use this resource, they should be aware that it may not be up-to-date with the latest coding standards or security updates.

From a user perspective, an 'unmaintained' tag can help yourself identify resources that may not provide the best experience or security. It signals that the resource in question may have outdated features, potential security vulnerabilities, or bugs that are unlikely to be fixed.
Introduction

Adds cross server chat support to ARK Survival Evolved servers using ARK Server API.

Currently only supports multiple servers on the same machine due to using the Windows PulseEvent Synchronization API (https://msdn.microsoft.com/en-us/library/windows/desktop/ms684914(v=vs.85).aspx).


Installation
  1. Install ARK Server API (http://arkserverapi.com).
  2. Download and extract ImprovedCommands into ShooterGame\Binaries\Win64\ArkApi\Plugins.
  3. Optionally configure the plugin in config.json.

Configuration

If this plugin is used together with ArkBot (https://github.com/tsebring/ArkBot) configure each server with identical server- and cluster keys as in the ArkBot-configuration.

If not; each server should have a unique server key and the cluster key should be the same for all servers that are connected.

DatabasePath must be a valid path and the directory must exist. The plugin will not attempt to create the directory.

NamePattern controls the formatting of character names.

  • {Name} [{ServerTag}]: Use server tag as a suffix.
  • [{ServerTag}] {Name}: Use server tag as a prefix.
  • {Name}: Don’t show server tags.
HideServerTagOnLocal may be set to false if you want server tags to be shown for chat messages coming from the local server (i.e. the one you are playing on).

JSON:
{
    "ServerKey": "server1",
    "ClusterKey": "cluster1",
    "ServerTag": "MAPNAME",
    "NamePattern": "{Name} [{ServerTag}]",
    "HideServerTagOnLocal": true,
    "DatabasePath": "C:\\ARK Servers\\ArkCrossServerChat.db"
}
  • Like
Reactions: T-Rex
Author
Tobias
Downloads
1,380
Views
10,161
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Tobias

Latest updates

  1. 2.02

    Fixed crash issue. Fixed rcon chat being duplicated on the originating server.
  2. 2.01

    Fixed crash on new ARK update.
Back
Top