Nicos Graves

Nicos Graves

A grave mod so you don't lose your stuff

by
3.6K Downloads
fabricquiltgame-mechanicsutility
Rent Server with this Mod

About this Mod

Created for Remnants SMP
Available on Github
Issue Tracker on GitHub

Showcase

Is the chance of losing all your items in a lava pit too punishing for you?

Generel Info

  • The graves can be toggled with the gamerule nicos_graves:spawn_player_graves.
  • The accessibility of the grave can be changed with nicos_graves:grave_access

Compatibility

Known Bugs

There is a bug where when you update the mod from 1.21.9 to 1.21.10 all the graves in the world will have a really long named displayed. This bug only occurs if you update the minecraft version.

Developer/Modpack Info

To make an item soulbound, essentially making the item be kept on death, the item can be added to the tag data/nicos_graves/tags/items/soulbound.json.

{
  "replace": false,
  "values": [
    "mod_id:my_cool_item"
  ]
}

Alternatively the item class can implement the interface SoulboundItem, and override the isRetained method.

package you.your_mod.items;

import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import net.minecraft.world.World;
import nazario.nicosgraves.api.SoulboundItem;

public class MyCoolItem extends Item implements SoulboundItem {

    public MyCoolItem(Settings settings) {
        super(settings);
    }

    @Override
    public boolean isRetained(ItemStack stack, PlayerEntity player, World world) {
        return true;
    }
}

Available Versions

Nicos Graves 1.3.0.0-1.19release
MC 1.19, 1.19.1, 1.19.2fabric, quilt
November 29, 2025
Nicos Graves 1.3.0.0-1.19.3release
MC 1.19.3fabric, quilt
November 29, 2025
Nicos Graves 1.3.0.0-1.19.4release
MC 1.19.4fabric, quilt
November 29, 2025
Nicos Graves 1.3.0.0-1.20.5release
MC 1.20.5, 1.20.6fabric, quilt
November 27, 2025
Nicos Graves 1.3.0.0-1.20.3release
MC 1.20.3, 1.20.4fabric, quilt
November 27, 2025

How to Install Nicos Graves on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (1.21.10).

3

Install Mod

Open the mod browser in the dashboard and search for "Nicos Graves". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

fabricquilt

Minecraft Versions

1.21.10, 1.21.9, 1.21.8 (+23 more)

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

Nicos Graves server crashes on startup – what to do?

Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.10). You can switch loaders with one click in the panel.

Is Nicos Graves compatible with fabric and quilt?

Nicos Graves officially supports fabric, quilt for Minecraft 1.21.10, 1.21.9, 1.21.8. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with Nicos Graves – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Nicos Graves consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install Nicos Graves with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
GNU General Public License v3.0 or later
Server-side
Required

Supported Versions

1.21.101.21.91.21.81.21.71.21.61.21.51.21.41.21.31.21.21.21.1+16 more