Traveler's Chest

Quick rating

Traveler's Chest

No reviews yet

Part of the Traveler's Series; This mod helps server administrators create chests that refresh after a cooldown period has completed. This mod was designed for the GBTI Network SMP to help regulate adventure based POIs.

Adventure/Exploration
Storage & Organization
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
Latest Version
1.2.3

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

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

  • Refillable chests with customizable cooldowns
  • Administrator tools for creating, editing, and destroying refillable chests
  • Protected chests to prevent unauthorized modifications or destruction

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

  • config/travelers-chest/travelers_chest_config.txt

    • Example Contents:
      debug_logging=false
      
    • Enables or disables debug logging for detailed troubleshooting.
    • config/travelers-chest/travelers_chests.json

      • Stores data about all managed chests, including their cooldowns, items, and positions.

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.
  • 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.
  • Destroy a Traveler's Chest:

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

Chest Functionality

  • Protected Chests: Players without sufficient permissions cannot break or modify these chests.
  • Refill Mechanism: Automatically replenishes chest contents based on saved configurations after the cooldown period expires.
  • Double Chest Support: Handles single and double chests seamlessly.

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:

  • lastRefreshed: Timestamp of the last refill
  • chestCooldown: Cooldown in seconds
  • worldKey: World identifier
  • items: List of stored items
  • itemPositions: Item slot positions

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:

  • Exclusive tools and resources
  • Development support
  • Private Minecraft Server

Other Ways to Contribute

License

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

Screenshots

Gallery

  • Traveler's Chest
    Traveler's Chest A quick peek at the creation and refreshing of a Traveler's Chest

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