rustplus

Rust+ API Wrapper Written in Python for the Game: Rust

MIT License

Downloads
4.7K
Stars
88
Committers
11
rustplus - More Command Fixes

Published by olijeffers0n almost 3 years ago

rustplus - Few Fixes

Published by olijeffers0n almost 3 years ago

rustplus - Fix Protobuf name issue

Published by olijeffers0n almost 3 years ago

rustplus - Refactor Entire Codebase

Published by olijeffers0n almost 3 years ago

What's Changed

Full Changelog: https://github.com/olijeffers0n/rustplus/compare/4.1.4...5.0.0

Refactored all websocket code for improvement in speed but fixes in reliability for commands

rustplus - Add None check to closeConnection

Published by olijeffers0n almost 3 years ago

rustplus - Add Missing Await Clauses

Published by olijeffers0n almost 3 years ago

rustplus - Rate Limiting

Published by olijeffers0n almost 3 years ago

This update brings proper rate limiting along with a change or WS API

Full Changelog: https://github.com/olijeffers0n/rustplus/compare/4.1.1...4.1.2

rustplus - Removes threading from setup.py

Published by olijeffers0n almost 3 years ago

rustplus - Adding A Commands System

Published by olijeffers0n almost 3 years ago

This update brings with it a commands system for you to have events triggered by in-game team-chat commands.

rustplus - 'ClientNotConnectedError' when 'connect()' hasn't been called

Published by olijeffers0n almost 3 years ago

rustplus - November Force Wipe

Published by olijeffers0n almost 3 years ago

This Release updates to the November force wipe to include the desert bases

Any issues contact me

:)

rustplus - Version 4

Published by olijeffers0n about 3 years ago

This update makes all the methods Async, and hides all the protobuf from the user, now using wrapper classes instead.

Any issues let me know on discord :)

rustplus - Version 3

Published by olijeffers0n about 3 years ago

Major refactor of Protobuf generation as well as the addition of optional map icon overriding

rustplus - Small Updates

Published by olijeffers0n about 3 years ago

Small Badge & Formatting updates

rustplus - Version 2.3

Published by olijeffers0n about 3 years ago

Adding the getRawMapData to enable distance comparisons for monuments

rustplus - Version 2.2.3

Published by olijeffers0n about 3 years ago

README updates as well as some __repr__ refactoring

rustplus - Version 2.2.2

Published by olijeffers0n about 3 years ago

Added Support for the new Underwater Labs as well as completing some documentation

rustplus - Version 2.2

Published by olijeffers0n about 3 years ago

Version 2.2. Added Some more functionality such as __str__ implementation on the RustSocket and getCurrentEvents

rustplus - Version 2.1.1

Published by olijeffers0n about 3 years ago

Added getTCStorageContents in order to provide better formatting for the time remaining on TC coverage.

rustplus - Version 2.1

Published by olijeffers0n over 3 years ago

Added promoteToTeamLeader and some other fixes