easy-wi / developer

Gameserver, Voiceserver Webinterface
https://easy-wi.com
GNU General Public License v3.0
228 stars 82 forks source link

Minecraft server.properities #908

Closed DAThosting closed 8 years ago

DAThosting commented 8 years ago

If mc server is created, the server.properities is created successful and without errors. After a restart the file changes ther values to online-mode="true" or any other values.

If the server now start, he can't resolve the "true" and start the server in offline mode...

Normaly the values are given without the ""

Is this a fail from the wi? This error is on every version of minecraft.

EW version is the git version downloaded at 19. July 2016

Pandry commented 8 years ago

Look at the settings of the server.. Online mode or Offline mode

DAThosting commented 8 years ago

Nice joke :D

The problem is the "" not the setting ;) And after changing it, and start the server, it will be reset to "true".

Pandry commented 8 years ago

Yeah, but I think it don't mind...

DAThosting commented 8 years ago

Of course.

Also the worlds will be recreated to "world" as folder not world, without the " ". It looks that something was changed in the newer EW version.

Pandry commented 8 years ago

I think it was always like this..

DAThosting commented 8 years ago

Nope never ;)

This crushes every plugin and the whole server...

I don't know why this is. I can't change it, because it every time changes back automatically.

Pandry commented 8 years ago

You could change it... Just edit the minecraft template...

DAThosting commented 8 years ago

There is no fail!

There wasn't any fail before updating, and I just want to report that.

The templates are still the same as before.

I have about 30 minecraft templates, after updating every template have this fail? Sure...

Pandry commented 8 years ago

So... It's a problem of miecraft... I suppose you can close the issue...

DAThosting commented 8 years ago

No, you don't understand!

There is no minecraft problem, because if I create a server on my computer with the same startup command and .jar this error doesn't come up!

Pandry commented 8 years ago

Do you have a TS3 server, a mumble one or a discord one? So I could help you...

DAThosting commented 8 years ago

I'll ask Ulrich or another dev for help.

Pandry commented 8 years ago

This isn't a EW problem: The games weren't touched... https://github.com/easy-wi/developer/commits/master

DAThosting commented 8 years ago

Of course it is an EW problem ;)

FV-Chris has got the same bug :P

I didn't say something about the games. Just about the restart problem.

I hope Ulrich will fix that.

ulrichblock commented 8 years ago

And of course, this long conversation would not have happened, if the issue would have been reported properly.

Of course this is not a minecraft propblem. Minecraft is just a game that is affected by a problem. This problem affects any game with protected configs of the type ini.

Plus without a file that is affected, I cannot test properly. I do not own Minecraft and never will own that game. So if not provided, I will not dig into this topic.

DAThosting commented 8 years ago

Same problem on config.yml files at bungeecord servers for minecraft.

Adding after restart ' ' , " " or 0: 1: 2: 3:

Before restart: http://pastebin.com/p4KW2GA6

After restart: http://pastebin.com/0gafn0J1

ulrichblock commented 8 years ago

Different problem and as such requires different ticket.

hunternet commented 7 years ago

It's very simple to do this in configurations.

Game server> game server template> (open your mc template in my case the bukkit and spigot)

Click modify and search

( Cvars which the user must not modify )- she will be like this [Server.properties] ini Server-port =% port% Query.port =% port% Enable-query = true Rcon.port =% port2% Server-ip =% ip% Max-players =% slots%

Just delete the first line to make it so

Server-port =% port% Query.port =% port% Enable-query = true Rcon.port =% port2% Server-ip =% ip% Max-players =% slots%

DAThosting commented 7 years ago

@hunternet doesn't work