Plazma provides various types of executable files.
대부분의 경우에는 Mojang-mapped Paperclip을 사용합니다.
아래 내용은 개발자 또는 각 형태의 특징에 대해 궁금한 분들을 위한 것입니다.
일반 사용자라면 3 단계로 뛰어 넘겨도 문제되지 않습니다.
Learn more
The name of the executable file is determined as plazma-(version manager)-1.20.4-R0.1-SNAPSHOT-(mapping type).jar.
Mapping Type
Mapping is a kind of map that connects the actual code of Minecraft with the obfuscated code.
Reobf
Reobfuscated (재난독화), Spigot 매핑으로도 불리며 대부분의 NMS 플러그인에서 사용됩니다.
1.20.6부터 지원이 종료되었습니다.
Mojmap
Mojang-mapped, the vanilla Minecraft mapping. 1.20.6 이후의 모던 플러그인에서 사용합니다.
Version Manager
The version manager can be considered as a launcher for the server, which is necessary for running the server and patching server files.
Paperclip
Developed by the PaperMC team for Paper and other derivative platforms, it downloads libraries and applies patches to the server.
Bundler
The vanilla Minecraft version manager.
3. Creating a Startup Script
To easily start Plazma and automatically restart the server, you need to create a startup script.
Flags.sh를 통해 시작 스크립트를 생성할 수 있습니다.
Plazma에 만 입력하면 명령어가 자동으로 최적화 됩니다.
You can download the startup script by clicking the bottom left download button.
Make sure the downloaded startup script matches your operating system.
4. File Organization
Now, move the downloaded startup script and Plazma to a new folder.
폴더 명칭은 반드시 띄어 쓰기와 특수 문자가 없고, 영어로 설정되어야 합니다.
그렇지 않으면 Plazma 또는 JDK가 올바르게 작동하지 않을 수 있습니다.
Now, run the startup script. Windows의 경우, 방화벽 허용 선택 창에서, 반드시허용을 선택해야 합니다.
5. EULA Agreement
Once you run the startup script, a eula.txt file will be generated in the folder.
is a license agreement that must be agreed upon by using the services of Mojang Studios.
만일 동의하지 않는 경우, 서버를 시작할 수 없으며, EULA를 위반하는 경우 계정을 정지되는 등의 제재를 받을 수 있습니다.
To agree to the EULA, change eula=false to eula=true in the eula.txt file and save it.
6. Allow External Connections (Windows)
Modern operating systems block external access by default using Firewalls and Routers to prevent dangerous access from outside.
Run the command displayed in the Command Line at the top of the execution script in the server folder.
Add start /b ngrok tcp --region jp 25565 at the top and taskkill /f /t /im ngrok.exe at the bottom of the execution script.
At the top of the console, the address Forwarding tcp://0.tcp.jp.ngrok.io:12345 -> localhost:25565 indicates that 0.tcp.jp.ngrok.io:12345 is the server address.
Now you can connect from outside using this address.
로컬에서 서버에 접속하려고 하는 경우, 실행 창에서 cmd /k ipconfig를 실행하여 출력된 IPv4 주소 로 접속할 수 있습니다.
For example, when the following is displayed after running the command,