Skip to content

Latest commit

 

History

History
87 lines (66 loc) · 4.25 KB

README.md

File metadata and controls

87 lines (66 loc) · 4.25 KB
description
Learn about what Plazma is as a server platform.

❓ What is Plazma?

  • Plazma is a server platform based on Paper that takes only the advantages of Andromeda and Fusion.
  • We are always striving to provide high stability, powerful performance, fast updates, and extensive features.

📋 Goals of Plazma

  • We are working hard to become a server platform with fast updates and high stability.
  • We are striving to provide extensive features and powerful performance comparable to mod platforms.
  • We are working towards creating a free platform that allows customization of vanilla patches.

⚙️ Key Features

  1. Powerful Plugin Ecosystem
    Based on Paper, most of the latest plugins1 available for download on the internet work properly.
  2. Optimization without the need for settings
    Containing all patches from Pufferfish, with some built-in optimizations and modes, it provides the best performance.
  3. Customizable game to your liking
    Purpur included in Plazma allows you to modify the overall attributes of the game.
  4. Play on a server safely
    Includes No Chat Reports to disable Mojang2's chat reporting system3 added from 1.19, allowing you to play on a server without tracking with the complete removal of diagnostic data collectors.
  5. Fastest updates
    AlwaysUpToDate ensures that Plazma's included patches are always kept up to date, providing the fastest updates among Paper-based server platforms.
  6. Optimized default configuration files
    The default configuration files are optimized, eliminating the need for manual optimization.
  7. Systematically functioning multithreading
    Asynchronously synchronizing system mechanisms unrelated to game mechanics to reduce latency4 and optimize the server.
  8. Blocking unnecessary space usage
    Consolidating data with similar values reduces memory usage.

Want to learn more about Plazma?

{% content-ref url="patches-list.md" %} patches-list.md {% endcontent-ref %}

✨ Use Cases

  • Platform that handles complex plugins correctly
    Plazma is used on the server of developer IPECTER. With self-plugins that operate with NMS and reflection, and a large number of complex and massive data packs applied, it can handle over 100 players without performance degradation.
  • Platform that maintains fast performance on RPG servers
    Maintained 100 players on a single cluster without TPS drop, and 250 players in total were able to play comfortably on 4 clusters.
  • Platform that shines light on chunks/entities
    By switching from Purpur to Plazma, the platform for survival servers that previously experienced delays in processing chunks and entities, was able to reduce most of the delays.
  • Platform chosen by many streamers
    It is being chosen as a bucket for viewer participation by many streamers.
Real-time Plazma user trend

⬇️ Download

You can download Plazma from the page below.

{% content-ref url="downloads.md" %} downloads.md {% endcontent-ref %}

Want detailed information on supported versions?

{% content-ref url="supported-versions.md" %} supported-versions.md {% endcontent-ref %}


Footnotes

  1. Bukkit, CraftBukkit, Spigot plugins, and Paper, Pufferfish, Purpur plugins.

  2. Below Microsoft Corporation.

  3. Disabling the chat reporting system ensures that chat is processed only on the server, preventing Mojang's chat tracking.

  4. The system mechanism temporarily pauses the game to operate.