CommandPack - The Essentials plugin analog

A new version has been released for CommandPack, it is available for download here.


  • The /pay command has been fixed.

A new version has been released for CommandPack, it is available for download here.


API Update


  • Added the ability to assign custom storage for economy and punishment data via the SetDataStorageEvent event.
  • Added the ability to get the owner of an item to the EntityItem interface.

A new version has been released for CommandPack, it is available for download here.


API12


  • The use of Forge classes has been completely removed from the main part of the plugin. Information about installed mods on the modified server is now collected via mixin. Forge and NeoForge mods are supported. Getting a player’s mod list is only available on LexForge for now. NeoForge does not have the necessary API.
  • The reading of packet data has been improved. Non-printable characters are now replaced by spaces after byte to string conversion. If there are extra spaces at the end of the resulting string, they will be removed.
  • Added the ability to retrieve the name of the client. The name of the player’s client can be seen in the /seen command if there is an administrative permision.
  • Mod and plugin collections are now unmodifiable and labeled final.
  • Added settings for restrictions on clients and channels used by these mods.
  • Added redirection of explosion events from LexForge/NeoForge to Sponge.
  • The /mods command will now be registered on the vanilla server as well, but with the obligatory argument of the player nickname. The mods list will be empty, but this may be changed in the future if there are changes in Fabric/LexForge/NeoForge or if there is a client mod that will pass the mods list to the server.

Due to ORE restrictions on the number of colors for tags possible when publishing a new version of the plugin, all new versions will be published with one of two tags - Release or UNSTABLE.

A new version has been released for CommandPack, it is available for download here.


Add MixinServerWorld

  • Added the ability to stop ticks in an individual world to the API. This is similar to the vanilla /tick freeze command, which affects all worlds at once.
  • Through the new interface, you can now get the world’s TPS and tick time. Previously existing methods in the API are marked as deprecated and may be removed in the future.

A new version has been released for CommandPack, it is available for download here.


Data loading fix.

A new version has been released for CommandPack, it is available for download here.


  • Launch fix on SpongeNeo.

A new version has been released for CommandPack, it is available for download here.


Fix GameProfile raw argument.

A new version has been released for CommandPack, it is available for download here.


Fix GameProfile raw argument.
Fix /plugins info and /mods info commands.
Fixes loading on servers with mods.