MagicDescription

Moved

Total Downloads: 3,635 - First Release: Nov 12, 2015 - Last Update: May 28, 2017

5/5, 25 likes
  1. Ok thanks nothing changed on my end. LOL dunno what is up then thanks good sir.
     
  2. Wulf

    Wulf Community Admin

    For the description, what does "server.description" show when you run that in the server console or RCON?
     
  3. Wulf

    Wulf Community Admin

  4. what could it be?
     
  5. Wulf

    Wulf Community Admin

    I don't know, but there's a thread floating around about it somewhere.
     
  6. I saw a similar problem on some servers, you can remember to throw a link to the topic about the problem?
     
  7. Wulf

    Wulf Community Admin

    I looked, but couldn't find it right away.
     
  8. How do I add a custom command to the description, I've tried
    "Description": "{getwipe}", & "Description": "getwipe",
    Don't seem to work
     
  9. Wulf

    Wulf Community Admin

    "Description": "{getwipe}",

    That would be the method. If that is a command, it'd run it.
     
  10. (16:48:19) | Unloaded plugin MagicDescription v1.2.6 by Wulf/lukespragg
    (16:48:19) | Loaded plugin MagicDescription v1.2.6 by Wulf/lukespragg
    (16:48:19) | [WipeSchedule] Last Map Wipe: 03/08/2017 Time Until Next Map Wipe: 11 Days
    (16:48:19) | [WipeSchedule] Last Map Wipe: 03/08/2017 Time Until Next Map Wipe: 11 Days

    Happens when I reload the MagicDescription. It seems to be able to run the command but it doesn't set a new Description
     
  11. Wulf

    Wulf Community Admin

    If the command is a universal command, it won't be able to get a reply from it. That's something we need to figure out how to handle in Oxide yet.
     
  12. Ok, the plugin I'm using this with is WipeSchedule. Would be handy to make it display in description :)

    If you ever figure it out, I have a suggestion to add MagicHostname, would be nice to display wipes there too.

    Thanks for info
     
  13. upload_2017-5-24_11-29-4.png

    I sometimes have no issues with description and then it goes bonkers. So I added a bunch of plugins to ignore list. I have had that fix in the past. I ended up removing wipeschedule and that allowed magicdescription to display more properly. The above screenshot is with MagicDescription completely removed. has to be another plugin
     
  14. Wulf

    Wulf Community Admin

    I don't think that is from a plugin.
     
  15. oh hmm. any ideas?
    i manually did server.description "test" and still got the #'s afterwards
     
  16. Wulf

    Wulf Community Admin

    I've seen it a few times in the past in other threads, but other than that not really.
     
  17. Help!
    Code:
    Failed to call hook 'OnPluginUnloaded' on plugin 'MagicDescription v1.2.6' (ArgumentNullException: Argument cannot be null.
    Parameter name: input)
      at System.Text.RegularExpressions.Regex.Match (System.String input, Int32 startat) [0x00000] in <filename unknown>:0
      at System.Text.RegularExpressions.Regex.Matches (System.String input, Int32 startat) [0x00000] in <filename unknown>:0
      at System.Text.RegularExpressions.Regex.Matches (System.String input) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.MagicDescription.UpdateDescription (System.String text) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.MagicDescription.OnPluginUnloaded () [0x00000] in <filename unknown>:0
      at Oxide.Plugins.MagicDescription.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (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
     
  18. Code:
    Failed to call hook 'OnPluginUnloaded' on plugin 'MagicDescription v1.2.6' (ArgumentNullException: Argument cannot be null.
    Parameter name: input)
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)  at System.Text.RegularExpressions.Regex.Match (System.String input, Int32 startat) [0x00000] in <filename unknown>:0
      at System.Text.RegularExpressions.Regex.Matches (System.String input, Int32 startat) [0x00000] in <filename unknown>:0
      at System.Text.RegularExpressions.Regex.Matches (System.String input) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.MagicDescription.UpdateDescription (System.String text) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.MagicDescription.OnPluginUnloaded () [0x00000] in <filename unknown>:0
      at Oxide.Plugins.MagicDescription.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (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
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Unloaded plugin Copy Paste v3.2.1 by Reneb
    (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Non platform assembly: data-0x1bdeb710 (this message is harmless)
    Fallback handler could not load library /home/steam/rust/RustDedicated_Data/Mono/x86_64/data-0x1bdeb710.so
    Loaded plugin Copy Paste v3.2.2 by Reneb
     
  19. Wulf

    Wulf Community Admin

    What do you have set for your server description currently in the config?