Jump to content

ZXSkelobrine

Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Everything posted by ZXSkelobrine

  1. Hi, I was having the problem of when you connet to the server and tried to put a tekkit block into your invintory i got disconnected, here is the solution: Right click on launch.bat and click edit, delete what is inside and copy one of these in: If you are running Java 6 enter this @ECHO OFF SET BINDIR=%~dp0 CD /D "%BINDIR%" "%ProgramFiles%\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M -jar Tekkit.jar PAUSE If you are running Java 7 copy this: @ECHO OFF SET BINDIR=%~dp0 CD /D "%BINDIR%" "%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar Tekkit.jar PAUSE Hope this works for you - if it does not email [email protected] P.S. Dont forget to check out our youtube channel **Edit** I found this solution when the launch.bat would not work. So at first i copied in the insides of my bukkit servers Launch.bat but put the 'nogui' at the end - did not work. Then by accident i tried again but forgot to put in the nogui - and it worked. P.S. Sorry about changing the ram this is 1 GB
×
×
  • Create New...