From 25e770f84447a4b43839f72ffb7b821d87918679 Mon Sep 17 00:00:00 2001 From: Brandon Hammer Date: Thu, 19 Nov 2020 16:15:22 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a4f6225..a29033a 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ This C++ Plutonium t6 plugin and C# iw4m-admin plugin are used together to grab # Installation: -- Download the latest ClanTagRank.dll from the release page, and place it in your t6 server under ```./t6r/data/plugins```, and ClanTagRankApi.dll (from https://gitea.insanemode.org/INSANEMODE/ClanTagRankApi ) in your Iw4m-admin folder under ```./Plugins``` +- Download the latest ClanTagRank.dll from the release page, and place it in your t6 server under ```./t6r/data/plugins```, and ClanTagRankCommands.dll (from https://gitea.insanemode.org/INSANEMODE/ClanTagRankCommands ) in your Iw4m-admin folder under ```./Plugins``` -- Run your server, and GetClanTag.ini will be generated in your ```./t6r/data/plugins``` folder. you can edit the URL in this file to match your iw4m-admin url or port if you aren't running it locally, or if you are not running on the default 1624 port. +- 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/topic/2819/how-to-install-update-plutonium-t6 -https://gitea.insanemode.org/INSANEMODE/ClanTagRankApi \ No newline at end of file +https://gitea.insanemode.org/INSANEMODE/ClanTagRankCommands \ No newline at end of file