Jump to content

Recommended Posts

  • Replies 70
  • Created
  • Last Reply

Top Posters In This Topic

Posted

How do i reset it XD

Open Run (Windows Key+R)

Type in %appdata% and hit ok

Open .technic, find the Hexxit folder

Make a backup of all your single player saves and delete the folder.

Then relaunch the modpack AMD it should redownload it

Posted

I reset my pack the server still shows up as before and yet getting the items still doesn't work. I think if I were to delete the world files of the server I would be able to generate and new world with the mods actually function but i don't know how to do this

Posted

I reset my pack the server still shows up as before and yet getting the items still doesn't work. I think if I were to delete the world files of the server I would be able to generate and new world with the mods actually function but i don't know how to do this

Delete the folder named after your server name. If you didn't modify the server name it'll be called world.

Posted

Shut down both servers. Start the Hexxit server from launch.bat (for a Windows OS).

This. It looks like you're launching your server using "minecraft_server.jar", which only launches a vanilla server. You need to launch it using "Hexxit.jar", or use the launcher "launch.bat" or "launch.sh" depending on your OS.

Edit: typo

Posted

This. It looks like you're launching your server using "minecraft_server.jar", which only launches a vanilla server. You need to launch it using "Hexxit.jar", or use the launcher "launch.bat" or "launch.sh" depending on your OS.

Edit: typo

Should have though of that. :facepalm:

Posted

Delete the folder named after your server name. If you didn't modify the server name it'll be called world.

So following your instructions, I deleted the folder with the old server, and extracted the files from the zip file you proved into a new folder renamed it and started the server, then jumping on hexxit and getting into the server and yet its the same problem all my old items from the very first tekkit server i created (deleted a while back) and still non of the hexxit items work.

Posted

Shut down both servers. Start the Hexxit server from launch.bat (for a Windows OS).

I run ubuntu or linux as you may know it and for me to start the server I click "minecraft_server.jar" i don't know if this makes a difference...

Posted

This. It looks like you're launching your server using "minecraft_server.jar", which only launches a vanilla server. You need to launch it using "Hexxit.jar", or use the launcher "launch.bat" or "launch.sh" depending on your OS.

Edit: typo

When I launch "Hexxit.jar" nothing happens. Please help..

Posted

I run ubuntu or linux as you may know it and for me to start the server I click "minecraft_server.jar" i don't know if this makes a difference...

facepalm.png

Run launch.sh

Posted

Run launch.sh

When I run "launch.sh" It simply opens a notepad file with this written:

"#!/bin/sh

java -Xmx3G -Xms2G -jar Hexxit.jar nogui"

Posted

When I run "launch.sh" It simply opens a notepad file with this written:

"#!/bin/sh

java -Xmx3G -Xms2G -jar Hexxit.jar nogui"

Execute the file instead of editing it.

Posted

When I run "launch.sh" It simply opens a notepad file with this written:

"#!/bin/sh

java -Xmx3G -Xms2G -jar Hexxit.jar nogui"

And delete your old world save so you can generate hexxit content.

Posted

Execute the file instead of editing it.

When executing the file it gives me the option of "run" and "run in terminal" I used both but nothing occurs.

Posted

And delete your old world save so you can generate hexxit content.

Lol could you explain what you mean cause at this point my head hurts and i'm confused XD

Posted

Lol could you explain what you mean cause at this point my head hurts and i'm confused XD

Your world folder. When you ran the server using minecraft_server.jar it generated vanilla content. When you run it through launch.sh it generates Hexxit content.

Posted

When executing the file it gives me the option of "run" and "run in terminal" I used both but nothing occurs.

Looking at your previous posts, I'll go ahead and guess you have absolutely no idea how to use linux. Debugging with no information is kinda hard, you know. To try and get an error log, modify your .sh file with this content:

#!/bin/sh

java -Xmx3G -Xms2G -jar Hexxit.jar nogui

read -p "Press [Enter] key to exit"

And then execute your file from a terminal (or use the "run in terminal" option if you don't know how). That should allow you to see any error that pops up, and post it here if you can't figure it out from there.

Posted

Looking at your previous posts, I'll go ahead and guess you have absolutely no idea how to use linux. Debugging with no information is kinda hard, you know. To try and get an error log, modify your .sh file with this content:

#!/bin/sh

java -Xmx3G -Xms2G -jar Hexxit.jar nogui

read -p "Press [Enter] key to exit"

And then execute your file from a terminal (or use the "run in terminal" option if you don't know how). That should allow you to see any error that pops up, and post it here if you can't figure it out from there.

I modified the file with what you have told me and pressed "run in terminal" but what simply happens is terminal opens for a second then closes...

Posted

Your world folder. When you ran the server using minecraft_server.jar it generated vanilla content. When you run it through launch.sh it generates Hexxit content.

I know but the problem is I am unable to run it through launch.sh because nothing happens after I click it..

Posted

I modified the file with what you have told me and pressed "run in terminal" but what simply happens is terminal opens for a second then closes...

Unfortunately I can't really test the correctness of my script because I'm on Windows at the moment, just add another line with "sleep 1m" in it and retry.

If that doesn't work, I'll have to educate you on how to use the terminal (oh the fun we'll have...).

Edit:

What that weird zero width character between "#!/bin/sh" and "java"?

That's probably your text editor being stupid when you copy-pasted the code from here and included/didn't include the newline character. Just to be sure you're doing this correctly, the script should have 3 (or 4, depends if you do the first part of this post first) lines.

Posted

I modified the file with what you have told me and pressed "run in terminal" but what simply happens is terminal opens for a second then closes...

I don't know about Linux but on Windows,CMD closing after a second means your path isn't set in Environmental Variables.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Announcements

  • Anything claiming to be official Technic servers are not allowed here, for obvious reasons



×
×
  • Create New...