MrKinau / FishingBot

1.8 - 1.21 Fishing bot for Minecraft
GNU General Public License v3.0
322 stars 68 forks source link

[Feature request] Passive mode #12

Closed abrman closed 5 years ago

abrman commented 5 years ago

This feature would allow you to run this in the background (maybe even on a Raspberry Pi), it would passively ping the server to check how many players are online, and if it fits into criteria below a certain amount of players, it will connect and do it's thing :)

settings example:

passive-mode=true
passive-player-treshold=3

(I'm on a slow server and think I'm only going to be using this while only few people are online to prevent causing lag)

MrKinau commented 5 years ago

thank you for this request.

Just for my understanding: You want the bot only to be connected if less than X players are online? And disconnect if this amount (+ the bot) gets exceeded?

abrman commented 5 years ago

Exactly :)

MrKinau commented 5 years ago

implemented in v2.5 (just edited the release: https://github.com/MrKinau/FishingBot/releases/tag/2.5) thx for requesting, feel free to request more features or report bugs :)