HomeJavaModsChunk Analyzer
Chunk Analyzer
Chunk Analyzer — screenshot 1

Background

ChunkAnalyzer

ChunkAnalyzer is a lightweight and efficient plugin for Minecraft servers running Spigot/Paper 1.21.1. It empowers server administrators to monitor and optimize server performance by analyzing loaded chunks for potential lag sources, such as high entity counts, redstone contraptions, or resource-intensive blocks. Featuring a user-friendly GUI, configurable settings, and multi-language support, ChunkAnalyzer is a must-have tool for maintaining a smooth and lag-free server experience.

✨ Features

📜 Commands

Command Description Permission
/ca menu Opens the chunk analysis GUI. chunkanalyzer.menu

🔍 Example Usage

⚙️ Configuration

The plugin generates a config.yml file in plugins/ChunkAnalyzer with the following settings:

show-green-chunks: false
deep-analyze: true
language: en

messages:
  en:
    player_only: "This command is for players only!"
    usage: "Usage: /ca menu"
    teleport: "Teleported to chunk [%s, %s]"
    lag_machine_warning: "Warning: Possible lag machine at [%s, %s]"
    menu_title: "Chunk Analyzer - %d"
    world_overworld: "Overworld"
    world_nether: "Nether"
    world_the_end: "The End"
    button_previous: "Previous page"
    button_next: "Next page"
    button_current_world: "Current world"
    chunk_info: "Chunk [%s, %s]"
    world: "World: %s"
    coordinates: "Coordinates: %s, %s"
    entities: "Entities: %s"
    players: "Players: %s"
    tile_entities: "Tile Entities: %s"
    armor_stands: "Armor Stands: %s"
    redstone_blocks: "Redstone blocks: %s"
    hoppers: "Hoppers: %s"
    updatable_blocks: "Updatable blocks: %s"
    light_sources: "Light sources: %s"
    load_score: "Load score: %s"
    click_to_teleport: "Click to teleport"

  ru:
    player_only: "Эта команда только для игроков!"
    usage: "Использование: /ca menu"
    teleport: "Телепортирован в чанк [%s, %s]"
    lag_machine_warning: "Предупреждение: Возможная лаг-машина в [%s, %s]"
    menu_title: "Анализатор чанков - %d"
    world_overworld: "Верхний мир"
    world_nether: "Ад"
    world_the_end: "Энд"
    button_previous: "Предыдущая страница"
    button_next: "Следующая страница"
    button_current_world: "Текущий мир"
    chunk_info: "Чанк [%s, %s]"
    world: "Мир: %s"
    coordinates: "Координаты: %s, %s"
    entities: "Сущности: %s"
    players: "Игроки: %s"
    tile_entities: "Tile Entities: %s"
    armor_stands: "Armor Stands: %s"
    redstone_blocks: "Редстоун блоки: %s"
    hoppers: "Воронки: %s"
    updatable_blocks: "Обновляемые блоки: %s"
    light_sources: "Источники света: %s"
    load_score: "Оценка нагрузки: %s"
    click_to_teleport: "Нажмите для телепортации"

Key Settings

📥 Installation

  1. Download the ChunkAnalyzer .jar from [SpigotMC/Modrinth, if available].
  2. Place the .jar in your server's plugins folder.
  3. Restart the server or load the plugin using a plugin manager.
  4. Edit config.yml in plugins/ChunkAnalyzer to customize settings.
  5. Assign the chunkanalyzer.menu permission to admins (e.g., via LuckPerms).

🛠️ How It Works

💡 Admin Tips

🌐 Adding Languages

To add a new language (e.g., Spanish):

  1. In config.yml, add a messages.es section.
  2. Copy the en or ru messages and translate them.
  3. Set language: es.

Example:

messages:
  es:
    player_only: "¡Este comando es solo para jugadores!"
    usage: "Uso: /ca menu"
    teleport: "Teletransportado al chunk [%s, %s]"
    # ... other translations

🐞 Support & Issues

If you have questions, bug reports, or feature requests, please contact: mr_catcraft on Discord. Please provide:

⚙️ Technical Notes

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more