Game Admin Companion mod
This mod integrates with Game Admin api, empowering server admins to effortlessly issue scriptcommand commands via RCON to the servers.
This is a mod meant for Game Admin Servers
! Send commands via RCON
scriptcommand giveitem Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponOneShotRifle.PrimalItem_WeaponOneShotRifle' 1 6 1
scriptcommand spawndino Blueprint'/Game/ScorchedEarth/Dinos/RockGolem/RockGolem_Character_BP.RockGolem_Character_BP' 150
scriptcommand giveitem Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Sap.PrimalItemResource_Sap' 10
.INI Settings under the following header
[GAMEADMIN]
LinkEndpoint=">https://domain.com/api/link"
! data being sent via post request
{"data":[{"eosid":"0002959899b541c6a0181b18472c430e","link_key":"123456789"}]}
LinkStatusEndpoint="https://domain.com/api/linkstatus"
!data being sent via post request
{"data":[{"eosid":"0002959899b541c6a0181b18472c430e"}]}
!needs to return response()->json(['is_linked' => true/false], 200);
PlayerLoginEndpoint="https://gameadmin.app/api/login" !sends the following data on player login {"data":[{"eosid":"0002959899b541c6a0181b18472c430e","last_login":"200656181.772235","server_name":"gameadmin Scorched Earth XP[1.5]T[4]B[10]","server_id":"160444","cluster_id":"50196a71","player_name":"vas","player_id":"256","tribe_name":"Tribe of vas","tribe_id":"1719409598","targeting_team":"1719409598","total_structures":"0","total_dinos":"0"}]}
NewsJsonUrl="https://domain.com/api/"
!needs to return a json in the following format
{ "news_image": "https://gameadmin.app/gsdb/assets/img/important.png", "news_headLine": "Important News", "news_body": "Welcome to the game, please take the time to read the rules located https://gameadmin.com/rules, if you have any questions please ask in the discord" }
Adds an UI to facilitate sending player data to own API F1 triggers the UI
The NEWS section is configurable as per above instructions
UI displayes current server rates on top right for the following :
Experience Taming Speed Harvesting Baby Maturation Speed Mating interval If the rates are altered via Dynamic Config they will be reflected when UI is loaded again via F1 no need to restart game