AUS/NZ
PC PS XBOX GIRL TV STORE
Login:
? Sign Up!
Powered by AMD
E-Sports Communities & Competitions

[HELP] Minecraft servers

Started by Lendz on 9:20pm 17/9/11. 726 views and 28 posts, 0 users reading, last post by Seraph`.

Currently reading (0 users):
1 2 Next
OP
Joined: 2/8/09
Posts: 2,724
Defaults: AU - PC: Graphic Design
using Chrome 18.0
Rep:
58%
hey everyone,
Trying to get a bukkit minecraft server going (again) on beta 1.8.1 and I can't get it working. I have have the patches for 1.8.1 and I'm using the 1.7.3 bat starter.

When I try and log in to the server (localhost), it comes up with "Outdated Server"

How do I change this error/remove it?

Note: If there's a new version of the bat file, can someone please link me?

Cheers,
Lendz
Posted on Saturday, 17th September 2011
Joined: 14/12/09
Posts: 655
Defaults: AU - PC: CounterStrike: Source
using Chrome 19.0
Rep:
47%
The current version for Bukkit is 1.7.3, and it will take some time for them to release one compatible for the 1.8.1

So you'll just have to stick to 1.7.3 or wait it out.

Edited once, 17/9/11 - 9:27pm.
Posted on Saturday, 17th September 2011
"Niggers tongue my anus" (C) Anonymous (ID: QRQiFjGA) 05/16/12(Wed) 00:41 No.400000000
OP
Joined: 2/8/09
Posts: 2,724
Defaults: AU - PC: Graphic Design
using Chrome 18.0
Rep:
58%
So how can I get a server going now?
Posted on Saturday, 17th September 2011
Joined: 14/12/09
Posts: 655
Defaults: AU - PC: CounterStrike: Source
using Chrome 19.0
Rep:
47%
Quote from Lendz on the 17th of September 2011:
Sop how can I get a server going now?
Quote from Curley on the 17th of September 2011:
So you'll just have to stick to 1.7.3 or wait it out.
Posted on Saturday, 17th September 2011
"Niggers tongue my anus" (C) Anonymous (ID: QRQiFjGA) 05/16/12(Wed) 00:41 No.400000000
Joined: 11/8/09
Posts: 1,854
Defaults: AU - PC: Call of Duty
using Chrome 18.0
Rep:
27%
Lendz are you just replacing your craftbukkit.jar in 1.7.3 server with an updated one for 1.8.1?
If so, make sure you rename it to the same? What build are you using?
Quote from Curley on the 17th of September 2011:
The current version for Bukkit is 1.7.3, and it will take some time for them to release one compatible for the 1.8.1

So you'll just have to stick to 1.7.3 or wait it out.
there is bukkit builds out for 1.8.1
Posted on Saturday, 17th September 2011
Joined: 14/12/09
Posts: 655
Defaults: AU - PC: CounterStrike: Source
using Chrome 19.0
Rep:
47%
Quote from cosbraa on the 17th of September 2011:
there is bukkit builds out for 1.8.1
If so would you mind posting a link?

As I cannot find anything.
Posted on Saturday, 17th September 2011
"Niggers tongue my anus" (C) Anonymous (ID: QRQiFjGA) 05/16/12(Wed) 00:41 No.400000000
Joined: 11/8/09
Posts: 1,854
Defaults: AU - PC: Call of Duty
using Chrome 18.0
Rep:
27%
Quote from Curley on the 17th of September 2011:
Quote from cosbraa on the 17th of September 2011:
there is bukkit builds out for 1.8.1
If so would you mind posting a link?

As I cannot find anything.
Assuming this is it - http://ci.bukkit.org/job/dev-CraftBukkit/1137/
edit: thats latest build.
Posted on Saturday, 17th September 2011
Joined: 14/12/09
Posts: 655
Defaults: AU - PC: CounterStrike: Source
using Chrome 19.0
Rep:
47%
Quote from cosbraa:
EDIT: Confirmed that's version 1.8.1


Edited twice, last edited 17/9/11 - 9:42pm.
Posted on Saturday, 17th September 2011
"Niggers tongue my anus" (C) Anonymous (ID: QRQiFjGA) 05/16/12(Wed) 00:41 No.400000000
OP
Joined: 2/8/09
Posts: 2,724
Defaults: AU - PC: Graphic Design
using Chrome 18.0
Rep:
58%
I'm using that build. Here's what I've currently got going on:
Image
Posted on Saturday, 17th September 2011
Joined: 11/8/09
Posts: 1,854
Defaults: AU - PC: Call of Duty
using Chrome 18.0
Rep:
27%
Quote from Curley on the 17th of September 2011:
Quote from cosbraa on the 17th of September 2011:
SPOILER: Click to view

Assuming this is it - http://ci.bukkit.org/job/dev-CraftBukkit/1137/
edit: thats latest build.
should work, mine starts for "Beta 1.8.1"

Lendz, what is in your Craftbukkit Starter.bat
Posted on Saturday, 17th September 2011
Joined: 28/10/09
Posts: 2,651
Defaults: AU - PC: Dota 2
using Chrome 19.0
Rep:
64%
PC DOTA2 Admin
Bukkit isnt updated to 1.8 yet, you have to wait for the bukkit dev team to update it.
If you want to run a server now you can run a vanilla server just download the file from here: http://www.minecraft.net/download
Posted on Saturday, 17th September 2011
Joined: 14/12/09
Posts: 655
Defaults: AU - PC: CounterStrike: Source
using Chrome 19.0
Rep:
47%
Quote from cosbraa on the 17th of September 2011:
Lendz, what is in your Craftbukkit Starter.bat
CODE:
@ECHO OFF
IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="64" "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1024M -jar "%~dp0craftbukkit-0.0.1-snapshot.jar"
IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="86" java -Xincgc -Xmx1024M -jar "%~dp0craftbukkit-0.0.1-snapshot.jar"
PAUSE
here's mine

(note it's used with 64bit windows.)
Posted on Saturday, 17th September 2011
"Niggers tongue my anus" (C) Anonymous (ID: QRQiFjGA) 05/16/12(Wed) 00:41 No.400000000
OP
Joined: 2/8/09
Posts: 2,724
Defaults: AU - PC: Graphic Design
using Chrome 18.0
Rep:
58%
Quote from Curley on the 17th of September 2011:
@ECHO OFF
IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="64" "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1024M -jar "%~dp0craftbukkit-0.0.1-snapshot.jar"
IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="86" java -Xincgc -Xmx1024M -jar "%~dp0craftbukkit-0.0.1-snapshot.jar"
PAUSE
Where do I enter it?
in the Bat file?

@Cos - In the image, is all that's there.
Posted on Saturday, 17th September 2011
Joined: 11/8/09
Posts: 1,854
Defaults: AU - PC: Call of Duty
using Chrome 18.0
Rep:
27%
Quote from Lendz on the 17th of September 2011:
Quote from Curley on the 17th of September 2011:
@ECHO OFF
IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="64" "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1024M -jar "%~dp0craftbukkit-0.0.1-snapshot.jar"
IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="86" java -Xincgc -Xmx1024M -jar "%~dp0craftbukkit-0.0.1-snapshot.jar"
PAUSE
Where do I enter it?
in the Bat file?

@Cos - In the image, is all that's there.
Gee what.
All I put in my start was:
CODE:
@ECHO OFF
"%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit.jar
PAUSE

If you want to use mine or Curley's, right click on your Craftbukkit Starter.bat, click edit.
That should open it in notepad.
Replace all text with mine/curleys.
If you are using mine, rename your craftbukkit-0.0.1-snapshot.jar to craftbukkit.jar
Or use edit the craftbukkit.jar in the code I used (replace craftbukkit.jar with craftbukkit-0.0.1-snapshot.jar)
Or whatever your jar is called.
Posted on Saturday, 17th September 2011
Joined: 14/12/09
Posts: 655
Defaults: AU - PC: CounterStrike: Source
using Chrome 19.0
Rep:
47%
Quote from Curley on the 17th of September 2011:
Quote from Lendz on the 17th of September 2011:
SPOILER: Click to view

Where do I enter it?
in the Bat file?
Sure do.

I'm uploading all the files you'll need to start a server, will be done shortly.

Edited 3 times, last edited 17/9/11 - 9:51pm.
Posted on Saturday, 17th September 2011
"Niggers tongue my anus" (C) Anonymous (ID: QRQiFjGA) 05/16/12(Wed) 00:41 No.400000000
 
1 2 Next

[HELP] Minecraft servers