commit 11c7b5881e6410be3c8e6245a5251e900e85ded5 Author: YouHaveTrouble Date: Fri Jul 10 23:46:49 2020 +0200 Home page diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..137e720 --- /dev/null +++ b/Home.md @@ -0,0 +1,9 @@ +## CommandWhitelist + +This is a simple plugin that lets you control what commands players can use. And it's managed by simple permissions! + +It was created because of my frustration of having to use multiple plugins for controlling the commands usage AND tab completions, and when I added some plugin I had to add its commands in multiple configs. No more. This one functions as command blocker and tab complete blocker. At once. One config. + +commandwhitelist.commands.default is given to players automatically as default, so all the commands on that list will be usable and will autocomplete. + +You can add unlimited amount of whitelists by adding sections in config under "commands" line, just like an example already present in default config. \ No newline at end of file