New topic New reply  Page 1 of 3
 [ 31 posts ] 
User avatar
12 Jun 2011, 14:15
102 Posts

Hay guys, i've heard your sever is outdated. And also, you run on bukkit. Well all you need to do, is replace the "craftbukkit-0.0.1-SNAPSHOT" jar file in the server's main folder to a new one, "craftbukkit-1.0.0-SNAPSHOT", wich i included in this post. Then, open up the .bat file you use to start the server up,and you should get something like
"@ECHO OFF


"%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.0.0-SNAPSHOT.jar
PAUSE"
Replace the "craftbukkit-1.0.0-SNAPSHOT.jar" with "craftbukkit-1.0.0-SNAPSHOT" and start up the server.
Also, many plugins will need to be redownloaded.

_________________
Look, im just a Signature....

And containing universe boot-up sequence...
Do not alter at ANY circumstances....
If you have any problems, please shut the universe down and restart....

Microsoft (Gods Division)

WHERE IS MY FUCKING COOKIE?!?!
User avatar
12 Jun 2011, 14:15
102 Posts

http://www.mediafire.com/?4flak01bl5k1ywk here is the file. The pass for the zip is "kiraly" without the quotes.

_________________
Look, im just a Signature....

And containing universe boot-up sequence...
Do not alter at ANY circumstances....
If you have any problems, please shut the universe down and restart....

Microsoft (Gods Division)

WHERE IS MY FUCKING COOKIE?!?!
User avatar
01 May 2011, 14:10
76 Posts

|LorD| Kiraly wrote:
Hay guys, i've heard your sever is outdated. And also, you run on bukkit. Well all you need to do, is replace the "craftbukkit-0.0.1-SNAPSHOT" jar file in the server's main folder to a new one, "craftbukkit-1.0.0-SNAPSHOT", wich i included in this post. Then, open up the .bat file you use to start the server up,and you should get something like
"@ECHO OFF


"%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.0.0-SNAPSHOT.jar
PAUSE"
Replace the "craftbukkit-1.0.0-SNAPSHOT.jar" with "craftbukkit-1.0.0-SNAPSHOT" and start up the server.
Also, many plugins will need to be redownloaded.


I'm pretty sure you don't have to tell Lifetimeblood nor Karl how to do this...
- They're most likely waiting for a recommended build that won't fuck up the world.

Secondly, it won't help to "redownload" the plugins, since none of them are updated yet...
User avatar
29 Sep 2010, 23:03
289 Posts

also its not hosted on a windows machine :V
User avatar
12 Jun 2011, 14:15
102 Posts

Yes! Here is the last version for LWC, so chests remain locked! http://griefcraft.com/bukkit/lwc/release/LWC.jar

_________________
Look, im just a Signature....

And containing universe boot-up sequence...
Do not alter at ANY circumstances....
If you have any problems, please shut the universe down and restart....

Microsoft (Gods Division)

WHERE IS MY FUCKING COOKIE?!?!
User avatar
12 Jun 2011, 14:15
102 Posts

freakdk wrote:

Secondly, it won't help to "redownload" the plugins, since none of them are updated yet...

That's not true! On my server all are up-to date. Since they give no error :D

_________________
Look, im just a Signature....

And containing universe boot-up sequence...
Do not alter at ANY circumstances....
If you have any problems, please shut the universe down and restart....

Microsoft (Gods Division)

WHERE IS MY FUCKING COOKIE?!?!
User avatar
12 Jun 2011, 14:15
102 Posts

Patchouli wrote:
also its not hosted on a windows machine :V

Whoops. But afterall, is there a platform in this world wich doesnt support .jar extensions? Maybe the structure may vary, but ill take a look.

_________________
Look, im just a Signature....

And containing universe boot-up sequence...
Do not alter at ANY circumstances....
If you have any problems, please shut the universe down and restart....

Microsoft (Gods Division)

WHERE IS MY FUCKING COOKIE?!?!
User avatar
12 Jun 2011, 14:15
102 Posts

Ok, i got it. Check this out:
"
ALTERNATE METHOD [Only for Advanced Users]:
See also: Setting up a remote Linux server
Download CraftBukkit's latest recommended build.
Put the .jar in a folder, for this example we'll use a generic one: ~/minecraft
Move to the above directory with 'cd ~/minecraft'
Paste this into the shell:
cat > minecraft.sh << EOF
#!/bin/sh
BINDIR="\$(dirname "\$(readlink -fn "\$0")")"
cd "\$BINDIR"
java -Xincgc -Xmx1G -jar craftbukkit-1.0.0-SNAPSHOT.jar
EOF
chmod +x minecraft.sh
5. Then type '~/minecraft/minecraft.sh' to run.
6. When you're done toying, issue "stop" command in console.
If you plan to run the server more permanently an init script like this one is recommended: [1]
For CentOS Users - A little more detailed page for CentOS.
"


