Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.

API Docs

Fin-GITHUB edited this page Apr 1, 2024 · 1 revision

ERLC(key: str)

ERLC.get_status()

Gets the status on the server.

Returns -> ServerStatus

ERLC.get_amount_of_players()

Gets the amount of players, in the server.

Returns -> int

ERLC.get_players()

Gets every single player in the server.

Returns -> list[Player]

ERLC.get_join_logs()

Gets all join logs that it CAN get.

Returns -> list[JoinLog]

ERLC.get_command_logs()

Gets all command logs it can.

Returns -> list[CommandLog]

ERLC.run_command(command: str)

Runs the command on the server. Heavily ratelimited!

Returns -> True (on success)

Clone this wiki locally