• Hello, Guest! This is a public service announcement;

    We are excited to announce GameServersHub will be releasing the Ark Survival Acended plugin framework in the coming weeks. If you want to learn more about this join our discord server below! Over the coming weeks ahead the website will be getting some cosmetic changes.

    To learn more join our discord

Tribe Enforcer

Verified Tribe Enforcer 2.02

The Verified tag represents a level of trust and authenticity for users who have successfully gone through our verification process. It signifies that a user's resources have been thoroughly reviewed and have met our platform's high standards for quality and reliability.
**Tribe Enforcer 1.05**
(Server API 3.51+ Required)

Added an automated cleanup process for the te_servers and te_queue tables.
> Each time a server starts up or the plugin is loaded it will update its timestamp
> After 7 days of not being updated the plugin will assume the server/map is no longer used and clean up the entries which will prevent the queue table from stacking up entries that will never get processed.

Added system to allow setting custom map names via the command line.
> -serverkey=YourCustomMapIdentifier
> This is useful if you run duplicate maps
> Can be used in WebhookPrefix, TeleportAfterKick
JSON:
"WebhookPrefix": {
        "Ragnarok": "Ragnarok",
        "YourCustomMapIdentifier": "Ragnarok 2",
Added new message to control formatting used by `ForceTribeMembership` to name the new tribe being created. I have create the default English version in the config.
JSON:
    "AutoTribeName": {
      "Message": "Tribe of {}"
    },
Changed TribeName database column size to be close to the Size ARK allows which should help with using mysql 5.7
**(config change to Messages)**
Changed how messages are loaded from the config.json to prevent crashing.
Updated some auth related code.

(no config changes)
Tempest Dedicated Servers
Top