mark2devel / mark2

Minecraft Multi Server Wrapper Written in Python with Twisted; Pull Requests HIGHLY Encouraged, Collaborators Needed Discord: https://discord.gg/zymJygHNpv
Other
207 stars 44 forks source link

BungeeCord restarts every ~2 minutes. #86

Closed gino closed 7 years ago

gino commented 7 years ago

Hi,

I just installed BungeeCord and added my hub server. I configured everything correctly I guess. But somehow my BungeeCord restarts every ~2 minutes.

I have no idea why this happens. This is what happens in the console: Image

Please help me with this. I already added server-ip=123.456.789.0 to the server.properties file in the BungeeCord directory. I am not sure if this causes the problem but atleast it doesn't fix it.

Plus this is in the scripts.txt file, the same as in the samples:

### ###
### ###
### ### Generic BungeeCord mark2 options
### ### Place a copy of this file in the same directory as BungeeCord
### ### 
### ###

#    #----------------------------- Minute (0 - 59)
#    |    #------------------------ Hour   (0 - 23)
#    |    |    #------------------- Day of the Month (1 - 31)
#    |    |    |    #-------------- Month  (1 - 12)
#    |    |    |    |    #--------- Day of the Week (0 - 6)
#    |    |    |    |    |    #---- Command to run
#    |    |    |    |    |    |

# runs ~restart-empty at midnight every day
     *    0    *    *    *    ~restart-empty
# removes proxy.log file on when BungeeCord stops
     @serverstopped           $rm proxy.log*`

And the mark2.properties is also the same as in the samples.

Thank you! Ps: I am also using CloudFlare, I am not sure if this effects the problem. Cause everything is working fine, I can connect normal but it only restarts every ~2 minutes.

gino commented 7 years ago

Fixed it by using: plugin.monitor.ping-enabled=false