See this "java -Xincgc -Xmx1G -jar craftbukkit-1.0.0-SNAPSHOT.jar" <- :D i told you. xD

_________________
Look, im just a Signature....

And containing universe boot-up sequence...
Do not alter at ANY circumstances....
If you have any problems, please shut the universe down and restart....

Microsoft (Gods Division)

WHERE IS MY FUCKING COOKIE?!?!
Minecraft Administrator Minecraft Administrator
User avatar
07 Mar 2011, 00:08
338 Posts

LEAR TO USE THE EDIT BUTTON
Image

CAPS RAEG

_________________
ADMIN OS
Image
User avatar
01 May 2011, 14:10
76 Posts

Spoiler: Show
|LorD| Kiraly wrote:
Yes! Here is the last version for LWC, so chests remain locked! http://griefcraft.com/bukkit/lwc/release/LWC.jar


|LorD| Kiraly wrote:
freakdk wrote:

Secondly, it won't help to "redownload" the plugins, since none of them are updated yet...

That's not true! On my server all are up-to date. Since they give no error :D



|LorD| Kiraly wrote:
Patchouli wrote:
also its not hosted on a windows machine :V

Whoops. But afterall, is there a platform in this world wich doesnt support .jar extensions? Maybe the structure may vary, but ill take a look.


|LorD| Kiraly wrote:
Ok, i got it. Check this out:
"
ALTERNATE METHOD [Only for Advanced Users]:
See also: Setting up a remote Linux server
Download CraftBukkit's latest recommended build.
Put the .jar in a folder, for this example we'll use a generic one: ~/minecraft
Move to the above directory with 'cd ~/minecraft'
Paste this into the shell:
cat &gt; minecraft.sh &lt;&lt; EOF
#!/bin/sh
BINDIR="\$(dirname "\$(readlink -fn "\$0")")"
cd "\$BINDIR"
java -Xincgc -Xmx1G -jar craftbukkit-1.0.0-SNAPSHOT.jar
EOF
chmod +x minecraft.sh
5. Then type '~/minecraft/minecraft.sh' to run.
6. When you're done toying, issue "stop" command in console.
If you plan to run the server more permanently an init script like this one is recommended: [1]
For CentOS Users - A little more detailed page for CentOS.
"


See this "java -Xincgc -Xmx1G -jar craftbukkit-1.0.0-SNAPSHOT.jar" <- :D i told you. xD


Image
Server Admin Server Admin
User avatar
07 Jul 2009, 02:20
840 Posts

Kiraly, we're more than technically minded to do this we don't need a noob telling us what to do, for reference the reason someone pointed out the windows issue wasn't because of the .jar extension but that you posted a windows filesystem link

Asking constantly won't help and WE will update the server when WE are sure things will run smoothly, not when a non-technically minded copypasta user tells us it is safe to do ;)

_________________
Image
User avatar
01 May 2011, 14:10
76 Posts

Cypherous wrote:
Kiraly, we're more than technically minded to do this we don't need a noob telling us what to do, for reference the reason someone pointed out the windows issue wasn't because of the .jar extension but that you posted a windows filesystem link

Asking constantly won't help and WE will update the server when WE are sure things will run smoothly, not when a non-technically minded copypasta user tells us it is safe to do ;)


Lol what are you talking about?
He is clearly a genius :v
User avatar
12 Jun 2011, 14:15
102 Posts

Oki guys got the point. I thought you would need some help. Anyways, i wanna become an admin, i gotta bring my contribution ;)

_________________
Look, im just a Signature....

And containing universe boot-up sequence...
Do not alter at ANY circumstances....
If you have any problems, please shut the universe down and restart....

Microsoft (Gods Division)

WHERE IS MY FUCKING COOKIE?!?!
Server Admin Server Admin
User avatar
07 Jul 2009, 02:20
840 Posts

|LorD| Kiraly wrote:
Oki guys got the point. I thought you would need some help. Anyways, i wanna become an admin, i gotta bring my contribution ;)


TBH i think your "contribution" removed that possibility unless we're really really desperate ;)

_________________
Image
Server Admin Server Admin
User avatar
25 Nov 2009, 22:49
1890 Posts

Come on. The guy obviously just tried to be friendly in his own way. Can't blame him for not taking a hint. No reason to get all bitchy on his ass. :) Would be enough to just tell him thanks, but no thanks.
New topic New reply  Page 1 of 3
 [ 31 posts ] 
Who is online
Users browsing this forum: No registered users and 11 guests

  
cron