Skip to content

MadaHaz/SleepingServerStopperMod-Forge

Repository files navigation

Sleeping Server Stopper

This mod is a port of the Sleeping Server Stopper Spigot plugin for:

  • Forge 1.20
  • Forge 1.19

This is meant to be used with the mod SleepingServerStarter by vincss.

🤝 Contributers

Author: MadaHaz

I'm basing my mod off of another port which has been archived, EmptyServerStopper by GHYAKIMA. I couldn't properly fork their project, they had some dual development setup for both Fabric and Forge, couldn't make any sense of it, so I decided to remake it myself and add some features.

🛠 TODO

  • Add config file. DONE
  • Clean up files in repo (Organise folders into versions?) DONE
  • Update 1.19 to v3.0.0
  • Finish 1.12.2 port.

⚠ NOTE ⚠

An issue came up where versions before 1.20.1 aren't working, most likely because the mod was coded using Forge 47.2.0. I will attempt to remake the mod for any other version that is requested (Just open up an issue) since the mod really isn't that hard to make.

📄 Releases

  • v3.0.0-1.16.5
    • Forge 1.16.5
    • Coded in Forge 1.16.5 36.2.34
  • v3.0.0-1.20.1
    • Forge 1.20.1
    • Coded in Forge 1.20.1 47.2.0.
  • v2.0.0-1.19
    • Forge 1.19
    • Coded in Forge 1.19 41.1.0
  • v2.0.0-1.20.1
    • Forge 1.20.1
    • Coded in Forge 1.20.1 47.2.0.
  • v1.0.0-1.20.1
    • Forge 1.20.1
    • Coded in Forge 1.20.1 47.2.0.

📄 Versions

  • v3.0.0
    • Features:
      • Config File
    • Changes:
      • Config files "shutdownOnLaunch" value now works.
  • v2.0.0
    • Features:
      • Config File
    • Changes:
      • Config File is generated. Values that can be changed are:
        • SHUTDOWN_TIME_IN_MINUTES - How many minutes until the server closes. (Minimum is 1 minute!)
        • SHUTDOWN_SERVER_ON_LAUNCH - Should the server shutdown on launch?
      • Default config values are (2, true).
      • Fixed 2 minor bugs.
  • v1.0.0
    • Hard coded values. 2 minute timer and the server will close on startup.