-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
212371b
commit e599143
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <client slot> <clantag name>``` | ||
|
||
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. |