@GreenArrow, can you please add support for my plugin ChatPlus?
It has the same API as BetterChat, so the only thing you have to change is this:
Just add || plugin.Title != "ChatPlus" so there would beCode:Line 71: if (plugin.Title != "Better Chat")
and that's it. Thanks!Code:if (plugin.Title != "Better Chat" || plugin.Title != "ChatPlus") return;
===EDIT===
Oooops... just notice this:
You have to add it as the refrence, so
Code:Line 17: [PluginReference] Plugin BetterChat, ChatPlus;Code:Line 52: if(BetterChat || ChatPlus)
ClanTags
Moved
Total Downloads: 2,083 - First Release: May 1, 2017 - Last Update: Nov 21, 2017
- 5/5, 11 likes
-
How about adding support for clan owners to only be able to change their own clan tag colors?
-
-
It has the same api as the BetterChat, so you just need to add ChatPlus the same way you did with BC =3 -
-
I don't get you. This feature has nothing to do with your plugin, but 4 lines of code(wich actually can be minified to 2).
Well - it's still up to you, so...|
But still - is it hard to just add it, so I dont have to manually change your code for every my customer? =^-^= -
Last edited by a moderator: Nov 15, 2017
-
-
-
-
-
-
I create clan on hwclans and when i write /clantag server show
On the 0.6 clantags version plugin not work (dont show clan prefix on the chat), 0.2 work good, but without colours.
:
[Clantags] You're not in a clan
I saw one more problem, you have marked the latest version as 0.6, we have to download version 0.5 -
-
-
Getting this thing a lot:
Code:(06:19:19) System.NullReferenceException: Object reference not set to an instance of an object (06:19:19) at Oxide.Plugins.ClanTags.GetClanTagFormatted (IPlayer player) [0x00000] in <filename unknown>:0 (06:19:19) at Oxide.Plugins.BetterChat+ChatGroup.FormatMessage (IPlayer player, System.String message) [0x00000] in <filename unknown>:0
-
-
-
Code:
Better Chat] Error when trying to get third-party title from plugin 'Oxide.Plugins.ClanTags'System.NullReferenceException: Object reference not set to an instance of an object at Oxide.Plugins.ClanTags.GetClanTagFormatted (IPlayer player) [0x00000] in <filename unknown>:0 at Oxide.Plugins.BetterChat+ChatGroup.FormatMessage (IPlayer player, System.String message) [0x00000] in <filename unknown>:0
-