HomeJavaModsTraveler's Chest
Traveler's Chest
ModsJava

Traveler's Chest

by gbtilabs · on Modrinth

Part of the Traveler's Series; This mod helps server administrators create chests that refresh after a cooldown period has completed. This mod was…

⬇ Download on Modrinth

Traveler's Chest

A Minecraft mod that enables administrators to manage refillable chests dynamically. Designed for multiplayer servers using Fabric for Minecraft 1.21.1, the mod provides control over chest content, cooldowns, and interactions.

Features

Installation

  1. Install Fabric Loader and Fabric API.
  2. Download the latest version of Traveler's Chest from the releases page.
  3. Place the .jar file in your server's mods folder.
  4. Start your server to generate configuration files.

Configuration

Config Files

Usage

Commands

Administrators can manage chests using commands:

  1. Create a Traveler's Chest:

    • Command: /travelers_chest create [cooldown_in_seconds]
    • Default cooldown: 30 minutes (1800 seconds)
    • Example: /travelers_chest create 600 creates a chest with a 10-minute cooldown.
  2. Edit a Traveler's Chest:

    • Command: /travelers_chest edit [new_cooldown_in_seconds]
    • Updates the cooldown of an existing chest.
    • Example: /travelers_chest edit 1200 sets the cooldown to 20 minutes.
  3. Destroy a Traveler's Chest:

    • Command: /travelers_chest destroy
    • Removes a Traveler's Chest and its data.

Chest Functionality

Debug Logging

Enable debug logging in travelers_chest_config.txt for detailed logs of mod operations, such as chest refills and command execution:

debug_logging=true

Logs are output to the server console.

JSON Structure

Chests are stored in travelers_chests.json with the following schema:

Example:

{
  "123456789": {
    "lastRefreshed": 12345678,
    "chestCooldown": 1800,
    "worldKey": "minecraft:overworld",
    "items": [{"nbt": "{id:\"minecraft:diamond\",Count:1b}"}],
    "itemPositions": [0]
  }
}

Support

To support the development of Traveler's Chest, please join the GBTI Network for access to:

Other Ways to Contribute

License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more