Depending on if you need map wide, or just nearby
TArray<TWeakObjectPtr<APrimalDinoCharacter>> NearDinos;
player->GetTamedDinosNearBy(&NearDinos, 1000);
//---or---
auto myTribeId = ArkApi::GetApiUtils().GetTribeID(player);
TArray<AActor*> all_dinos...
Lots of misc fixes that I have been to lazy to release
+ Fixed PlayerId
+ Fix debug spamming console with Debug off
+ Fix for Ally, Local, Pms going to tribe chat
+ Fix Local&Ally chat not working in spectator
+ Fix for DiscordAPIError: Unknown Member in permission sync
+ Added option to...
Make sure you have the permission plugin
Check your config with jsonlint.com
Yes you can get rid of the Ark maps, or change them to "A1", "A2", etc
Please ask questions in my discord
+ Added threading to Sql to improve server FPS
+ Bot Permanenant Messages option (With buttons, embeds, Permissions, etc)
+ Roles to Permission sync fixed from Discord to ARK
+ Fix chat formatting in Discord when a player's name cannot be retrieved (Chatting while dead, ascending, char select)
+...