Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Releases: fasko-web/discord-gameserver-bots

2.0.2 - Job Cleanup

26 Feb 11:28
a8d65c4
Compare
Choose a tag to compare

Updated GameDig to 3.0.0, cleaned up job files, and now provides new optional server configs:

  • server.query_port : For when your game's server has a separate port for querying (like Valheim).
    • Defaults to false, expects an integer if set.
  • server.max_players : Allows manually defining max players, for when your game's server has trouble detecting max players.
    • Defaults to false, expects an integer if set.

2.0.1 - Web API Fix

16 Feb 15:00
63924aa
Compare
Choose a tag to compare

Fixes issue with server displaying online while still offline when fetching from web API while Pterodactyl is enabled.

Version 2.0

14 Feb 16:07
e776a87
Compare
Choose a tag to compare

Complete rewrite from the ground up to actually function how it was intended. (Previous version was very fragile)
Now uses GameDig for querying, TOML for configuring, and an optional slash commands bot.

1.0.0 - Forked & Modified

14 Oct 14:49
29dfc65
Compare
Choose a tag to compare

Forked discord-rustserverstatus v1.1.0 by Kennethrisa

Made various changes for my needs specifically:

  • Removed all Rust specific stuff + RCON
  • Replaced Request with Needle
  • Integrated Pterodactyl API (gives more detailed status information ie. starting, stopping)
  • Added status command