WARNING: This mod is a university assignment, so there are certainly many aspects that may not have been fully considered. The author assumes no responsibility for any losses or damages caused by this mod.
๐ฆ Mod Description (CurseForge)
PlayerLogger is a lightweight and efficient server-side logging mod designed for NeoForge (Minecraft 1.21.1). It provides reliable tracking of player activities and stores them in a structured database for easy access and analysis.
Whether you're running a small private server or a large multiplayer environment, PlayerLogger helps you keep full visibility over player actions.
โจ Features
๐งพ Comprehensive Player Logging Track important player events such as joins, quits, and more.
๐๏ธ MySQL Database Support All data is stored in a persistent MySQL database for scalability and reliability.
โก High Performance Uses connection pooling (HikariCP) for efficient database operations.
๐ง Easy Configuration Simple configuration file with automatic generation and validation.
๐ฅ๏ธ Server-Side Only No client installation required โ just drop it into your server.
โ๏ธ Requirements
- Minecraft 1.21.1
- NeoForge 21.1.220+
- Java 21+
- A running MySQL database
๐ Setup
- Install the mod into your server
mods folder
- Start the server once to generate the config
- Edit the config file:
config/playerlogger-common.toml
- Enter your MySQL connection details
- Restart the server
๐ง Use Cases
- Server moderation & auditing
- Player behavior tracking
- Data analysis & statistics
- Anti-abuse investigation
โ ๏ธ Notes
- This mod requires a working MySQL database connection
- Make sure your database credentials are correct
- If the database fails to connect, the server may stop to prevent data loss
โค๏ธ Support
If you encounter any issues or have suggestions, feel free to open an issue or contact the author.
thanks very much for ChatGPT