Tribe Logs Ascended

Paid Tribe Logs Ascended 1.11

No permission to buy ($24.99)
This resource is paid, and requires to be purchased
Tribe Logs Ascended v1.08
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Added new option to self manage webhooks when permissions are used and those permissions are lost.
The webhook knows which player set the webhook and the Tribe ID so if the player and the tribe no longer has permission the webhook will be removed on server startup.
Code:
json
    "AutoRemoveWebhooksWithoutPermission": false
//During startup permissions will be checked and remove any webhooks set by a player that no longer has permission required. This will also check Tribe Permissions as a secondary check.
//Webhooks with an EOSID = 0 will be ignored for all checks to prevent accidental removal of webhooks that are not set by a player.
//I suggest wiping the database and starting fresh if you change this setting to true.
(config change to Commands)

Tribe Logs Ascended v1.09
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Fixed a mysql error when updating the tribe name.

(no config changes)

Tribe Logs Ascended v1.10
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Updated webhook handling for discord rate limits
Auth Changes

(no config changes)

Tribe Logs Ascended v1.11
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Updated webhook handling for discord rate limits
Enables my other plugins to to take advantage of the enhanced webhook handling.
I will be rolling out updates to other plugins to take advantage of this functionality when this plugin is used.

(no config changes)
Tribe Logs Ascended v1.07
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

UE 5.5 Compatible

(no config changes)
Tribe Logs Ascended v1.06
Server API 1.18+ Required and Visual C++ 2022 Runtime Files Required

Webhook logic rewritten to respect discord rate limiting.
Webhooks that are no longer working will auto remove and give a tribe log entry.
Config can now have comments in the JSON.
API v1.18 is now required

(no config changes)
Tribe Logs Ascended v1.05
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Crash prevention fix for chat commands that could cause a crash in certain situations.

(no config changes)
Tribe Logs Ascended v1.04
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Database updated to allow webhooks per server.
Please note this update removes all existing webhooks tribes have set.
Tribes should use a different webhook per map to avoid hitting webhook message restrictions

(no config changes)
Tribe Logs Ascended v1.03
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Fixed issue that was corrupting some messages.

(no config changes)
Tribe Logs Ascended v1.02
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Small bug fixes
Compatibility update for Tribe Enforcer Ascended.

(no config changes)
Back
Top