diff --git a/DiscordBot/README.md b/DiscordBot/README.md new file mode 100644 index 0000000..64e1780 --- /dev/null +++ b/DiscordBot/README.md @@ -0,0 +1,89 @@ +# ๐Ÿค– DiscordBot + +๋งˆ์ธํฌ๋ž˜ํ”„ํŠธ ์„œ๋ฒ„ ์ด๋ฒคํŠธ๋ฅผ Discord๋กœ ์ „์†กํ•˜๋Š” NeoForge ๋ชจ๋“œ์ž…๋‹ˆ๋‹ค. + +![NeoForge](https://img.shields.io/badge/NeoForge-21.1.77-orange?logo=curseforge) +![Minecraft](https://img.shields.io/badge/Minecraft-1.21.1-green) +![Kotlin](https://img.shields.io/badge/Kotlin-2.0-7F52FF?logo=kotlin) + +--- + +## โœจ ์ฃผ์š” ๊ธฐ๋Šฅ + +- ๐Ÿ’ฌ **์ฑ„ํŒ… ์—ฐ๋™** - ๊ฒŒ์ž„ ๋‚ด ์ฑ„ํŒ…์„ Discord๋กœ ์ „์†ก +- ๐Ÿšช **์ ‘์†/ํ‡ด์žฅ ์•Œ๋ฆผ** - ํ”Œ๋ ˆ์ด์–ด ์ ‘์†/ํ‡ด์žฅ ์•Œ๋ฆผ +- โš”๏ธ **์‚ฌ๋ง ๋ฉ”์‹œ์ง€** - ํ”Œ๋ ˆ์ด์–ด ์‚ฌ๋ง ์‹œ ์•Œ๋ฆผ (ํ•œ๊ตญ์–ด ๋ฒˆ์—ญ) +- ๐Ÿ† **๋ฐœ์ „๊ณผ์ œ ์•Œ๋ฆผ** - ๋ฐœ์ „๊ณผ์ œ ๋‹ฌ์„ฑ ์‹œ ์•Œ๋ฆผ (ํ•œ๊ตญ์–ด ๋ฒˆ์—ญ) +- ๐Ÿ–ฅ๏ธ **์„œ๋ฒ„ ์‹œ์ž‘/์ข…๋ฃŒ** - ์„œ๋ฒ„ ์ƒํƒœ ๋ณ€๊ฒฝ ์•Œ๋ฆผ + +--- + +## โš™๏ธ ์„ค์ • + +`config/discordbot.toml` + +```toml +[discord] +webhookUrl = "YOUR_DISCORD_WEBHOOK_URL" +``` + +--- + +## ๐Ÿ“ก Discord ๋ฉ”์‹œ์ง€ ํ˜•์‹ + +### ์ฑ„ํŒ… ๋ฉ”์‹œ์ง€ + +> **ํ”Œ๋ ˆ์ด์–ด๋ช…**: ๋ฉ”์‹œ์ง€ ๋‚ด์šฉ + +### ์ ‘์†/ํ‡ด์žฅ + +> ๐ŸŸข **ํ”Œ๋ ˆ์ด์–ด๋ช…**๋‹˜์ด ์„œ๋ฒ„์— ์ ‘์†ํ–ˆ์Šต๋‹ˆ๋‹ค. +> ๐Ÿ”ด **ํ”Œ๋ ˆ์ด์–ด๋ช…**๋‹˜์ด ์„œ๋ฒ„์—์„œ ํ‡ด์žฅํ–ˆ์Šต๋‹ˆ๋‹ค. + +### ์‚ฌ๋ง ๋ฉ”์‹œ์ง€ + +> โ˜ ๏ธ **ํ”Œ๋ ˆ์ด์–ด๋ช…**๋‹˜์ด ์ข€๋น„์—๊ฒŒ ์‚ฌ๋งํ–ˆ์Šต๋‹ˆ๋‹ค. + +### ๋ฐœ์ „๊ณผ์ œ + +> ๐Ÿ† **ํ”Œ๋ ˆ์ด์–ด๋ช…**๋‹˜์ด ๋ฐœ์ „๊ณผ์ œ [๋Œ ์‹œ๋Œ€]๋ฅผ ๋‹ฌ์„ฑํ–ˆ์Šต๋‹ˆ๋‹ค! + +--- + +## ๐Ÿ› ๏ธ ๊ธฐ์ˆ  ์Šคํƒ + +| ๊ธฐ์ˆ  | ์„ค๋ช… | +| -------------------- | --------------------- | +| **NeoForge** | Minecraft ๋ชจ๋”ฉ ํ”Œ๋žซํผ | +| **Kotlin** | ์ฃผ ๊ฐœ๋ฐœ ์–ธ์–ด | +| **Discord Webhooks** | Discord ์—ฐ๋™ | +| **Gson** | JSON ์ง๋ ฌํ™” | + +--- + +## ๐Ÿ“ ๊ตฌ์กฐ + +``` +DiscordBot/ +โ”œโ”€โ”€ src/main/ +โ”‚ โ”œโ”€โ”€ kotlin/com/beemer/discordbot/ +โ”‚ โ”‚ โ”œโ”€โ”€ command/ # ๋ช…๋ น์–ด ์ฒ˜๋ฆฌ +โ”‚ โ”‚ โ”œโ”€โ”€ config/ # ์„ค์ • ๊ด€๋ฆฌ +โ”‚ โ”‚ โ”œโ”€โ”€ discord/ # Discord ์›นํ›… +โ”‚ โ”‚ โ”œโ”€โ”€ event/ # ์ด๋ฒคํŠธ ํ•ธ๋“ค๋Ÿฌ +โ”‚ โ”‚ โ”œโ”€โ”€ util/ # ์œ ํ‹ธ๋ฆฌํ‹ฐ (๋ฒˆ์—ญ) +โ”‚ โ”‚ โ””โ”€โ”€ DiscordBot.kt # ๋ฉ”์ธ ๋ชจ๋“œ +โ”‚ โ””โ”€โ”€ resources/ +โ”‚ โ””โ”€โ”€ META-INF/ # ๋ชจ๋“œ ๋ฉ”ํƒ€๋ฐ์ดํ„ฐ +โ””โ”€โ”€ build.gradle +``` + +--- + +## ๐Ÿš€ ๋นŒ๋“œ + +```bash +./gradlew build +``` + +๋นŒ๋“œ๋œ JAR: `build/libs/discordbot-1.0.0.jar` diff --git a/DiscordBot/build.gradle b/DiscordBot/build.gradle new file mode 100644 index 0000000..e0b9073 --- /dev/null +++ b/DiscordBot/build.gradle @@ -0,0 +1,145 @@ +plugins { + id 'java-library' + id 'maven-publish' + id 'idea' + id 'net.neoforged.moddev' version '2.0.80' + id 'org.jetbrains.kotlin.jvm' version '2.0.0' +} + +version = mod_version +group = mod_group_id + +repositories { + mavenLocal() + maven { + name = 'Kotlin for Forge' + url = 'https://thedarkcolour.github.io/KotlinForForge/' + content { includeGroup "thedarkcolour" } + } + mavenCentral() +} + +base { + archivesName = mod_id +} + +java.toolchain.languageVersion = JavaLanguageVersion.of(21) +kotlin.jvmToolchain(21) + +neoForge { + version = project.neo_version + + parchment { + mappingsVersion = project.parchment_mappings_version + minecraftVersion = project.parchment_minecraft_version + } + + runs { + client { + client() + systemProperty 'neoforge.enabledGameTestNamespaces', project.mod_id + } + + server { + server() + programArgument '--nogui' + systemProperty 'neoforge.enabledGameTestNamespaces', project.mod_id + } + + gameTestServer { + type = "gameTestServer" + systemProperty 'neoforge.enabledGameTestNamespaces', project.mod_id + } + + data { + data() + programArguments.addAll '--mod', project.mod_id, '--all', '--output', file('src/generated/resources/').getAbsolutePath(), '--existing', file('src/main/resources/').getAbsolutePath() + } + + configureEach { + systemProperty 'forge.logging.markers', 'REGISTRIES' + logLevel = org.slf4j.event.Level.DEBUG + } + } + + mods { + "${mod_id}" { + sourceSet(sourceSets.main) + } + } +} + +sourceSets.main.resources { srcDir 'src/generated/resources' } + +// JDA ์˜์กด์„ฑ ์„ค์ • +configurations { + jdaLibs +} + +dependencies { + implementation 'thedarkcolour:kotlinforforge-neoforge:5.3.0' + + // JDA (Java Discord API) + def jdaDeps = { + exclude module: 'opus-java' + exclude group: 'org.slf4j' + exclude group: 'com.google.errorprone' + exclude group: 'org.jetbrains' + exclude group: 'org.checkerframework' + } + + implementation('net.dv8tion:JDA:5.2.1', jdaDeps) + jarJar('net.dv8tion:JDA:5.2.1', jdaDeps) + + // JDA ํ•„์ˆ˜ ์˜์กด์„ฑ๋“ค๋„ JarJar๋กœ ํฌํ•จ + jarJar('com.squareup.okhttp3:okhttp:4.12.0') + jarJar('com.squareup.okio:okio:3.6.0') + jarJar('com.squareup.okio:okio-jvm:3.6.0') + jarJar('com.neovisionaries:nv-websocket-client:2.14') + jarJar('net.sf.trove4j:trove4j:3.0.3') + jarJar('com.fasterxml.jackson.core:jackson-core:2.17.0') + jarJar('com.fasterxml.jackson.core:jackson-databind:2.17.0') + jarJar('com.fasterxml.jackson.core:jackson-annotations:2.17.0') + jarJar('org.apache.commons:commons-collections4:4.4') +} + +var generateModMetadata = tasks.register("generateModMetadata", ProcessResources) { + var replaceProperties = [minecraft_version : minecraft_version, + minecraft_version_range: minecraft_version_range, + neo_version : neo_version, + neo_version_range : neo_version_range, + loader_version_range : loader_version_range, + mod_id : mod_id, + mod_name : mod_name, + mod_license : mod_license, + mod_version : mod_version, + mod_authors : mod_authors, + mod_description : mod_description] + inputs.properties replaceProperties + expand replaceProperties + from "src/main/templates" + into "build/generated/sources/modMetadata" +} + +sourceSets.main.resources.srcDir generateModMetadata +neoForge.ideSyncTask generateModMetadata + +publishing { + publications { + register('mavenJava', MavenPublication) { + from components.java + } + } + repositories { + maven { + url "file://${project.projectDir}/repo" + } + } +} + +idea { + module { + downloadSources = true + downloadJavadoc = true + } +} diff --git a/DiscordBot/gradle.properties b/DiscordBot/gradle.properties new file mode 100644 index 0000000..f161aa3 --- /dev/null +++ b/DiscordBot/gradle.properties @@ -0,0 +1,24 @@ +# Sets default memory used for gradle commands. Can be overridden by user or command line properties. +org.gradle.jvmargs=-Xmx2G +org.gradle.daemon=true +org.gradle.parallel=true +org.gradle.caching=true +org.gradle.configuration-cache=true + +## Environment Properties +minecraft_version=1.21.1 +minecraft_version_range=[1.21.1,1.22) +neo_version=21.1.194 +neo_version_range=[21,) +loader_version_range=[5.3,) +parchment_minecraft_version=1.21.1 +parchment_mappings_version=2024.11.17 + +## Mod Properties +mod_id=discordbot +mod_name=DiscordBot +mod_license=MIT +mod_version=1.0.0 +mod_group_id=com.beemer +mod_authors= +mod_description=Discord integration mod for Minecraft diff --git a/DiscordBot/gradle/wrapper/gradle-wrapper.jar b/DiscordBot/gradle/wrapper/gradle-wrapper.jar new file mode 100644 index 0000000..e644113 Binary files /dev/null and b/DiscordBot/gradle/wrapper/gradle-wrapper.jar differ diff --git a/DiscordBot/gradle/wrapper/gradle-wrapper.properties b/DiscordBot/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 0000000..a441313 --- /dev/null +++ b/DiscordBot/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,7 @@ +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip +networkTimeout=10000 +validateDistributionUrl=true +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists diff --git a/DiscordBot/gradlew b/DiscordBot/gradlew new file mode 100755 index 0000000..b740cf1 --- /dev/null +++ b/DiscordBot/gradlew @@ -0,0 +1,249 @@ +#!/bin/sh + +# +# Copyright ยฉ 2015-2021 the original authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +############################################################################## +# +# Gradle start up script for POSIX generated by Gradle. +# +# Important for running: +# +# (1) You need a POSIX-compliant shell to run this script. If your /bin/sh is +# noncompliant, but you have some other compliant shell such as ksh or +# bash, then to run this script, type that shell name before the whole +# command line, like: +# +# ksh Gradle +# +# Busybox and similar reduced shells will NOT work, because this script +# requires all of these POSIX shell features: +# * functions; +# * expansions ยซ$varยป, ยซ${var}ยป, ยซ${var:-default}ยป, ยซ${var+SET}ยป, +# ยซ${var#prefix}ยป, ยซ${var%suffix}ยป, and ยซ$( cmd )ยป; +# * compound commands having a testable exit status, especially ยซcaseยป; +# * various built-in commands including ยซcommandยป, ยซsetยป, and ยซulimitยป. +# +# Important for patching: +# +# (2) This script targets any POSIX shell, so it avoids extensions provided +# by Bash, Ksh, etc; in particular arrays are avoided. +# +# The "traditional" practice of packing multiple parameters into a +# space-separated string is a well documented source of bugs and security +# problems, so this is (mostly) avoided, by progressively accumulating +# options in "$@", and eventually passing that to Java. +# +# Where the inherited environment variables (DEFAULT_JVM_OPTS, JAVA_OPTS, +# and GRADLE_OPTS) rely on word-splitting, this is performed explicitly; +# see the in-line comments for details. +# +# There are tweaks for specific operating systems such as AIX, CygWin, +# Darwin, MinGW, and NonStop. +# +# (3) This script is generated from the Groovy template +# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# within the Gradle project. +# +# You can find Gradle at https://github.com/gradle/gradle/. +# +############################################################################## + +# Attempt to set APP_HOME + +# Resolve links: $0 may be a link +app_path=$0 + +# Need this for daisy-chained symlinks. +while + APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path + [ -h "$app_path" ] +do + ls=$( ls -ld "$app_path" ) + link=${ls#*' -> '} + case $link in #( + /*) app_path=$link ;; #( + *) app_path=$APP_HOME$link ;; + esac +done + +# This is normally unused +# shellcheck disable=SC2034 +APP_BASE_NAME=${0##*/} +# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) +APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit + +# Use the maximum available, or set MAX_FD != -1 to use that value. +MAX_FD=maximum + +warn () { + echo "$*" +} >&2 + +die () { + echo + echo "$*" + echo + exit 1 +} >&2 + +# OS specific support (must be 'true' or 'false'). +cygwin=false +msys=false +darwin=false +nonstop=false +case "$( uname )" in #( + CYGWIN* ) cygwin=true ;; #( + Darwin* ) darwin=true ;; #( + MSYS* | MINGW* ) msys=true ;; #( + NONSTOP* ) nonstop=true ;; +esac + +CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar + + +# Determine the Java command to use to start the JVM. +if [ -n "$JAVA_HOME" ] ; then + if [ -x "$JAVA_HOME/jre/sh/java" ] ; then + # IBM's JDK on AIX uses strange locations for the executables + JAVACMD=$JAVA_HOME/jre/sh/java + else + JAVACMD=$JAVA_HOME/bin/java + fi + if [ ! -x "$JAVACMD" ] ; then + die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." + fi +else + JAVACMD=java + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." + fi +fi + +# Increase the maximum file descriptors if we can. +if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then + case $MAX_FD in #( + max*) + # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked. + # shellcheck disable=SC2039,SC3045 + MAX_FD=$( ulimit -H -n ) || + warn "Could not query maximum file descriptor limit" + esac + case $MAX_FD in #( + '' | soft) :;; #( + *) + # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked. + # shellcheck disable=SC2039,SC3045 + ulimit -n "$MAX_FD" || + warn "Could not set maximum file descriptor limit to $MAX_FD" + esac +fi + +# Collect all arguments for the java command, stacking in reverse order: +# * args from the command line +# * the main class name +# * -classpath +# * -D...appname settings +# * --module-path (only if needed) +# * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables. + +# For Cygwin or MSYS, switch paths to Windows format before running java +if "$cygwin" || "$msys" ; then + APP_HOME=$( cygpath --path --mixed "$APP_HOME" ) + CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" ) + + JAVACMD=$( cygpath --unix "$JAVACMD" ) + + # Now convert the arguments - kludge to limit ourselves to /bin/sh + for arg do + if + case $arg in #( + -*) false ;; # don't mess with options #( + /?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath + [ -e "$t" ] ;; #( + *) false ;; + esac + then + arg=$( cygpath --path --ignore --mixed "$arg" ) + fi + # Roll the args list around exactly as many times as the number of + # args, so each arg winds up back in the position where it started, but + # possibly modified. + # + # NB: a `for` loop captures its iteration list before it begins, so + # changing the positional parameters here affects neither the number of + # iterations, nor the values presented in `arg`. + shift # remove old arg + set -- "$@" "$arg" # push replacement arg + done +fi + + +# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' + +# Collect all arguments for the java command: +# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments, +# and any embedded shellness will be escaped. +# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be +# treated as '${Hostname}' itself on the command line. + +set -- \ + "-Dorg.gradle.appname=$APP_BASE_NAME" \ + -classpath "$CLASSPATH" \ + org.gradle.wrapper.GradleWrapperMain \ + "$@" + +# Stop when "xargs" is not available. +if ! command -v xargs >/dev/null 2>&1 +then + die "xargs is not available" +fi + +# Use "xargs" to parse quoted args. +# +# With -n1 it outputs one arg per line, with the quotes and backslashes removed. +# +# In Bash we could simply go: +# +# readarray ARGS < <( xargs -n1 <<<"$var" ) && +# set -- "${ARGS[@]}" "$@" +# +# but POSIX shell has neither arrays nor command substitution, so instead we +# post-process each arg (as a line of input to sed) to backslash-escape any +# character that might be a shell metacharacter, then use eval to reverse +# that process (while maintaining the separation between arguments), and wrap +# the whole thing up as a single "set" statement. +# +# This will of course break if any of these variables contains a newline or +# an unmatched quote. +# + +eval "set -- $( + printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" | + xargs -n1 | + sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' | + tr '\n' ' ' + )" '"$@"' + +exec "$JAVACMD" "$@" diff --git a/DiscordBot/gradlew.bat b/DiscordBot/gradlew.bat new file mode 100644 index 0000000..7101f8e --- /dev/null +++ b/DiscordBot/gradlew.bat @@ -0,0 +1,92 @@ +@rem +@rem Copyright 2015 the original author or authors. +@rem +@rem Licensed under the Apache License, Version 2.0 (the "License"); +@rem you may not use this file except in compliance with the License. +@rem You may obtain a copy of the License at +@rem +@rem https://www.apache.org/licenses/LICENSE-2.0 +@rem +@rem Unless required by applicable law or agreed to in writing, software +@rem distributed under the License is distributed on an "AS IS" BASIS, +@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@rem See the License for the specific language governing permissions and +@rem limitations under the License. +@rem + +@if "%DEBUG%"=="" @echo off +@rem ########################################################################## +@rem +@rem Gradle startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%"=="" set DIRNAME=. +@rem This is normally unused +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" + +@rem Find java.exe +if defined JAVA_HOME goto findJavaFromJavaHome + +set JAVA_EXE=java.exe +%JAVA_EXE% -version >NUL 2>&1 +if %ERRORLEVEL% equ 0 goto execute + +echo. 1>&2 +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 + +goto fail + +:findJavaFromJavaHome +set JAVA_HOME=%JAVA_HOME:"=% +set JAVA_EXE=%JAVA_HOME%/bin/java.exe + +if exist "%JAVA_EXE%" goto execute + +echo. 1>&2 +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 + +goto fail + +:execute +@rem Setup the command line + +set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar + + +@rem Execute Gradle +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* + +:end +@rem End local scope for the variables with windows NT shell +if %ERRORLEVEL% equ 0 goto mainEnd + +:fail +rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of +rem the _cmd.exe /c_ return code! +set EXIT_CODE=%ERRORLEVEL% +if %EXIT_CODE% equ 0 set EXIT_CODE=1 +if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE% +exit /b %EXIT_CODE% + +:mainEnd +if "%OS%"=="Windows_NT" endlocal + +:omega diff --git a/DiscordBot/settings.gradle b/DiscordBot/settings.gradle new file mode 100644 index 0000000..ada876e --- /dev/null +++ b/DiscordBot/settings.gradle @@ -0,0 +1,11 @@ +pluginManagement { + repositories { + mavenLocal() + gradlePluginPortal() + maven { url = 'https://maven.neoforged.net/releases' } + } +} + +plugins { + id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0' +} diff --git a/DiscordBot/src/main/kotlin/com/beemer/discordbot/DiscordBot.kt b/DiscordBot/src/main/kotlin/com/beemer/discordbot/DiscordBot.kt new file mode 100644 index 0000000..cb333b2 --- /dev/null +++ b/DiscordBot/src/main/kotlin/com/beemer/discordbot/DiscordBot.kt @@ -0,0 +1,40 @@ +package com.beemer.discordbot + +import com.beemer.discordbot.command.DiscordCommand +import com.beemer.discordbot.config.DiscordConfig +import com.beemer.discordbot.event.AdvancementEvents +import com.beemer.discordbot.event.ChatEvents +import com.beemer.discordbot.event.DeathEvents +import com.beemer.discordbot.event.PlayerEvents +import com.beemer.discordbot.event.ServerEvents +import net.neoforged.bus.api.IEventBus +import net.neoforged.fml.common.Mod +import net.neoforged.neoforge.common.NeoForge +import org.apache.logging.log4j.LogManager +import org.apache.logging.log4j.Logger + +@Mod(DiscordBot.ID) +class DiscordBot(modEventBus: IEventBus) { + companion object { + const val ID = "discordbot" + val LOGGER: Logger = LogManager.getLogger(ID) + } + + init { + // ์„ค์ • ๋กœ๋“œ + DiscordConfig.load() + + // ๋ฒˆ์—ญ ํŒŒ์ผ ๋กœ๋“œ + com.beemer.discordbot.util.TranslationManager.load() + + // ์ด๋ฒคํŠธ ๋“ฑ๋ก + NeoForge.EVENT_BUS.register(ServerEvents) + NeoForge.EVENT_BUS.register(PlayerEvents) + NeoForge.EVENT_BUS.register(ChatEvents) + NeoForge.EVENT_BUS.register(DeathEvents) + NeoForge.EVENT_BUS.register(AdvancementEvents) + NeoForge.EVENT_BUS.register(DiscordCommand) + + LOGGER.info("[DiscordBot] ๋ชจ๋“œ ์ดˆ๊ธฐํ™” ์™„๋ฃŒ") + } +} diff --git a/DiscordBot/src/main/kotlin/com/beemer/discordbot/command/DiscordCommand.kt b/DiscordBot/src/main/kotlin/com/beemer/discordbot/command/DiscordCommand.kt new file mode 100644 index 0000000..855f959 --- /dev/null +++ b/DiscordBot/src/main/kotlin/com/beemer/discordbot/command/DiscordCommand.kt @@ -0,0 +1,65 @@ +package com.beemer.discordbot.command + +import com.beemer.discordbot.config.DiscordConfig +import com.beemer.discordbot.discord.BotManager +import net.minecraft.ChatFormatting +import net.minecraft.commands.Commands +import net.minecraft.network.chat.Component +import net.minecraft.server.level.ServerPlayer +import net.neoforged.bus.api.SubscribeEvent +import net.neoforged.neoforge.event.RegisterCommandsEvent + +object DiscordCommand { + @SubscribeEvent + fun onRegisterCommands(event: RegisterCommandsEvent) { + // /๋””์Šค์ฝ”๋“œ ์ƒˆ๋กœ๊ณ ์นจ + event.dispatcher.register( + Commands.literal("๋””์Šค์ฝ”๋“œ") + .requires { it.hasPermission(2) } + .then( + Commands.literal("์ƒˆ๋กœ๊ณ ์นจ").executes { context -> + val player = context.source.entity as? ServerPlayer + + // ์„ค์ • ๋‹ค์‹œ ๋กœ๋“œ + DiscordConfig.reload() + + // ๋ด‡ ์žฌ์‹œ์ž‘ + BotManager.restart() + + val message = + Component.literal("๋””์Šค์ฝ”๋“œ ์„ค์ •์„ ๋‹ค์‹œ ๋ถˆ๋Ÿฌ์™”์Šต๋‹ˆ๋‹ค.").withStyle { + it.withColor(ChatFormatting.GOLD) + } + + player?.sendSystemMessage(message) + ?: context.source.sendSuccess({ message }, false) + + 1 + } + ) + ) + + // /discord reload (์˜๋ฌธ) + event.dispatcher.register( + Commands.literal("discord") + .requires { it.hasPermission(2) } + .then( + Commands.literal("reload").executes { context -> + val player = context.source.entity as? ServerPlayer + + DiscordConfig.reload() + BotManager.restart() + + val message = + Component.literal("Discord settings reloaded.") + .withStyle { it.withColor(ChatFormatting.GOLD) } + + player?.sendSystemMessage(message) + ?: context.source.sendSuccess({ message }, false) + + 1 + } + ) + ) + } +} diff --git a/DiscordBot/src/main/kotlin/com/beemer/discordbot/config/DiscordConfig.kt b/DiscordBot/src/main/kotlin/com/beemer/discordbot/config/DiscordConfig.kt new file mode 100644 index 0000000..549e843 --- /dev/null +++ b/DiscordBot/src/main/kotlin/com/beemer/discordbot/config/DiscordConfig.kt @@ -0,0 +1,72 @@ +package com.beemer.discordbot.config + +import com.beemer.discordbot.DiscordBot +import com.google.gson.Gson +import com.google.gson.GsonBuilder +import java.nio.file.Files +import java.nio.file.Path +import net.neoforged.fml.loading.FMLPaths + +data class DiscordSettings( + var botToken: String = "", + var channelId: String = "", + var serverAddress: String = "", + var features: Features = Features(), + var messages: Messages = Messages() +) + +data class Features( + var chatSync: Boolean = true, + var joinLeave: Boolean = true, + var serverStatus: Boolean = true, + var death: Boolean = true, + var advancement: Boolean = true +) + +data class Messages( + var join: String = "**{player}**๋‹˜์ด ์„œ๋ฒ„์— ์ ‘์†ํ–ˆ์Šต๋‹ˆ๋‹ค.", + var leave: String = "**{player}**๋‹˜์ด ์„œ๋ฒ„์—์„œ ํ‡ด์žฅํ–ˆ์Šต๋‹ˆ๋‹ค.", + var serverStart: String = "๐ŸŸข ์„œ๋ฒ„๊ฐ€ ์‹œ์ž‘๋˜์—ˆ์Šต๋‹ˆ๋‹ค.", + var serverStop: String = "๐Ÿ”ด ์„œ๋ฒ„๊ฐ€ ์ข…๋ฃŒ๋˜์—ˆ์Šต๋‹ˆ๋‹ค." +) + +object DiscordConfig { + private val CONFIG_DIR: Path = FMLPaths.CONFIGDIR.get().resolve(DiscordBot.ID) + private val CONFIG_FILE: Path = CONFIG_DIR.resolve("config.json") + private val gson: Gson = GsonBuilder().setPrettyPrinting().create() + + var settings: DiscordSettings = DiscordSettings() + private set + + fun load() { + try { + Files.createDirectories(CONFIG_DIR) + + if (Files.exists(CONFIG_FILE)) { + val json = Files.readString(CONFIG_FILE) + settings = gson.fromJson(json, DiscordSettings::class.java) ?: DiscordSettings() + DiscordBot.LOGGER.info("[DiscordBot] ์„ค์ • ํŒŒ์ผ ๋กœ๋“œ ์™„๋ฃŒ") + } else { + // ๊ธฐ๋ณธ ์„ค์ • ํŒŒ์ผ ์ƒ์„ฑ + save() + DiscordBot.LOGGER.info("[DiscordBot] ๊ธฐ๋ณธ ์„ค์ • ํŒŒ์ผ ์ƒ์„ฑ๋จ: $CONFIG_FILE") + } + } catch (e: Exception) { + DiscordBot.LOGGER.error("[DiscordBot] ์„ค์ • ๋กœ๋“œ ์‹คํŒจ", e) + } + } + + fun save() { + try { + Files.createDirectories(CONFIG_DIR) + val json = gson.toJson(settings) + Files.writeString(CONFIG_FILE, json) + } catch (e: Exception) { + DiscordBot.LOGGER.error("[DiscordBot] ์„ค์ • ์ €์žฅ ์‹คํŒจ", e) + } + } + + fun reload() { + load() + } +} diff --git a/DiscordBot/src/main/kotlin/com/beemer/discordbot/discord/BotManager.kt b/DiscordBot/src/main/kotlin/com/beemer/discordbot/discord/BotManager.kt new file mode 100644 index 0000000..ae2bbe5 --- /dev/null +++ b/DiscordBot/src/main/kotlin/com/beemer/discordbot/discord/BotManager.kt @@ -0,0 +1,271 @@ +package com.beemer.discordbot.discord + +import com.beemer.discordbot.DiscordBot +import com.beemer.discordbot.config.DiscordConfig +import java.awt.Color +import java.time.Instant +import java.util.UUID +import java.util.concurrent.Executors +import java.util.concurrent.TimeUnit +import net.dv8tion.jda.api.EmbedBuilder +import net.dv8tion.jda.api.JDA +import net.dv8tion.jda.api.JDABuilder +import net.dv8tion.jda.api.entities.Activity +import net.dv8tion.jda.api.requests.GatewayIntent +import net.minecraft.server.MinecraftServer + +object BotManager { + private var jda: JDA? = null + private var server: MinecraftServer? = null + private var serverStartTime: Instant? = null + private val scheduler = Executors.newSingleThreadScheduledExecutor() + + fun start(minecraftServer: MinecraftServer) { + server = minecraftServer + serverStartTime = Instant.now() + + val token = DiscordConfig.settings.botToken + if (token.isBlank()) { + DiscordBot.LOGGER.warn( + "[DiscordBot] ๋ด‡ ํ† ํฐ์ด ์„ค์ •๋˜์ง€ ์•Š์•˜์Šต๋‹ˆ๋‹ค. config/discordbot/config.json์„ ํ™•์ธํ•˜์„ธ์š”." + ) + return + } + + try { + jda = + JDABuilder.createDefault(token) + .enableIntents( + GatewayIntent.MESSAGE_CONTENT, + GatewayIntent.GUILD_MESSAGES + ) + .addEventListeners(DiscordListener(minecraftServer)) + .build() + .awaitReady() + + // ๋ด‡ ์ƒํƒœ ์—…๋ฐ์ดํŠธ ์Šค์ผ€์ค„๋Ÿฌ ์‹œ์ž‘ (1๋ถ„๋งˆ๋‹ค) + startStatusUpdater() + + // ์ฑ„๋„ ํ† ํ”ฝ์— ์„œ๋ฒ„ ์ฃผ์†Œ ์„ค์ • + updateChannelTopic() + + DiscordBot.LOGGER.info("[DiscordBot] ๋””์Šค์ฝ”๋“œ ๋ด‡ ์—ฐ๊ฒฐ ์„ฑ๊ณต!") + } catch (e: Exception) { + DiscordBot.LOGGER.error("[DiscordBot] ๋””์Šค์ฝ”๋“œ ๋ด‡ ์—ฐ๊ฒฐ ์‹คํŒจ", e) + } + } + + /** ๋ด‡ ์ƒํƒœ(Activity)๋ฅผ ์ฃผ๊ธฐ์ ์œผ๋กœ ์—…๋ฐ์ดํŠธ */ + private fun startStatusUpdater() { + scheduler.scheduleAtFixedRate( + { + try { + updateBotStatus() + } catch (e: Exception) { + DiscordBot.LOGGER.error("[DiscordBot] ์ƒํƒœ ์—…๋ฐ์ดํŠธ ์‹คํŒจ", e) + } + }, + 0, + 1, + TimeUnit.MINUTES + ) + } + + /** ๋ด‡ ์ƒํƒœ ์—…๋ฐ์ดํŠธ - ์„œ๋ฒ„ ๊ตฌ๋™ ์‹œ๊ฐ„ ํ‘œ์‹œ */ + private fun updateBotStatus() { + val startTime = serverStartTime ?: return + val now = Instant.now() + val duration = java.time.Duration.between(startTime, now) + val hours = duration.toHours() + val minutes = duration.toMinutes() % 60 + + val statusText = + if (hours > 0) { + "โฑ๏ธ ${hours}์‹œ๊ฐ„ ${minutes}๋ถ„ ๋™์•ˆ ์„œ๋ฒ„ ๊ตฌ๋™ ์ค‘" + } else { + "โฑ๏ธ ${minutes}๋ถ„ ๋™์•ˆ ์„œ๋ฒ„ ๊ตฌ๋™ ์ค‘" + } + + jda?.presence?.setPresence(Activity.playing(statusText), false) + } + + /** ์ฑ„๋„ ํ† ํ”ฝ์— ์„œ๋ฒ„ ์ฃผ์†Œ ์„ค์ • */ + private fun updateChannelTopic() { + val serverAddress = DiscordConfig.settings.serverAddress + if (serverAddress.isBlank()) return + + val channelId = DiscordConfig.settings.channelId + if (channelId.isBlank()) return + + val channel = jda?.getTextChannelById(channelId) ?: return + + val topic = "๐Ÿชง ์„œ๋ฒ„ ์ฃผ์†Œ: $serverAddress" + channel.manager + .setTopic(topic) + .queue( + { DiscordBot.LOGGER.info("[DiscordBot] ์ฑ„๋„ ํ† ํ”ฝ ์—…๋ฐ์ดํŠธ ์™„๋ฃŒ: $topic") }, + { error -> DiscordBot.LOGGER.error("[DiscordBot] ์ฑ„๋„ ํ† ํ”ฝ ์—…๋ฐ์ดํŠธ ์‹คํŒจ", error) } + ) + } + + fun stop() { + scheduler.shutdown() + jda?.shutdown() + jda = null + server = null + serverStartTime = null + DiscordBot.LOGGER.info("[DiscordBot] ๋””์Šค์ฝ”๋“œ ๋ด‡ ์—ฐ๊ฒฐ ํ•ด์ œ") + } + + fun restart() { + val currentServer = server + stop() + if (currentServer != null) { + start(currentServer) + } + } + + fun sendMessage(message: String) { + val channelId = DiscordConfig.settings.channelId + if (channelId.isBlank()) return + + val channel = jda?.getTextChannelById(channelId) ?: return + channel.sendMessage(message).queue() + } + + /** ๋งˆ์ธํฌ๋ž˜ํ”„ํŠธ ์ฑ„ํŒ… โ†’ ๋””์Šค์ฝ”๋“œ ์ „์†ก */ + fun sendChatMessage(playerName: String, displayName: String, message: String) { + val channelId = DiscordConfig.settings.channelId + if (channelId.isBlank()) return + + val channel = jda?.getTextChannelById(channelId) ?: return + + val avatarUrl = "https://minotar.net/helm/$playerName/64.png" + + val embed = + EmbedBuilder() + .setColor(Color(88, 101, 242)) // ๋””์Šค์ฝ”๋“œ ๋ธ”๋ฃจ + .setAuthor(displayName, null, avatarUrl) + .setDescription(message) + .build() + + channel.sendMessageEmbeds(embed).queue() + } + + /** ํ”Œ๋ ˆ์ด์–ด ์ ‘์† Embed ์ „์†ก */ + fun sendPlayerJoinEmbed(playerName: String, displayName: String, uuid: UUID) { + val channelId = DiscordConfig.settings.channelId + if (channelId.isBlank()) return + + val channel = jda?.getTextChannelById(channelId) ?: return + + val avatarUrl = "https://minotar.net/helm/$playerName/64.png" + + val embed = + EmbedBuilder() + .setColor(Color(87, 242, 135)) // ์ดˆ๋ก์ƒ‰ + .setAuthor("${displayName}๋‹˜์ด ์„œ๋ฒ„์— ์ ‘์†ํ–ˆ์Šต๋‹ˆ๋‹ค", null, avatarUrl) + .build() + + channel.sendMessageEmbeds(embed).queue() + } + + /** ํ”Œ๋ ˆ์ด์–ด ์ฒซ ์ ‘์† Embed ์ „์†ก */ + fun sendPlayerFirstJoinEmbed(playerName: String, displayName: String, uuid: UUID) { + val channelId = DiscordConfig.settings.channelId + if (channelId.isBlank()) return + + val channel = jda?.getTextChannelById(channelId) ?: return + + val avatarUrl = "https://minotar.net/helm/$playerName/64.png" + + val embed = + EmbedBuilder() + .setColor(Color(254, 231, 92)) // ๋…ธ๋ž€์ƒ‰ + .setAuthor("๐ŸŽ‰ ${displayName}๋‹˜์ด ์„œ๋ฒ„์— ์ฒ˜์Œ ์ ‘์†ํ–ˆ์Šต๋‹ˆ๋‹ค!", null, avatarUrl) + .build() + + channel.sendMessageEmbeds(embed).queue() + } + + /** ํ”Œ๋ ˆ์ด์–ด ํ‡ด์žฅ Embed ์ „์†ก */ + fun sendPlayerLeaveEmbed(playerName: String, displayName: String, uuid: UUID) { + val channelId = DiscordConfig.settings.channelId + if (channelId.isBlank()) return + + val channel = jda?.getTextChannelById(channelId) ?: return + + val avatarUrl = "https://minotar.net/helm/$playerName/64.png" + + val embed = + EmbedBuilder() + .setColor(Color(237, 66, 69)) // ๋นจ๊ฐ„์ƒ‰ + .setAuthor("${displayName}๋‹˜์ด ์„œ๋ฒ„์—์„œ ํ‡ด์žฅํ–ˆ์Šต๋‹ˆ๋‹ค", null, avatarUrl) + .build() + + channel.sendMessageEmbeds(embed).queue() + } + + /** ์„œ๋ฒ„ ์ƒํƒœ Embed ์ „์†ก */ + fun sendServerStatusEmbed(isStart: Boolean) { + val channelId = DiscordConfig.settings.channelId + if (channelId.isBlank()) return + + val channel = jda?.getTextChannelById(channelId) ?: return + + val (title, color) = + if (isStart) { + "๐ŸŸข ์„œ๋ฒ„๊ฐ€ ์‹œ์ž‘๋˜์—ˆ์Šต๋‹ˆ๋‹ค" to Color(87, 242, 135) + } else { + "๐Ÿ”ด ์„œ๋ฒ„๊ฐ€ ์ข…๋ฃŒ๋˜์—ˆ์Šต๋‹ˆ๋‹ค" to Color(237, 66, 69) + } + + val embed = EmbedBuilder().setColor(color).setDescription(title).build() + + channel.sendMessageEmbeds(embed).queue() + } + + fun isConnected(): Boolean = jda != null + + /** ํ”Œ๋ ˆ์ด์–ด ์‚ฌ๋ง Embed ์ „์†ก */ + fun sendDeathEmbed(playerName: String, displayName: String, deathMessage: String) { + val channelId = DiscordConfig.settings.channelId + if (channelId.isBlank()) return + + val channel = jda?.getTextChannelById(channelId) ?: return + + val avatarUrl = "https://minotar.net/helm/$playerName/64.png" + + val embed = + EmbedBuilder() + .setColor(Color(149, 100, 100)) // ๋ฐ์€ ํšŒ๊ฐˆ์ƒ‰ + .setAuthor("๐Ÿ’€ $deathMessage", null, avatarUrl) + .build() + + channel.sendMessageEmbeds(embed).queue() + } + + /** ๋ฐœ์ „ ๊ณผ์ œ ๋‹ฌ์„ฑ Embed ์ „์†ก */ + fun sendAdvancementEmbed( + playerName: String, + displayName: String, + advancementTitle: String, + advancementDesc: String + ) { + val channelId = DiscordConfig.settings.channelId + if (channelId.isBlank()) return + + val channel = jda?.getTextChannelById(channelId) ?: return + + val avatarUrl = "https://minotar.net/helm/$playerName/64.png" + + val embed = + EmbedBuilder() + .setColor(Color(169, 112, 255)) // ๋ณด๋ผ์ƒ‰ + .setAuthor("๐Ÿ† ${displayName}๋‹˜์ด ๋ฐœ์ „ ๊ณผ์ œ๋ฅผ ๋‹ฌ์„ฑํ–ˆ์Šต๋‹ˆ๋‹ค!", null, avatarUrl) + .setDescription("**$advancementTitle**\n> _${advancementDesc}_") + .build() + + channel.sendMessageEmbeds(embed).queue() + } +} diff --git a/DiscordBot/src/main/kotlin/com/beemer/discordbot/discord/DiscordListener.kt b/DiscordBot/src/main/kotlin/com/beemer/discordbot/discord/DiscordListener.kt new file mode 100644 index 0000000..4150d13 --- /dev/null +++ b/DiscordBot/src/main/kotlin/com/beemer/discordbot/discord/DiscordListener.kt @@ -0,0 +1,55 @@ +package com.beemer.discordbot.discord + +import com.beemer.discordbot.DiscordBot +import com.beemer.discordbot.config.DiscordConfig +import net.dv8tion.jda.api.events.message.MessageReceivedEvent +import net.dv8tion.jda.api.hooks.ListenerAdapter +import net.minecraft.ChatFormatting +import net.minecraft.network.chat.Component +import net.minecraft.server.MinecraftServer + +class DiscordListener(private val server: MinecraftServer) : ListenerAdapter() { + override fun onMessageReceived(event: MessageReceivedEvent) { + // ๋ด‡ ๋ฉ”์‹œ์ง€ ๋ฌด์‹œ + if (event.author.isBot) return + + // ์ฑ„ํŒ… ๋™๊ธฐํ™” ๋น„ํ™œ์„ฑํ™” ์‹œ ๋ฌด์‹œ + if (!DiscordConfig.settings.features.chatSync) return + + // ์„ค์ •๋œ ์ฑ„๋„์ด ์•„๋‹Œ ๊ฒฝ์šฐ ๋ฌด์‹œ + if (event.channel.id != DiscordConfig.settings.channelId) return + + val username = event.member?.effectiveName ?: event.author.name + val message = event.message.contentDisplay + + // ๋นˆ ๋ฉ”์‹œ์ง€ ๋ฌด์‹œ + if (message.isBlank()) return + + // ๋งˆ์ธํฌ๋ž˜ํ”„ํŠธ ์„œ๋ฒ„์— ๋ฉ”์‹œ์ง€ ์ „์†ก + // #7883f4 = 7898100 (10์ง„์ˆ˜) + val discordColor = 0x7883f4 + + val chatMessage = + Component.literal("[๋””์Šค์ฝ”๋“œ] ") + .withStyle { it.withColor(discordColor) } + .append( + Component.literal(username).withStyle { + it.withColor(ChatFormatting.YELLOW) + } + ) + .append( + Component.literal(": ").withStyle { + it.withColor(ChatFormatting.GRAY) + } + ) + .append( + Component.literal(message).withStyle { + it.withColor(ChatFormatting.WHITE) + } + ) + + server.playerList.players.forEach { player -> player.sendSystemMessage(chatMessage) } + + DiscordBot.LOGGER.info("[DiscordBot] Discord -> MC: <$username> $message") + } +} diff --git a/DiscordBot/src/main/kotlin/com/beemer/discordbot/event/AdvancementEvents.kt b/DiscordBot/src/main/kotlin/com/beemer/discordbot/event/AdvancementEvents.kt new file mode 100644 index 0000000..2cf006d --- /dev/null +++ b/DiscordBot/src/main/kotlin/com/beemer/discordbot/event/AdvancementEvents.kt @@ -0,0 +1,58 @@ +package com.beemer.discordbot.event + +import com.beemer.discordbot.config.DiscordConfig +import com.beemer.discordbot.discord.BotManager +import com.beemer.discordbot.util.TranslationManager +import java.util.UUID +import net.minecraft.server.level.ServerPlayer +import net.neoforged.bus.api.SubscribeEvent +import net.neoforged.neoforge.event.entity.player.AdvancementEvent + +object AdvancementEvents { + @SubscribeEvent + fun onAdvancement(event: AdvancementEvent.AdvancementProgressEvent) { + if (!DiscordConfig.settings.features.advancement) return + + // ์—…์  ์™„๋ฃŒ๊ฐ€ ์•„๋‹Œ ๊ฒฝ์šฐ ๋ฌด์‹œ + val advancementProgress = event.advancementProgress + if (!advancementProgress.isDone) return + + val player = event.entity as? ServerPlayer ?: return + val advancement = event.advancement + + // ๋ ˆ์‹œํ”ผ ์—…์ ์€ ๋ฌด์‹œ + val advancementId = advancement.id.toString() + if (advancementId.contains("recipe")) return + + // ํ‘œ์‹œ๋˜์ง€ ์•Š๋Š” ์—…์ ์€ ๋ฌด์‹œ + val display = advancement.value.display.orElse(null) ?: return + if (!display.shouldAnnounceChat()) return + + val playerName = player.gameProfile.name + val uuid = player.uuid + + // ๋ฒˆ์—ญ๋œ ์—…์  ์ œ๋ชฉ๊ณผ ์„ค๋ช… ๊ฐ€์ ธ์˜ค๊ธฐ + val advancementTitle = + TranslationManager.getAdvancementTitle(advancementId) ?: display.title.string + val advancementDesc = + TranslationManager.getAdvancementDescription(advancementId) + ?: display.description.string + + // Essentials ๋ชจ๋“œ์˜ ๋‹‰๋„ค์ž„ ๊ฐ€์ ธ์˜ค๊ธฐ ์‹œ๋„ + val displayName = getNickname(uuid) ?: playerName + + BotManager.sendAdvancementEmbed(playerName, displayName, advancementTitle, advancementDesc) + } + + /** Essentials ๋ชจ๋“œ์˜ NicknameDataStore์—์„œ ๋‹‰๋„ค์ž„ ๊ฐ€์ ธ์˜ค๊ธฐ */ + private fun getNickname(uuid: UUID): String? { + return try { + val clazz = Class.forName("com.beemer.essentials.nickname.NicknameDataStore") + val instance = clazz.kotlin.objectInstance ?: return null + val method = clazz.getMethod("getNickname", UUID::class.java) + method.invoke(instance, uuid) as? String + } catch (e: Exception) { + null + } + } +} diff --git a/DiscordBot/src/main/kotlin/com/beemer/discordbot/event/ChatEvents.kt b/DiscordBot/src/main/kotlin/com/beemer/discordbot/event/ChatEvents.kt new file mode 100644 index 0000000..f07b149 --- /dev/null +++ b/DiscordBot/src/main/kotlin/com/beemer/discordbot/event/ChatEvents.kt @@ -0,0 +1,39 @@ +package com.beemer.discordbot.event + +import com.beemer.discordbot.config.DiscordConfig +import com.beemer.discordbot.discord.BotManager +import java.util.UUID +import net.neoforged.bus.api.EventPriority +import net.neoforged.bus.api.SubscribeEvent +import net.neoforged.neoforge.event.ServerChatEvent + +object ChatEvents { + @SubscribeEvent(priority = EventPriority.HIGHEST) + fun onServerChat(event: ServerChatEvent) { + if (!DiscordConfig.settings.features.chatSync) return + + val playerName = event.player.gameProfile.name + val uuid = event.player.uuid + val message = event.rawText + + // ๋ช…๋ น์–ด ๋ฌด์‹œ + if (message.startsWith("/")) return + + // Essentials ๋ชจ๋“œ์˜ ๋‹‰๋„ค์ž„ ๊ฐ€์ ธ์˜ค๊ธฐ ์‹œ๋„ + val displayName = getNickname(uuid) ?: playerName + + BotManager.sendChatMessage(playerName, displayName, message) + } + + /** Essentials ๋ชจ๋“œ์˜ NicknameDataStore์—์„œ ๋‹‰๋„ค์ž„ ๊ฐ€์ ธ์˜ค๊ธฐ */ + private fun getNickname(uuid: UUID): String? { + return try { + val clazz = Class.forName("com.beemer.essentials.nickname.NicknameDataStore") + val instance = clazz.kotlin.objectInstance ?: return null + val method = clazz.getMethod("getNickname", UUID::class.java) + method.invoke(instance, uuid) as? String + } catch (e: Exception) { + null + } + } +} diff --git a/DiscordBot/src/main/kotlin/com/beemer/discordbot/event/DeathEvents.kt b/DiscordBot/src/main/kotlin/com/beemer/discordbot/event/DeathEvents.kt new file mode 100644 index 0000000..d2c697a --- /dev/null +++ b/DiscordBot/src/main/kotlin/com/beemer/discordbot/event/DeathEvents.kt @@ -0,0 +1,62 @@ +package com.beemer.discordbot.event + +import com.beemer.discordbot.config.DiscordConfig +import com.beemer.discordbot.discord.BotManager +import com.beemer.discordbot.util.TranslationManager +import java.util.UUID +import net.minecraft.server.level.ServerPlayer +import net.neoforged.bus.api.SubscribeEvent +import net.neoforged.neoforge.event.entity.living.LivingDeathEvent + +object DeathEvents { + @SubscribeEvent + fun onPlayerDeath(event: LivingDeathEvent) { + if (!DiscordConfig.settings.features.death) return + + val entity = event.entity + if (entity !is ServerPlayer) return + + val playerName = entity.gameProfile.name + val uuid = entity.uuid + + // Essentials ๋ชจ๋“œ์˜ ๋‹‰๋„ค์ž„ ๊ฐ€์ ธ์˜ค๊ธฐ + val displayName = getNickname(uuid) ?: playerName + + // ์‚ฌ๋ง ์›์ธ ID + val msgId = event.source.type().msgId() + + // ํ‚ฌ๋Ÿฌ ์ด๋ฆ„ (์žˆ๋Š” ๊ฒฝ์šฐ) + val killerName = + event.source.entity?.let { killer -> + if (killer is ServerPlayer) { + getNickname(killer.uuid) ?: killer.gameProfile.name + } else { + // ๋ชน ์ด๋ฆ„ ๋ฒˆ์—ญ ์‹œ๋„ + val mobKey = killer.type.descriptionId + TranslationManager.translate(mobKey) ?: killer.name.string + } + } + + // ๋ฒˆ์—ญ๋œ ์‚ฌ๋ง ๋ฉ”์‹œ์ง€ ๊ฐ€์ ธ์˜ค๊ธฐ + val deathMessage = + TranslationManager.getDeathMessage(msgId, displayName, killerName) + ?: event.source + .getLocalizedDeathMessage(entity) + .string + .replace(playerName, displayName) + + BotManager.sendDeathEmbed(playerName, displayName, deathMessage) + } + + /** Essentials ๋ชจ๋“œ์˜ NicknameDataStore์—์„œ ๋‹‰๋„ค์ž„ ๊ฐ€์ ธ์˜ค๊ธฐ */ + private fun getNickname(uuid: UUID): String? { + return try { + val clazz = Class.forName("com.beemer.essentials.nickname.NicknameDataStore") + val instance = clazz.kotlin.objectInstance ?: return null + val method = clazz.getMethod("getNickname", UUID::class.java) + method.invoke(instance, uuid) as? String + } catch (e: Exception) { + null + } + } +} diff --git a/DiscordBot/src/main/kotlin/com/beemer/discordbot/event/PlayerEvents.kt b/DiscordBot/src/main/kotlin/com/beemer/discordbot/event/PlayerEvents.kt new file mode 100644 index 0000000..d5691e6 --- /dev/null +++ b/DiscordBot/src/main/kotlin/com/beemer/discordbot/event/PlayerEvents.kt @@ -0,0 +1,67 @@ +package com.beemer.discordbot.event + +import com.beemer.discordbot.config.DiscordConfig +import com.beemer.discordbot.discord.BotManager +import java.util.UUID +import net.neoforged.bus.api.EventPriority +import net.neoforged.bus.api.SubscribeEvent +import net.neoforged.neoforge.event.entity.player.PlayerEvent + +object PlayerEvents { + @SubscribeEvent(priority = EventPriority.HIGHEST) + fun onPlayerJoin(event: PlayerEvent.PlayerLoggedInEvent) { + if (!DiscordConfig.settings.features.joinLeave) return + + val playerName = event.entity.gameProfile.name + val uuid = event.entity.uuid + + // ์ฒซ ์ ‘์†์ธ์ง€ ํ™•์ธ (Essentials๋ณด๋‹ค ๋จผ์ € ์ฒดํฌ) + val isFirstJoin = !isKnownPlayer(uuid) + + // Essentials ๋ชจ๋“œ์˜ ๋‹‰๋„ค์ž„ ๊ฐ€์ ธ์˜ค๊ธฐ ์‹œ๋„ + val displayName = getNickname(uuid) ?: playerName + + if (isFirstJoin) { + BotManager.sendPlayerFirstJoinEmbed(playerName, displayName, uuid) + } else { + BotManager.sendPlayerJoinEmbed(playerName, displayName, uuid) + } + } + + @SubscribeEvent + fun onPlayerLeave(event: PlayerEvent.PlayerLoggedOutEvent) { + if (!DiscordConfig.settings.features.joinLeave) return + + val playerName = event.entity.gameProfile.name + val uuid = event.entity.uuid + + // Essentials ๋ชจ๋“œ์˜ ๋‹‰๋„ค์ž„ ๊ฐ€์ ธ์˜ค๊ธฐ ์‹œ๋„ + val displayName = getNickname(uuid) ?: playerName + + BotManager.sendPlayerLeaveEmbed(playerName, displayName, uuid) + } + + /** Essentials ๋ชจ๋“œ์˜ NicknameDataStore์—์„œ ๋‹‰๋„ค์ž„ ๊ฐ€์ ธ์˜ค๊ธฐ */ + private fun getNickname(uuid: UUID): String? { + return try { + val clazz = Class.forName("com.beemer.essentials.nickname.NicknameDataStore") + val instance = clazz.kotlin.objectInstance ?: return null + val method = clazz.getMethod("getNickname", UUID::class.java) + method.invoke(instance, uuid) as? String + } catch (e: Exception) { + null + } + } + + /** Essentials ๋ชจ๋“œ์˜ PlayerConfig์—์„œ ํ”Œ๋ ˆ์ด์–ด๊ฐ€ ๋“ฑ๋ก๋˜์–ด ์žˆ๋Š”์ง€ ํ™•์ธ */ + private fun isKnownPlayer(uuid: UUID): Boolean { + return try { + val clazz = Class.forName("com.beemer.essentials.config.PlayerConfig") + val instance = clazz.kotlin.objectInstance ?: return false + val method = clazz.getMethod("isKnownPlayer", String::class.java) + method.invoke(instance, uuid.toString()) as? Boolean ?: false + } catch (e: Exception) { + false + } + } +} diff --git a/DiscordBot/src/main/kotlin/com/beemer/discordbot/event/ServerEvents.kt b/DiscordBot/src/main/kotlin/com/beemer/discordbot/event/ServerEvents.kt new file mode 100644 index 0000000..2e76855 --- /dev/null +++ b/DiscordBot/src/main/kotlin/com/beemer/discordbot/event/ServerEvents.kt @@ -0,0 +1,31 @@ +package com.beemer.discordbot.event + +import com.beemer.discordbot.config.DiscordConfig +import com.beemer.discordbot.discord.BotManager +import net.neoforged.bus.api.SubscribeEvent +import net.neoforged.neoforge.event.server.ServerStartedEvent +import net.neoforged.neoforge.event.server.ServerStoppingEvent + +object ServerEvents { + @SubscribeEvent + fun onServerStarted(event: ServerStartedEvent) { + // ๋ด‡ ์‹œ์ž‘ (์„œ๋ฒ„ ์ธ์Šคํ„ด์Šค ์ „๋‹ฌ) + BotManager.start(event.server) + + // ์„œ๋ฒ„ ์‹œ์ž‘ ์•Œ๋ฆผ + if (DiscordConfig.settings.features.serverStatus) { + BotManager.sendServerStatusEmbed(isStart = true) + } + } + + @SubscribeEvent + fun onServerStopping(event: ServerStoppingEvent) { + // ์„œ๋ฒ„ ์ข…๋ฃŒ ์•Œ๋ฆผ + if (DiscordConfig.settings.features.serverStatus) { + BotManager.sendServerStatusEmbed(isStart = false) + } + + // ๋ด‡ ์ข…๋ฃŒ + BotManager.stop() + } +} diff --git a/DiscordBot/src/main/kotlin/com/beemer/discordbot/util/TranslationManager.kt b/DiscordBot/src/main/kotlin/com/beemer/discordbot/util/TranslationManager.kt new file mode 100644 index 0000000..bc1063a --- /dev/null +++ b/DiscordBot/src/main/kotlin/com/beemer/discordbot/util/TranslationManager.kt @@ -0,0 +1,94 @@ +package com.beemer.discordbot.util + +import com.beemer.discordbot.DiscordBot +import com.google.gson.Gson +import com.google.gson.reflect.TypeToken +import java.io.InputStreamReader + +object TranslationManager { + private val gson = Gson() + private var translations: Map = emptyMap() + + fun load() { + try { + // ๋ชจ๋“œ ๋ฆฌ์†Œ์Šค์—์„œ ๋ฒˆ์—ญ ํŒŒ์ผ ๋กœ๋“œ + val resourcePath = "/assets/discordbot/lang/ko_kr.json" + val inputStream = TranslationManager::class.java.getResourceAsStream(resourcePath) + + if (inputStream != null) { + InputStreamReader(inputStream, Charsets.UTF_8).use { reader -> + val type = object : TypeToken>() {}.type + translations = gson.fromJson(reader, type) ?: emptyMap() + DiscordBot.LOGGER.info("[DiscordBot] ๋ฒˆ์—ญ ํŒŒ์ผ ๋กœ๋“œ ์™„๋ฃŒ: ${translations.size}๊ฐœ") + } + } else { + DiscordBot.LOGGER.warn("[DiscordBot] ๋ฒˆ์—ญ ํŒŒ์ผ์„ ์ฐพ์„ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค: $resourcePath") + } + } catch (e: Exception) { + DiscordBot.LOGGER.error("[DiscordBot] ๋ฒˆ์—ญ ํŒŒ์ผ ๋กœ๋“œ ์‹คํŒจ", e) + } + } + + fun reload() = load() + + /** ๋ฒˆ์—ญ ํ‚ค๋กœ ๋ฒˆ์—ญ๋œ ๋ฌธ์ž์—ด ๊ฐ€์ ธ์˜ค๊ธฐ */ + fun translate(key: String): String? { + return translations[key] + } + + /** ์‚ฌ๋ง ๋ฉ”์‹œ์ง€ ๋ฒˆ์—ญ - msgId๋กœ ์ฐพ๊ธฐ */ + fun getDeathMessage(msgId: String, playerName: String, killerName: String? = null): String? { + // msgId ํ˜•์‹: "inFire", "lava", "dragonBreath.player" ๋“ฑ + // ๋ฒˆ์—ญ ํ‚ค ํ˜•์‹: "death.attack.inFire", "death.attack.lava" ๋“ฑ + + // ๋จผ์ € player ๋ฒ„์ „ ์‹œ๋„ (ํ‚ฌ๋Ÿฌ๊ฐ€ ์žˆ๋Š” ๊ฒฝ์šฐ) + if (killerName != null) { + val playerKey = "death.attack.$msgId.player" + val playerTemplate = translations[playerKey] + if (playerTemplate != null) { + return formatDeathMessage(playerTemplate, playerName, killerName) + } + } + + // ๊ธฐ๋ณธ ๋ฒ„์ „ ์‹œ๋„ + val key = "death.attack.$msgId" + val template = translations[key] ?: return null + + return formatDeathMessage(template, playerName, killerName) + } + + private fun formatDeathMessage( + template: String, + playerName: String, + killerName: String? + ): String { + var result = template + result = result.replace("%1\$s", playerName) + if (killerName != null) { + result = result.replace("%2\$s", killerName) + result = result.replace("%3\$s", "") // ๋ฌด๊ธฐ ๋“ฑ ์ถ”๊ฐ€ ์ธ์ž + } + // ๋‚จ์€ ํ”Œ๋ ˆ์ด์Šคํ™€๋” ์ œ๊ฑฐ + result = result.replace(Regex("%\\d+\\\$s"), "") + return result + } + + /** ์—…์  ์ œ๋ชฉ ๋ฒˆ์—ญ */ + fun getAdvancementTitle(advancementId: String): String? { + // minecraft:nether/return_to_sender -> advancements.nether.return_to_sender.title + val key = + "advancements." + + advancementId.removePrefix("minecraft:").replace("/", ".") + + ".title" + return translations[key] + } + + /** ์—…์  ์„ค๋ช… ๋ฒˆ์—ญ */ + fun getAdvancementDescription(advancementId: String): String? { + val key = + "advancements." + + advancementId.removePrefix("minecraft:").replace("/", ".") + + ".description" + return translations[key] + } +} diff --git a/DiscordBot/src/main/resources/assets/discordbot/lang/ko_kr.json b/DiscordBot/src/main/resources/assets/discordbot/lang/ko_kr.json new file mode 100644 index 0000000..e089cb4 --- /dev/null +++ b/DiscordBot/src/main/resources/assets/discordbot/lang/ko_kr.json @@ -0,0 +1,533 @@ +{ + "advancements.adventure.adventuring_time.description": "๋ชจ๋“  ์ƒ๋ฌผ ๊ตฐ๊ณ„๋ฅผ ๋ฐœ๊ฒฌํ•˜์„ธ์š”", + "advancements.adventure.adventuring_time.title": "๋ชจํ—˜์˜ ์‹œ๊ฐ„", + "advancements.adventure.arbalistic.description": "์‡ ๋‡Œ ํ•œ ๋ฐœ๋กœ ์ข…๋ฅ˜๊ฐ€ ๋‹ค๋ฅธ ๋ชน ๋‹ค์„ฏ ๋งˆ๋ฆฌ๋ฅผ ์ฃฝ์ด์„ธ์š”", + "advancements.adventure.arbalistic.title": "๋ช…์‚ฌ์ˆ˜", + "advancements.adventure.avoid_vibration.description": "์Šค์ปฌํฌ ๊ฐ์ง€์ฒด๋‚˜ ์›Œ๋“  ๊ทผ์ฒ˜์—์„œ ์›…ํฌ๋ฆฐ ์ฑ„ ์›€์ง์—ฌ ๋‹น์‹ ์„ ๊ฐ์ง€ํ•˜์ง€ ๋ชปํ•˜๊ฒŒ ํ•˜์„ธ์š”", + "advancements.adventure.avoid_vibration.title": "์€๋ฐ€ํ•˜๊ฒŒ ์œ„๋Œ€ํ•˜๊ฒŒ", + "advancements.adventure.blowback.description": "๋ธŒ๋ฆฌ์ฆˆ๊ฐ€ ์œ ๋Œํ’๊ตฌ๋ฅผ ํŠ•๊ฒจ๋‚ด ๋ธŒ๋ฆฌ์ฆˆ๋ฅผ ์ฃฝ์ด์„ธ์š”", + "advancements.adventure.blowback.title": "์—ญํ’", + "advancements.adventure.brush_armadillo.description": "์†”์„ ์‚ฌ์šฉํ•ด ์•„๋ฅด๋งˆ๋”œ๋กœ์—๊ฒŒ์„œ ์•„๋ฅด๋งˆ๋”œ๋กœ ์ธ๊ฐ‘์„ ์–ป์œผ์„ธ์š”", + "advancements.adventure.brush_armadillo.title": "์ด๊ฒŒ ์ธ๊ฐ‘์ธ๊ฐ‘๋‹ค", + "advancements.adventure.bullseye.description": "30๋ฏธํ„ฐ ์ด์ƒ ๋–จ์–ด์ง„ ๊ณณ์—์„œ ๊ณผ๋… ๋ธ”๋ก์˜ ์ •์ค‘์•™์„ ๋งž์ถ”์„ธ์š”", + "advancements.adventure.bullseye.title": "๋ช…์ค‘", + "advancements.adventure.craft_decorated_pot_using_only_sherds.description": "๋„์ž๊ธฐ ์กฐ๊ฐ 4๊ฐœ๋กœ ์žฅ์‹๋œ ๋„์ž๊ธฐ๋ฅผ ๋งŒ๋“œ์„ธ์š”", + "advancements.adventure.craft_decorated_pot_using_only_sherds.title": "์„ธ์‹ฌํ•œ ๋ณต์›", + "advancements.adventure.crafters_crafting_crafters.description": "์ œ์ž‘๊ธฐ๊ฐ€ ์ œ์ž‘๊ธฐ๋ฅผ ์ œ์ž‘ํ•  ๋•Œ ๊ทผ์ฒ˜์— ์žˆ์œผ์„ธ์š”", + "advancements.adventure.crafters_crafting_crafters.title": "์ œ์ž‘๊ธฐ ์ œ ์ž์‹  ์ œ์ž‘๊ธฐ", + "advancements.adventure.fall_from_world_height.description": "์„ธ๊ณ„์˜ ์œ„์ชฝ ๋(๊ฑด์ถ• ์ œํ•œ)์—์„œ ์•„๋ž˜์ชฝ ๋๊นŒ์ง€ ์ž์œ  ๋‚™ํ•˜ํ•˜๊ณ  ์‚ด์•„๋‚จ์œผ์„ธ์š”", + "advancements.adventure.fall_from_world_height.title": "๋™๊ตด๊ณผ ์ ˆ๋ฒฝ", + "advancements.adventure.hero_of_the_village.description": "์Šต๊ฒฉ์œผ๋กœ๋ถ€ํ„ฐ ๋งˆ์„์„ ์ง€์ผœ๋‚ด์„ธ์š”", + "advancements.adventure.hero_of_the_village.title": "๋งˆ์„์˜ ์˜์›…", + "advancements.adventure.honey_block_slide.description": "๊ฟ€ ๋ธ”๋ก์„ ํ–ฅํ•ด ์ ํ”„ํ•ด ๋‚™ํ•˜๋ฅผ ๋ฉˆ์ถ”์„ธ์š”", + "advancements.adventure.honey_block_slide.title": "๋‹ฌ์ฝคํ•จ์— ๋ชธ์„ ๋งก๊ธฐ๋‹ค", + "advancements.adventure.kill_a_mob.description": "์ ๋Œ€์  ๋ชฌ์Šคํ„ฐ๋ฅผ ์ฃฝ์ด์„ธ์š”", + "advancements.adventure.kill_a_mob.title": "๋ชฌ์Šคํ„ฐ ์‚ฌ๋ƒฅ๊พผ", + "advancements.adventure.kill_all_mobs.description": "๋ชจ๋“  ์ ๋Œ€์  ๋ชฌ์Šคํ„ฐ๋ฅผ ํ•˜๋‚˜ ์ด์ƒ์”ฉ ์ฃฝ์ด์„ธ์š”", + "advancements.adventure.kill_all_mobs.title": "๋ชฌ์Šคํ„ฐ ๋„๊ฐ", + "advancements.adventure.kill_mob_near_sculk_catalyst.description": "์Šค์ปฌํฌ ์ด‰๋งค ๊ทผ์ฒ˜์—์„œ ๋ชน์„ ์ฃฝ์ด์„ธ์š”", + "advancements.adventure.kill_mob_near_sculk_catalyst.title": "ํผ์ ธ๊ฐ„๋‹ค", + "advancements.adventure.lighten_up.description": "๊ตฌ๋ฆฌ ์ „๊ตฌ๋ฅผ ๋„๋ผ๋กœ ๊ธ์–ด๋‚ด ๋” ๋ฐ์•„์ง€๊ฒŒ ํ•˜์„ธ์š”", + "advancements.adventure.lighten_up.title": "๋ถˆ ์ข€ ์ผœ ์ค„๋ž˜?", + "advancements.adventure.lightning_rod_with_villager_no_fire.description": "์ฃผ๋ฏผ์˜ ๊ฐ์ „ ์‚ฌ๊ณ ๋ฅผ ํ™”์žฌ ์—†์ด ๋ง‰์œผ์„ธ์š”", + "advancements.adventure.lightning_rod_with_villager_no_fire.title": "๋ฒˆ๊ฐœ ๋ฉˆ์ถฐ!", + "advancements.adventure.minecraft_trials_edition.description": "์‹œ๋ จ์˜ ํšŒ๋‹น์— ๋ฐœ์„ ๋“ค์—ฌ๋†“์œผ์„ธ์š”", + "advancements.adventure.minecraft_trials_edition.title": "์ธ์ƒ์€ ์‹œ๋ จ์˜ ์—ฐ์†", + "advancements.adventure.ol_betsy.description": "์‡ ๋‡Œ๋ฅผ ์˜์„ธ์š”", + "advancements.adventure.ol_betsy.title": "๋ถ€๋Ÿฌ์ง„ ํ™”์‚ด", + "advancements.adventure.overoverkill.description": "์ฒ ํ‡ด๋ฅผ ์‚ฌ์šฉํ•ด ๋‹จ ํ•œ ๋ฒˆ์˜ ํƒ€๊ฒฉ์œผ๋กœ ํ”ผํ•ด๋ฅผ ํ•˜ํŠธ 50๊ฐœ๋งŒํผ ์ž…ํžˆ์„ธ์š”", + "advancements.adventure.overoverkill.title": "ํ•˜๋Š˜์—์„œ ์ฒ ํ‡ด๊ฐ€ ๋‚ด๋ฆฐ๋‹ค๋ฉด", + "advancements.adventure.play_jukebox_in_meadows.description": "์ฃผํฌ๋ฐ•์Šค๋กœ ์Œ์•…์„ ํ‹€์–ด ๋ชฉ์ดˆ์ง€์— ํ™œ๊ธฐ๋ฅผ ๋ถˆ์–ด๋„ฃ์œผ์„ธ์š”", + "advancements.adventure.play_jukebox_in_meadows.title": "์‚ฌ์šด๋“œ ์˜ค๋ธŒ ๋ฎค์ง", + "advancements.adventure.read_power_from_chiseled_bookshelf.description": "๋น„๊ต๊ธฐ๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ์กฐ๊ฐ๋œ ์ฑ…์žฅ์˜ ๋ ˆ๋“œ์Šคํ†ค ์‹ ํ˜ธ๋ฅผ ์ธก์ •ํ•˜์„ธ์š”", + "advancements.adventure.read_power_from_chiseled_bookshelf.title": "์ฑ…์˜ ํž˜", + "advancements.adventure.revaulting.description": "๋ถˆ๊ธธํ•œ ์‹œ๋ จ ์—ด์‡ ๋กœ ๋ถˆ๊ธธํ•œ ๊ธˆ๊ณ ์˜ ์ž ๊ธˆ์„ ํ‘ธ์„ธ์š”", + "advancements.adventure.revaulting.title": "๋ถˆ๊ธธ์— ๋›ฐ์–ด๋“œ๋Š” ๋‚˜", + "advancements.adventure.root.description": "๋ชจํ—˜, ํƒ์‚ฌ์™€ ์ „ํˆฌ", + "advancements.adventure.root.title": "๋ชจํ—˜", + "advancements.adventure.salvage_sherd.description": "์ˆ˜์ƒํ•œ ๋ธ”๋ก์„ ์†”์งˆํ•ด ๋„์ž๊ธฐ ์กฐ๊ฐ์„ ์–ป์œผ์„ธ์š”", + "advancements.adventure.salvage_sherd.title": "์†Œ์ค‘ํ•œ ์ž”ํ•ด", + "advancements.adventure.shoot_arrow.description": "ํ™”์‚ด๋กœ ๋ฌด์–ธ๊ฐ€๋ฅผ ๋งžํžˆ์„ธ์š”", + "advancements.adventure.shoot_arrow.title": "์ •์กฐ์ค€", + "advancements.adventure.sleep_in_bed.description": "์นจ๋Œ€์—์„œ ์ž์„œ ๋ฆฌ์Šคํฐ ์ง€์ ์„ ๋ฐ”๊พธ์„ธ์š”", + "advancements.adventure.sleep_in_bed.title": "๋‹ฌ์ฝคํ•œ ๊ฟˆ", + "advancements.adventure.sniper_duel.description": "50๋ฏธํ„ฐ ์ด์ƒ ๋–จ์–ด์ ธ ์žˆ๋Š” ์Šค์ผˆ๋ ˆํ†ค์„ ์ฃฝ์ด์„ธ์š”", + "advancements.adventure.sniper_duel.title": "์ €๊ฒฉ ๋Œ€๊ฒฐ", + "advancements.adventure.spyglass_at_dragon.description": "๋ง์›๊ฒฝ์œผ๋กœ ์—”๋” ๋“œ๋ž˜๊ณค์„ ๋ฐ”๋ผ๋ณด์„ธ์š”", + "advancements.adventure.spyglass_at_dragon.title": "๋น„ํ–‰๊ธฐ์ธ๊ฐ€?", + "advancements.adventure.spyglass_at_ghast.description": "๋ง์›๊ฒฝ์œผ๋กœ ๊ฐ€์ŠคํŠธ๋ฅผ ๋ฐ”๋ผ๋ณด์„ธ์š”", + "advancements.adventure.spyglass_at_ghast.title": "ํ’์„ ์ธ๊ฐ€?", + "advancements.adventure.spyglass_at_parrot.description": "๋ง์›๊ฒฝ์œผ๋กœ ์•ต๋ฌด์ƒˆ๋ฅผ ๋ฐ”๋ผ๋ณด์„ธ์š”", + "advancements.adventure.spyglass_at_parrot.title": "์ƒˆ์ธ๊ฐ€?", + "advancements.adventure.summon_iron_golem.description": "๋งˆ์„ ๋ฐฉ์–ด๋ฅผ ๋•๊ธฐ ์œ„ํ•ด ์ฒ  ๊ณจ๋ ˜์„ ์†Œํ™˜ํ•˜์„ธ์š”", + "advancements.adventure.summon_iron_golem.title": "๋„์šฐ๋ฏธ ๊ณ ์šฉ", + "advancements.adventure.throw_trident.description": "๋ฌด์–ธ๊ฐ€๋ฅผ ํ–ฅํ•ด ์‚ผ์ง€์ฐฝ์„ ๋˜์ง€์„ธ์š”.\n์ฐธ๊ณ : ๊ฐ€์ง€๊ณ  ์žˆ๋Š” ์œ ์ผํ•œ ๋ฌด๊ธฐ๋ฅผ ๋‚ด๋˜์ง€๋Š” ๊ฒƒ์€ ์ข‹์€ ์ƒ๊ฐ์ด ์•„๋‹™๋‹ˆ๋‹ค.", + "advancements.adventure.throw_trident.title": "์ค€๋น„ํ•˜์‹œ๊ณ ... ์˜์„ธ์š”!", + "advancements.adventure.totem_of_undying.description": "๋ถˆ์‚ฌ์˜ ํ† ํ…œ์œผ๋กœ ์ฃฝ์Œ์„ ๋ฉดํ•˜์„ธ์š”", + "advancements.adventure.totem_of_undying.title": "์ฃฝ์Œ์„ ์ดˆ์›”ํ•œ ์ž", + "advancements.adventure.trade.description": "์ฃผ๋ฏผ๊ณผ ๊ฑฐ๋ž˜ํ•˜์„ธ์š”", + "advancements.adventure.trade.title": "ํ›Œ๋ฅญํ•œ ๊ฑฐ๋ž˜๊ตฐ์š”!", + "advancements.adventure.trade_at_world_height.description": "๊ฑด์ถ• ๋†’์ด ์ œํ•œ์—์„œ ์ฃผ๋ฏผ๊ณผ ๊ฑฐ๋ž˜ํ•˜์„ธ์š”", + "advancements.adventure.trade_at_world_height.title": "์ตœ๊ณ ์˜ ๊ฑฐ๋ž˜", + "advancements.adventure.trim_with_all_exclusive_armor_patterns.description": "๋‹ค์Œ ๋Œ€์žฅ์žฅ์ด ํ˜•ํŒ์„ ๋ชจ๋‘ ์‚ฌ์šฉํ•ด ๋ณด์„ธ์š”: ์ฒจํƒ‘, ๋ผ์ง€ ์ฝ”, ๊ฐˆ๋น„๋ผˆ, ํŒŒ์ˆ˜, ๊ณ ์š”, ๋ฒก์Šค, ๋ฌผ๊ฒฐ, ๊ธธ์žก์ด", + "advancements.adventure.trim_with_all_exclusive_armor_patterns.title": "ํ˜•ํŒ ์ข‹์€ ๋Œ€์žฅ์žฅ์ด", + "advancements.adventure.trim_with_any_armor_pattern.description": "๋Œ€์žฅ์žฅ์ด ์ž‘์—…๋Œ€์—์„œ ์žฅ์‹๋œ ๊ฐ‘์˜ท์„ ์ œ์ž‘ํ•˜์„ธ์š”", + "advancements.adventure.trim_with_any_armor_pattern.title": "์œ ํ–‰์˜ ์„ ๋„์ž", + "advancements.adventure.two_birds_one_arrow.description": "๊ด€ํ†ต ํ™”์‚ด ํ•œ ๋ฐœ๋กœ ํŒฌํ…€ ๋‘ ๋งˆ๋ฆฌ๋ฅผ ์ฃฝ์ด์„ธ์š”", + "advancements.adventure.two_birds_one_arrow.title": "์ผ์ „์Œ์กฐ", + "advancements.adventure.under_lock_and_key.description": "์‹œ๋ จ ์—ด์‡ ๋กœ ๊ธˆ๊ณ ์˜ ์ž ๊ธˆ์„ ํ‘ธ์„ธ์š”", + "advancements.adventure.under_lock_and_key.title": "์—ด์‡ ๋กœ ์ž ๊ธˆ ํ•ด์ œ", + "advancements.adventure.very_very_frightening.description": "์ฃผ๋ฏผ์—๊ฒŒ ๋ฒผ๋ฝ์„ ๋–จ์–ด๋œจ๋ฆฌ์„ธ์š”", + "advancements.adventure.very_very_frightening.title": "๋™์— ๋ฒˆ์ฉ ์„œ์— ๋ฒˆ์ฉ", + "advancements.adventure.voluntary_exile.description": "์Šต๊ฒฉ ๋Œ€์žฅ์„ ์ฃฝ์ด์„ธ์š”.\n๋‹น๋ถ„๊ฐ„ ๋งˆ์„์—์„œ ๋–จ์–ด์ ธ ์žˆ๋Š” ๊ฒŒ ์ข‹์„์ง€๋„ ๋ชฐ๋ผ์š”...", + "advancements.adventure.voluntary_exile.title": "์ž์ง„ ์œ ๋ฐฐ", + "advancements.adventure.walk_on_powder_snow_with_leather_boots.description": "๊ฐ€๋ฃจ๋ˆˆ ์œ„๋ฅผ ๊ฑธ์œผ์„ธ์š”... ๋น ์ง€์ง€ ์•Š๊ณ ์š”", + "advancements.adventure.walk_on_powder_snow_with_leather_boots.title": "ํ† ๋ผ์ฒ˜๋Ÿผ ๊ฐ€๋ณ๊ฒŒ", + "advancements.adventure.who_needs_rockets.description": "๋Œํ’๊ตฌ๋ฅผ ์‚ฌ์šฉํ•ด ์ž์‹ ์„ 8๋ธ”๋ก๋งŒํผ ์˜์•„ ์˜ฌ๋ฆฌ์„ธ์š”", + "advancements.adventure.who_needs_rockets.title": "๋ˆ„๊ฐ€ ๋กœ์ผ“์ด ํ•„์š”ํ•˜๋Œ€?", + "advancements.adventure.whos_the_pillager_now.description": "์•ฝํƒˆ์ž์—๊ฒŒ ๋˜‘๊ฐ™์€ ๋ฌด๊ธฐ๋กœ ์•™๊ฐš์Œํ•ด ์ฃผ์„ธ์š”", + "advancements.adventure.whos_the_pillager_now.title": "์ด์ œ ๋ˆ„๊ฐ€ ์•ฝํƒˆ์ž์ง€?", + "advancements.empty": "์•„๋ฌด๊ฒƒ๋„ ์—†์–ด ๋ณด์ด๋„ค์š”...", + "advancements.end.dragon_breath.description": "๋“œ๋ž˜๊ณค์˜ ์ˆจ๊ฒฐ์„ ์œ ๋ฆฌ๋ณ‘์— ๋‹ด์œผ์„ธ์š”", + "advancements.end.dragon_breath.title": "์–‘์น˜์งˆ์ด ํ•„์š”ํ•ด ๋ณด์ด๋Š”๊ฑธ", + "advancements.end.dragon_egg.description": "๋“œ๋ž˜๊ณค ์•Œ์„ ๋“ค์–ด์˜ฌ๋ฆฌ์„ธ์š”", + "advancements.end.dragon_egg.title": "๊ทธ๋‹ค์Œ ์„ธ๋Œ€", + "advancements.end.elytra.description": "๊ฒ‰๋‚ ๊ฐœ๋ฅผ ์ฐพ์œผ์„ธ์š”", + "advancements.end.elytra.title": "๋ถˆ๊ฐ€๋Šฅ์€ ์—†๋‹ค", + "advancements.end.enter_end_gateway.description": "์„ฌ์—์„œ ํƒˆ์ถœํ•˜์„ธ์š”", + "advancements.end.enter_end_gateway.title": "๋จธ๋‚˜๋จผ ํœด์–‘์ง€", + "advancements.end.find_end_city.description": "๋“ค์–ด๊ฐ€ ๋ณด์„ธ์š”, ๋ฌด์Šจ ์ผ ์žˆ๊ฒ ์–ด์š”?", + "advancements.end.find_end_city.title": "๊ฒŒ์ž„์˜ ๋์—์„œ ๋งŒ๋‚œ ๋„์‹œ", + "advancements.end.kill_dragon.description": "ํ–‰์šด์„ ๋นŒ์–ด์š”", + "advancements.end.kill_dragon.title": "์—”๋“œ ํ•ด๋ฐฉ", + "advancements.end.levitate.description": "์…œ์ปค์˜ ๊ณต๊ฒฉ์„ ๋งž๊ณ  50๋ธ”๋ก๋งŒํผ ๊ณต์ค‘ ๋ถ€์–‘ํ•˜์„ธ์š”", + "advancements.end.levitate.title": "์œ„์ชฝ ๊ณต๊ธฐ ์ข‹์€๋ฐ?", + "advancements.end.respawn_dragon.description": "์—”๋” ๋“œ๋ž˜๊ณค์„ ๋‹ค์‹œ ์†Œํ™˜ํ•˜์„ธ์š”", + "advancements.end.respawn_dragon.title": "๋ ์•„๋…”์–ด?", + "advancements.end.root.description": "๋์ผ๊นŒ์š”, ์•„๋‹ˆ๋ฉด ์‹œ์ž‘์ผ๊นŒ์š”?", + "advancements.end.root.title": "์—”๋“œ", + "advancements.husbandry.allay_deliver_cake_to_note_block.description": "์•Œ๋ ˆ์ด๊ฐ€ ์†Œ๋ฆฌ ๋ธ”๋ก์— ์ผ€์ดํฌ๋ฅผ ๋–จ๊ตฌ๊ฒŒ ํ•˜์„ธ์š”", + "advancements.husbandry.allay_deliver_cake_to_note_block.title": "์ƒ์ผ ์ถ•ํ•˜ ๋…ธ๋ž˜", + "advancements.husbandry.allay_deliver_item_to_player.description": "์•Œ๋ ˆ์ด์—๊ฒŒ ์•„์ดํ…œ์„ ๊ฑด๋„ค๋ฐ›์œผ์„ธ์š”", + "advancements.husbandry.allay_deliver_item_to_player.title": "๋‚œ ๋„ˆ์˜ ์นœ๊ตฌ์•ผ", + "advancements.husbandry.axolotl_in_a_bucket.description": "์–‘๋™์ด๋กœ ์•„ํ™€๋กœํ‹€์„ ์žก์œผ์„ธ์š”", + "advancements.husbandry.axolotl_in_a_bucket.title": "๊ท€์—ฌ์šด ํฌ์‹์ž", + "advancements.husbandry.balanced_diet.description": "๋จน์„ ์ˆ˜ ์žˆ๋‹ค๋ฉด ๋ชจ๋‘ ๋จน์œผ์„ธ์š”. ๊ทธ๊ฒƒ์ด ๊ฑด๊ฐ•์— ์ข‹์ง€ ์•Š๋”๋ผ๋„ ๋ง์ด์ฃ ", + "advancements.husbandry.balanced_diet.title": "๊ท ํ˜• ์žกํžŒ ์‹๋‹จ", + "advancements.husbandry.breed_all_animals.description": "๋ชจ๋“  ๋™๋ฌผ์„ ๊ต๋ฐฐ์‹œํ‚ค์„ธ์š”!", + "advancements.husbandry.breed_all_animals.title": "์ง์ง€์–ด์ฃผ๊ธฐ", + "advancements.husbandry.breed_an_animal.description": "๋™๋ฌผ ๋‘ ๋งˆ๋ฆฌ๋ฅผ ๊ต๋ฐฐ์‹œํ‚ค์„ธ์š”", + "advancements.husbandry.breed_an_animal.title": "์•„๊ธฐ๋Š” ์–ด๋–ป๊ฒŒ ํƒœ์–ด๋‚˜?", + "advancements.husbandry.complete_catalogue.description": "๋ชจ๋“  ์ข…๋ฅ˜์˜ ๊ณ ์–‘์ด๋ฅผ ๊ธธ๋“ค์ด์„ธ์š”!", + "advancements.husbandry.complete_catalogue.title": "์ง‘์‚ฌ ๊ทธ ์ž์ฒด", + "advancements.husbandry.feed_snifflet.description": "์•„๊ธฐ ์Šค๋‹ˆํผ์—๊ฒŒ ๋จน์ด๋ฅผ ์ฃผ์„ธ์š”", + "advancements.husbandry.feed_snifflet.title": "์กฐ๊ทธ๋งŒ ํ‚ํ‚์ด", + "advancements.husbandry.fishy_business.description": "๋ฌผ๊ณ ๊ธฐ๋ฅผ ์žก์œผ์„ธ์š”", + "advancements.husbandry.fishy_business.title": "๊ฐ•ํƒœ๊ณต์ด ์„ธ์›”์„ ๋‚š๋“ฏ", + "advancements.husbandry.froglights.description": "๋ณด๊ด€ํ•จ์— ๋ชจ๋“  ๊ฐœ๊ตฌ๋ฆฌ๋ถˆ์„ ๊ฐ€์ง€์„ธ์š”", + "advancements.husbandry.froglights.title": "์šฐ๋ฆฌ์˜ ํž˜์„ ํ•ฉ์นœ๋‹ค๋ฉด!", + "advancements.husbandry.kill_axolotl_target.description": "์•„ํ™€๋กœํ‹€๊ณผ ํ˜‘๋ ฅํ•ด ์‹ธ์›Œ ์ด๊ธฐ์„ธ์š”", + "advancements.husbandry.kill_axolotl_target.title": "์šฐ์ •์˜ ์น˜์œ ๋ ฅ!", + "advancements.husbandry.leash_all_frog_variants.description": "๋ชจ๋“  ์ข…๋ฅ˜์˜ ๊ฐœ๊ตฌ๋ฆฌ๋ฅผ ๋ˆ์œผ๋กœ ๋ฌถ์œผ์„ธ์š”", + "advancements.husbandry.leash_all_frog_variants.title": "๊ฐœ๊ตฌ๋ฆฌ ์‚ผ์ด์‚ฌ ์ถœ๋™!", + "advancements.husbandry.make_a_sign_glow.description": "์–ด๋–ค ์ข…๋ฅ˜๋“  ํ‘œ์ง€ํŒ์˜ ๊ธ€์ž๋ฅผ ๋น›๋‚˜๊ฒŒ ๋งŒ๋“œ์„ธ์š”", + "advancements.husbandry.make_a_sign_glow.title": "๋ฐ์€ ๋ง ๊ณ ์šด ๋ง", + "advancements.husbandry.netherite_hoe.description": "๋„ค๋”๋ผ์ดํŠธ ์ฃผ๊ดด๋กœ ๊ดญ์ด๋ฅผ ๊ฐ•ํ™”ํ•œ ํ›„, ์‚ถ์˜ ์„ ํƒ๋“ค์„ ๋Œ์ด์ผœ ๋ณด์„ธ์š”", + "advancements.husbandry.netherite_hoe.title": "๋„๋ฅผ ๋„˜์€ ์ „๋…", + "advancements.husbandry.obtain_sniffer_egg.description": "์Šค๋‹ˆํผ ์•Œ์„ ์–ป์œผ์„ธ์š”", + "advancements.husbandry.obtain_sniffer_egg.title": "ํฅ๋ฏธ๋กœ์šด ๋ƒ„์ƒˆ", + "advancements.husbandry.plant_any_sniffer_seed.description": "์•„๋ฌด ์Šค๋‹ˆํผ ์”จ์•—์ด๋‚˜ ์‹ฌ์œผ์„ธ์š”", + "advancements.husbandry.plant_any_sniffer_seed.title": "๊ณผ๊ฑฐ๋ฅผ ์‹ฌ๋‹ค", + "advancements.husbandry.plant_seed.description": "์”จ์•—์„ ์‹ฌ๊ณ  ์ž๋ผ๋‚˜๋Š” ๊ฒƒ์„ ์ง€์ผœ๋ณด์„ธ์š”", + "advancements.husbandry.plant_seed.title": "์”จ์•—์ด ์ž๋ผ๋‚˜๋Š” ๊ณณ", + "advancements.husbandry.remove_wolf_armor.description": "๊ฐ€์œ„๋ฅผ ์‚ฌ์šฉํ•ด ๋Š‘๋Œ€์—๊ฒŒ์„œ ๋Š‘๋Œ€ ๊ฐ‘์˜ท์„ ๋ฒ—๊ธฐ์„ธ์š”", + "advancements.husbandry.remove_wolf_armor.title": "ํƒ์›”ํ•œ ๊ฐ€์œ„์งˆ", + "advancements.husbandry.repair_wolf_armor.description": "์•„๋ฅด๋งˆ๋”œ๋กœ ์ธ๊ฐ‘์„ ์‚ฌ์šฉํ•ด ์†์ƒ๋œ ๋Š‘๋Œ€ ๊ฐ‘์˜ท์„ ์ˆ˜๋ฆฌํ•˜์„ธ์š”", + "advancements.husbandry.repair_wolf_armor.title": "์ƒˆ๊ฒƒ์ฒ˜๋Ÿผ", + "advancements.husbandry.ride_a_boat_with_a_goat.description": "์—ผ์†Œ์™€ ํ•จ๊ป˜ ๋ณดํŠธ์— ํƒ€์„ธ์š”", + "advancements.husbandry.ride_a_boat_with_a_goat.title": "์—ผ์†Œ ๋–ด์†Œ", + "advancements.husbandry.root.description": "์„ธ์ƒ์€ ์นœ๊ตฌ๋“ค๊ณผ ์Œ์‹์œผ๋กœ ๊ฐ€๋“ ์ฐจ ์žˆ์–ด์š”", + "advancements.husbandry.root.title": "๋†์‚ฌ", + "advancements.husbandry.safely_harvest_honey.description": "๊ฟ€๋ฒŒ์„ ์ž๊ทนํ•˜์ง€ ์•Š๋„๋ก ๋ชจ๋‹ฅ๋ถˆ์„ ์‚ฌ์šฉํ•ด ๋ฒŒํ†ต์— ๋“  ๊ฟ€์„ ์œ ๋ฆฌ๋ณ‘์— ๋‹ด์œผ์„ธ์š”", + "advancements.husbandry.safely_harvest_honey.title": "๋ฒŒ์ง‘์„ ๋‚ด ์ง‘์ฒ˜๋Ÿผ", + "advancements.husbandry.silk_touch_nest.description": "๋ฒŒ ์„ธ ๋งˆ๋ฆฌ๊ฐ€ ๋“ค์–ด ์žˆ๋Š” ๋ฒŒ์ง‘์„ ์„ฌ์„ธํ•œ ์†๊ธธ์„ ์‚ฌ์šฉํ•ด ์˜ฎ๊ธฐ์„ธ์š”", + "advancements.husbandry.silk_touch_nest.title": "ํ•œ ๋ฒŒ ํ•œ ๋ฒŒ ์ •์„ฑ๊ป ๋ชจ์‹œ๊ฒ ์Šต๋‹ˆ๋‹ค", + "advancements.husbandry.tactical_fishing.description": "๋ฌผ๊ณ ๊ธฐ๋ฅผ ์žก์œผ์„ธ์š”... ๋‚š์‹ฏ๋Œ€ ์—†์ด์š”!", + "advancements.husbandry.tactical_fishing.title": "์ด ๋Œ€์‹  ์ž‡๋ชธ์œผ๋กœ", + "advancements.husbandry.tadpole_in_a_bucket.description": "์–‘๋™์ด๋กœ ์˜ฌ์ฑ™์ด๋ฅผ ์žก์œผ์„ธ์š”", + "advancements.husbandry.tadpole_in_a_bucket.title": "์–‘๋™์ด์— ์˜ฌ์ฑ™์ด ํ•œ ๋งˆ๋ฆฌ", + "advancements.husbandry.tame_an_animal.description": "๋™๋ฌผ์„ ๊ธธ๋“ค์ด์„ธ์š”", + "advancements.husbandry.tame_an_animal.title": "์ธ์ƒ์˜ ๋™๋ฐ˜์ž", + "advancements.husbandry.wax_off.description": "๊ตฌ๋ฆฌ ๋ธ”๋ก์˜ ๋ฐ€๋ž์น ์„ ๋ฒ—๊ธฐ์„ธ์š”!", + "advancements.husbandry.wax_off.title": "๋ฐ€๋ž์„ ๋ฒ—๊ธฐ์ž", + "advancements.husbandry.wax_on.description": "๊ตฌ๋ฆฌ ๋ธ”๋ก์— ๋ฒŒ์ง‘ ์กฐ๊ฐ์„ ์‚ฌ์šฉํ•˜์„ธ์š”!", + "advancements.husbandry.wax_on.title": "๋ฐ€๋ž์„ ์น ํ•˜์ž", + "advancements.husbandry.whole_pack.description": "๋ชจ๋“  ์ข…๋ฅ˜์˜ ๋Š‘๋Œ€๋ฅผ ํ•œ ๋งˆ๋ฆฌ์”ฉ ๊ธธ๋“ค์ด์„ธ์š”", + "advancements.husbandry.whole_pack.title": "์™ธ๋กญ์ง€ ๋ชปํ•œ ๋Š‘๋Œ€", + "advancements.nether.all_effects.description": "๋ชจ๋“  ํšจ๊ณผ๋ฅผ ๋™์‹œ์— ๊ฐ€์ง€์„ธ์š”", + "advancements.nether.all_effects.title": "์–ด์ฉŒ๋‹ค ์ด ์ง€๊ฒฝ๊นŒ์ง€", + "advancements.nether.all_potions.description": "๋ชจ๋“  ๋ฌผ์•ฝ ํšจ๊ณผ๋ฅผ ๋™์‹œ์— ๊ฐ€์ง€์„ธ์š”", + "advancements.nether.all_potions.title": "๋ฟ…๊ฐ€๋Š” ํญํƒ„์ฃผ", + "advancements.nether.brew_potion.description": "๋ฌผ์•ฝ์„ ๋งŒ๋“œ์„ธ์š”", + "advancements.nether.brew_potion.title": "๋ฌผ์•ฝ ์–‘์กฐ์žฅ", + "advancements.nether.charge_respawn_anchor.description": "๋ฆฌ์Šคํฐ ์ •๋ฐ•๊ธฐ๋ฅผ ์ตœ๋Œ€๋กœ ์ถฉ์ „ํ•˜์„ธ์š”", + "advancements.nether.charge_respawn_anchor.title": "๋ชฉ์ˆจ ์ถฉ์ „", + "advancements.nether.create_beacon.description": "์‹ ํ˜ธ๊ธฐ๋ฅผ ์ œ์ž‘ํ•˜๊ณ  ์„ค์น˜ํ•˜์„ธ์š”", + "advancements.nether.create_beacon.title": "์‹ ํ˜ธ๊ธฐ ๊พธ๋ฆฌ๊ธฐ", + "advancements.nether.create_full_beacon.description": "์‹ ํ˜ธ๊ธฐ์˜ ์ถœ๋ ฅ์„ ์ตœ๋Œ€๋กœ ๋งŒ๋“œ์„ธ์š”", + "advancements.nether.create_full_beacon.title": "์‹ ํ˜ธ์ž", + "advancements.nether.distract_piglin.description": "๊ธˆ์œผ๋กœ ํ”ผ๊ธ€๋ฆฐ์˜ ์ฃผ์˜๋ฅผ ๋Œ๋ฆฌ์„ธ์š”", + "advancements.nether.distract_piglin.title": "๋ฐ˜์ง๋ฐ˜์ง ๋ˆˆ์ด ๋ถ€์…”", + "advancements.nether.explore_nether.description": "๋ชจ๋“  ๋„ค๋” ์ƒ๋ฌผ ๊ตฐ๊ณ„๋ฅผ ํƒํ—˜ํ•˜์„ธ์š”", + "advancements.nether.explore_nether.title": "ํ™”๋ˆํ•œ ๊ด€๊ด‘ ๋ช…์†Œ", + "advancements.nether.fast_travel.description": "๋„ค๋”๋ฅผ ์ด์šฉํ•ด ์˜ค๋ฒ„์›”๋“œ์˜ 7 km๋ฅผ ์ด๋™ํ•˜์„ธ์š”", + "advancements.nether.fast_travel.title": "์ฒœ ๋ฆฌ ๊ธธ๋„ ํ•œ ๊ฑธ์Œ", + "advancements.nether.find_bastion.description": "๋ณด๋ฃจ ์ž”ํ•ด์— ์ง„์ž…ํ•˜์„ธ์š”", + "advancements.nether.find_bastion.title": "๊ทธ๋•Œ๊ฐ€ ์ข‹์•˜์ง€", + "advancements.nether.find_fortress.description": "๋„ค๋” ์š”์ƒˆ ์•ˆ์œผ๋กœ ๋“ค์–ด๊ฐ€์„ธ์š”", + "advancements.nether.find_fortress.title": "๋”์ฐํ•œ ์š”์ƒˆ", + "advancements.nether.get_wither_skull.description": "์œ„๋” ์Šค์ผˆ๋ ˆํ†ค์˜ ํ•ด๊ณจ์„ ์–ป์œผ์„ธ์š”", + "advancements.nether.get_wither_skull.title": "์œผ์Šค์Šคํ•œ ์Šค์ผˆ๋ ˆํ†ค", + "advancements.nether.loot_bastion.description": "๋ณด๋ฃจ ์ž”ํ•ด์— ์žˆ๋Š” ์ƒ์ž์—์„œ ๋…ธํš๋ฌผ์„ ์–ป์œผ์„ธ์š”", + "advancements.nether.loot_bastion.title": "๋ผ์ง€์™€ ์ „์Ÿ", + "advancements.nether.netherite_armor.description": "๋„ค๋”๋ผ์ดํŠธ ๊ฐ‘์˜ท์„ ๋ชจ๋‘ ์–ป์œผ์„ธ์š”", + "advancements.nether.netherite_armor.title": "์ž”ํ•ด๋กœ ๋‚  ๊ฐ์‹ธ์ค˜", + "advancements.nether.obtain_ancient_debris.description": "๊ณ ๋Œ€ ์ž”ํ•ด๋ฅผ ์–ป์œผ์„ธ์š”", + "advancements.nether.obtain_ancient_debris.title": "๊นŠ์ด ํŒŒ๋ฌปํžŒ ์ž”ํ•ด", + "advancements.nether.obtain_blaze_rod.description": "๋ธ”๋ ˆ์ด์ฆˆ์˜ ๋ง‰๋Œ€๊ธฐ๋ฅผ ์–ป์œผ์„ธ์š”", + "advancements.nether.obtain_blaze_rod.title": "ํฌํ™” ์†์œผ๋กœ", + "advancements.nether.obtain_crying_obsidian.description": "์šฐ๋Š” ํ‘์š”์„์„ ์–ป์œผ์„ธ์š”", + "advancements.nether.obtain_crying_obsidian.title": "๋ˆ„๊ฐ€ ์–‘ํŒŒ๋ฅผ ์จ๋‚˜?", + "advancements.nether.return_to_sender.description": "ํ™”์—ผ๊ตฌ๋กœ ๊ฐ€์ŠคํŠธ๋ฅผ ์ฃฝ์ด์„ธ์š”", + "advancements.nether.return_to_sender.title": "์ „ํ•ด์ง€์ง€ ์•Š์€ ๋Ÿฌ๋ธŒ๋ ˆํ„ฐ", + "advancements.nether.ride_strider.description": "๋’คํ‹€๋ฆฐ ๊ท  ๋‚š์‹ฏ๋Œ€๋ฅผ ๋“ค๊ณ  ์ŠคํŠธ๋ผ์ด๋” ์œ„์— ํƒ€์„ธ์š”", + "advancements.nether.ride_strider.title": "๋‘ ๋ฐœ ๋‹ฌ๋ฆฐ ๋ณดํŠธ", + "advancements.nether.ride_strider_in_overworld_lava.description": "์˜ค๋ฒ„์›”๋“œ์˜ ์šฉ์•” ํ˜ธ์ˆ˜์—์„œ ์ŠคํŠธ๋ผ์ด๋”๋ฅผ ํƒ€๊ณ  ๋จธ์–ด์–ด์–ผ๋ฆฌ ์ด๋™ํ•˜์„ธ์š”", + "advancements.nether.ride_strider_in_overworld_lava.title": "๊ณ ํ–ฅ ๊ฐ™์€ ํŽธ์•ˆํ•จ", + "advancements.nether.root.description": "์—ฌ๋ฆ„์˜ท์„ ๊ฐ€์ ธ์˜ค์„ธ์š”", + "advancements.nether.root.title": "๋„ค๋”", + "advancements.nether.summon_wither.description": "์œ„๋”๋ฅผ ์†Œํ™˜ํ•˜์„ธ์š”", + "advancements.nether.summon_wither.title": "์‹œ๋“ค์–ด ๋ฒ„๋ฆฐ ์–ธ๋•", + "advancements.nether.uneasy_alliance.description": "๋„ค๋”์—์„œ ๊ฐ€์ŠคํŠธ๋ฅผ ๊ตฌ์ถœํ•ด ์˜ค๋ฒ„์›”๋“œ๋กœ ์•ˆ์ „ํ•˜๊ฒŒ ๋ฐ๋ ค์˜จ ๋‹ค์Œ... ์ฃฝ์ด์„ธ์š”", + "advancements.nether.uneasy_alliance.title": "์‰ฝ์ง€ ์•Š์€ ๋™ํ–‰", + "advancements.nether.use_lodestone.description": "์ž์„์„์— ๋‚˜์นจ๋ฐ˜์„ ์‚ฌ์šฉํ•˜์„ธ์š”", + "advancements.nether.use_lodestone.title": "์ง‘์œผ๋กœ ์ด๋Œ๋ ค๊ฐ€๋„ค", + "advancements.progress": "%s/%s", + "advancements.sad_label": "ใ… ใ… ", + "advancements.story.cure_zombie_villager.description": "์ข€๋น„ ์ฃผ๋ฏผ์„ ์•ฝํ™”์‹œํ‚จ ํ›„ ์น˜๋ฃŒํ•˜์„ธ์š”", + "advancements.story.cure_zombie_villager.title": "์ข€๋น„ ์˜์‚ฌ", + "advancements.story.deflect_arrow.description": "๋ฐฉํŒจ๋กœ ๋ฐœ์‚ฌ์ฒด๋ฅผ ํŠ•๊ฒจ๋‚ด์„ธ์š”", + "advancements.story.deflect_arrow.title": "์ €ํฌ๋Š” ๊ทธ๋Ÿฐ ๊ฒƒ ๋ฐ›์ง€ ์•Š์Šต๋‹ˆ๋‹ค", + "advancements.story.enchant_item.description": "๋งˆ๋ฒ• ๋ถ€์—ฌ๋Œ€๋กœ ์•„์ดํ…œ์— ๋งˆ๋ฒ•์„ ๋ถ€์—ฌํ•˜์„ธ์š”", + "advancements.story.enchant_item.title": "๋งˆ๋ฒ• ๋ถ€์—ฌ์ž", + "advancements.story.enter_the_end.description": "์—”๋“œ ์ฐจ์›๋ฌธ์— ์ง„์ž…ํ•˜์„ธ์š”", + "advancements.story.enter_the_end.title": "์ด๊ฑธ๋กœ ๋์ด์•ผ?", + "advancements.story.enter_the_nether.description": "๋„ค๋” ์ฐจ์›๋ฌธ์„ ์ง“๊ณ , ๋ถˆ์„ ๋ถ™์—ฌ ๋“ค์–ด๊ฐ€์„ธ์š”", + "advancements.story.enter_the_nether.title": "๋” ๊นŠ์€ ๊ณณ์œผ๋กœ", + "advancements.story.follow_ender_eye.description": "์—”๋”์˜ ๋ˆˆ์„ ๋”ฐ๋ผ๊ฐ€์„ธ์š”", + "advancements.story.follow_ender_eye.title": "์Šค๋ฌด๊ณ ๊ฐœ", + "advancements.story.form_obsidian.description": "ํ‘์š”์„์„ ์–ป์œผ์„ธ์š”", + "advancements.story.form_obsidian.title": "์•„์ด์Šค ๋ฒ„ํ‚ท ์ฑŒ๋ฆฐ์ง€", + "advancements.story.iron_tools.description": "๊ณก๊ดญ์ด๋ฅผ ๊ฐœ์„ ํ•˜์„ธ์š”", + "advancements.story.iron_tools.title": "์ด์   ์ฒ  ์ข€ ๋“ค์–ด๋ผ", + "advancements.story.lava_bucket.description": "์–‘๋™์ด์— ์šฉ์•”์„ ์ฑ„์šฐ์„ธ์š”", + "advancements.story.lava_bucket.title": "ํ™”๋ˆํ•œ ํ™”์ œ", + "advancements.story.mine_diamond.description": "๋‹ค์ด์•„๋ชฌ๋“œ๋ฅผ ์–ป์œผ์„ธ์š”", + "advancements.story.mine_diamond.title": "๋‹ค์ด์•„๋ชฌ๋“œ๋‹ค!", + "advancements.story.mine_stone.description": "์ƒˆ ๊ณก๊ดญ์ด๋กœ ๋Œ์„ ์ฑ„๊ตดํ•˜์„ธ์š”", + "advancements.story.mine_stone.title": "์„๊ธฐ ์‹œ๋Œ€", + "advancements.story.obtain_armor.description": "์ฒ  ๊ฐ‘์˜ท์œผ๋กœ ์Šค์Šค๋กœ๋ฅผ ๋ณดํ˜ธํ•˜์„ธ์š”", + "advancements.story.obtain_armor.title": "์ฐจ๋ ค์ž…๊ธฐ", + "advancements.story.root.description": "๊ฒŒ์ž„์˜ ํ•ต์‹ฌ๊ณผ ์ด์•ผ๊ธฐ", + "advancements.story.root.title": "Minecraft", + "advancements.story.shiny_gear.description": "๋‹ค์ด์•„๋ชฌ๋“œ ๊ฐ‘์˜ท์€ ์ƒ๋ช…์„ ๊ตฌํ•ฉ๋‹ˆ๋‹ค", + "advancements.story.shiny_gear.title": "๋‹ค์ด์•„๋ชฌ๋“œ๋กœ ๋‚  ๊ฐ์‹ธ์ค˜", + "advancements.story.smelt_iron.description": "์ฒ  ์ฃผ๊ดด๋ฅผ ์ œ๋ จํ•˜์„ธ์š”", + "advancements.story.smelt_iron.title": "์ฒ ์ด ์ฒ ์ฒ  ๋„˜์ณ", + "advancements.story.upgrade_tools.description": "๋” ์ข‹์€ ๊ณก๊ดญ์ด๋ฅผ ๋งŒ๋“œ์„ธ์š”", + "advancements.story.upgrade_tools.title": "๋”์šฑ๋” ์ข‹๊ฒŒ", + "advancements.toast.challenge": "๋„์ „ ์™„๋ฃŒ!", + "advancements.toast.goal": "๋ชฉํ‘œ ๋‹ฌ์„ฑ!", + "advancements.toast.task": "๋ฐœ์ „ ๊ณผ์ œ ๋‹ฌ์„ฑ!", + "death.attack.anvil": "%1$s๋‹˜์ด ๋–จ์–ด์ง€๋Š” ๋ชจ๋ฃจ์— ์ง“๋ˆŒ๋ ธ์Šต๋‹ˆ๋‹ค", + "death.attack.anvil.player": "%1$s๋‹˜์ด %2$s๊ณผ(์™€) ์‹ธ์šฐ๋‹ค๊ฐ€ ๋–จ์–ด์ง€๋Š” ๋ชจ๋ฃจ์— ์ง“๋ˆŒ๋ ธ์Šต๋‹ˆ๋‹ค", + "death.attack.arrow": "%1$s๋‹˜์ด %2$s์—๊ฒŒ ์ €๊ฒฉ๋‹นํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.arrow.item": "%1$s๋‹˜์ด %2$s์—๊ฒŒ %3$s(์œผ)๋กœ ์ €๊ฒฉ๋‹นํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.badRespawnPoint.link": "์˜๋„์  ๊ฒŒ์ž„ ์„ค๊ณ„", + "death.attack.badRespawnPoint.message": "%1$s๋‹˜์ด %2$s ๋•Œ๋ฌธ์— ์ฃฝ์—ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.cactus": "%1$s๋‹˜์ด ์ฐ”๋ ค ์ฃฝ์—ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.cactus.player": "%1$s๋‹˜์ด %2$s์—๊ฒŒ์„œ ๋„๋ง์น˜๋ ค๋‹ค ์„ ์ธ์žฅ์— ์ฐ”๋ ธ์Šต๋‹ˆ๋‹ค", + "death.attack.cramming": "%1$s๋‹˜์ด ์œผ๊นจ์ ธ๋ฒ„๋ ธ์Šต๋‹ˆ๋‹ค", + "death.attack.cramming.player": "%1$s๋‹˜์ด %2$s์—๊ฒŒ ์ง“๋ˆŒ๋ ธ์Šต๋‹ˆ๋‹ค", + "death.attack.dragonBreath": "%1$s๋‹˜์ด ๋“œ๋ž˜๊ณค์˜ ์ˆจ๊ฒฐ์— ๊ตฌ์›Œ์กŒ์Šต๋‹ˆ๋‹ค", + "death.attack.dragonBreath.player": "%1$s๋‹˜์ด %2$s ๋•Œ๋ฌธ์— ๋“œ๋ž˜๊ณค์˜ ์ˆจ๊ฒฐ์— ๊ตฌ์›Œ์กŒ์Šต๋‹ˆ๋‹ค", + "death.attack.drown": "%1$s๋‹˜์ด ์ต์‚ฌํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.drown.player": "%1$s๋‹˜์ด %2$s์—๊ฒŒ์„œ ๋„๋ง์น˜๋ ค๋‹ค ์ต์‚ฌํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.dryout": "%1$s๋‹˜์ด ํƒˆ์ˆ˜๋กœ ์ฃฝ์—ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.dryout.player": "%1$s๋‹˜์ด %2$s์—๊ฒŒ์„œ ๋„๋ง์น˜๋ ค๋‹ค ํƒˆ์ˆ˜๋กœ ์ฃฝ์—ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.even_more_magic": "%1$s๋‹˜์ด ๋”์šฑ ์‹ฌ์˜คํ•œ ๋งˆ๋ฒ•์— ๋‹นํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.explosion": "%1$s๋‹˜์ด ํญํŒŒ๋‹นํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.explosion.player": "%1$s๋‹˜์ด %2$s ๋•Œ๋ฌธ์— ํญ์‚ฌํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.explosion.player.item": "%1$s๋‹˜์ด %3$s์„(๋ฅผ) ์‚ฌ์šฉํ•œ %2$s ๋•Œ๋ฌธ์— ํญ์‚ฌํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.fall": "%1$s๋‹˜์ด ๋•…๋ฐ”๋‹ฅ์œผ๋กœ ๊ณค๋‘๋ฐ•์งˆ์ณค์Šต๋‹ˆ๋‹ค", + "death.attack.fall.player": "%1$s๋‹˜์ด %2$s์—๊ฒŒ์„œ ๋„๋ง์น˜๋ ค๋‹ค ๋•…๋ฐ”๋‹ฅ์œผ๋กœ ๊ณค๋‘๋ฐ•์งˆ์ณค์Šต๋‹ˆ๋‹ค", + "death.attack.fallingBlock": "%1$s๋‹˜์ด ๋–จ์–ด์ง€๋Š” ๋ธ”๋ก์— ์ง“๋ˆŒ๋ ธ์Šต๋‹ˆ๋‹ค", + "death.attack.fallingBlock.player": "%1$s๋‹˜์ด %2$s๊ณผ(์™€) ์‹ธ์šฐ๋‹ค๊ฐ€ ๋–จ์–ด์ง€๋Š” ๋ธ”๋ก์— ์ง“๋ˆŒ๋ ธ์Šต๋‹ˆ๋‹ค", + "death.attack.fallingStalactite": "%1$s๋‹˜์ด ๋–จ์–ด์ง€๋Š” ์ข…์œ ์„์— ์ฐ”๋ ธ์Šต๋‹ˆ๋‹ค", + "death.attack.fallingStalactite.player": "%1$s๋‹˜์ด %2$s๊ณผ(์™€) ์‹ธ์šฐ๋‹ค๊ฐ€ ๋–จ์–ด์ง€๋Š” ์ข…์œ ์„์— ์ฐ”๋ ธ์Šต๋‹ˆ๋‹ค", + "death.attack.fireball": "%1$s๋‹˜์ด %2$s๋‹˜์ด ๋˜์ง„ ํ™”์—ผ๊ตฌ์— ๋งž์•˜์Šต๋‹ˆ๋‹ค", + "death.attack.fireball.item": "%1$s๋‹˜์ด %3$s์„(๋ฅผ) ์‚ฌ์šฉํ•œ %2$s๋‹˜์ด ๋˜์ง„ ํ™”์—ผ๊ตฌ์— ๋งž์•˜์Šต๋‹ˆ๋‹ค", + "death.attack.fireworks": "%1$s๋‹˜์ด ๊ต‰์Œ๊ณผ ํ•จ๊ป˜ ํญ์‚ฌํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.fireworks.item": "%1$s๋‹˜์ด %2$s๋‹˜์ด %3$s(์œผ)๋กœ ์œ ํญ์ฃฝ ๋•Œ๋ฌธ์— ๊ต‰์Œ๊ณผ ํ•จ๊ป˜ ํญ์‚ฌํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.fireworks.player": "%1$s๋‹˜์ด %2$s๊ณผ(์™€) ์‹ธ์šฐ๋‹ค๊ฐ€ ๊ต‰์Œ๊ณผ ํ•จ๊ป˜ ํญ์‚ฌํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.flyIntoWall": "%1$s๋‹˜์ด ์šด๋™ ์—๋„ˆ์ง€๋ฅผ ๊ฒฝํ—˜ํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.flyIntoWall.player": "%1$s๋‹˜์ด %2$s์—๊ฒŒ์„œ ๋„๋ง์น˜๋ ค๋‹ค ์šด๋™ ์—๋„ˆ์ง€๋ฅผ ๊ฒฝํ—˜ํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.freeze": "%1$s๋‹˜์ด ์–ผ์–ด ์ฃฝ์—ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.freeze.player": "%1$s๋‹˜์ด %2$s ๋•Œ๋ฌธ์— ์–ผ์–ด ์ฃฝ์—ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.generic": "%1$s๋‹˜์ด ์ฃฝ์—ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.generic.player": "%1$s๋‹˜์ด %2$s ๋•Œ๋ฌธ์— ์ฃฝ์—ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.genericKill": "%1$s๋‹˜์ด ์ฃฝ์—ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.genericKill.player": "%1$s๋‹˜์ด %2$s๊ณผ(์™€) ์‹ธ์šฐ๋Š” ๋„์ค‘ ์ฃฝ์—ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.hotFloor": "%1$s๋‹˜์ด ๋ฐ”๋‹ฅ์ด ์šฉ์•”์ธ ๊ฒƒ์„ ์•Œ์•„์ฑ˜์Šต๋‹ˆ๋‹ค", + "death.attack.hotFloor.player": "%1$s๋‹˜์ด %2$s ๋•Œ๋ฌธ์— ์œ„ํ—˜ ์ง€๋Œ€์— ๋น ์กŒ์Šต๋‹ˆ๋‹ค", + "death.attack.inFire": "%1$s๋‹˜์ด ํ™”์—ผ์— ํœฉ์‹ธ์˜€์Šต๋‹ˆ๋‹ค", + "death.attack.inFire.player": "%1$s๋‹˜์ด %2$s๊ณผ(์™€) ์‹ธ์šฐ๋‹ค๊ฐ€ ๋ถˆ์— ๋น ์กŒ์Šต๋‹ˆ๋‹ค", + "death.attack.inWall": "%1$s๋‹˜์ด ๋ฒฝ ์†์—์„œ ์งˆ์‹ํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.inWall.player": "%1$s๋‹˜์ด %2$s๊ณผ(์™€) ์‹ธ์šฐ๋‹ค๊ฐ€ ๋ฒฝ ์†์—์„œ ์งˆ์‹ํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.indirectMagic": "%1$s๋‹˜์ด %2$s์˜ ๋งˆ๋ฒ•์— ๋‹นํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.indirectMagic.item": "%1$s๋‹˜์ด %2$s์˜ %3$s์— ๋‹นํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.lava": "%1$s๋‹˜์ด ์šฉ์•”์— ๋น ์กŒ์Šต๋‹ˆ๋‹ค", + "death.attack.lava.player": "%1$s๋‹˜์ด %2$s์—๊ฒŒ์„œ ๋„๋ง์น˜๋ ค๋‹ค ์šฉ์•”์— ๋น ์กŒ์Šต๋‹ˆ๋‹ค", + "death.attack.lightningBolt": "%1$s๋‹˜์ด ๋ฒผ๋ฝ์„ ๋งž์•˜์Šต๋‹ˆ๋‹ค", + "death.attack.lightningBolt.player": "%1$s๋‹˜์ด %2$s๊ณผ(์™€) ์‹ธ์šฐ๋‹ค๊ฐ€ ๋ฒผ๋ฝ์„ ๋งž์•˜์Šต๋‹ˆ๋‹ค", + "death.attack.magic": "%1$s๋‹˜์ด ๋งˆ๋ฒ•์— ๋‹นํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.magic.player": "%1$s๋‹˜์ด %2$s์—๊ฒŒ์„œ ๋„๋ง์น˜๋ ค๋‹ค ๋งˆ๋ฒ•์— ๋‹นํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.message_too_long": "์™„์ „ํžˆ ์ „๋‹ฌํ•˜๊ธฐ์—๋Š” ๋ฉ”์‹œ์ง€๊ฐ€ ๋„ˆ๋ฌด ๊ธธ์—ˆ์Šต๋‹ˆ๋‹ค. ์ฃ„์†กํ•ฉ๋‹ˆ๋‹ค! ์ž˜๋ผ๋‚ธ ๋ฉ”์‹œ์ง€์ž…๋‹ˆ๋‹ค: %s", + "death.attack.mob": "%1$s๋‹˜์ด %2$s์—๊ฒŒ ์‚ดํ•ด๋‹นํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.mob.item": "%1$s๋‹˜์ด %2$s์—๊ฒŒ %3$s(์œผ)๋กœ ์‚ดํ•ด๋‹นํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.onFire": "%1$s๋‹˜์ด ๋ถˆํƒ€ ์ฃฝ์—ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.onFire.item": "%1$s๋‹˜์ด %3$s์„(๋ฅผ) ๋“  %2$s๊ณผ(์™€) ์‹ธ์šฐ๋‹ค๊ฐ€ ๋ฐ”์‚ญํ•˜๊ฒŒ ๊ตฌ์›Œ์กŒ์Šต๋‹ˆ๋‹ค", + "death.attack.onFire.player": "%1$s๋‹˜์ด %2$s๊ณผ(์™€) ์‹ธ์šฐ๋‹ค๊ฐ€ ๋ฐ”์‚ญํ•˜๊ฒŒ ๊ตฌ์›Œ์กŒ์Šต๋‹ˆ๋‹ค", + "death.attack.outOfWorld": "%1$s๋‹˜์ด ์„ธ๊ณ„ ๋ฐ–์œผ๋กœ ๋–จ์–ด์กŒ์Šต๋‹ˆ๋‹ค", + "death.attack.outOfWorld.player": "%1$s์€(๋Š”) %2$s๊ณผ(์™€)๋Š” ๋„์ €ํžˆ ํ•œ ํ•˜๋Š˜์„ ๊ฐ™์ด ์ด๊ณ  ์‚ด ์ˆ˜ ์—†์—ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.outsideBorder": "%1$s๋‹˜์ด ์„ธ๊ณ„์˜ ํ•œ๊ณ„๋ฅผ ๋ฒ—์–ด๋‚ฌ์Šต๋‹ˆ๋‹ค", + "death.attack.outsideBorder.player": "%1$s๋‹˜์ด %2$s๊ณผ(์™€) ์‹ธ์šฐ๋‹ค๊ฐ€ ์„ธ๊ณ„์˜ ํ•œ๊ณ„๋ฅผ ๋ฒ—์–ด๋‚ฌ์Šต๋‹ˆ๋‹ค", + "death.attack.player": "%1$s๋‹˜์ด %2$s์—๊ฒŒ ์‚ดํ•ด๋‹นํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.player.item": "%1$s๋‹˜์ด %2$s์—๊ฒŒ %3$s(์œผ)๋กœ ์‚ดํ•ด๋‹นํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.sonic_boom": "%1$s์€(๋Š”) ๊ฐ•ํ•œ ์ŒํŒŒ์˜ ๋น„๋ช…์— ๋ง์‚ด๋์Šต๋‹ˆ๋‹ค", + "death.attack.sonic_boom.item": "%1$s๋‹˜์ด %3$s์„(๋ฅผ) ๋“  %2$s์—๊ฒŒ์„œ ๋„๋ง์น˜๋ ค๋‹ค ๊ฐ•ํ•œ ์ŒํŒŒ์˜ ๋น„๋ช…์— ๋ง์‚ด๋์Šต๋‹ˆ๋‹ค", + "death.attack.sonic_boom.player": "%1$s๋‹˜์ด %2$s์—๊ฒŒ์„œ ๋„๋ง์น˜๋ ค๋‹ค ๊ฐ•ํ•œ ์ŒํŒŒ์˜ ๋น„๋ช…์— ๋ง์‚ด๋์Šต๋‹ˆ๋‹ค", + "death.attack.stalagmite": "%1$s๋‹˜์ด ์„์ˆœ์— ์ฐ”๋ ธ์Šต๋‹ˆ๋‹ค", + "death.attack.stalagmite.player": "%1$s๋‹˜์ด %2$s๊ณผ(์™€) ์‹ธ์šฐ๋‹ค๊ฐ€ ์„์ˆœ์— ์ฐ”๋ ธ์Šต๋‹ˆ๋‹ค", + "death.attack.starve": "%1$s๋‹˜์ด ๊ตถ์–ด ์ฃฝ์—ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.starve.player": "%1$s๋‹˜์ด %2$s๊ณผ(์™€) ์‹ธ์šฐ๋‹ค๊ฐ€ ๊ตถ์–ด ์ฃฝ์—ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.sting": "%1$s๋‹˜์ด ์˜์—ฌ ์ฃฝ์—ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.sting.item": "%1$s๋‹˜์ด %3$s์„(๋ฅผ) ์‚ฌ์šฉํ•œ %2$s์—๊ฒŒ ์˜์—ฌ ์ฃฝ์—ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.sting.player": "%1$s๋‹˜์ด %2$s์—๊ฒŒ ์˜์—ฌ ์ฃฝ์—ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.sweetBerryBush": "%1$s๋‹˜์ด ๋‹ฌ์ฝคํ•œ ์—ด๋งค ๋ค๋ถˆ์— ์ฐ”๋ ค ์ฃฝ์—ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.sweetBerryBush.player": "%1$s๋‹˜์ด %2$s์—๊ฒŒ์„œ ๋„๋ง์น˜๋ ค๋‹ค ๋‹ฌ์ฝคํ•œ ์—ด๋งค ๋ค๋ถˆ์— ์ฐ”๋ ค ์ฃฝ์—ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.thorns": "%1$s๋‹˜์ด %2$s์„(๋ฅผ) ํ•ด์น˜๋ ค๋‹ค ์ฃฝ์—ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.thorns.item": "%1$s๋‹˜์ด %2$s์„(๋ฅผ) ํ•ด์น˜๋ ค๋‹ค %3$s ๋•Œ๋ฌธ์— ์ฃฝ์—ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.thrown": "%1$s๋‹˜์ด %2$s์—๊ฒŒ ๊ตฌํƒ€๋‹นํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.thrown.item": "%1$s๋‹˜์ด %2$s์—๊ฒŒ %3$s(์œผ)๋กœ ๊ตฌํƒ€๋‹นํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.trident": "%1$s๋‹˜์ด %2$s์—๊ฒŒ ์ฐ”๋ ธ์Šต๋‹ˆ๋‹ค", + "death.attack.trident.item": "%1$s๋‹˜์ด %3$s์„(๋ฅผ) ์‚ฌ์šฉํ•œ %2$s์—๊ฒŒ ์ฐ”๋ ธ์Šต๋‹ˆ๋‹ค", + "death.attack.wither": "%1$s๋‹˜์ด ์‚ฌ๊ทธ๋ผ์กŒ์Šต๋‹ˆ๋‹ค", + "death.attack.wither.player": "%1$s๋‹˜์ด %2$s๊ณผ(์™€) ์‹ธ์šฐ๋‹ค๊ฐ€ ์‚ฌ๊ทธ๋ผ์กŒ์Šต๋‹ˆ๋‹ค", + "death.attack.witherSkull": "%1$s๋‹˜์ด %2$s์—๊ฒŒ ํ•ด๊ณจ๋กœ ์ €๊ฒฉ๋‹นํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.attack.witherSkull.item": "%1$s๋‹˜์ด %3$s์„(๋ฅผ) ์‚ฌ์šฉํ•œ %2$s์—๊ฒŒ ํ•ด๊ณจ๋กœ ์ €๊ฒฉ๋‹นํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.fell.accident.generic": "%1$s๋‹˜์ด ๋†’์€ ๊ณณ์—์„œ ๋–จ์–ด์กŒ์Šต๋‹ˆ๋‹ค", + "death.fell.accident.ladder": "%1$s๋‹˜์ด ์‚ฌ๋‹ค๋ฆฌ์—์„œ ๋–จ์–ด์กŒ์Šต๋‹ˆ๋‹ค", + "death.fell.accident.other_climbable": "%1$s๋‹˜์ด ๋ฌด์–ธ๊ฐ€๋ฅผ ํƒ€๊ณ  ์˜ค๋ฅด๋˜ ์ค‘ ๋–จ์–ด์กŒ์Šต๋‹ˆ๋‹ค", + "death.fell.accident.scaffolding": "%1$s๋‹˜์ด ๋น„๊ณ„์—์„œ ๋–จ์–ด์กŒ์Šต๋‹ˆ๋‹ค", + "death.fell.accident.twisting_vines": "%1$s๋‹˜์ด ํœ˜์–ด์ง„ ๋ฉ๊ตด์—์„œ ๋–จ์–ด์กŒ์Šต๋‹ˆ๋‹ค", + "death.fell.accident.vines": "%1$s๋‹˜์ด ๋ฉ๊ตด์—์„œ ๋–จ์–ด์กŒ์Šต๋‹ˆ๋‹ค", + "death.fell.accident.weeping_vines": "%1$s๋‹˜์ด ๋Š˜์–ด์ง„ ๋ฉ๊ตด์—์„œ ๋–จ์–ด์กŒ์Šต๋‹ˆ๋‹ค", + "death.fell.assist": "%1$s์€(๋Š”) %2$s ๋•Œ๋ฌธ์— ์ถ”๋ฝ์„ ํ”ผํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.fell.assist.item": "%1$s์€(๋Š”) %3$s์„(๋ฅผ) ์‚ฌ์šฉํ•œ %2$s ๋•Œ๋ฌธ์— ์ถ”๋ฝ์„ ํ”ผํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.fell.finish": "%1$s๋‹˜์ด ๋„ˆ๋ฌด ๋†’์€ ๊ณณ์—์„œ ๋–จ์–ด์ง„ ํ›„, %2$s์—๊ฒŒ ์ตœํ›„๋ฅผ ๋งž์ดํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.fell.finish.item": "%1$s๋‹˜์ด ๋„ˆ๋ฌด ๋†’์€ ๊ณณ์—์„œ ๋–จ์–ด์ง„ ํ›„, %3$s์„(๋ฅผ) ์‚ฌ์šฉํ•œ %2$s์—๊ฒŒ ์ตœํ›„๋ฅผ ๋งž์ดํ–ˆ์Šต๋‹ˆ๋‹ค", + "death.fell.killer": "%1$s์€(๋Š”) ์ถ”๋ฝ์„ ํ”ผํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค", + "entity.minecraft.allay": "์•Œ๋ ˆ์ด", + "entity.minecraft.area_effect_cloud": "๊ด‘์—ญ ํšจ๊ณผ ๊ตฌ๋ฆ„", + "entity.minecraft.armadillo": "์•„๋ฅด๋งˆ๋”œ๋กœ", + "entity.minecraft.armor_stand": "๊ฐ‘์˜ท ๊ฑฐ์น˜๋Œ€", + "entity.minecraft.arrow": "ํ™”์‚ด", + "entity.minecraft.axolotl": "์•„ํ™€๋กœํ‹€", + "entity.minecraft.bat": "๋ฐ•์ฅ", + "entity.minecraft.bee": "๊ฟ€๋ฒŒ", + "entity.minecraft.blaze": "๋ธ”๋ ˆ์ด์ฆˆ", + "entity.minecraft.block_display": "๋ธ”๋ก ํ‘œ์‹œ", + "entity.minecraft.boat": "๋ณดํŠธ", + "entity.minecraft.bogged": "๋ณด๊ทธ๋“œ", + "entity.minecraft.breeze": "๋ธŒ๋ฆฌ์ฆˆ", + "entity.minecraft.breeze_wind_charge": "๋Œํ’๊ตฌ", + "entity.minecraft.camel": "๋‚™ํƒ€", + "entity.minecraft.cat": "๊ณ ์–‘์ด", + "entity.minecraft.cave_spider": "๋™๊ตด ๊ฑฐ๋ฏธ", + "entity.minecraft.chest_boat": "์ƒ์ž๊ฐ€ ์‹ค๋ฆฐ ๋ณดํŠธ", + "entity.minecraft.chest_minecart": "์ƒ์ž๊ฐ€ ์‹ค๋ฆฐ ๊ด‘์‚ฐ ์ˆ˜๋ ˆ", + "entity.minecraft.chicken": "๋‹ญ", + "entity.minecraft.cod": "๋Œ€๊ตฌ", + "entity.minecraft.command_block_minecart": "๋ช…๋ น ๋ธ”๋ก์ด ์‹ค๋ฆฐ ๊ด‘์‚ฐ ์ˆ˜๋ ˆ", + "entity.minecraft.cow": "์†Œ", + "entity.minecraft.creeper": "ํฌ๋ฆฌํผ", + "entity.minecraft.dolphin": "๋Œ๊ณ ๋ž˜", + "entity.minecraft.donkey": "๋‹น๋‚˜๊ท€", + "entity.minecraft.dragon_fireball": "๋“œ๋ž˜๊ณค ํ™”์—ผ๊ตฌ", + "entity.minecraft.drowned": "๋“œ๋ผ์šด๋“œ", + "entity.minecraft.egg": "๋˜์ ธ์ง„ ๋‹ฌ๊ฑ€", + "entity.minecraft.elder_guardian": "์—˜๋” ๊ฐ€๋””์–ธ", + "entity.minecraft.end_crystal": "์—”๋“œ ์ˆ˜์ •", + "entity.minecraft.ender_dragon": "์—”๋” ๋“œ๋ž˜๊ณค", + "entity.minecraft.ender_pearl": "๋˜์ ธ์ง„ ์—”๋” ์ง„์ฃผ", + "entity.minecraft.enderman": "์—”๋”๋งจ", + "entity.minecraft.endermite": "์—”๋”๋งˆ์ดํŠธ", + "entity.minecraft.evoker": "์†Œํ™˜์‚ฌ", + "entity.minecraft.evoker_fangs": "์†Œํ™˜์‚ฌ ์†ก๊ณณ๋‹ˆ", + "entity.minecraft.experience_bottle": "๋˜์ ธ์ง„ ๊ฒฝํ—˜์น˜ ๋ณ‘", + "entity.minecraft.experience_orb": "๊ฒฝํ—˜ ๊ตฌ์Šฌ", + "entity.minecraft.eye_of_ender": "์—”๋”์˜ ๋ˆˆ", + "entity.minecraft.falling_block": "๋–จ์–ด์ง€๋Š” ๋ธ”๋ก", + "entity.minecraft.falling_block_type": "๋–จ์–ด์ง€๋Š” %s", + "entity.minecraft.fireball": "ํ™”์—ผ๊ตฌ", + "entity.minecraft.firework_rocket": "ํญ์ฃฝ ๋กœ์ผ“", + "entity.minecraft.fishing_bobber": "๋‚š์‹œ์ฐŒ", + "entity.minecraft.fox": "์—ฌ์šฐ", + "entity.minecraft.frog": "๊ฐœ๊ตฌ๋ฆฌ", + "entity.minecraft.furnace_minecart": "ํ™”๋กœ๊ฐ€ ์‹ค๋ฆฐ ๊ด‘์‚ฐ ์ˆ˜๋ ˆ", + "entity.minecraft.ghast": "๊ฐ€์ŠคํŠธ", + "entity.minecraft.giant": "๊ฑฐ์ธ", + "entity.minecraft.glow_item_frame": "๋ฐœ๊ด‘ ์•„์ดํ…œ ์•ก์ž", + "entity.minecraft.glow_squid": "๋ฐœ๊ด‘ ์˜ค์ง•์–ด", + "entity.minecraft.goat": "์—ผ์†Œ", + "entity.minecraft.guardian": "๊ฐ€๋””์–ธ", + "entity.minecraft.hoglin": "ํ˜ธ๊ธ€๋ฆฐ", + "entity.minecraft.hopper_minecart": "ํ˜ธํผ๊ฐ€ ์‹ค๋ฆฐ ๊ด‘์‚ฐ ์ˆ˜๋ ˆ", + "entity.minecraft.horse": "๋ง", + "entity.minecraft.husk": "ํ—ˆ์Šคํฌ", + "entity.minecraft.illusioner": "ํ™˜์ˆ ์‚ฌ", + "entity.minecraft.interaction": "์ƒํ˜ธ ์ž‘์šฉ", + "entity.minecraft.iron_golem": "์ฒ  ๊ณจ๋ ˜", + "entity.minecraft.item": "์•„์ดํ…œ", + "entity.minecraft.item_display": "์•„์ดํ…œ ํ‘œ์‹œ", + "entity.minecraft.item_frame": "์•„์ดํ…œ ์•ก์ž", + "entity.minecraft.killer_bunny": "์‚ด์ธ ํ† ๋ผ", + "entity.minecraft.leash_knot": "๋ˆ ๋งค๋“ญ", + "entity.minecraft.lightning_bolt": "๋ฒผ๋ฝ", + "entity.minecraft.llama": "๋ผ๋งˆ", + "entity.minecraft.llama_spit": "๋ผ๋งˆ ์นจ", + "entity.minecraft.magma_cube": "๋งˆ๊ทธ๋งˆ ํ๋ธŒ", + "entity.minecraft.marker": "ํ‘œ์ง€", + "entity.minecraft.minecart": "๊ด‘์‚ฐ ์ˆ˜๋ ˆ", + "entity.minecraft.mooshroom": "๋ฌด์‹œ๋ฃธ", + "entity.minecraft.mule": "๋…ธ์ƒˆ", + "entity.minecraft.ocelot": "์˜ค์‹ค๋กฏ", + "entity.minecraft.ominous_item_spawner": "๋ถˆ๊ธธํ•œ ์•„์ดํ…œ ์ƒ์„ฑ๊ธฐ", + "entity.minecraft.painting": "๊ทธ๋ฆผ", + "entity.minecraft.panda": "ํŒ๋‹ค", + "entity.minecraft.parrot": "์•ต๋ฌด์ƒˆ", + "entity.minecraft.phantom": "ํŒฌํ…€", + "entity.minecraft.pig": "๋ผ์ง€", + "entity.minecraft.piglin": "ํ”ผ๊ธ€๋ฆฐ", + "entity.minecraft.piglin_brute": "๋‚œํญํ•œ ํ”ผ๊ธ€๋ฆฐ", + "entity.minecraft.pillager": "์•ฝํƒˆ์ž", + "entity.minecraft.player": "ํ”Œ๋ ˆ์ด์–ด", + "entity.minecraft.polar_bear": "๋ถ๊ทน๊ณฐ", + "entity.minecraft.potion": "๋ฌผ์•ฝ", + "entity.minecraft.pufferfish": "๋ณต์–ด", + "entity.minecraft.rabbit": "ํ† ๋ผ", + "entity.minecraft.ravager": "ํŒŒ๊ดด์ˆ˜", + "entity.minecraft.salmon": "์—ฐ์–ด", + "entity.minecraft.sheep": "์–‘", + "entity.minecraft.shulker": "์…œ์ปค", + "entity.minecraft.shulker_bullet": "์…œ์ปค ํƒ„ํ™˜", + "entity.minecraft.silverfish": "์ข€๋ฒŒ๋ ˆ", + "entity.minecraft.skeleton": "์Šค์ผˆ๋ ˆํ†ค", + "entity.minecraft.skeleton_horse": "์Šค์ผˆ๋ ˆํ†ค ๋ง", + "entity.minecraft.slime": "์Šฌ๋ผ์ž„", + "entity.minecraft.small_fireball": "์ž‘์€ ํ™”์—ผ๊ตฌ", + "entity.minecraft.sniffer": "์Šค๋‹ˆํผ", + "entity.minecraft.snow_golem": "๋ˆˆ ๊ณจ๋ ˜", + "entity.minecraft.snowball": "๋ˆˆ๋ฉ์ด", + "entity.minecraft.spawner_minecart": "๋ชฌ์Šคํ„ฐ ์ƒ์„ฑ๊ธฐ๊ฐ€ ์‹ค๋ฆฐ ๊ด‘์‚ฐ ์ˆ˜๋ ˆ", + "entity.minecraft.spectral_arrow": "๋ถ„๊ด‘ ํ™”์‚ด", + "entity.minecraft.spider": "๊ฑฐ๋ฏธ", + "entity.minecraft.squid": "์˜ค์ง•์–ด", + "entity.minecraft.stray": "์ŠคํŠธ๋ ˆ์ด", + "entity.minecraft.strider": "์ŠคํŠธ๋ผ์ด๋”", + "entity.minecraft.tadpole": "์˜ฌ์ฑ™์ด", + "entity.minecraft.text_display": "๋ฌธ์ž ํ‘œ์‹œ", + "entity.minecraft.tnt": "์ ํ™”๋œ TNT", + "entity.minecraft.tnt_minecart": "TNT๊ฐ€ ์‹ค๋ฆฐ ๊ด‘์‚ฐ ์ˆ˜๋ ˆ", + "entity.minecraft.trader_llama": "์ƒ์ธ ๋ผ๋งˆ", + "entity.minecraft.trident": "์‚ผ์ง€์ฐฝ", + "entity.minecraft.tropical_fish": "์—ด๋Œ€์–ด", + "entity.minecraft.tropical_fish.predefined.0": "์•„๋„ค๋ชจ๋„ค", + "entity.minecraft.tropical_fish.predefined.1": "๊ธด์ฝ”์–‘์ฅ๋”", + "entity.minecraft.tropical_fish.predefined.10": "๊นƒ๋Œ€๋”", + "entity.minecraft.tropical_fish.predefined.11": "์˜ค๋„ค์ดํŠธ ๋‚˜๋น„๊ณ ๊ธฐ", + "entity.minecraft.tropical_fish.predefined.12": "๋น„๋Š˜๋”", + "entity.minecraft.tropical_fish.predefined.13": "์—ฌ์™• ์‹ ์„ ๋”", + "entity.minecraft.tropical_fish.predefined.14": "๋นจ๊ฐ„ ์‹œํด๋ฆฌ๋“œ", + "entity.minecraft.tropical_fish.predefined.15": "๋นจ๊ฐ„ ์ž…์ˆ  ๋ฒ ๋„๋ผ์น˜", + "entity.minecraft.tropical_fish.predefined.16": "๋นจ๊ฐ„ํ‰๋”", + "entity.minecraft.tropical_fish.predefined.17": "๋‚ ๊ฐ€์ง€์ˆญ์–ด", + "entity.minecraft.tropical_fish.predefined.18": "ํ† ๋งˆํ†  ํฐ๋™๊ฐ€๋ฆฌ", + "entity.minecraft.tropical_fish.predefined.19": "์ฅ์น˜๋ณต", + "entity.minecraft.tropical_fish.predefined.2": "๋‚จ์–‘์ฅ๋”", + "entity.minecraft.tropical_fish.predefined.20": "๋…ธ๋ž‘๊ผฌ๋ฆฌ๋น„๋Š˜๋”", + "entity.minecraft.tropical_fish.predefined.21": "๋…ธ๋ž‘์–‘์ฅ๋”", + "entity.minecraft.tropical_fish.predefined.3": "๋‚˜๋น„๊ณ ๊ธฐ", + "entity.minecraft.tropical_fish.predefined.4": "์‹œํด๋ฆฌ๋“œ", + "entity.minecraft.tropical_fish.predefined.5": "ํฐ๋™๊ฐ€๋ฆฌ", + "entity.minecraft.tropical_fish.predefined.6": "์†œ์‚ฌํƒ• ๋ฒ ํƒ€", + "entity.minecraft.tropical_fish.predefined.7": "๋„ํ‹ฐ๋ฐฑ", + "entity.minecraft.tropical_fish.predefined.8": "ํ™ฉ์ ํ‰๋”", + "entity.minecraft.tropical_fish.predefined.9": "์ด‰์ˆ˜", + "entity.minecraft.tropical_fish.type.betty": "์‹ธ์›€๊ณ ๊ธฐ", + "entity.minecraft.tropical_fish.type.blockfish": "์‚ฌ๊ฐ๊ณ ๊ธฐ", + "entity.minecraft.tropical_fish.type.brinely": "์†Œ๊ธˆ์น˜", + "entity.minecraft.tropical_fish.type.clayfish": "์ ํ† ๊ณ ๊ธฐ", + "entity.minecraft.tropical_fish.type.dasher": "๋‚ ์Œ˜๋Œ์ด", + "entity.minecraft.tropical_fish.type.flopper": "ํผ๋•์ด", + "entity.minecraft.tropical_fish.type.glitter": "๋ฐ˜์ง์ด", + "entity.minecraft.tropical_fish.type.kob": "๋ณด๊ตฌ์น˜", + "entity.minecraft.tropical_fish.type.snooper": "์„œ์„ฑ์ด", + "entity.minecraft.tropical_fish.type.spotty": "์ ๋ฐ•์ด", + "entity.minecraft.tropical_fish.type.stripey": "์ค„๋ฌด๋Šฌ", + "entity.minecraft.tropical_fish.type.sunstreak": "๋ณ•๊ธˆ๊ณ ๊ธฐ", + "entity.minecraft.turtle": "๊ฑฐ๋ถ", + "entity.minecraft.vex": "๋ฒก์Šค", + "entity.minecraft.villager": "์ฃผ๋ฏผ", + "entity.minecraft.villager.armorer": "๊ฐ‘์˜ท ์ œ์กฐ์ธ", + "entity.minecraft.villager.butcher": "๋„์‚ด์—…์ž", + "entity.minecraft.villager.cartographer": "์ง€๋„ ์ œ์ž‘์ž", + "entity.minecraft.villager.cleric": "์„ฑ์ง์ž", + "entity.minecraft.villager.farmer": "๋†๋ถ€", + "entity.minecraft.villager.fisherman": "์–ด๋ถ€", + "entity.minecraft.villager.fletcher": "ํ™”์‚ด ์ œ์กฐ์ธ", + "entity.minecraft.villager.leatherworker": "๊ฐ€์ฃฝ ์„ธ๊ณต์ธ", + "entity.minecraft.villager.librarian": "์‚ฌ์„œ", + "entity.minecraft.villager.mason": "์„๊ณต", + "entity.minecraft.villager.nitwit": "๋ฉ์ฒญ์ด", + "entity.minecraft.villager.none": "์ฃผ๋ฏผ", + "entity.minecraft.villager.shepherd": "์–‘์น˜๊ธฐ", + "entity.minecraft.villager.toolsmith": "๋„๊ตฌ ๋Œ€์žฅ์žฅ์ด", + "entity.minecraft.villager.weaponsmith": "๋ฌด๊ธฐ ๋Œ€์žฅ์žฅ์ด", + "entity.minecraft.vindicator": "๋ณ€๋ช…์ž", + "entity.minecraft.wandering_trader": "๋– ๋Œ์ด ์ƒ์ธ", + "entity.minecraft.warden": "์›Œ๋“ ", + "entity.minecraft.wind_charge": "๋Œํ’๊ตฌ", + "entity.minecraft.witch": "๋งˆ๋…€", + "entity.minecraft.wither": "์œ„๋”", + "entity.minecraft.wither_skeleton": "์œ„๋” ์Šค์ผˆ๋ ˆํ†ค", + "entity.minecraft.wither_skull": "์œ„๋” ํ•ด๊ณจ", + "entity.minecraft.wolf": "๋Š‘๋Œ€", + "entity.minecraft.zoglin": "์กฐ๊ธ€๋ฆฐ", + "entity.minecraft.zombie": "์ข€๋น„", + "entity.minecraft.zombie_horse": "์ข€๋น„ ๋ง", + "entity.minecraft.zombie_villager": "์ข€๋น„ ์ฃผ๋ฏผ", + "entity.minecraft.zombified_piglin": "์ข€๋น„ํ™” ํ”ผ๊ธ€๋ฆฐ", + "entity.not_summonable": "%s ์œ ํ˜•์˜ ๊ฐœ์ฒด๋ฅผ ์†Œํ™˜ํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค" +} diff --git a/DiscordBot/src/main/templates/META-INF/neoforge.mods.toml b/DiscordBot/src/main/templates/META-INF/neoforge.mods.toml new file mode 100644 index 0000000..79d5eb1 --- /dev/null +++ b/DiscordBot/src/main/templates/META-INF/neoforge.mods.toml @@ -0,0 +1,32 @@ +modLoader = "kotlinforforge" +loaderVersion = "${loader_version_range}" +license = "${mod_license}" +issueTrackerURL = "" + +[[mods]] +modId = "${mod_id}" +version = "${mod_version}" +displayName = "${mod_name}" +authors = "${mod_authors}" +description = '''${mod_description}''' + +[[dependencies.${mod_id}]] +modId = "neoforge" +type = "required" +versionRange = "${neo_version_range}" +ordering = "NONE" +side = "BOTH" + +[[dependencies.${mod_id}]] +modId = "minecraft" +type = "required" +versionRange = "${minecraft_version_range}" +ordering = "NONE" +side = "BOTH" + +[[dependencies.${mod_id}]] +modId = "kotlinforforge" +type = "required" +versionRange = "[5.3.0,)" +ordering = "NONE" +side = "BOTH" diff --git a/README.md b/README.md index f62419c..652ccbe 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ NeoForge 1.21.1 ๊ธฐ๋ฐ˜ ๋งˆ์ธํฌ๋ž˜ํ”„ํŠธ ์„œ๋ฒ„ ๋ชจ๋“œ ๋ชจ์Œ์ž…๋‹ˆ๋‹ค. | ------------------------------- | ------------------------------------- | | [Essentials](./Essentials/) | ์„œ๋ฒ„ ํ•„์ˆ˜ ๊ธฐ๋Šฅ (์ขŒํ‘œ ๊ด€๋ฆฌ, ๋‹‰๋„ค์ž„ ๋“ฑ) | | [ServerStatus](./ServerStatus/) | HTTP API๋กœ ์„œ๋ฒ„ ์ƒํƒœ ์ œ๊ณต | +| [DiscordBot](./DiscordBot/) | Discord ์›นํ›…์œผ๋กœ ์„œ๋ฒ„ ์ด๋ฒคํŠธ ์ „์†ก | --- @@ -45,6 +46,7 @@ NeoForge 1.21.1 ๊ธฐ๋ฐ˜ ๋งˆ์ธํฌ๋ž˜ํ”„ํŠธ ์„œ๋ฒ„ ๋ชจ๋“œ ๋ชจ์Œ์ž…๋‹ˆ๋‹ค. minecraft-mod/ โ”œโ”€โ”€ Essentials/ # ์„œ๋ฒ„ ํ•„์ˆ˜ ๊ธฐ๋Šฅ ๋ชจ๋“œ โ”œโ”€โ”€ ServerStatus/ # ์„œ๋ฒ„ ์ƒํƒœ API ๋ชจ๋“œ +โ”œโ”€โ”€ DiscordBot/ # Discord ์—ฐ๋™ ๋ชจ๋“œ โ””โ”€โ”€ .gitignore ```