Server Cleaner

Quick rating

Server Cleaner

No reviews yet

Cleans up the server and optimizes memory and cpu usage.

Performance & Optimization
Mod Loaders
Paper
Spigot
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

ServerCleaner

ServerCleaner is a lightweight, performance-oriented Minecraft plugin designed to automatically clean and optimize your server during low activity or high-entity situations. Whether you're running a bustling SMP or a creative server, ServerCleaner helps keep lag at bay with smart cleanup systems and entity controls.

Features

🧠 Smart Memory Dumping

Reduce memory usage during idle times by periodically dumping memory when no players are online.

🗑️ Automatic Item Cleanup

Automatically removes excess dropped items to minimize entity lag.

⚙️ Hopper Per-Chunk Limits

Control the number of hoppers in each chunk to reduce hopper-related lag.

🔮 Experience Orb Clumping

Merges nearby XP orbs to reduce lag and enables instant pickup of XP.

Configuration

config.yml
##############################################################
## WARNING: This plugin requires a server restart to apply  ##
##           configuration changes! Make sure to restart    ##
##           the server for changes to take effect.         ##
##############################################################

# Configures memory dump behavior when no players are online.
# This helps to avoid excessive memory usage during periods of inactivity.
memory-dump:
  enabled: true
  # Defines how frequently the memory dumps will occur in seconds.
  frequency: 300

# Enables automatic cleanup of dropped items to reduce entity lag.
# Helps keep the server running smoothly by removing excess entities.
item-cleanup:
  enabled: true
  # Defines how often dropped items will be cleared in seconds.
  frequency: 300
  # Message displayed to players warning them before dropped items are cleared.
  warning: "&cDropped items will be cleared in {} seconds."
  # Message displayed after the items have been cleared.
  cleared: "&c{} dropped items have been cleared."
  # Specifies the worlds where dropped items should not be automatically cleaned up.
  exempt:
    - "example_world"

# Limits the number of hoppers that can be placed per chunk.
# Helps reduce server load in areas with excess amounts of hoppers.
hopper-limit:
  enabled: true
  # Maximum number of hoppers allowed per chunk.
  chunk-limit: 10
  # Message displayed to players when they try to place more hoppers than allowed.
  message: "&cYou've reached the limit of {} hoppers per chunk."

# Merges experience orbs together to reduce server load.
# Instantly collects nearby orbs when a player picks one up.
clumps:
  enabled: true
  # Defines how often XP orbs get merged in seconds
  merge-frequency: 10
  # Defines the minimum amount of XP required in an orb for it to be merged with others.
  minimum-merge-xp: 5
  # Defines the radius within which XP orbs will merge in blocks.
  merge-radius: 2.5
  # Defines the radius within which XP orbs will be instantly collected by players in blocks.
  instant-collect-radius: 1.5

If you find this project useful, consider giving it a star on GitHub!

This project is under the MIT License.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~4,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works