Structure Credits
This mod automatically displays the name and source of creation for any structure you enter in Minecraft. This helps easily identify which mod the structure belongs to and gives proper credit to their creators.

Main Features
Automatic Structure Detection - works with any structures, including those added by other mods. High-level compatibility is ensured.
One-Time Notification - by default, structure messages are shown only once, which doesn't interfere with gameplay, especially if your base is inside a structure.
Name Customization - you can change structure names according to your preferences:
"customStructureName": {
"minecraft:swamp_hut": "a_cat:cat_hut"
}

Frequently Asked Questions
Question: Won't this be annoying?
Answer: The mod is designed to minimize annoyance. Messages are shown only once per structure. If you live in a structure, the message will appear only upon first entry.
Question: Can I disable messages for vanilla structures?
Answer: Yes, to do this, you need to delete lines starting with "minecraft:" in the configuration .json file.
Configuration Settings
The structurecredits-config.json configuration file contains the following parameters:
{
"active": true,
"showOnlyOneTime": true,
"chatMessage": false,
"customStructureName": {
"minecraft:swamp_hut": "a_cat:cat_hut"
},
"dontShowAll": [
"minecraft:",
"dimdungeons:"
],
"dontShow": [
"minecraft:plains_village",
"minecraft:desert_village"
]
}
Also available is an in-game keybind for quickly disabling all messages.

Compatibility
The mod is fully compatible with Dimensional Dungeons. Messages will be displayed only in custom rooms if "dimdungeons:" is specified in the "dontShowAll" settings (recommended default configuration). When creating new custom rooms, remember: the package name is displayed as "By: X", and the structure name as "Welcome to: X".