아래 내용은 개발자 또는 각 형태의 특징에 대해 궁금한 분들을 위한 것입니다.
일반 사용자라면 3 단계로 뛰어 넘겨도 문제되지 않습니다.
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.
폴더 명칭은 반드시 띄어 쓰기와 특수 문자가 없고, 영어로 설정되어야 합니다.
그렇지 않으면 Plazma 또는 JDK가 올바르게 작동하지 않을 수 있습니다.
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' .
만일 동의하지 않는 경우, 서버를 시작할 수 없으며, EULA를 위반하는 경우 계정을 정지되는 등의 제재를 받을 수 있습니다.
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.
Run the command displayed in the Command Line section in the server folder.
Add start /b ngrok tcp --region jp 25565 at the top o' the run script, and taskkill /f /t /im ngrok.exe at the bottom.
At the tippity top o' th' console be showin' Forwardin' tcp://0.tcp.jp.ngrok.io:12345 -> localhost:25565, 'n 0.tcp.jp.ngrok.io:12345 becometh th' server's address.
Ye can now connect through that address from th' outside.
로컬에서 서버에 접속하려고 하는 경우, 실행 창에서 cmd /k ipconfig를 실행하여 출력된 IPv4 주소 로 접속할 수 있습니다.
For example, if 'tis shown as follows after runnin' th' command,