hi guys i was wondering how to make my server bukkit if you tell me and it works i will give credit in my next video
27
I accepted u on skype
ok pm'ed you my skype
please help
please help
If u need help do u got skype or teamviewer
How to make run file
Install Java
Since OS X 10.7 Java does not come packaged with OS X. You will need to install java from the Apple's website http://support.apple.com/kb/DL1421
Obtaining the Server Files
To run a server you will need the server jars, i.e. the server files. We will need a place to put the files.
Create a New Folder
Open up finder, and create a new folder in your Home folder named CraftBukkit
Download the File
Download the server files. You can download the latest builds from the front page of the wiki.
Note: Download the stable build if you are not chasing the cutting edge in the development build
Move the File
Move the file from the Downloads folder to the CraftBukkit folder you created.
Rename the File
We will rename it craftbukkit.jar
Obtaining startup script
To easily start the server you will need a startup script. The following is a basic server script to start your server.
Open up TextEdit and paste the following in
#!/bin/bash
cd "$( dirname "$0" )"
java -Xmx1024M -Xms1024M -jar craftbukkit.jar
Save the file
Save it in your CraftBukkit folder as start_server.command
Allow the script to run
Open up Terminal.app
Type into Terminal.app
chmod +x
Warning: Do not hit return
drag the start_server.command into Terminal.app
hit return
Starting the server
From this point on you can start the server by double-clicking start_server.command.
You will need to run the server once for it to generate some configuration files.
Warning: To stop the server, do not close the terminal/command prompt window. Instead, type 'stop' into the console. Closing the terminal window without stopping the server could lead to corruption of the save files.
ALTERNATE METHOD [Only for Advanced Users]:
Open Terminal (Found in Application/Utilities) and paste:
cd ~/Desktop/
mkdir BukkitServer
cd BukkitServer/
curl -O http://cbukk.it/craftbukkit.jar
mv craftbukkit-1.1-R3.jar CraftBukkit.jar
echo "cd ~/Desktop/BukkitServer/" >> start.command
echo "java -Xms[RAM]M -Xmx[RAM]M -jar CraftBukkit.jar" >> start.command
chmod +x start.command
open -a TextEdit start.command
Textedit should open a document called "LaunchServer.command". Find [RAM] and replace it with:
512 or 1024 or 1536 or 2560 or 3072 or 5120
That is the ram amount the server will have.
512=512MB; 1024=1GB; 1536=1.5GB; 2560=2.5GB; 3072=3GB; 5120=5GB
The server is installed on your Desktop, in "Bukkit Server". To start it double click "LaunchServer.command".
Install Java
Since OS X 10.7 Java does not come packaged with OS X. You will need to install java from the Apple's website http://support.apple.com/kb/DL1421
Obtaining the Server Files
To run a server you will need the server jars, i.e. the server files. We will need a place to put the files.
Create a New Folder
Open up finder, and create a new folder in your Home folder named CraftBukkit
Download the File
Download the server files. You can download the latest builds from the front page of the wiki.
Note: Download the stable build if you are not chasing the cutting edge in the development build
Move the File
Move the file from the Downloads folder to the CraftBukkit folder you created.
Rename the File
We will rename it craftbukkit.jar
Obtaining startup script
To easily start the server you will need a startup script. The following is a basic server script to start your server.
Open up TextEdit and paste the following in
#!/bin/bash
cd "$( dirname "$0" )"
java -Xmx1024M -Xms1024M -jar craftbukkit.jar
Save the file
Save it in your CraftBukkit folder as start_server.command
Allow the script to run
Open up Terminal.app
Type into Terminal.app
chmod +x
Warning: Do not hit return
drag the start_server.command into Terminal.app
hit return
Starting the server
From this point on you can start the server by double-clicking start_server.command.
You will need to run the server once for it to generate some configuration files.
Warning: To stop the server, do not close the terminal/command prompt window. Instead, type 'stop' into the console. Closing the terminal window without stopping the server could lead to corruption of the save files.
ALTERNATE METHOD [Only for Advanced Users]:
Open Terminal (Found in Application/Utilities) and paste:
cd ~/Desktop/
mkdir BukkitServer
cd BukkitServer/
curl -O http://cbukk.it/craftbukkit.jar
mv craftbukkit-1.1-R3.jar CraftBukkit.jar
echo "cd ~/Desktop/BukkitServer/" >> start.command
echo "java -Xms[RAM]M -Xmx[RAM]M -jar CraftBukkit.jar" >> start.command
chmod +x start.command
open -a TextEdit start.command
Textedit should open a document called "LaunchServer.command". Find [RAM] and replace it with:
512 or 1024 or 1536 or 2560 or 3072 or 5120
That is the ram amount the server will have.
512=512MB; 1024=1GB; 1536=1.5GB; 2560=2.5GB; 3072=3GB; 5120=5GB
The server is installed on your Desktop, in "Bukkit Server". To start it double click "LaunchServer.command".
Im trying to
Can u make a server?
Thats pretty good ram
Please! I have 8gb of ram!
I have 3 how much did ur comp cost?
I just bought extra RAM, it came with 2
Model Name: MacBook
Model Identifier: MacBook6,1
Processor Name: Intel Core 2 Duo
Processor Speed: 2.26 GHz
Number Of Processors: 1
Total Number Of Cores: 2
L2 Cache: 3 MB
Memory: 2 GB
Bus Speed: 1.07 GHz
is all i get
Model Identifier: MacBook6,1
Processor Name: Intel Core 2 Duo
Processor Speed: 2.26 GHz
Number Of Processors: 1
Total Number Of Cores: 2
L2 Cache: 3 MB
Memory: 2 GB
Bus Speed: 1.07 GHz
is all i get
i cant find out how to make a post
Click the "New Thread" button.
Isn't it obvious ._. and its still rude to advertise on other people's threads.
Isn't it obvious ._. and its still rude to advertise on other people's threads.
I dont know where to find any of this
How much rAM
Where may i find that?
Was it the newest Mac when you bought it? If so, remember when you bought it! And by clicking the apple logo to open up "About my Mac" and look at the top!
Instructions:
1. http://i1255.photobucket.com/albums/hh6 ... 1236PM.png (Click apple logo)
2. http://i1255.photobucket.com/albums/hh6 ... 1246PM.png (Click "About my Mac")
3. http://i1255.photobucket.com/albums/hh6 ... 1308PM.png (Click "More Info")
4. http://i1255.photobucket.com/albums/hh6 ... 1315PM.png (There it is!)
Instructions:
1. http://i1255.photobucket.com/albums/hh6 ... 1236PM.png (Click apple logo)
2. http://i1255.photobucket.com/albums/hh6 ... 1246PM.png (Click "About my Mac")
3. http://i1255.photobucket.com/albums/hh6 ... 1308PM.png (Click "More Info")
4. http://i1255.photobucket.com/albums/hh6 ... 1315PM.png (There it is!)
MacBook
Mac OSX
Version 10.6.8
Intel Core 2 Duo
Mac OSX
Version 10.6.8
Intel Core 2 Duo
Year?
Dude u host a 60 slot server why from ur comp and do u have Teamviewer
Who are you talking to? Nobody has a server here except me and the person who is trying to ask for Co-Owner, and we both have only 20 slots?
MacBook
*Are you kidding me face* I meant the specifications
You can't create your server to bukkit, you download bukkit by googling it, and start it up by putting it in a folder. Then, it will load everything, and you are good to go! Hope I helped!
It wouldn't work for my Mac it said it can't work in DOS mode
What mac do you have? Because I can run it fine on my Mac!
umm ill tell u can i maybe have server co-owner for helping
