Merge remote-tracking branch 'origin/master'

This commit is contained in:
2025-09-07 20:39:14 +02:00
2 changed files with 65 additions and 0 deletions

21
LICENSE Normal file
View File

@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2025 deutschich aka. User404
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

44
README.md Normal file
View File

@@ -0,0 +1,44 @@
# 💣 TNTChat
[![License](https://img.shields.io/github/license/deutschich/TNTChat)](LICENSE)
[![Spigot](https://img.shields.io/badge/Spigot-Plugin-orange)]()
[![Paper](https://img.shields.io/badge/Paper-Compatible-brightgreen)]()
[![Java](https://img.shields.io/badge/Java-8%2B-blue)]()
**TNTChat** is a lightweight Spigot/Paper plugin that notifies you whenever a player places **TNT** or a **TNT minecart**.
Messages are shown directly in the **chat**, in the **console**, and also saved in a dedicated **log file**.
---
## ✨ Features
- Detects and logs TNT and TNT minecart placements
- Messages appear in chat, console, and log files:
`plugins/TntChat/logs/tnt-events-<date>.log`
- Fully translatable via `texts.yml`
- Zero configuration just install and use
---
## 📥 Installation
1. Download the latest release from [Releases](https://github.com/deutschich/TNTChat/releases)
2. Drop the `.jar` into your servers `plugins/` folder
3. Restart your server
4. Done! 🎉
---
## 🌍 Translations
Inside `plugins/TntChat/` you will find a `texts.yml` file.
Edit it to translate TNTChat into your preferred language.
---
## ⚙️ Compatibility
- Works with **Spigot** & **Paper**
- Tested on Minecraft **1.21 1.21.8**
- No dependencies required
---
## 📜 License
This project is **open source** under the [MIT License](LICENSE).