[Solved] SpongeVanilla Works As Normal Vanilla Server

I have a problem with creating Sponge Vanilla server. (spongevanilla-1.12.2-7.1.6)
My Java version: 1.8.0_191

The problem:
When i run server ,it runs as normal vanilla server. Opens up Server GUI and doesn’t load any plugin.
(log from the console )
[09:50:39] [Server thread/INFO]: Starting minecraft server version 1.12.2
[09:50:39] [Server thread/INFO]: Loading properties
[09:50:39] [Server thread/INFO]: Default game type: SURVIVAL
[09:50:39] [Server thread/INFO]: Generating keypair
[09:50:40] [Server thread/INFO]: Starting Minecraft server on *:25565
[09:50:40] [Server thread/INFO]: Using default channel type
[09:50:41] [Server thread/INFO]: Preparing level “world”
[09:50:42] [Server thread/INFO]: Loaded 488 advancements
[09:50:42] [Server thread/INFO]: Preparing start region for level 0
[09:50:43] [Server thread/INFO]: Preparing spawn area: 6%
[09:50:44] [Server thread/INFO]: Preparing spawn area: 96%
[09:50:44] [Server thread/INFO]: Done (2,828s)! For help, type “help” or “?”
I open server via .bat file (I renamed server to just server)
@echo off
java -Xms1G -Xmx2G -jar server.jar
PAUSE

What is server.jar? It should be the sponge vanilla jar, right?

Orginal name is minecraft_server.1.12.2, is that normal server without plugins?

Edit: Ok ,i had to open sponge vanilla via .bat. Thanks for help!

Just so you know. The docs tell you everything on setting up a server, including that you need to launch sponge through a command (such as .bat)

https://docs.spongepowered.org/stable/en-GB/server/getting-started/implementations/spongevanilla.html

1 Like