🎨발전하기

Learn how to userize the server.

Using a modified server platform like Plazma instead of the official server platform provided by Mojang Studios is because the most significant reason is the ability for customization.

Below are various ways to customize and utilize Plazma.

Configuration Modification

The most basic way to customize Plazma is to modify the configuration.

Plazma provides powerful configuration settings from game mechanics to mob attributes.

Refer to the following page for explanations about Plazma's configurations.

📋Configuration

Plugin Usage

Plazma be supportin' all plugins based on Paper.

For Spigot plugins, there may be some issues due to mappin' changes from Paper 1.20.5 onwards, but most plugins based on Paper like Paper, Pufferfish, and Purpur be workin' on Plazma as well, and if they don't be workin' properly, it be an error of Plazma, so please report it immediately.

Bein' a major reason for usin' Plazma and the most powerful way to customize Plazma. Plazma's powerful plugin ecosystem makes it easy to customize servers.

There be various ways to find and download plugins. Some plugins be uploaded to public repository services, while others be uploaded to GitHub or their own sites.

Plugins can directly access the system!

Always make sure to check if a plugin be safe by usin' services like VirusTotal before applyin' it, or download plugins from trusted services.

There be several services used to download plugins. Among them, SpigotMC Forum, BukkitDev (CurseForge), Modrinth, Hanger be services that go through a review process before plugins be uploaded, makin' sure only safe plugins be distributed.

Applyin' Plugins

Once ye have downloaded a plugin, it be time to apply it.

  1. Plugins be in .jar or Java Executable File format. Some plugins may be compressed, in which case ye should unzip them and if there be files with bukkit, spigot, or paper in their names, use the fat file if there be one.

  2. Put the downloaded file in the plugins folder of the server directory and restart the server.

  3. When Plazma starts, new content will be output to the console. This means that Plazma has properly loaded the plugins.

  4. Even if Plazma has loaded the plugins properly, they may not have started. Ye can use the /plugins command to load the currently installed plugins on the server. If the plugin names be not in red but in green, then the plugins have been loaded properly.

If the plugins haven't loaded properly, ye can find solutions on the followin' page.

Plugin

Usin' Data Packs

Data Packs be a way to customize Minecraft similar to .

With Data Packs, ye can modify parts of the game like addin' new creatures and challenges.

Data Packs can damage worlds!

Some faulty Data Packs can damage worlds irreversibly.

Therefore, it be recommended to backup the world before applyin' Data Packs.

Data Packs can be downloaded from various services like CurseForge, Modrinth, Planet Minecraft and others.

Once ye have downloaded a Data Pack, ye can apply it by puttin' it in the datapacks folder of the server's world directory. If the folder doesn't exist, ye can create it and add the Data Pack.

may not apply correctly when first applied.

In such cases, it be recommended to restart the server 2 times.

Data Packs can easily get damaged with each Minecraft update.

Especially when Data Packs be completely damaged, the server may crash, so it be important to thoroughly test before updatin' the server.

After the server startin' command, ye can enter safeMode to disable all Data Packs before startin' the server.

For more details, consult Reference > Arguments and Properties.

Ye can check the applied Data Packs with the /datapack list command.


Optimization

Plazma has many optimization patches applied. Also, when Plazma first starts, it automatically optimizes the configuration so if you follow Getting Started guide, there is no need for additional optimization tasks.

However, if many players join or the world size is massive, you can perform additional optimization tasks through the following guide.

🧹Optimization

Proxy

Proxies connect servers and allow players to move between servers or communicate with other servers without additional work.

Refer to the following page for information on safe and proper proxy settings.

🔀Matey

Safety

As Minecraft mods advance, it is easy to find online.

While most vulnerabilities that can run in regular games are , attacking vulnerabilities through third-party loaders is not blocked.

Therefore, if the server is public, it is recommended to install anti-cheat plugins to block vulnerability usage and configure proxies, automatic restarts, backups, etc., to quickly recover the server if it goes down.

Permission Settings

Some plugin admin commands may have vulnerabilities if permissions are not properly set.

It is recommended to use permission management plugins like LuckPerms to restrict permissions for regular users.

X-Ray Blocking

X-Ray is one of the vulnerabilities easily accessible even in basic optimization clients.

Plazma provides configurations to block X-Ray by default.

Please refer to the following page for X-Ray blocking methods and explanations.

🩻Spyglass Blockade

Whitelist

If only some users can access the server, it is recommended to use Ngrok to use or set up a whitelist to prevent other players from accessing the server.

You can allow a player's access by using /whitelist add <player> in the server console or prohibit a player's access again with /whitelist remove <player>.

Use /whitelist query to see players allowed to access.


Last updated