Releases: tebexio/Tebex-RconAdapter
Releases · tebexio/Tebex-RconAdapter
v1.1.1
This version resolves reported bugs from the previous release.
Features
- Added
DisableOnlineCheck
, which will skip checking if a player is online before running an online command. Warning: This could cause some commands to be mistakenly marked as completed, especially if they fail. In these cases you would need to manually reissue the command. - Player lookup can now occur by name instead of UUID only.
- Setup process now asks for IP, port, and password and can be re-initiated if initial connection fails.
Fixes
- Improvements to ARK player listing function
{id}
for offline commands now properly uses the SteamID- Crash on certain ARK servers when fetching player list
- Various crashes on connection lost from RCON server resolved
- Certain ARK servers could be stuck in a reconnect loop when connection lost
v1.1.0
This version supports the following games/RCON protocols:
- Conan Exiles (Rcon)
- 7 Days to Die (Telnet Rcon)
- ARK: Survival Evolved (Rcon)
- Rust (WebsocketRcon)
- Minecraft (Rcon)
Features
- Cleaned up console logging to be simpler and easier to read
- Can now connect to any RCON server so long as a valid Tebex key is set
- Errors and warning events during runtime are now automatically reported to Tebex
- Attempts reconnect every 5 seconds instead of every minute if connection is lost
Removals
- You are no longer prompted for the game you are connecting to. This will be determined by your store secret key.
v1.0.0
The Tebex RCON Adapter is now officially supported as the recommended integration for Tebex webstores running Conan Exiles.
This version supports the following games:
- Conan Exiles
- 7 Days to Die
Features
- Added prompt for the game plugin if one was not found in config, environment, or command line.
Fixes
- Offline commands were never marked as executed
- Wrong log path on certain Linux setups
v1.0.0-alpha.5
This release includes support for running as a service on Linux. Deployment scripts may be found here: https://github.com/tebexio/Tebex-RconAdapter/tree/1.0.0-alpha.5/deploy/linux
v1.0.0-alpha.4
- Added support for Docker
- Added support for environment variables during launch config
- Include releases for both Windows and Linux
- Properly identify when SourceRCON is being used
- Initial scaffold for Project Zomboid (not currently working)
v1.0.0-alpha.3
- Initial public build
- Supports Conan: Exiles via RCON
- Preliminary support for 7 Days to Die via Telnet