마인크래프트(8)
-
마인크래프트 명령어
버전: 1.20.4(JE) 대상 선정 # 대상 @p: 가장 가까이 있는 플레이어 @r: 랜덤 플레이어[4] @a: 모든 플레이어 @e: 모든 개체(엔티티; Entity) @s: 명령어를 실행하는 대상 # 대상 type 지정 # 대상[type=종류] # type이 셜커인 개체 @e[type=minecraft:shullker] # tag가 'abc'인 개체 @e[tag=abc] # type이 셜커이고 tag가 'abc'인 개체 @e[type=minecraft:shullker,tag=abc] # 가장 가까운 좀비 2개 @e[type=zombie, sort=nearest, limit=2] 조건 지정 # 대상이 일때 명령 실행 execute as 대상 run 명령 대상 # @s는 @e[type=villager]가..
2024.03.08 -
minecraft를 minikube에서 작동하기
결론부터 얘기하면 OOMKilled됨 JDK20까지만 지원되며, JDK17-ea는 작동안함 마인크래프트 디렉토리를 minikube에 mount해서 Pod가 node에 mount하여 연결 JDK는 별도로 이미지 만들어서 도전해볼 예정
2024.03.03 -
마인크래프트 모바일과 PC 만나기
Java Edition 서버 다운로드: 1.20.4 https://getbukkit.org/download/spigot Get Bukkit | Download CraftBukkit 1.20.4 | Download Spigot 1.20.4 getbukkit.org 모바일과 연동하기 위한 모듈 다운로드: Spigot/Paper https://geysermc.org/download GeyserMC Geyser is a bridge between Minecraft: Bedrock Edition and Minecraft: Java Edition which allows you to join Minecraft Java servers with Bedrock Edition servers to enable true cro..
2024.03.01 -
서버 외부에서 확인
https://mcsrvstat.us/ Minecraft Server Status · Get information about Minecraft servers quickly mcsrvstat.us
2024.03.01 -
마인크래프트 파이썬 연동
https://hi-coding.tistory.com/1 #1. 설치하기(윈도우 PC) 마인크래프트에서 파이썬 프로그램을 실행하기 위해서는 필요한 프로그램들이 있습니다. 먼저 윈도우 PC 환경에서 필요한 설정을 알아봅시다. 마인크래프트(https://minecraft.net/ko-kr/) 파이썬 3(https hi-coding.tistory.com https://wikidocs.net/107240 2. 파이썬 설치 ## 파이썬 설치 유무 확인하기 먼저 파이썬을 설치하기 전에 사용할 pc에 파이썬이 설치되어 있는지 확인해봅시다. `window 키 + r` 를 누르고 cmd 검색 후 ... wikidocs.net spigot 다운 : https://getbukkit.org/get/a3003972a592e3c..
2022.03.19 -
황혼의숲 모드 셋팅
https://neulbee.tistory.com/19 마인크래프트 황혼의 숲 모드 적용법 (Ver 1.12.2) 마인크래프트 황혼의 숲 모드 적용법 (Ver 1.12.2) 마인크래프트 1.12.2 버전 황혼의 숲 모드 안녕하세요. 오늘은 마인크래프트 게임 황혼의 숲 모드를 적용하는 방법에 대해서 알아보겠습니다. 마인 neulbee.tistory.com forge 1.18.1 황혼의 숲 1.17.1 openjdk11로 설치 openjdk17로 실행
2022.01.30