Skip to content

Commit

Permalink
Added command to get current MC server player count (#190)
Browse files Browse the repository at this point in the history
* Added command to get current MC server player count

* Added env variables for mc public ip and port

* Added public ip and port to env.example (oops)

* Ran black to fit code styling
  • Loading branch information
Antimatter543 authored Dec 25, 2023
1 parent d96efb1 commit a5dd798
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ HACKATHON_END_TIME=
MC_RCON_ADDRESS=
MC_RCON_PORT=
MC_RCON_PASSWORD=
MC_PUBLIC_IP=
MC_PUBLIC_PORT=
SB_BASE_THRESHOLD=8
SB_BIG_THRESHOLD=24
SB_RATELIMIT=30
Loading

0 comments on commit a5dd798

Please sign in to comment.