Moderation system for DaemonMC with HTTP server
Easy to use moderation system with various features:
- Kick
- Ban
- Teleport
- Customisable ban screen info
- Customisable staff nametags
- HTTP DB Server (in progress)
Build project using .NET IDE.
When built you will get files ModSys.dll and LiteDB.dll
ModSys.dll - Plugin file, this file should be in server's \Plugins folder.
LiteDB.dll - Data base library file, this file should go in \Plugins\SharedLibraries folder.
When server started plugin will generate two files in \Plugins\ModSys folder:
staff.json - Contains player usernames that will have access to /mod commad and custom nametags.
contact.txt - Contains ban screen text.
Plugin usage:
Type /mod to open moderation UI.