
server
Moderators: Moderator ajutator, Moderator

- BANNED
- Status: Offline
- Posts: 359
- Registered for: 13 years 4 months
- 13
- Location: Arad
- Contact:
Server gata facut pe bukkit 1.3.2: productie/server-minecraft-gata-facut-c ... ta%20Facut
Iar uite aici un tutorial pentru al putea seta pe linux:
1. Download CraftBukkit's latest build: CraftBukkit - Recommended Build
2. Put the .jar in a folder, for this example we'll use a generic one: ~/craftbukkit
3. Move to the above directory in terminal with 'cd ~/craftbukkit'
4. Create a new file in the minecraft folder and name it craftbukkit.sh
5. Edit the file and paste this into it:
6. Make the file executable, either by running "chmod +x ~/craftbukkit/craftbukkit.sh" in a terminal, or by changing the permissions in the file's properties.
7. Then, in terminal, type '~/craftbukkit/craftbukkit.sh' to run to start the server.
8. When you're done playing around, issue the "stop" command in console.
Iar uite aici un tutorial pentru al putea seta pe linux:
1. Download CraftBukkit's latest build: CraftBukkit - Recommended Build
2. Put the .jar in a folder, for this example we'll use a generic one: ~/craftbukkit
3. Move to the above directory in terminal with 'cd ~/craftbukkit'
4. Create a new file in the minecraft folder and name it craftbukkit.sh
5. Edit the file and paste this into it:
Code: Select all
#!/bin/sh
BINDIR=$(dirname "$(readlink -fn "$0")")
cd "$BINDIR"
java -Xms1024M -Xmx1024M -jar craftbukkit.jar -o true
7. Then, in terminal, type '~/craftbukkit/craftbukkit.sh' to run to start the server.
8. When you're done playing around, issue the "stop" command in console.

anunturi/cautam-moderatori-forum-cu-cerinte-t12229.html - Recruţări Moderatori.
anunturi/cumpara-server-minecraft-la-noi-t11950.html - Cumpara server Minecraft.

