Essentials: Difference between revisions

From Kaboom Wiki
No edit summary
text = makes "text" the size of an article title. Please use == text
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
'''Essentials''' is a plugin that provides over 160 commands. The plugin has been in development since at least 2011.
'''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, however, a fork called EssentialsX is still maintained to this day and is what is used on the [[Kaboom]] server.
The original Essentials plugin was discontinued in 2015<ref>{{Cite web|url=https://wiki.mc-ess.net/wiki/Main_Page#News|title=ESS3 news|archiveurl=https://web.archive.org/web/20260804015337/https://wiki.mc-ess.net/wiki/Main_Page#News|archivedate=4 August 2026|}}</ref>, however, a fork called EssentialsX is still maintained to this day and is what is used on the [[Kaboom]] server.


==/gc==
==/gc==


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==


[[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]

  1. ESS3 news. Archived from the original on August 4, 2026.