ChatHook
⚪ Last updated 2024Preview

🔍 Analysis
- 🏆 #1223 of 1224 bukkit mods in this game by downloads
📋 About This Mod
A simple plugin that allows you to send a player's chat message to an external server. It is well suited for creating a chat on a website or for Discord web hooks.
## WARNING FOR THE PLUGIN, YOU NEED A BACKEND SERVER TO ACCEPT REQUESTS FROM THE PLUGIN
## Required dependencies - (https://www.spigotmc.org/resources/placeholderapi. 6245/)
## Commands - /chathook reload - reload plugin config
## Permissions - chathook.use - Permission to use plugin commands
## Config example
config.yml
```yaml # Author: Kredwi # Issues: https://github.com/kredwi/chathook/issues debug: false # Enable debug mode (true - enabled, false - disabled). async: true # Use asynchronous requests, if disabled, chat messages can be sent with a significant delay timeout: 5000 # Timeout in milliseconds, after which the connection will be closed. request_url: "http://localhost:8439" # The address of the server to which requests will be sent. authorization: "" # Authorization token, if not needed, leave the field empty config-version: 1 # Config version
# Message sector message_sector: error_invalid_command: "§cThis command does not exist" config_is_reloaded: "§aConfiguration successfully reloaded" no_arguments: "§cNot enough arguments" no_permissions: "§cYou do not have enough permissions"
# List of player nicknames whose messages will not be sent to the server disabled_players: - Kredwi - igor
# Other information that will be sent in the request other_information: key_1: "%player_ip%" key_2: "%player_name%" ```
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- Kredwi
- Version
- 1.0.0
- Downloads
- 78
- Endorsements
- 0
- Category
- bukkit
- Created
- 8/15/2024
- Updated
- 8/13/2024
- Game Versions
- 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14
- Tags
- social
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does ChatHook support?
The author lists 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1. Other versions may work but are untested by the author.
What is the latest version of ChatHook?
Version 1.0.0, published 2024-08-13 with 78 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await