DontDespawn

Quick rating

DontDespawn

No reviews yet

This mods prevents items inside a server world from despawning.

Mod Loaders
Fabric
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.1
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

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

  1. Install the Fabric mod loader for your Minecraft version.
  2. Download the DontDespawn mod file (e.g., dontdespawn-1.0.0.jar).
  3. Place the mod file in your mods folder.
  4. Create a new file called dontdespawn.items in the config folder of your Minecraft instance.
  5. Add the names of the items you want to prevent from despawning to the dontdespawn.items file, 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:diamond
  • minecraft:netherite_ingot
  • modid: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

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

<1,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