DontDespawn
No reviews yet
This mods prevents items inside a server world from despawning.
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
Compatibility
Supported Environments
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
Resources
External Links
About
Description
DontDespawn Mod
The DontDespawn Mod is a simple yet powerful Fabric mod for Minecraft that prevents specified items from despawning (disappearing after a certain amount of time). This can be incredibly useful for keeping valuable or important items from being lost forever if not picked up quickly enough.
How It Works
Upon initialization, the mod reads a configuration file located at config/dontdespawn.items. This file should contain a list of item names (one per line) that you want to prevent from despawning. For example:
minecraft:diamond
minecraft:netherite_ingot
modid:custom_item
During each server tick, the mod iterates through all item entities in the world. If an item entity's item matches one of the names in the configuration file, its age is reset to 0, effectively preventing it from despawning.
Installation
- Install the Fabric mod loader for your Minecraft version.
- Download the DontDespawn mod file (e.g.,
dontdespawn-1.0.0.jar). - Place the mod file in your
modsfolder. - Create a new file called
dontdespawn.itemsin theconfigfolder of your Minecraft instance. - Add the names of the items you want to prevent from despawning to the
dontdespawn.itemsfile, one per line.
Configuration
The configuration file (config/dontdespawn.items) allows you to specify which items should not despawn. Each line in the file should contain the namespaced ID of an item, following the format namespace:item_name. For example:
minecraft:diamondminecraft:netherite_ingotmodid:custom_item
If the configuration file is not found, the mod will log a warning, and no items will be prevented from despawning.
Logging
The DontDespawn mod uses the Simple Logging Facade for Java (SLF4J) for logging purposes. Log messages are printed to the Minecraft log file, which can be found in the logs folder of your Minecraft instance.
Upon initialization, the mod will log an informational message indicating that it has been initialized. If there are any issues reading the configuration file, warning or error messages will be logged accordingly.
Compatibility
The DontDespawn mod is compatible with the Fabric mod loader and should work with most Minecraft versions and other mods. However, compatibility is not guaranteed.
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
Statistics
Resources