🎨발전하기
Learn how to customize the server.
Mojang Studios에서 제공하는 공식 서버 플랫폼을 사용하지 않고 Plazma와 같이 수정된 서버 플랫폼을 사용하는 이유는 강력한 사용자화가 가능하다는 점이 가장 클 것입니다.
Below are various ways to customize and utilize Plazma.
Configuration Modification
The most basic way to customize Plazma is to modify its configuration.
Plazma provides powerful configuration settings ranging from game mechanics to mob properties.
Refer to the following page for an explanation of Plazma's configurations.
📋구성Plugin Usage
Plazma는 Paper 기반의 모든 플러그인을 정상 지원합니다.
Spigot 플러그인의 경우 1.20.5부터 Paper의 매핑 변화로 일부 동작하지 않을 수 있지만, Paper, Pufferfish 및 Purpur 등 Paper를 기반으로 하는 대부분의 플러그인은 Plazma에서도 모두 작동하며, 만약 정상적으로 작동하지 않을 경우 Plazma의 오류이므로 즉시 신고해주시기 바랍니다.
This is the main reason for using Plazma and the most powerful way to customize Plazma. Plazma's powerful plugin ecosystem makes it easy to customize the server.
There are several ways to find and download plugins. 어떤 플러그인은 공개 저장소 서비스에 플러그인을 업로드 하고, 어떤 플러그인은 GitHub 또는 자체 사이트에 업로드하기도 합니다.
플러그인은 시스템에 직접적으로 접근할 수 있습니다!
VirusTotal 등의 서비스를 이용하여 플러그인을 적용하기 전 항상 안전한지 확인하거나, 신뢰 가능한 서비스에서 플러그인을 다운로드 하세요.
There are various services used to download plugins. Among them, SpigotMC Forum, BukkitDev (CurseForge), Modrinth, Hanger, etc. review plugins before they are uploaded to ensure that only safe plugins are distributed.
Applying Plugins
Once you have downloaded the plugins, it's time to apply them.
플러그인은
.jar
또는Java Executable File
로 되어 있습니다. 일부 플러그인은 압축 파일로 압축되어 있는 경우도 있는데, 그런 경우 압축을 풀어 이름에bukkit
,spigot
또는paper
가 포함되어 있고,fat
이 포함된 파일이 함께 있는 경우fat
파일을 사용하면 됩니다.Place the downloaded file in the
plugins
folder of the server directory and (re)start the server.When Plazma starts, new content will be output on the console. This means that Plazma has successfully loaded the plugins.
Even if Plazma has successfully loaded the plugins, they may not start. You can load the currently loaded plugins on the server using the
/plugins
command. 설치한 플러그인의 이름이 적색이 아닌 녹색이라면 플러그인이 정상적으로 로드된 것입니다.
If the plugins have not loaded correctly, you can find solutions on the following page.
⏬플러그인Using Datapacks
데이터팩은 Minecraft가 기본적으로 제공하는 사용자화 방법으로써, 리소스팩과 유사합니다.
With datapacks, you can modify parts of the game such as adding new creature groups and challenges.
데이터팩은 월드를 손상시킬 수 있습니다!
Some faulty datapacks can damage worlds irreversibly.
Therefore, it is recommended to back up the world before applying datapacks.
데이터팩 또한 여러 서비스에서 다운로드 할 수 있으며, CurseForge, Modrinth, Planet Minecraft 등 여러 서비스에서 찾을 수 있습니다.
Once downloaded, you can apply datapacks by placing them in the datapacks
folder of the server's world directory. If the folder does not exist, create it and add the datapacks.
의 경우 처음 적용시 정상적으로 적용되지 않을 수 있습니다.
In such cases, it is recommended to restart the server twice.
Datapacks can easily be corrupted when Minecraft updates its version.
특히, 데이터팩이 완전히 손상된 경우, 서버가 충돌하기 때문에, 서버를 업데이트하기 전 충분한 테스트를 거치는 것이 중요합니다.
서버 시작 명령어 뒤에 safeMode
를 입력하여 데이터팩을 모두 비활성화 한 뒤 서버를 시작할 수 있습니다.
You can check the applied datapacks using the /datapack list
command.
Optimization
Plazma has many optimization patches applied. 또한, Plazma가 처음으로 시작되면 자동으로 구성을 최적화 하므로 시작하기 설명서를 따른 경우 추가적인 최적화 작업을 할 필요가 없습니다.
하지만, 많은 플레이어가 접속하거나, 월드의 크기가 방대한 경우, 아래 설명서를 통해 추가적인 최적화 작업을 할 수 있습니다.
🧹OptimizationProxy
프록시는 서버를 서로 연결하고 플레이어가 추가적인 작업 없이 서버를 이동하거나, 다른 서버와 소통할 수 있게 합니다.
Refer to the below page for information on safe and proper proxy settings.
🔀ProxySafety
As Minecraft mods develop, it is easy to find vulnerability attack engines online.
일반 게임에서도 실행 가능한 대부분의 취약점은 , 서드파티 로더를 통해 취약점을 공격하는것은 차단되어 있지 않습니다.
따라서, 서버가 공개되어 있는 경우, 안티 치트 플러그인 등을 설치하여 취약점 사용을 차단하고, 프록시 및 자동 재시작, 백업 등을 구성하여 서버가 다운되어도 빠르게 복구할 수 있도록 하는 것이 권장됩니다.
Permission Settings
Some plugin administrator commands may have vulnerabilities if permissions are not properly set.
LuckPerms 등의 권한 관리 플러그인을 사용하여 일반 사용자의 권한을 제한하는 조치를 하는것이 권장됩니다.
X-Ray Blocking
X-Ray is one of the vulnerabilities that can easily be used even in basic optimization clients.
Plazma provides a configuration that can block X-Ray by default.
Please refer to the below page for X-Ray blocking methods and explanations.
🩻X-Ray BlockingWhitelist
일부 사용자만 서버에 접속할 수 있도록 하는 경우, Ngrok을 사용하여 하거나, 화이트리스트를 설정하여 다른 플레이어가 서버에 접속하지 못하도록 하는 것도 권장됩니다.
서버 콘솔에서 /whitelist add <player>
를 통해 플레이어의 접속을 허용하거나, /whitelist remove <player>
로 플레이어의 접속을 다시 금지할 수 있습니다.
Use /whitelist query
to see players who are allowed access.
Last updated