/
Part of the Traveler's Series. Travelers Lectern is a Minecraft mod that provides players with a unique lectern that can regenerate its book after a configurable cooldown period. Built with Fabric for Minecraft 1.21.1.
The mod can be configured through files in the config/travelers-lectern/ directory:
travelers_lectern_config.txt)debug_logging=false
debug_logging: Enable or disable debug logging for detailed information in server logs.travelers_lecterns.json within the configuration folder. This file is automatically managed by the mod and should not be manually edited.When a player with ops permission level 4 (admin) is in the server, they can use the following commands when looking at a lectern with a book on it:
/travelers_lectern create [time]: Create a Traveler's Lectern with a cooldown in seconds (default: 1800 seconds)./travelers_lectern edit [time]: Edit an existing Traveler's Lectern to update its cooldown./travelers_lectern destroy: Remove a Traveler's Lectern./travelers_lectern create command while facing the lectern to make it a Traveler's Lectern.This mod was built using:
src/main/java: Contains the main mod logic.src/main/resources: Includes assets, mixins, and configuration files.TravelersLectern.java: Initializes the mod and handles server events.FileManager.java: Manages reading and saving configuration files and lectern data.LecternObject.java: Represents a Traveler's Lectern with cooldown logic.LecternBlockMixin.java: Modifies vanilla lectern behavior.The GBTI Network is a membership community:
Support our work by becoming a GBTI Network member.
This project is licensed under the GNU General Public License v3.0

A lectern that respawns a book after an amount of time.