XiaoNuoClean
No reviews yet
XiaoNuoClean is a Fabric server mod that periodically purges timer entities to curb TPS drag and admin overhead on long-running worlds.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Here is the English translation of the README in Markdown format.
XiaoNuoClean
XiaoNuoClean is a Minecraft Java Edition MOD for Fabric / NeoForge servers, designed to automatically clean up dropped items at scheduled intervals.
The build process generates separate JAR files for Fabric and NeoForge. Please select the appropriate file based on your server's mod loader. The current compatibility range for a single JAR is Minecraft 26.1.2 to 26.2.x.
Building
By default, the build will not resolve NeoForge dependencies, which is suitable for building the Fabric version only:
./gradlew build
To build the NeoForge version, you must explicitly enable the NeoForge module and ensure your network can access the NeoForge Maven repository:
./gradlew :neoforge:build -PincludeNeoForge=true --no-parallel --max-workers=1
Features
- Cleans up dropped items every 15 minutes by default.
- Broadcasts a warning message 10, 5, 4, 3, 2, and 1 seconds before cleaning.
- Supports persisting the cleanup schedule via
/xiaonuoclean clean on/off. - Configurable via
config/xiaonuoclean/config.json(language, interval, warning timings, and whitelist). - Server-side i18n support. Generates
zh-CNanden-USlanguage files by default; custom languages can be added. - Provides the
/xiaonuocleancommand (alias/xnc) to check status, reload config, clean immediately, and modify settings. - Items in the whitelist are ignored during cleanup (e.g.,
minecraft:diamondor shorthanddiamond).
Default Configuration
{
"language": "zh-CN",
"enabled": true,
"intervalSeconds": 900,
"warningSeconds": [10, 5, 4, 3, 2, 1],
"whitelist": []
}
Language files are located at:
config/xiaonuoclean/lang/<language>.json
For example, change "language" to "en-US" in the main config and run /xiaonuoclean reload to switch to English messages. To add a new language, place a JSON file with the corresponding name in this directory and reference it in the main configuration.
Commands
All /xiaonuoclean ... commands can be shortened to /xnc ....
/xiaonuoclean status
/xiaonuoclean reload
/xiaonuoclean clean
/xiaonuoclean clean on
/xiaonuoclean clean off
/xiaonuoclean interval <seconds>
/xiaonuoclean warnings set <seconds...>
/xiaonuoclean whitelist set
/xiaonuoclean whitelist add <item>
/xiaonuoclean whitelist remove <item>
/xiaonuoclean whitelist list
Modification commands require OP permissions.
The /xiaonuoclean whitelist set command can only be executed by an in-game OP/admin player; it reads the item ID from the executor's main hand and adds it to the whitelist. This command cannot be used from the console.
License
This project is open source under the GNU General Public License v3.0.
See LICENSE for details.
Screenshots
Gallery
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers