From f27297b0071330c74c6521bb30bdcfcfd3f68d6e Mon Sep 17 00:00:00 2001 From: NRZ7 Date: Sat, 8 Oct 2016 16:10:03 +0200 Subject: [PATCH] Create README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2aecf7c --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +This scripts check the mods loaded by the client. If one mod is not loaded, automate POP UP's the player on spawn to warn, with costumizable links to community guides. +You can define each mod as “required” or “doesn’t required”. If the mod is required, MOD checker warns the player, and when this closes the dialog are silent kicked from the game. + +If the mod is not required, Mod checker warns the player, but the player can still on the server. +If no errors are generated, mod checker runs in silent without popup + +https://i.imgur.com/yseE9pL.png + +// * This project is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) +// * https://creativecommons.org/licenses/by-sa/4.0/ + +Feel free to modify or adapt my work. + +This project, contains some code from Repentz Advanced Rulez http://www.exilemod.com/topic/10375-advanced-server-rules-for-xm8/ + +Please, read carefully all instructions and read all scripts and comments.