Essentials: Difference between revisions
From Kaboom Wiki
Add citation for Essentials being discontinued |
Koshchki123 (talk | contribs) text = makes "text" the size of an article title. Please use == text |
||
| Line 7: | Line 7: | ||
gc is a command provided by Essentials that displays server metrics such as RAM usage, loaded chunks, block entity count and TPS. Unfortunately, their implementation uses an older part of the Bukkit API which unnecessarily creates a clone of all block entities, leading to severe lag spikes when the command is invoked with lots of block entities. Fortunately, this is patched in [[PaperMixins]]. | gc is a command provided by Essentials that displays server metrics such as RAM usage, loaded chunks, block entity count and TPS. Unfortunately, their implementation uses an older part of the Bukkit API which unnecessarily creates a clone of all block entities, leading to severe lag spikes when the command is invoked with lots of block entities. Fortunately, this is patched in [[PaperMixins]]. | ||
=References= | ==References== | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
Latest revision as of 06:07, 12 August 2026
Essentials is a plugin that provides over 160 commands. The plugin has been in development since at least 2011.
The original Essentials plugin was discontinued in 2015[1], however, a fork called EssentialsX is still maintained to this day and is what is used on the Kaboom server.
/gc[edit]
gc is a command provided by Essentials that displays server metrics such as RAM usage, loaded chunks, block entity count and TPS. Unfortunately, their implementation uses an older part of the Bukkit API which unnecessarily creates a clone of all block entities, leading to severe lag spikes when the command is invoked with lots of block entities. Fortunately, this is patched in PaperMixins.
References[edit]
- ↑ ESS3 news. Archived from the original on August 4, 2026.