diff --git a/README.md b/README.md new file mode 100644 index 0000000..2136c22 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +## Whitelist Mod for [Minetest][] + + +--- +### **Description:** + +This is a simple Minetest mod that adds a player whitelist. Any player names not found in the whitelist are denied access to the server. + +- Commands: + - ***/whitelist add *** + - Adds a username to whitelist & allows access to server. + - ***/whitelist remove *** + - Removes a username from whitelist & denies access to server. + + +--- +### **Licensing:** + +WTFPL + + +[Minetest]: http://www.minetest.net/ diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..185292c --- /dev/null +++ b/mod.conf @@ -0,0 +1,3 @@ +name = whitelist +author = ShadowNinja +license = WTFPL