Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
Platforms
Links
Tags
Creators
Details
Licensed ARR
Published 3 weeks ago
======== 💎Overclock plugin (By GoldwarGlory) ========
- 💎Helps reduce entity clutter on busy servers.
- 💎Provides quick visibility into server load without external tools.
- 💎Modular design — use only the features you need.
- 💎Designed to be lightweight and safe for production servers.
========🤩Features of Overclock========
- 🤩Entity Cleaner
- ✅Automatically or manually clears dropped items, projectiles, and selected entity types.
- ✅Protects important entities like: Tamed mobs, Named mobs, Villager and other mob types.
- ✅Supports: Per-world exclusions, Item, mob, and projectile whitelists, Warning messages.
- ✅countdowns before cleanup, Fully configurable cleanup intervals and messages.
- 🤩Live Stats Bar
- ✅Displays real-time server statistics using a BossBar.
- ✅Shows: TPS, MSPT, Loaded chunks, Total entities, Memory usage
- ✅Bar color changes based on current server load to give a quick visual overview.
- 🤩Benchmark Utility
- ✅Provides optional in-game performance tests for: CPU & Memory
- ✅Tests run asynchronously to avoid blocking the main server thread.
- ✅Results are approximate and intended for relative comparison only, not as real hardware benchmarks.
- 🤩Garbage Collection Tool
- ✅Includes a command to request Java garbage collection.
- ✅Useful for testing or observing memory behavior.
- ✅Actual memory management depends on the JVM and cannot be fully controlled by plugins.
========🌟Modules of Overclock ========
- 🌟UnloadedChunksPreventer: Prevents players to moving into unloaded chunks
- 🌟AutoPickup: Reduce ground entities and improve performance while improving QoL.
- 🌟ExplosionOptimizer: Keep explosions fun without killing server performance.
- 🌟CleanerModule: Automatically cleans unnecessary entities and server clutter.
========➡️How to install overclock ========
- ➡️Download
Overclock.jar - ➡️Place it in the
pluginsfolder - ➡️Restart the server
- ➡️Use
/overclock helpto view available commands
========💖 Support & Join our community ========
- ❤️Join my Discord server for updates, support, and suggestions
- ❤️My Discord Server: https://discord.gg/qwXHuyJbvX
- ❤️MY Modrinth Profile: https://modrinth.com/user/GoldwarGlory
- ❤️My Minercraft Server: IP:
in.shulker.in:25938Gamemode:Skyblock
🌟plugin.yml🌟
name: Overclock
main: com.goldwar.overclock.Overclock
version: 1.0.4
api-version: 1.20.1
author: GoldwarGlory
description: Optimize your server
website: https://modrinth.com/plugin/overclock-plugin
commands:
overclock:
description: The main command for the plugin.
usage: /overclock
permission: overclock.admin
aliases:
- oc
- overc
- oclock
permissions:
overclock.admin:
default: op
🌟config.yml🌟
kill:
creatures:
clear-renamed: false
clear-pets: false
dont-clear:
- VILLAGER
- BABY_VILLAGER
- WANDERING_TRADER
- IRON_GOLEM
- SNOWMAN
- ALLAY
- BREEZE
- SNIFFER
- PILLAGER
- VINDICATOR
- RAVAGER
- WITCH
- EVOKER
items:
clear-renamed: false
dont-clear:
- NETHERITE_INGOT
- DIAMOND
projectiles:
clear-renamed: true
dont-clear:
- TRIDENT
extras:
prefix: " §7§l[§b§lOver§f§lclock§7§l] "
🌟Cleaner.yml🌟
cleaner:
# Should the cleaner run automatically on a timer?
auto-clean: true
# Time in minutes between each automatic cleanup
clean-interval: 5
messages-settings:
announce-in:
# Show cleanup messages in player chat?
chat: true
# Show countdown/messages in the action bar above hotbar?
actionbar: true
# Show big titles and subtitles on the screen?
title&subtitle: false
warnings:
# Enable countdown warnings before cleanup starts?
enabled: true
# Message sent to players (%time% will be replaced by seconds)
message: "§7§l[§b§lOver§f§lclock§7§l] §c⚠ Clearing entities in %time% seconds!"
# Title displayed when title&subtitle is enabled
title: "§b§lOver§f§lclock"
# Subtitle displayed when title&subtitle is enabled
subtitle: "§eClearing in %time%s"
# Play a 'pling' sound when a warning is sent?
sound: true
clear-complete:
# Message sent after cleanup finishes (%count% is total removed)
message: "§7§l[§b§lOver§f§lclock§7§l] §a✓ Cleared %count% entities! Server optimized."
# Big title shown when cleanup is done
title: "§a§l%name%"
# Subtitle shown when cleanup is done
subtitle: "§7Removed %count% entities"
# Play a 'level up' sound when cleanup completes?
sound: true
entities:
# Clear all dropped items on the ground?
dropped-items: true
# Clear active projectiles like arrows or snowballs?
projectiles: true
# Clear hostile, neutral, and passive mobs?
mobs: false
# If true, entities with a NameTag or custom name won't be cleared
skip-named-entities: true
# If true, tamed pets (wolves, cats, etc.) will be protected
skip-tamed-mobs: true
# If true, experience orbs won't be removed from the ground
skip-experience-orbs: false
# Worlds listed here will be ignored by the cleaner
excluded-worlds:
- creative_world
- spawn_world
# List of item materials that should NEVER be cleared
excluded-dropped-items:
- MACE
- TRIAL_KEY
- OMINOUS_TRIAL_KEY
- BREEZE_ROD
- HEAVY_CORE
- ELYTRA
- NETHERITE_INGOT
- NETHERITE_SCRAP
- ENCHANTED_GOLDEN_APPLE
- TOTEM_OF_UNDYING
- DRAGON_EGG
- BEACON
- NETHER_STAR
- TRIDENT
# List of mob types that should NEVER be cleared
excluded-mob:
- VILLAGER
- BABY_VILLAGER
- WANDERING_TRADER
- IRON_GOLEM
- SNOWMAN
- ALLAY
- BREEZE
- SNIFFER
- PILLAGER
- VINDICATOR
- RAVAGER
- WITCH
- EVOKER
- ELDER_GUARDIAN
# List of projectiles that should NEVER be cleared
excluded-projectiles:
- TRIDENT
🌟ExplosionOptimizer.yml🌟
enabled: true
# blast's block damage will be cleared above this Y-cord
# set to 320 to disable this feature
clear-blasts-blocklist-above: -5
clear-blasts-drops: false # if true, blocks that will get removed by blasts will not drop any item
disabled-worlds:
- example-1
- example-2
skip-list:
- CHEST
- TRAP_CHEST
- DRAGON_EGG
- DRAGON_HEAD
blast-radius: 6
invert: true # true = only listed entities will take damage, false = all except listed entities will take damage
blast-damage-on:
- PLAYER
- DRAGON
- WITHER
tnt-chain: false
crystal-chain: false
🌟Autopickup.yml🌟
enabled: true
direct-xp:
directxp-onbreak: true
directxp-onkill: true
xp-multiplier: 1.0
ignore-creative-mode: true
blocks-break:
enabled: true
ignore-silk-touch: false
ignore-fortune: false
ignore-creative-mode: true
invert: false # true = only works on listed blocks, false = all except listed blocks
list:
- BEACON
- ENDER_CHEST
mobs-kill:
enabled: true
ignore-creative-mode: true
invert: false # true = only works on listed blocks, false = all except listed blocks
list:
- WARDEN
- DRAGON
disabled-directdrops-worlds:
- example-world-1
- example-world-2
disabled-directxp-worlds:
- example-world-1
- example-world-2
messages:
inventory-full: "&cYour inventory is full!"
no-permission: "&cYou don't have permission."
======== ❓Want to Edit .yml files in-game? ========
- If you want to configure this plugin in-game easily.
- Download our FileEditor plugin: https://modrinth.com/plugin/file-editor++


