본문 바로가기
카테고리 없음

마인크래프트 서버 만들기 요약

by WebHack 2022. 8. 28.

Get Bukkit | Download CraftBukkit 1.19.2 | Download Spigot 1.19.2

Truly Secure We use the latest and greatest security protocols to make sure you are always protected when browsing and using our site.

getbukkit.org

https://getbukkit.org

@echo off 
java -Xms1024M -Xms1024M -jar spigot-버전.jar 
pause

start.bat 파일을 만들어서 실행 해주세요

혹시나 자바가 없으면 설치 필요
https://www.oracle.com/java/technologies/downloads/#jdk18-windows

Download the Latest Java LTS Free

Subscribe to Java SE and get the most comprehensive Java support available, with 24/7 global access to the experts.

www.oracle.com


그럼 이상한 에러와 함께 기본 파일들이 생성 될꺼임
(내용 수정 후 start.bat 실행)
eula.txt

#eula=false
eula=true


server.properties

#online-mode=true 
online-mode=false 


공유기 포트워딩은 TCP 25565 포트 입니다
(server.properties 파일에서 서버 포트 변경 가능)