Question Is there a way to reduce the startup time of craftbukkit?

Discussion in 'Bukkit Help' started by hayden2s, Sep 28, 2018.

Thread Status:
Not open for further replies.
  1. Offline

    hayden2s

    My 1.13.1 server, downloaded from <Edit by Moderator: Redacted DMCA breaking url> states that it will start in 20 seconds but I would like to try to lower that startup time to as close to 0 as I can. Is it possible to do so? Maybe with a .bat file or editing the .jar?

    My current .bat is

    @Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles(x86)%\Java\jre1.8.0_151\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.13.1.jar
    PAUSE


    And I get displayed with this before it even loads my libraries

    Java HotSpot(TM) Client VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
    *** Error, this build is outdated ***
    *** Please download a new build as per instructions from https://www.spigotmc.org/ ***
    *** Server will start in 20 seconds ***
     
  2. Offline

    timtower Administrator Administrator Moderator

    @hayden2s Don't download server jars, use Buildtools to make them instead.
     
  3. Offline

    hayden2s

    @hayden2s
    What do you mean by "use Buildtools"?
     
  4. Offline

    timtower Administrator Administrator Moderator

Thread Status:
Not open for further replies.

Share This Page