Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
Personal Chronicles
Personal Chronicles is a server-side Fabric mod that creates a personal history for every player on your Minecraft server.
While many history mods focus on global server events, Personal Chronicles focuses on individual player stories. Every player receives their own journey log and player profile, saved as readable text files. These files are designed to preserve personal memories, milestones, deaths, discoveries, progress, and important moments after the server world is finished.
The mod is made for survival servers, SMPs, and friend groups that want to remember not only what happened on the server, but also what happened to each specific player.
Personal Chronicles creates separate files for each player. A journey log records events from the player’s adventure, while a profile file stores a readable summary of the player’s progress.
Files are saved in:
config/personal-chronicles/
Journey logs are saved in:
config/personal-chronicles/journals/
Player profiles are saved in:
config/personal-chronicles/profiles/
For example, a player may receive files like:
config/personal-chronicles/journals/PlayerName.txt
config/personal-chronicles/profiles/PlayerName.txt
Journey logs are written as readable records of a player’s adventure. They can include the first time a player joined the server, join and leave events, Nether and End visits, important item milestones, deaths with coordinates, combat milestones, and other progression moments.
Player profiles provide a summary of a player’s story and progress. They can include the player name, UUID, first join, last seen time, last known position, visited dimensions, death count, important milestones, and other personal statistics.
The purpose of Personal Chronicles is to create files that are worth reading after the server is over. Instead of only storing raw data, the mod creates readable records that help preserve the memories of the world and each player’s journey.
The mod supports both Russian and English. The server language can be changed with commands.
Personal Chronicles is fully server-side. Players do not need to install the mod on their clients.
Features:
- Personal journey logs for every player
- Individual player profile files
- Readable text file output
- Automatic file creation on first join
- Join and leave logging
- Death logging with cause and coordinates
- Nether and End visit tracking
- Important item milestone tracking
- Selected combat milestone tracking
- Profile auto-updating
- Russian and English language support
- Server-side only
- No client installation required
Commands:
/pchronicles book
/pchronicles book <player>
/pchronicles journal <player>
/pchronicles profile <player>
/pchronicles save
/pchronicles reload
/pchronicles language ru
/pchronicles language en
The full command alias is also available:
/personalchronicles
Configuration file:
config/personal-chronicles/personal-chronicles.properties
Example configuration:
language=ru
create_files_on_first_join=true
write_coordinates=true
write_join_leave=true
write_mob_kills=true
profile_update_interval_seconds=300
Personal Chronicles works especially well together with server history mods such as World Chronicles. World Chronicles records the shared story of the server, while Personal Chronicles preserves the personal journey of each player.

