From 11c7b5881e6410be3c8e6245a5251e900e85ded5 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Fri, 10 Jul 2020 23:46:49 +0200 Subject: [PATCH] Home page --- Home.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Home.md 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