Skip to content

Server Unreachable When Using AutoServer Plugin #40

Description

@TropicSnowJPR

There appears to be an issue with starting the server when using the latest version of the AutoServer plugin. The server initially starts normally and completes the standard startup process. However, after startup:

  • The server cannot be pinged from any local server.
  • Pinging the proxy is unsuccessful.
  • The Minecraft client does not display the server correctly. The client shows a very long ping time that eventually times out.

The behavior suggests that the server is online but not reachable, either locally or remotely. No errors or warnings are logged during this process.

If I remove the plugin, the server works perfectly. I have attached the configuration file for reference.

checkForUpdates = true
maintenanceInterval = 5
startRateLimit = 60


[messages]
prefix = ""
starting = "<green>%serverName%<gray> is Offline. Server is starting you will moved as soon as the server is ready.<reset>"
failed = "<dark_red>Unable to connect you to %serverName%.<reset>"
notify = "<gray>You will be moved to <green>%serverName%<gray> in 5 seconds...<reset>"
startRateLimitExceeded = "<dark_red>Please wait a bit before doing this!<reset>"


[servers]

[servers.creative]
workingDirectory = "/home/minecraft/Creative"
start = "screen -DmS Creative bash start.sh"
stop = "screen -p 0 -S Creative -X stuff \"stop\r\""
startupDelay = 30
shutdownDelay = 5
autoShutdownDelay = 900

[servers.lobby]
workingDirectory = "/home/minecraft/Lobby"
start = "screen -DmS Lobby bash start.sh"
stop = "screen -p 0 -S Lobby -X stuff \"stop\r\""
startupDelay = 30
shutdownDelay = 5
autoShutdownDelay = 0

[servers.moddedcreatesmp]
workingDirectory = "/home/minecraft/Modded_CreateSMP"
start = "screen -DmS Modded-CreateSMP bash run.sh"
stop = "screen -p 0 -S Modded-CreateSMP -X stuff \"stop\r\""
startupDelay = 60
shutdownDelay = 5
autoShutdownDelay = 900

[servers.survival]
workingDirectory = "/home/minecraft/Survival"
start = "screen -DmS Survival bash start.sh"
stop = "screen -p 0 -S Survival -X stuff \"stop\r\""
startupDelay = 90
shutdownDelay = 20
autoShutdownDelay = 900

[servers.moddedatm10sky]
workingDirectory = "/home/minecraft/Modded_ATM10Sky"
start = "screen -DmS Modded-ATM10Sky bash run.sh"
stop = "screen -p 0 -S Modded-ATM10Sky -X stuff \"stop\r\""
startupDelay = 120
shutdownDelay = 20
autoShutdownDelay = 900

[servers.bedwars]
workingDirectory = "/home/minecraft/Bedwars"
start = "screen -DmS Bedwars bash start.sh"
stop = "screen -p 0 -S Bedwars -X stuff \"stop\r\""
startupDelay = 60
shutdownDelay = 10
autoShutdownDelay = 900


[logging]
level = "DEBUG"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions