OMFG how can we fix this...

Status
This thread has been locked.

Reason

Not a virgin anymore
Banned
Feedback score
0
Posts
337
Reactions
77
Resources
0
Dear McM,

I have tried to help one of my owner friends for several days now and i can't get hiss hub server to work, it worked fine three days ago and he didn't touch it, no new plugins and no edited plugins. The server just boots up and then shuts down again, i have tried to make a new "start.bat" (on mac) and even a new version of spigot.


Can someone please help? i do not add on skype so contact over DM or down in the thread! :)
Regards,
BabeMC
 

Art3mis

MC-Market Partner / Associate since Dec 18. 2016
Supreme
Feedback score
0
Posts
277
Reactions
345
Resources
0
Hey,

I have a lot of experience with minecraft servers so I should be able to fix this no problem.

First of all, is this server running on a Mac or Windows?

Also, can you paste your start up file (Start.command or Start.bat).

When I have that information, I should have more information to work with!

Thanks!
TrifleTower
That's obviously on a mac computer. I don't know how and why you didn't even bother to read the log. Hm.

Code:
MAC:~ ****$ /Users/*****/Desktop/Server/HUB/start.command ; exit;
 

Reason

Not a virgin anymore
Banned
Feedback score
0
Posts
337
Reactions
77
Resources
0
Change your startup script to this:
Code:
#!/bin/bash
cd "$(dirname "$0")"
while true; do
  printf "\ec"
  java -Xmx2G -Xms2G -jar spigot.jar nogui

Make sure where it says spigot.jar, you change it to what your spigot file is called.

If you hosting the server on a Mac, set the startup script name to start-server.command

Hope this fixes it!

Last login: Sun Sep 18 13:47:19 on ttys001
MAC:~ ****$ /Users/****/Desktop/ServerName/HUB/start-server.command ; exit;

/Users/***/Desktop/ServerName/HUB/start-server.command: line 6: syntax error: unexpected end of file

logout


[Process completed]

(didn't work)
 
Banned forever. Reason: Sales hijacking

Reason

Not a virgin anymore
Banned
Feedback score
0
Posts
337
Reactions
77
Resources
0
Banned forever. Reason: Sales hijacking

Reason

Not a virgin anymore
Banned
Feedback score
0
Posts
337
Reactions
77
Resources
0
Open Terminal.
Type chmod a+x
Then Press space.
Drag the start_server.command file into Terminal.
Press enter in Terminal.
Try booting up the server after that.
Same message :mad:[DOUBLEPOST=1474200198][/DOUBLEPOST]
Open Terminal.
Type chmod a+x
Then Press space.
Drag the start_server.command file into Terminal.
Press enter in Terminal.
Try booting up the server after that.
Wait what...? i just made a new folder and drag and dropped the start.bat and the spigot.jar, created a new server and everything booted up perfect? So it's not the spigot or the Start.bat that is the problem?
 
Banned forever. Reason: Sales hijacking

Reason

Not a virgin anymore
Banned
Feedback score
0
Posts
337
Reactions
77
Resources
0
There must of been something effecting the startup file and spigot file from getting to eachother. All fixed now?
Not really fixed, for some reason i transferred the world and plugins but the end_world sin't the same...[DOUBLEPOST=1474200756][/DOUBLEPOST]
Not really fixed, for some reason i transferred the world and plugins but the end_world sin't the same...
thank god, everything is back up. i would just like to thank you so much for taking your time of your day to help me and my friend! have a nice day.
 
Banned forever. Reason: Sales hijacking
Status
This thread has been locked.
Top