
ScarletRCON
Enhance server administration with powerful, ready-to-use RCON commands that go far beyond the default capabilities. Are you a Modder? Easily build and register your own custom RCON commands without making ScarletRCON a direct dependency.
CHANGELOG
Update 1.2.1
- Fix RegisterExternalCommandsBatch ambiguity with automatic async detection
Update 1.2.0
- Added support for asynchronous commands in CommandHandler.
- Updated RconCommandAttribute to include IsAsync property.
- Modified RconCommandDefinition to store async command information.
- Improved error messages for player-related commands to clarify online status.
- Updated command descriptions for clarity and consistency.
- Refactored command registration and execution logic for better maintainability.
Update 1.1.7
- Update ConnectedSince property to use DateTime in local time and improve socket retrieval in RconInitializePatch
Update 1.1.6
- Removed
Destroy_TravelBuffSystem.OnUpdate
patch, as it was causing lag.