Перейти к содержанию
Авторизация  
Babay4ik

Minecraft Чистый Сервер

Рекомендуемые сообщения

Привет народ есть у кого чистый сервер последней версии Minecraft bukkit для Linux а то я не сильно разбираюсь в mc

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

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:

#!/bin/sh
BINDIR=$(dirname "$(readlink -fn "$0")")
cd "$BINDIR"
java -Xmx1024M -jar craftbukkit.jar -o true

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.

If you plan to run the server more permanently an init script like this one (recommended) [1]

If you want to run your server with screen, you can use a script like this one (recommended) ABM

  • Upvote 2

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

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:

#!/bin/sh
BINDIR=$(dirname "$(readlink -fn "$0")")
cd "$BINDIR"
java -Xmx1024M -jar craftbukkit.jar -o true

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.

If you plan to run the server more permanently an init script like this one (recommended) [1]

If you want to run your server with screen, you can use a script like this one (recommended) ABM

с каких пор ты пишешь на английском?

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Для публикации сообщений создайте учётную запись или авторизуйтесь

Вы должны быть пользователем, чтобы оставить комментарий

Создать учетную запись

Зарегистрируйте новую учётную запись в нашем сообществе. Это очень просто!

Регистрация нового пользователя

Войти

Уже есть аккаунт? Войти в систему.

Войти
Авторизация  

  • Последние посетители   0 пользователей онлайн

    Ни одного зарегистрированного пользователя не просматривает данную страницу

×
×
  • Создать...