From e5991435800826ff87663b0f91bc6fa2632a9d7c Mon Sep 17 00:00:00 2001 From: INSANEMODE Date: Fri, 20 Nov 2020 15:33:46 -0600 Subject: [PATCH] Create README.md --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a6e03c7 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# ClanTagRank +![preview](https://gitea.insanemode.org/INSANEMODE/ClanTagRank/raw/branch/master/preview/Screenshot%20%281472%29.png) + +# Description: + +This C++ plugin for Plutonium t6mp, t6zm, and iw5. +the function of this plugin is to allow the clan tag to be set through rcon/console using ```setclantag ``` + +this paired with a C# iw4m-admin plugin are used together to grab the iw4m-admin permission level name (Owner, Admin, etc) or a custom tag for a client, and set it as their clan tag in game. + +# Installation: + +- Download the latest ClanTagRank.dll from the release page, and place it in your t6 server under ```./t6r/data/plugins```. + +- if you want to pair it with iw4m-admin, download ClanTagRankCommands.dll (from https://github.com/INSANEMODE/ClanTagRankCommands ) in your Iw4m-admin folder under ```./Plugins``` + +- everything is now handled through rcon, so there is no longer a need to set your iw4m-admin url in the config file. it can be safely deleted. + +# Additional Required Files/Programs +https://github.com/RaidMax/IW4M-Admin/releases + +https://forum.plutonium.pw/ + +https://github.com/INSANEMODE/ClanTagRankCommands + +# Special Thanks to: + - https://github.com/fedddddd + - for improving upon my idea, and adding support for addtional games.