From ce8da8fa8cdae8a6721153d1a6828307761757e8 Mon Sep 17 00:00:00 2001 From: Rob Date: Wed, 7 Apr 2021 05:20:35 -0500 Subject: [PATCH] added readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..591f792 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# BobMod +BobMod provides an Inventory GUI for in-game moderation with LiteBans. The in-game menus allow mods to view player ban, mute, and warning history, as well as ban, warn, or mute players. +All moderation actions through the GUI are done with pre-defined actions, reasons, and durations specified in the configuration file. I may change this later if anyone has any requests. +This plugin is currently in development, but seems to be stable and gets the job done. +If you do happen to use it and run across any bugs please let me know in the Github Issues. + +This is basically just a plugin that DevCow helped me with about a year ago, and I've just fixed a few bugs recently and made sure it would work with 1.16.5. + +# Commands +`/bob-mod `: Pulls up the moderation GUI for the specified player. \ No newline at end of file