👟Setting Sail

Discover how to make a server with Plazma.

To use Plazma reliably, yer system must meet the followin' requirements.

Minimum
Recommended

Architecture

x64

-

RAM

8GB

16GB

Storage Space

1GB

8GB

JDK

17

21

For smooth configuration file edits, it be good to install an editor like Visual Studio Code.


1. JDK 설치

이름에서 알 수 있듯이, Minecraft: "Java" Edition 은 Java로 개발되어, 실행을 위해선 를 필요로 합니다.

Plazma는 Mojang Studios의 공식 서버 플랫폼을 , Plazma를 사용하기 위해서도 JDK를 설치해야 합니다.

1.1 JDK 설치 유무 확인

JDK가 시스템에 설치되어 있는지 확인하려면, 을 입력하고 실행합니다.

다음과 같이 출력되면 2 단계로 건너뜁니다.

Proper Output
openjdk 21.0.2 2024-01-16 LTS
OpenJDK Runtime Environment Zulu21.32+17-CA (build 21.0.2+13-LTS)
OpenJDK 64-Bit Server VM Zulu21.32+17-CA (build 21.0.2+13-LTS, mixed mode, sharing)

위와 같이 출력되지 않거나, 아래와 같이 출력되면 JDK가 없거나 너무 오래되었으므로, 1.2 단계를 수행해야 합니다.

JDK가 설치되어 있지 않음
'java' be not an internal or external command, nor be it a program or
batch file.
JDK가 너무 오래됨
Unrecognized option: --version
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

1.2 JDK 설치

본 설명서에서는 JDK의 로 Azul Zulu를 사용합니다.

설치를 완료한 후, 1.1 단계을 다시 수행하여 설치가 올바르게 완료되었는지 확인해 보세요.

  1. First off, download JDK 21 from Azul Zulu in .msi format.

  2. Run the downloaded install wizard and click Next.

  3. After activatin' Set JAVA_HOME variable in the menu displayed in the center-left o' the window, click Next.

  4. Press Install t' complete the JRE install.


2. Plazma Download

Plazma offers various types o' executable files.

Learn More

The name o' the executable file be plazma-(version manager)-1.20.4-R0.1-SNAPSHOT-(mappin' type).jar.

  • Mappin' Type Mappin' be a kind o' map that connects Minecraft's actual code with the obfuscated code.

    • Reobf Reobfuscated (재난독화), Spigot 매핑으로도 불리며 대부분의 NMS 플러그인에서 사용됩니다. 1.20.6부터 지원이 종료되었습니다.

    • Mojmap Mojang-mapped, 바닐라 Minecraft 매핑입니다. 1.20.6 이후의 모던 플러그인에서 사용합니다.

  • Version Manager The version manager be a launcher necessary fer server operation, patchin' server files, and libraries.

    • Paperclip Developed by the PaperMC team fer Paper and other derivative platforms, it downloads libraries and applies patches t' the server.

    • Bundler The vanilla Minecraft version manager.


3. Start Script Creation

T' easily start Plazma and automatically restart the server, ye need t' create a .

Flags.sh를 통해 시작 스크립트를 생성할 수 있습니다. Plazma에 만 입력하면 명령어가 자동으로 최적화 됩니다.

Ye can download the start script by clickin' the download button at the bottom left. Make sure the downloaded start script matches yer operatin' system.


4. File Organization

Now, move the downloaded start script and Plazma t' a new folder.

Now, run the start script. Windows의 경우, 방화벽 허용 선택 창에서, 반드시 허용을 선택해야 합니다.


5. EULA Agreement

Once ye run the start script, a eula.txt file will be created in the folder.

The be a license agreement ye must agree t' by usin' the services o' .

T' agree t' the EULA, change eula=false in the eula.txt file t' eula=true and save it.


6. Allow External Connections (Windows)

Modern operatin' systems block external access by default t' prevent risky access from outside via the firewall and router.

Windows의 경우, 방화벽은 3 단계에서 허용했으므로, 포트 포워딩만 하면 됩니다.

해당 설명서는 Windows 운영 체제 및 를 사용할 수 있는 라우터임을 가정하고 작성되었습니다.

If yer router does not support UPnP, ye must search fer the specific panel fer each router, as they vary.

Alternatively, ye can use Ngrok t' generate a temporary address.

6.1 Checkin' the Need fer Port Forwardin'

Enter the followin' in the run window and execute it.

powershell -noexit -c "((Get-NetIPConfiguration).IPv4Address).IPAddress -eq (Invoke-WebRequest "ifconfig.me").content"

If the output be True, ye be good t' go, but if it be False, ye need t' set up port forwardin'.

6.2 Connectin' t' the Server

포트 포워딩이 필요 없거나, 이미 포트 포워딩을 성공했다면, 이제 서버에 접속할 수 있습니다.

The address t' connect t' the server can be found here.

7. Thrivin'

Once ye have successfully started th' server 'n 'tis runnin' properly, 'tis time t' customize th' server.

Learn how t' customize yer server through th' followin' guide.

🎨발전하기

Last updated