
MobStackerPremium
MobStackerPremium is a Spigot plugin designed to improve the performance of your Minecraft server by reducing the number of entities through a mob stacking system.
- Загрузки
- 148
- Подписчики
- 0
- Обновлён
- 20 января 2026 г.
- Лицензия
- Apache-2.0
Опубликован 20 января 2026 г.
MobStackerPremium
MobStackerPremium is a Spigot plugin designed to improve your Minecraft server's performance by reducing the number of entities through a mob stacking system. This plugin is fully customizable and offers powerful commands to manage and monitor stacked mob statistics.
Features
- Mob stacking: Automatically combines similar mobs when they're within a defined radius, reducing the total number of entities.
- Advanced customization:
- Define a stacking radius.
- Limit the maximum stack size.
- Exclude certain mob types from stacking (e.g., villagers).
- Detailed statistics:
- Display statistics of stacked mobs by world and type.
- Calculate performance gain in percentage.
- Powerful commands:
- Reload the configuration without restarting the server.
- Give players a special stick to manually force mob stacking in a defined area.
- Asynchronous optimization: The plugin is designed to run asynchronously to avoid any impact on server stability.
Installation
- Download the plugin JAR file.
- Place it in your Spigot server's
pluginsfolder. - Restart your server to generate the configuration files.
- Customize the
config.ymlfile according to your needs.
Commands
| Command | Description | Permission |
|---|---|---|
/mobstacker |
Displays the plugin help. | None |
/mobstacker help |
Displays the plugin help. | None |
/mobstacker stats |
Displays statistics of stacked mobs by world and type. | None |
/mobstacker reload |
Reloads the plugin configuration. | mobstackerpremium.reload |
/mobstacker stick |
Gives a special stick that allows manual mob stacking. | mobstackerpremium.stick |
Permissions
| Permission | Description |
|---|---|
mobstackerpremium.reload |
Allows reloading the plugin configuration. |
mobstackerpremium.stick |
Allows obtaining the stacking stick. |
Configuration (config.yml)
Here's an example default configuration:
# MobStacker Premium Configuration
# Maximum stack size
max-stack-size: 50
# Radius for automatically stacking mobs
stack-radius: 5.0
# List of mob types excluded from stacking
excluded-mobs:
- VILLAGER
- WITHER
- ENDER_DRAGON
messages:
stick-success: "&aNearby mobs have been stacked!"
How the stacking stick works
The stacking stick is a special tool that allows players to manually force mob stacking in a defined area.
How to obtain the stick?
Use the following command (requires the mobstackerpremium.stick permission):
/mobstacker stick
How to use the stick?
- Hold the stick in your main hand.
- Right-click in an area containing multiple mobs.
- Nearby mobs will be automatically stacked.
Statistics
Use /mobstacker stats to display the following information:
- Performance gain in percentage (based on the total number of reduced entities).
- Total number of stacked mobs by world and type.
Example output:
=== Stacked mobs statistics ===
Performance gain: 35.67%
Statistics by world:
- World: world
* ZOMBIE: 120
* SKELETON: 80
- World: nether
* PIGLIN: 50
Ченджлог
1.1Релиз1.21.9, 1.21.10, 1.21.11 · 20 января 2026 г.
Notes de version : MobStackerPremium v1.1 STABLE
MobStackerPremium est un plugin Spigot conçu pour améliorer les performances de votre serveur Minecraft en empilant les mobs similaires. Il offre des fonctionnalités avancées pour optimiser la gestion des entités et réduire la charge du serveur.
Fonctionnalités principales
- Empilement automatique des mobs : Combinez automatiquement les mobs similaires dans un rayon défini.
- Statistiques détaillées :
- Affichez le nombre de mobs empilés par monde et par type.
- Calculez le gain de performance en pourcentage (précision au centième).
- Personnalisation complète :
- Définissez un rayon d'empilement et une taille maximale de pile.
- Excluez certains types de mobs (par exemple, les villageois) via une liste noire.
- Bâton de stacking manuel :
- Utilisez
/mobstacker stickpour recevoir un bâton spécial permettant d'empiler manuellement les mobs proches.
- Utilisez
- Commandes puissantes :
- Rechargez la configuration sans redémarrer le serveur.
- Obtenez des statistiques détaillées ou de l'aide sur les commandes.
Commandes
| Commande | Description | Permission |
|---|---|---|
/mobstacker |
Affiche l'aide du plugin (équivalent à /mobstacker help). |
Aucune |
/mobstacker help |
Affiche toutes les commandes disponibles. | Aucune |
/mobstacker stats |
Affiche les statistiques détaillées des mobs empilés par monde et type. | Aucune |
/mobstacker reload |
Recharge la configuration du plugin. | mobstackerpremium.reload |
/mobstacker stick |
Donne un bâton spécial permettant de forcer l'empilement manuel des mobs. | mobstackerpremium.stick |
Exemple de configuration (config.yml)
# MobStacker Premium Configuration
# Taille maximale d'une pile
max-stack-size: 50
# Rayon pour empiler automatiquement les mobs
stack-radius: 5.0
# Liste des types de mobs exclus de l'empilement
excluded-mobs:
- VILLAGER
- WITHER
- ENDER_DRAGON
messages:
stick-success: "&aLes mobs proches ont été empilés !"
Exemple d'utilisation
Empilement automatique :
- Les mobs similaires sont automatiquement empilés lorsqu'ils apparaissent dans un rayon défini.
Empilement manuel avec le bâton :
- Utilisez
/mobstacker stickpour recevoir un bâton enchanté. - Faites un clic droit avec le bâton dans une zone contenant plusieurs mobs pour forcer leur empilement.
- Utilisez
Statistiques détaillées :
- La commande
/mobstacker statsaffiche :- Le gain de performance en pourcentage.
- Le nombre total de mobs empilés par monde et par type.
- La commande
Exemple : sortie de /mobstacker stats
=== Statistiques des mobs empilés ===
Gain de performance : 35.67%
Statistiques par monde :
- Monde : world
* ZOMBIE: 120
* SKELETON: 80
- Monde : nether
* PIGLIN: 50
Installation
- Téléchargez le fichier
.jardu plugin. - Placez-le dans le dossier
plugins/de votre serveur Spigot. - Redémarrez votre serveur pour générer les fichiers de configuration.
- Personnalisez le fichier
config.ymlselon vos besoins. - Rechargez la configuration avec
/mobstacker reload, ou redémarrez le serveur.
Комментарии
Загружаем…