marlester-dev / ReallyFakePlayers

European Union Public License 1.2
0 stars 1 forks source link

auto-quit not working, no more than one minute connected #28

Closed HiA-o closed 11 hours ago

HiA-o commented 1 month ago

I am trying to configure the fake players to stay connected longer but the maximum time they are connected is one minute.. If i config it like this for example:

auto-join:
  enable: true
  # Delay on the startup
  startup-delay: 3
  delay:
    min: 80
    max: 120
# Each fake player will leave the server after a delay that you set below
auto-quit:
  enable: true
  delay:
    min: 600
    max: 800

After one minute they are disconnected, no matter how you configure it, even if a config: auto-quit: enable: false

they still disconected

Also, invulnerable: false now working also

marlester-dev commented 11 hours ago

looks like you have a problem like #23