Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
PinChat
ModMIT

PinChat

A Minecraft Fabric mod that enhances chat functionality with message pinning and a moveable chat screen for better visibility while playing.

286
Downloads
3
Followers
5 months ago
Updated
📦
11
Versions
managementoptimizationutilityfabricforge
Download Latestv3.0.0-forgeView on Modrinth

📖About PinChat

PinChat

Build Status
License
Minecraft
Fabric
Forge

A Minecraft mod that enhances chat functionality with message pinning, grouping, and a moveable chat screen. Works on both Fabric and Forge mod loaders!

✨ Features

📌 Pin Chat Messages

  • Right-click on any chat message to pin/unpin it
  • Pinned messages are displayed persistently on your HUD
  • Create multiple message groups to organize your pinned messages
  • Drag and drop groups anywhere on your screen
  • Configurable maximum number of pinned messages
  • Adjustable text width for pinned messages

📂 Message Groups

  • Organize pinned messages into separate groups
  • Each group can be positioned independently on the screen
  • Collapse/expand groups with a single click
  • Create new groups on the fly when pinning a message
  • Rename groups to keep things organized

🎮 Moveable Chat Screen

  • Open a special chat mode where you can move while typing (default: U)
  • Look around freely with your mouse while the chat is open
  • Smooth movement transitions — no abrupt stops when opening/closing chat
  • Configurable mouse sensitivity for chat mode

⚙️ Flexible Configuration

PinChat works standalone, but also integrates with popular configuration mods for enhanced settings experience:

Mod Integration
Cloth Config ✅ Full GUI integration
YACL ✅ Full GUI integration
MaLiLib ✅ Hotkey configuration
ModMenu ✅ Settings button in mod list

All dependencies are optional! The mod works perfectly without any of them.

📦 Installation

Requirements

  • Minecraft: 1.21.11
  • Java: 21 or higher
  • Mod Loader: Fabric or Forge (choose one)

For Fabric

  1. Install Fabric Loader (0.18.1+)
  2. Download Fabric API
  3. Download PinChat for Fabric from Releases
  4. Place all mods in your .minecraft/mods folder

For Forge

  1. Install Forge (1.21.11-61.0.2+)
  2. Download PinChat for Forge from Releases
  3. Place the mod in your .minecraft/mods folder

Optional Mods (Fabric only)

For enhanced configuration UI, you can optionally install:

  • Cloth Config — Config GUI
  • YACL — Alternative config GUI
  • MaLiLib — Advanced hotkey configuration
  • ModMenu — Access settings from mod list

🎮 Usage

Pinning Messages

  1. Open the chat (T or /)
  2. Right-click on any message to open the pin menu
  3. Select Pin to [Group Name] or Create New Group
  4. Right-click on a pinned message header to unpin or manage the group

Managing Groups

  • Left-click and drag the group header to move it on screen
  • Click the collapse button to minimize a group
  • Right-click for more options (rename, delete, etc.)

Moveable Chat

  1. Press U (or your configured key) to open moveable chat
  2. Type your message while moving and looking around
  3. Press U again or ESC to close

Configuration

Access settings through one of these methods:

  • Command: /pinchat config
  • ModMenu: Click the settings icon next to PinChat in the mod list
  • In-game: Use the keybind if configured

Available Settings

Setting Description Default
Max Pinned Messages Maximum number of pinned messages per group 5
Max Line Width Maximum width of pinned messages in pixels 200
Chat Sensitivity Mouse sensitivity multiplier in moveable chat 1.0
Pinned Position X/Y Default position for new groups 10, 10
Pinned Scale Text scale for pinned messages 1.0

🛠️ Building from Source

git clone https://github.com/ivanmikhaylov1/pinchat-mod.git
cd pinchat-mod

# Build both Fabric and Forge versions
./gradlew buildAll

# Build only Fabric
./gradlew :fabric:build

# Build only Forge
./gradlew :forge:build

# Run tests
./gradlew :fabric:test

Compiled JARs will be in:

  • Fabric: fabric/build/libs/
  • Forge: forge/build/libs/

📁 Project Structure

pinchat-mod/
├── common/          # Shared code (configuration, data classes)
├── fabric/          # Fabric-specific implementation
├── forge/           # Forge-specific implementation
├── gradle/          # Gradle wrapper files
└── .github/         # GitHub Actions workflows

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📄 License

This project is licensed under the MIT License — see the LICENSE file for details.

🙏 Credits

  • Built with Fabric and Forge
  • Uses Architectury Loom for multi-platform builds
  • Optional integration with Cloth Config, YACL, and MaLiLib

❓ Support

If you encounter any issues or have suggestions:

  • Open an Issue
  • Make sure to include your Minecraft version, mod loader, and any crash logs

Made with ❤️ by Sfafy

👥 Team & Contributors

ivanmikhaylov1
ivanmikhaylov1Owner

⚙️ Compatibility

Environment
💻 Client-side
Loaders
fabricforge
Minecraft Versions
1.21.11

🔗 Links

Modrinth Page