s1mpleclean

โญ โ€” (0 endorsements) ๐Ÿ“ฅ 31 downloads ๐Ÿ“Œ vv1 ๐Ÿ“… 7/23/2026
๐ŸŸก Updated this year

By Ciyaberkengamerstudios ยท bukkit

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 7/8/2026 ๐Ÿ“… Created: 7/23/2026

๐Ÿ” Analysis

  • ๐Ÿ† #33 of 599 bukkit mods in this game by downloads

๐Ÿ“‹ About This Mod

# ๐Ÿงน CleanerPlugin **Auto-cleans dropped items after a configurable time. Full customization, zero lag.** ## Overview CleanerPlugin automatically removes items that sit on the ground for too long, keeping your server clean and lag-free. Perfect for survival servers, mini-games, or any world that needs item management. ## โœจ Features - **Auto-cleanup** โ€” Items vanish after configurable time (default: 10 mins) - **Manual cleanup** โ€” `/cleaner clean` command for instant cleanup - **Smart blacklist** โ€” Protect valuable items (diamonds, emeralds, netherite, etc.) - **Per-world filtering** โ€” Only clean specific worlds - **ELY logging** โ€” Structured cleanup logs for advanced monitoring - **Runtime control** โ€” Enable/disable without reloading - **Zero dependencies** โ€” Pure Bukkit API, no bloat - **Folia support** โ€” Works on async-threaded servers ## ๐ŸŽฏ Commands | Command | Permission | What it does | |---------|-----------|------------| | `/cleaner clean` | `cleaner.admin` | Instantly clean all dropped items | | `/cleaner reload` | `cleaner.admin` | Reload config from disk | | `/cleaner status` | Any | Show current settings | | `/cleaner enable/disable` | `cleaner.admin` | Toggle cleanup (runtime) | ## ๐Ÿ”ง Configuration **Default config.yml:** ```yaml enabled: true cleanup-interval-ticks: 12000 # 10 minutes item-lifespan-ticks: 12000 # How long items stay log-cleanup: false blacklist-items: - DIAMOND - EMERALD - NETHERITE_INGOT # Add more items to protect ``` **Customize everything:** - Cleanup interval (20 secs to 1 hour+) - Item lifespan (independent from cleanup) - Blacklist protection (keep valuables) - Per-world settings - Max items per tick (prevent lag spikes) - Custom messages ## ๐Ÿ“ฆ Platform Support โœ… **Bukkit 1.8+** โœ… **Spigot** (all versions) โœ… **Paper** (1.8.8+) โœ… **Purpur** (all versions) โœ… **Folia** (1.20.1+) ## ๐Ÿ” Permissions - `cleaner.admin` โ€” Access all commands - `cleaner.bypass` โ€” Items won't be cleaned (future feature) ## ๐Ÿš€ Installation 1. Download JAR 2. Drop into `plugins/` folder 3. Restart server 4. Edit `config.yml` as needed 5. Done! ## ๐Ÿ’ก Use Cases - **Survival servers** โ€” Auto-clean after players die - **Mini-games** โ€” Clean up arena items between rounds - **Creative servers** โ€” Remove clutter without manual intervention - **Economy servers** โ€” Protect valuable items, clean junk ## ๐Ÿ“ Configuration Examples **Fast cleanup (30 secs):** ```yaml cleanup-interval-ticks: 600 item-lifespan-ticks: 600 ``` **Lazy cleanup (30 mins):** ```yaml cleanup-interval-ticks: 36000 item-lifespan-ticks: 36000 ``` **Keep only valuables:** ```yaml blacklist-items: - DIAMOND - DIAMOND_BLOCK - EMERALD - NETHERITE_INGOT - ENCHANTED_BOOK ``` ## โ“ FAQ **Q: Will it lag my server?** A: No. Cleanup runs async and checks only once per interval (default 10 mins). Max items per tick setting prevents spikes. **Q: Can I protect certain items?** A: Yes! Add them to the blacklist in config.yml. **Q: Does it work on Folia?** A: Yes! Full Folia support for async-threaded servers. **Q: Can I run cleanup manually?** A: Yes! `/cleaner clean` instantly cleans all items. --- **Made for Bukkit/Spigot/Paper/Purpur/Folia ecosystems.** Simple. Clean. Effective.

