ClanTags

Moved

Total Downloads: 2,083 - First Release: May 1, 2017 - Last Update: Nov 21, 2017

5/5, 11 likes
  1. @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:
    Code:
    Line 71: if (plugin.Title != "Better Chat")
    Just add || plugin.Title != "ChatPlus" so there would be
    Code:
    if (plugin.Title != "Better Chat" || plugin.Title != "ChatPlus") 
       return; 
    and that's it. Thanks!
    ===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)
     
  2. How about adding support for clan owners to only be able to change their own clan tag colors?
     
  3. Send me a link to chat plus and ill see about support
     
  4. It's a private plugin, so there is no free access for it. But - I already told ya what you need to do =)
    It has the same api as the BetterChat, so you just need to add ChatPlus the same way you did with BC =3
     
  5. Why would I support private plugins that no one can access ?? I couldn't make it stable so if it has an error I can't fix it ??
     
  6. Why no one? Anyone can buy it, if they want =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? =^-^=
     
  7. No disrepect but It's because oxide was never intended to be used for private paid plugins. There for it would make no sense for the creators to take the time to add lines to their free and public plugins just to make it easier for private paid plugins that are not even supported on the oxide page. You're basically asking him to do work for a plug-in that shouldn't even exist outside of this web site. While that is not condemning it is also not reasonable to ask creators to cater to private plugins either... Since they will not be contributing to the official oxide community, its creators, and its users. Everyone here makes their money by donations, not by forcing payment... So why would they assist you bypassing the intended use and business practices of oxide and its creators?
     
    Last edited by a moderator: Nov 15, 2017
  8. Give me a percentage and quit leaching off my clan tags then i will add it :D
     
  9. Anyway man, would my suggestion about adding the ability/permission to allow clan owners to change only their own clan colors be possible? This way clan owners can manage their own clan's colors, without being able to change the colors of other clans. That is really the only way I could see putting this plugin to use on my server, as I have no desire to change people's colors myself nor do I want them to be able to change clan tag colors of clans that aren't their own.
     
  10. Never fought that ppl can be such greedy... If it's hard to add 3 lines, so be it.
     
  11. Yeah mate I'll get to testing it soon make sure we won't have bugs etc.

    You saying I'm geeedy while you're using better chats API and my chat tags to get people to buy your betterchat knock off better chat is what I support what it was made for if you want me to add something custom for your plugin that's private and people pay for you can pay me to add it. Until then I will not support a private plugin of yours.
     
  12. GreenArrow updated Clan Tags with a new update entry:

    0.6

     
  13. 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
     
  14. Hwclans is no longer on oxide and I couldn't find info for it I'm almost 100% sure you can use the clans plugin in universal and it should work if not send me the errors for that and I'll fix because I don't own HW sorry :/
     
  15. GreenArrow updated Clan Tags with a new update entry:

    0.7

     
  16. 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 
     
  17. What did you do before to get this?
     
  18. Checked logs, i have updated it from 0.1.0 to 0.7.0 version... Ok, i have regenerated the config file, and there is appeared something. Probably problem will gone for now, i will let you know, if its doesn't
     
  19. 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
     
  20. Probably has a minor glitch

    what happened before getting this