Extended RCON

Extended RCON 0.1

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!

Foppa

Well-known member
Joined
Jan 28, 2018
Messages
1,018
Foppa submitted a new resource:

Extended RCON - Server plugin for ArkAPI that extends rcon functionality

Extended RCON
  • Over 60+ additional Rcon commands.
  • All commands are self-documenting (send a command to get more info about what the command requires)
  • A full list of commands is included in the release. See CommandList.txt
  • Supports hot-load / hot-unload
  • Built with API 1.02
Some mentionable commands:
  • DestroyActorAll
  • DestroyActorWild
  • DestroyTribeAll
  • DestroyTribeDinos
  • DestroyTribePlayers
  • DestroyTribeStructures
  • GetActor...

Read more about this resource...
 
Full list of extended RCON commands as of v0.1 ( @Foppa, feel free to delete post if you'd rather keep it within the ZIP file ):
Code:
// Destroy Commands
DestroyActorAll
DestroyActorWild
DestroyTribeAll
DestroyTribeDinos
DestroyTribePlayers
DestroyTribeStructures
DestroyTribeStructuresByBP
DestroyPlayerProfile

// Get Commands
GetActorPos
GetAllActorsPos
GetAllActors
GetAllActorsBp
GetAllDinos
GetDinoBP
GetDinoPos
GetInGameTime
GetPlayerName
GetPlayerPos
GetServerFrames
GetTotalTames
GetTotalWilds
GetTribeIdOfPlayer
GetTribeLog
GetTribeName
GetTribeStructureCount
GetTribeStructurePos
GetMapName
GetOnlineNum

// Give Commands
GiveDinoXP
GivePlayerXP
GiveHexagon
GiveArmorSet
GiveItemIndex
GiveItemIndexToAll
GiveItemToAll
GiveItemToEOSId
GiveTribeDinosFood
    
// Kill & Kick Commands
KickAllPlayers
KillAllPlayers
KillDino
KillPlayer
KillPlayerId
KillUnclaimedDinos
KillAllWildDinos

// List Commands
ListAllPlayerPos
ListAllPlayerEOSId
ListAllStructures
ListAllStructuresInRadius
ListOnlineTribes
ListOnlinePlayers
ListPlayerDinos
ListTribeDinos
ListTribePlayers
ListTribeStructures
ListUnclaimedDinos
ListUnclaimedDinosAmount
    
// Send Commands
SendMessageToChat
SendMessageToNotification
SendPlayerScriptCommand
SendScriptCommand

// Set Commands
SetDinoColor
SetDinoPos
SetFacialHair
SetHeadHair
SetImprintQuality
SetImprintToPlayer
SetPlayerName
SetPlayerPos
SetPlayerTribeAdmin
SetPlayerTribeOwner
SetTribeName

// Spawn Commands
SpawnDinoBP
    
// Teleport Commands
TeleportAllPlayers
TeleportToPlayer

// Tribe Commands
TribeChatMsg
TribeLogMsg

// Unlock Commands
UnlockBoss
UnlockEngram
 
Back
Top