# ๐Ÿงน CleanerPlugin

Auto-cleans dropped items after a configurable time. Full customization, zero lag.

## Overview

CleanerPlugin automatically removes items that sit on the ground for too long, keeping your server clean and lag-free. Perfect for survival servers, mini-games, or any world that needs item management.

## โœจ Features

  • Auto-cleanup โ€” Items vanish after configurable time (default: 10 mins)
  • Manual cleanup โ€” `/cleaner clean` command for instant cleanup
  • Smart blacklist โ€” Protect valuable items (diamonds, emeralds, netherite, etc.)
  • Per-world filtering โ€” Only clean specific worlds
  • ELY logging โ€” Structured cleanup logs for advanced monitoring
  • Runtime control โ€” Enable/disable without reloading
  • Zero dependencies โ€” Pure Bukkit API, no bloat
  • Folia support โ€” Works on async-threaded servers

## ๐ŸŽฏ Commands

| Command | Permission | What it does | |---------|-----------|------------| | `/cleaner clean` | `cleaner.admin` | Instantly clean all dropped items | | `/cleaner reload` | `cleaner.admin` | Reload config from disk | | `/cleaner status` | Any | Show current settings | | `/cleaner enable/disable` | `cleaner.admin` | Toggle cleanup (runtime) |

## ๐Ÿ”ง Configuration

Default config.yml: ```yaml enabled: true cleanup-interval-ticks: 12000 # 10 minutes item-lifespan-ticks: 12000 # How long items stay log-cleanup: false

blacklist-items: - DIAMOND - EMERALD - NETHERITE_INGOT # Add more items to protect ```

Customize everything: - Cleanup interval (20 secs to 1 hour+) - Item lifespan (independent from cleanup) - Blacklist protection (keep valuables) - Per-world settings - Max items per tick (prevent lag spikes) - Custom messages

## ๐Ÿ“ฆ Platform Support

โœ… Bukkit 1. 8+ โœ… Spigot (all versions) โœ… Paper (1. 8. 8+) โœ… Purpur (all versions) โœ… Folia (1. 20. 1+)

## ๐Ÿ” Permissions

  • `cleaner.admin` โ€” Access all commands
  • `cleaner.bypass` โ€” Items won't be cleaned (future feature)

## ๐Ÿš€ Installation

1. Download JAR 2. Drop into `plugins/` folder 3. Restart server 4. Edit `config.yml` as needed 5. Done!

## ๐Ÿ’ก Use Cases

  • Survival servers โ€” Auto-clean after players die
  • Mini-games โ€” Clean up arena items between rounds
  • Creative servers โ€” Remove clutter without manual intervention
  • Economy servers โ€” Protect valuable items, clean junk

## ๐Ÿ“ Configuration Examples

Fast cleanup (30 secs): ```yaml cleanup-interval-ticks: 600 item-lifespan-ticks: 600 ```

Lazy cleanup (30 mins): ```yaml cleanup-interval-ticks: 36000 item-lifespan-ticks: 36000 ```

Keep only valuables: ```yaml blacklist-items: - DIAMOND - DIAMOND_BLOCK - EMERALD - NETHERITE_INGOT - ENCHANTED_BOOK ```

Q: Will it lag my server? A: No. Cleanup runs async and checks only once per interval (default 10 mins). Max items per tick setting prevents spikes.

Q: Can I protect certain items? A: Yes! Add them to the blacklist in config.yml.

Q: Does it work on Folia? A: Yes! Full Folia support for async-threaded servers.

Q: Can I run cleanup manually? A: Yes! `/cleaner clean` instantly cleans all items.

Made for Bukkit/Spigot/Paper/Purpur/Folia ecosystems. Simple. Clean. Effective.

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
Ciyaberkengamerstudios
Version
v1
Downloads
31
Endorsements
0
Category
bukkit
Created
7/23/2026
Updated
7/8/2026
Game Versions
1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4
Tags
optimization, utility

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does s1mpleclean support?

The author lists 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5. Other versions may work but are untested by the author.

What is the latest version of s1mpleclean?

Version v1, published 2026-07-08 with 31 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More bukkit ๐Ÿ‘ค More by Ciyaberkengamerstudios ๐Ÿ”Ž Similar Mods ๐ŸŒ Best bukkit (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods