> For the complete documentation index, see [llms.txt](https://docs.tebex.io/developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tebex.io/developers/game-server-api/overview.md).

# Overview

The Game Server API is for implementing command execution on game servers - an example of this would be the official Tebex Minecraft Plugin.

If you haven't already done so, we recommend having a read of our [quick start guide](/developers/getting-started.md) before beginning integration.

{% hint style="info" %}
If you've created an SDK or game server plugin, please send an email to <support@tebex.io> and we'd be happy to showcase it on this site.
{% endhint %}

## Official Game Server Plugins

You can download compiled versions of the official plugins that implement this API from the [Game Servers](https://creator.tebex.io/game-servers) section of the creator panel.

The source code for these plugins can also be found in the following GitHub repositories:

* [Tebex-Minecraft (Minecraft: Java Edition)](https://github.com/tebexio/Tebex-Minecraft)
* [Tebex-Hytale](https://github.com/tebexio/Tebex-Hytale)
* [Tebex-Oxide (Rust, 7 Days To Die and Hurtworld)](https://github.com/BuycraftPlugin/Tebex-Oxide)
* [Tebex-Ark (ARK: Survival Evolved)](https://github.com/BuycraftPlugin/Tebex-Ark)
* [Tebex-FiveM (FiveM / GTA V)](https://github.com/BuycraftPlugin/Tebex-FiveM)
* [Tebex-Forge](https://github.com/BuycraftPlugin/Tebex-Forge)
* [Tebex-uMod](https://github.com/BuycraftPlugin/Tebex-uMod)
* [Tebex-Atlas](https://github.com/BuycraftPlugin/Tebex-Atlas)
* [Tebex-TorchAPI](https://github.com/BuycraftPlugin/Tebex-TorchAPI)
* [Tebex-Gmod](https://github.com/BuycraftPlugin/Tebex-Gmod)
* [Tebex-Unturned](https://github.com/BuycraftPlugin/Tebex-Unturned)

## RCON Adapter

If we don't have a plugin available for your game you're also able to make use of the [RCON Adapter](https://github.com/tebexio/Tebex-RconAdapter).
