Minecraft start.bat build is outdated. How so?

Ab
- in Servers
3

I used the version 1.14 in Minecraft since today. I have created a free server - and as always there belongs a start.bat file with it.

Now starts the start.bat file, as well as the server, but I get the following at the beginning:

* Error, this build is outdated

What can I write in the start.bat file that this message does not appear anymore?

za
-1

@echo off

At the beginning, you can try it if you like it.

Ka

Just use NEN World Updater, there are many on the Internet and just update your world to version 1.14

Sy

The message has nothing to do with start.bat. It is triggered by the spigot.jar. Since there are all naslang updates from spigot, you have to create a new spigot.jar each time. If you do not want that, you just have to wait 20 seconds for the server to start.

To create a current spigot you need gitbash. (goggle afterwards) This will be installed on your PC.

Create a folder, name does not matter, in the Documents folder and store there the build of spigot. (can be found on the spigot page under Downloads)

Once you have everything set up, then click in the folder where the Build.jar is in the empty box with the right mouse button and select gitbash here in the window.

It opens the terminal window and there you give behind the flashing cursor:

java -jar BuildTools.jar --rev 1.14 and create a current spigot.jar. Takes some time.

That way, you can create any x version you like.