no image
마인크래프트 플러그인 강좌 13강 - [config.yml] getStringList로 금지어 목록 만들기 실습
https://github.com/gloomn/blogMCPluginProjects GitHub - gloomn/blogMCPluginProjectsContribute to gloomn/blogMCPluginProjects development by creating an account on GitHub.github.com플러그인 코드들은 모두 여기 있으니 코드가 필요하시면 다운로드 하시면 됩니다!이전 강의https://syntaxack.tistory.com/entry/minecraftplugin12 마인크래프트 플러그인 강좌 12강 - [config.yml] getString, getInt, getBoolean 값 읽기 실습이전 강의https://syntaxack.tistory.com/entry/mine..
2025.07.13
no image
마인크래프트 플러그인 강좌 9강 - GUI 투표 시스템 만들기(paper)
https://github.com/gloomn/blogMCPluginProjects GitHub - gloomn/blogMCPluginProjectsContribute to gloomn/blogMCPluginProjects development by creating an account on GitHub.github.com 플러그인 코드들은 모두 여기 있으니 코드가 필요하시면 다운로드 하시면 됩니다!이전 강의https://syntaxack.tistory.com/entry/minecraftplugin8 마인크래프트 플러그인 강좌 8강 - 특정 아이템을 들면 버프 주기이전강의저번 강좌에서는 쿨타임 시스템을 구현해 보았다.https://syntaxack.tistory.com/entry/minecraftplugi..
2025.06.21
no image
마인크래프트 플러그인 강좌 1강 - 첫 플러그인 만들기
이전 강의https://syntaxack.tistory.com/entry/minecraftplugin0 마인크래프트 플러그인 강좌 0강 - 준비하기마인크래프트 플러그인이란?마인크래프트 플러그인은 마인크래프트 내에서 기능을 확장할 수 있도록 프로그래밍하여 적용할 수 있도록 한 것을 말합니다. 이런 플러그인들의 예로는 부동산 플syntaxack.tistory.com 아직 0강을 보지 않은신 분들은 먼저 보고 오시는 것을 추천드립니다!! 개발환경이란?서버를 만들었으면 이제 플러그인을 만들어야 할 차례입니다. 그러기 위해서는 개발을 위한 개발환경을 세팅해야 합니다. 흔히 프로그래밍 할 때 언어에 맞는 에디터들을 사용하곤 합니다. 예를 들어서 C언어는 Visual Studio, Java는 Eclipse, Inte..
2024.11.21