Skip to content

TeamDeamonMC/ModSys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ModSYS

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)

Getting started

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.

About

Moderation plugin for DaemonMC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages