#1
Posted 11 February 2013 - 07:21 PM
#2
Posted 11 February 2013 - 08:04 PM
#3
Posted 12 February 2013 - 07:10 AM
ligercat, on 11 February 2013 - 08:04 PM, said:
#4
Posted 12 February 2013 - 07:22 AM
#5
Posted 12 February 2013 - 07:46 AM

Please quote me to get my attention in a thread.
Please read the forum global rules, server section rules and Bumping rules before posting.
#6
Posted 12 February 2013 - 08:38 AM
ligercat, on 11 February 2013 - 08:04 PM, said:
#7
Posted 12 February 2013 - 09:02 AM
dawesomewolf1, on 12 February 2013 - 08:38 AM, said:
When you first run the server .exe/.jar/.bat a whole lot of files are created the motd: line you are looking for is in a file called server.properties. You can open this file with any text editor and edit it with out having to change the extension to .txt.

Please quote me to get my attention in a thread.
Please read the forum global rules, server section rules and Bumping rules before posting.
#8
Posted 13 February 2013 - 07:36 PM
#9
Posted 17 February 2013 - 04:16 PM
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles(x86)%\Java\jre7\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit.jar
PAUSE
then save as run.bat u will get a batch file and u use it to run the server (make sure u have the craftbukket jar named as craftbukkit and nothing else other wise it wont work and if u have 32bit paste: @ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles%\Java\jre7\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit.jar
PAUSE Tell me if it didn't work








