当前位置:网站首页>My world 1.12.2 Magic Baby (Fairy treasure dream) service opening tutorial

My world 1.12.2 Magic Baby (Fairy treasure dream) service opening tutorial

2022-07-19 07:04:00 zeruns

Minecraft(MC)1.12.2 Integrated package Pocket Monster ( pokemon ) Server building tutorial , Provide server and client downloads , In this paper, the server system uses Linux, For panel MCSM.

The server and client are from MCBBS Download the , Address :https://url.zeruns.tech/sqbb

Client download :https://url.zeruns.tech/sqbb_client Extraction code : 5gn6
Download on the server :https://url.zeruns.tech/sqbb_server Extraction code : wqay

Refer to the video tutorial :

MC Integrated package [GTNH] Gray Technology : New horizons Server building tutorial

MC Open service communication group :966038270

My world open service exchange TG Group :https://t.me/Minecraft_zeruns

screenshots






Server setup preparation

First you have to have a server ( What is already there can be ignored ), Here are some suggestions :

Other cost-effective servers are recommended :https://blog.zeruns.tech/archives/383.html

As a reminder : If you are a new user, there is a discount , Buy as long as you can , Because the server with preferential price expires, the follow-up fee is very expensive , And new users can only buy it once , So try to buy it for a long time .

because MOD Many and large , Configuration recommendation 4G Memory up , bandwidth 5 Zhaoqi .

After purchasing the server, choose to install Centos7 System , And then use ssh Login server .ssh Client software recommendation putty or mobaxterm.

install JAVA Environmental Science

ARM edition JDK Download address :https://url.zeruns.tech/ywU1r You can download it yourself and upload it to the server , Then modify the following command .

#  download JDK Installation package , You can also go to the official website to download 
wget https://img.zeruns.tech/down/Java/OpenJDK8U-jdk_x64_linux_hotspot_8u292b10.tar.gz

#  Create installation directory 
mkdir /usr/local/java/

#  Unzip... In the current directory JDK Compressed files 
tar -zxvf OpenJDK8U-jdk_x64_linux_hotspot_8u292b10.tar.gz -C /usr/local/java/

#  Set the environment variable ( install  VIM  Input  yum -y install vim)
vim /etc/profile
#  Add the corresponding variable at the end 
 Scroll the cursor to the end   Press down   On the keyboard  INS  key , Switch to insert mode 
 After entering these strings   Press ESC Exit insertion mode  
 Then press  Shift + ;  Input  wq  And return to save 

export JAVA_HOME=/usr/local/java/jdk8u292-b10
export JRE_HOME=${JAVA_HOME}/jre
export CLASSPATH=.:${JAVA_HOME}/lib:${JRE_HOME}/lib
export PATH=${JAVA_HOME}/bin:$PATH

#  Apply the modified environment variables 
source /etc/profile

#  Soft link programs to environment variables 
ln -s /usr/local/java/jdk8u292-b10/bin/java /usr/bin/java

#  Test for proper installation , Show  java version "1.8.0_292"  It's normal 
java -version

Port open

Panel needs 23333( Main functions ) Port and port 20010 - 20200(FTP function ) Port range .

The default port of the game server is 25565.

If you use Alibaba cloud , Tencent cloud Or other cloud service providers , Please enter the console to the firewall security group policy , Release the above ports .

Or release all ports , Both in and out directions should be


If you still can't access , Please close the firewall of the system :

#  Turn off firewall , Execute sequentially 
systemctl stop firewalld
systemctl disable firewalld
service iptables stop

Install the panel

One line command quick installation ( Apply to AMD64 framework Ubuntu/Centos/Debian/Archlinux)

wget -qO- https://gitee.com/Suwingser/MCSManager-installer/raw/master/install.sh | bash
  • After execution , Use systemctl start mcsm You can start the panel service .
  • Run the command systemctl enable mcsm To set the startup and self startup .
  • Run the command systemctl status mcsm It can display the running status .
  • The panel code and running environment are automatically installed in /opt/ Under the table of contents .

If one click installation doesn't work , You can try installing... Manually , Refer to this article :https://blog.zeruns.tech/archives/584.html# Install the panel

Access after installation http:// Yours ip:23333/ You can access the panel .

  • Default account :#master
  • Default password : 123456

establish MC Server side

download GTNH Server and client of , The download address is at the beginning of the article .

Then log in to the management panel , Click on Create a new instance application , And then click Quick creation . Fill in the server name , Fill in the file name of the server mohist-1.12.2-273-server.jar , The maximum and minimum memory is filled according to the actual memory of your server , Remember to add units M or G, Then click Create server . Do not fill in the file name of the server according to the picture .


Click on the management , File online management , Upload the server compressed package just downloaded .



Then decompress the compressed package , Enter the extracted Directory , Cut all the documents inside out .



Then click the analog terminal , Turn on , You can start the server , It may take a long time to open for the first time .

Wait for the message shown in the figure, that is, the server has run successfully .

The default port is 25565, If you need to modify, change server.properties The configuration file . I have modified this server configuration file , By default, genuine authentication and whitelist mode are turned off , Need to open by yourself .

Add a server to the game , Enter your... Directly IP that will do , If you modify the port, you need to add the port .

Recommended reading

原网站

版权声明
本文为[zeruns]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/200/202207170520170099.html