Mods / Feedback
Tags:
#Other
#QoL
#Utility
Author: Kulebiaka
Side: Server
Created: May 15th at 10:48 AM
Last modified: Jun 29th at 1:15 PM
Downloads: 52
Follow Unfollow 2
Author: Kulebiaka
Side: Server
Created: May 15th at 10:48 AM
Last modified: Jun 29th at 1:15 PM
Downloads: 52
Follow Unfollow 2
For testers:
feedback_1.1.0.zip
Just a simple server side mod that adds the command /feedback that allows players to leave messages stored in a separate file.
Output file path is configurable. By default it locates at feedback/feedback.log in the data folder.
Feedback example:
[15.05.2025 - 01:45:33][Kulebiaka]: This is the best server ever
Config description:
{
// Path to a file where all feedback messages will be placed
"OutputFile": null,
// Enable feedback file rotation
"EnableFileRotation": true,
// Feedback file rotation threshold in bytes
"FileRotationThreshold": 40960,
// Date format that will be added before messages
"DateFormat": "dd.MM.yyyy - hh:mm:ss",
// The privilege a user must have to leave a feedback
"Privilege": "chat",
// Character limit per feedback message
"MessageLimit": 256
}
| Mod Version | Downloads | Released | Changelog | Download |
|---|---|---|---|---|
| 1.1.0 | 23 | Jun 29th at 1:15 PM | feedback_1.1.0.zip | |
| ||||
| 1.0.0 | 29 | May 15th at 10:51 AM | Empty | feedback_1.0.0.zip |
this is a great idea. More servers, and games in general, need this.