'MagicDescription v0.1.0' is using deprecated hook 'OnRunCommand', which will stop working on Monday, 01 August 2016. Please ask the author to update to 'OnServerCommand'
MagicDescription
Moved
Total Downloads: 3,636 - First Release: Nov 12, 2015 - Last Update: May 28, 2017
- 5/5, 25 likes
-
-
This error is showing up int my RustAdmin program.
(12:40:59) | [Oxide] 09:40 [Warning] 'MagicDescription v0.1.0' is using deprecated hook 'OnRunCommand', which will stop working on Monday, 01 August 2016. Please ask the author to update to 'OnServerCommand'
Thought I would let you know, love your work by the way! -
Wulf Community Admin
Wulf updated MagicDescription with a new update entry:
1.0.0
-
Looks just what I've been looking for. Giving it a test now. Thanks.
-
What's wrong?
Code:[Oxide] 16:31 [Error] Failed to call hook 'OnPluginLoaded' on plugin 'MagicDescription v1.0.0' (ArgumentNullException: Argument cannot be null. Parameter name: input) [Oxide] 16:31 [Debug] at System.Text.RegularExpressions.Regex.Match (System.String input, Int32 startat) [0x00000] in :0 at System.Text.RegularExpressions.Regex.Matches (System.String input, Int32 startat) [0x00000] in :0 at System.Text.RegularExpressions.Regex.Matches (System.String input) [0x00000] in :0 at Oxide.Plugins.MagicDescription.UpdateDescription (System.String text) [0x00000] in :0 at Oxide.Plugins.MagicDescription.OnPluginLoaded () [0x00000] in :0 at Oxide.Plugins.MagicDescription.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in :0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in :0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in :0 at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in :0
-
Wulf Community Admin
-
This.
Code:{ "Description": "Добро пожаловать на сервер ******. Удобные плагины и онлайн магазин.", "ListPlugins": false, "PluginExclusions": [ "PrivateStuff", "OtherName" ] }
-
[DOUBLEPOST=1470254103][/DOUBLEPOST]I have the following error when re-starting server with the plugin installed, if I take it out and drop it in after server start there's no issues. The error pops up about 6-7 times. I just hate those nasty red lines at my startup. Look into it please, in the meantime I'll pull the plugin if I need to restart.
Code:[Oxide] 12:42 [Info] Loaded plugin MagicDescription v1.0.0 by Wulf/lukespragg (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)[Oxide] 12:42 [Error] Failed to call hook 'OnPluginLoaded' on plugin 'MagicDescription v1.0.0' (ArgumentNullException: Argument cannot be null. Parameter name: input) (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)[Oxide] 12:42 [Debug] 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.OnPluginLoaded () [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 name, System.Object[] args) [0x00000] in <filename unknown>:0 (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)
Last edited by a moderator: Aug 3, 2016 -
Wulf Community Admin
-
Code:"PluginExclusions": [ "AdminProtection", "PathFinding", "ObjectRemover", "StackSizes", "Updater", "Waypoints", "ZoneDomes", "HelpText", "AdminSpawn"
Code:[Error] Failed to call hook 'OnPluginLoaded' on plugin 'MagicDescription v1.0.0' (ArgumentNullException: Argument cannot be null. Parameter name: input) 23:13 [Debug] 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.OnPluginLoaded () [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 name, System.Object[] args) [0x00000] in <filename unknown>:0
Last edited by a moderator: Aug 4, 2016 -
Wulf Community Admin
-
Hi Wulf,
My issue is that I set the plugin to "false" and restarted the server, the description then said "There is no description to display" or something like that.
I have a description, but I'm using nearly 60 plugins so I'd rather not have them splashed across my desc' - any help would be great -
Wulf Community Admin
-
Wulf Community Admin
Wulf updated MagicDescription with a new update entry:
1.1.0
-
Wulf Community Admin
Wulf updated MagicDescription with a new update entry:
1.2.0
-
Wulf Community Admin
Wulf updated MagicDescription with a new update entry:
1.2.1
-
Where would I place server.headerimage http://imageurl.com/image.jpeg in the .json?
-
Wulf Community Admin
-
Thanks for the reply Wulf. Any thought to adding this option in a possible update or separate plugin? Command in console doesn't seem to add picture for me.