ClanTags

Moved

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

5/5, 11 likes
  1. Its obviously an error caused by a null value in a config variable. Old config lacks something (don't remember now), so you need to remove it after updating to a new version. You know, its like when plugin is trying to read a color or something like that, but its null, because its wasn't loaded from config, and there wasn't generated a default value. Now its works fine for me

    Some devs include info about the need to remove config into the changelog, some people making configs with a different way, just the tip:)
     
  2. your version must be really old :/
     
  3. nothing i think .. or i don't remember :/
    .. i have 2 servers on Gameservers.com and both have the same problem
     
  4. i just delete the plugin .. and upload it again .. server crached :/
     
  5. Wulf

    Wulf Community Admin

    Ya sure it was a crash? Crash would mean crash logs in the server's root generally.
     
  6. yes start spamming the console and restarted

    crash log :

    Code:
    [Mon Nov 20 19:44:18 2017] Server has exceeded maximum RAM limit (7450 MB), killing
    [Mon Nov 20 19:44:19 2017]  Server has crashed, restarting
     
  7. Wulf

    Wulf Community Admin

    So the server running out of memory due to a limit set by the host, not really a true crash. That would generally not be related to any particular plugin.
     
  8. i upload it again after restart .. and all good for now .
    i will check the other server now .
     
  9. Still dont understand how you would have got that error hrm let me know if something comes up
     
  10. Wulf

    Wulf Community Admin

    I don't think that message was related to your plugin, just so happened that the server ran out of memory at that moment.
     
  11. I meant the first error he sent in I got the error when i didn't have some checks in the plugin but I fixed those idk
     
  12. Wulf

    Wulf Community Admin

    Not sure why you're doing the whole new Func thing, but you can just do GetClanTagFormatted(player) instead. You also shouldn't be returning null as a string in that method. I'd probably return the clantag variable as the default instead of null. The reason he's getting is because of it returning null in that method.
     
  13. Good spot idk why I put it like that
     
  14. GreenArrow updated Clan Tags with a new update entry:

    0.8



    If you use Clans universal it wont work for those who have tried
     
    Last edited by a moderator: Nov 21, 2017
  15. Using /clantag command

    It tells players that they are not in a clan, even though they are.

    Also this spams log with this message

    Code:
    04:45 [Stacktrace]   at Oxide.Plugins.Clans.GetClanOf (System.Object player) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Clans.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 
     
  16. What clans plugin?
     
  17. Clans | Oxide

    (Clans for Better Chat)
     
  18. Rust:IO Clans for Rust | Oxide only.

    He added his own lol it doesn't have as many options but yeah
     
  19. Didn't see that part of the post. My bad. I'd need it for Hurtworld v2 tho, not Rust.
     
  20. if he takes out his clan tags the plugin will work 100% idk why he added it or when he did