UpdateChecker

Moved

Total Downloads: 21,402 - First Release: Oct 24, 2014 - Last Update: Feb 1, 2018

5/5, 48 likes
  1. cant seem to get this to work keep getting "you are not allowed to use this command" im owner and the moderator whats wrong
     
  2. Wulf

    Wulf Community Admin

    I'm assuming you mean the commands are the only part not working. I'll check and see if there are any issues.
     
  3. at the moment our users file looks like this

    ownerid steam id name

    moderatorid steam id name

    ownerid steam id name

    moderatorid steam id name

    rcon shows auther lvl 1 is this correct or is something i missed ( i removed id's fand names for security
     
  4. Wulf

    Wulf Community Admin

    Wulf updated Updater with a new update entry:

    Updated for latest Oxide build and more

     
  5. Wulf

    Wulf Community Admin

    Wulf updated Updater with a new update entry:

    Added better email and push notification messages

     
  6. Mine checks and doesnt say anything else? Does that mean Im good?
     
  7. Wulf

    Wulf Community Admin

    If you don't have it enabled to show updated plugins, then it should be. Keep in mind that not all plugins are supported, as not all authors add the ResourceId to their plugin.
     
  8. Wulf

    Wulf Community Admin

  9. Code:
    Oxide] 12:22 PM [Info] Unloaded plugin Updater v0.2.8 by Wulf
    [Oxide] 12:22 PM [Info] Loaded plugin Updater v0.2.8 by Wulf
    [Oxide] 12:22 PM [Error] Failed to initialise plugin updater (A .NET exception occured in user-code)
    [Oxide] 12:22 PM [Debug]   at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
     
  10. Wulf

    Wulf Community Admin

    Sounds like your server is outdated.
     
  11. Code:
    [Oxide] 6:26 PM [Info] Loaded plugin Updater v0.2.8 by Wulf
    [Oxide] 6:26 PM [Error] Failed to initialise plugin updater (A .NET exception occured in user-code)
    [Oxide] 6:26 PM [Debug]   at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
    the same and my server is updated
     
  12. Wulf

    Wulf Community Admin

    What version does the version command return?
     
  13. i got this
    Code:
    [Oxide] 6:58 PM [Info] Unloaded plugin Notifier (v1.3.3) by SkinN
    [Oxide] 6:58 PM [Info] Loaded plugin Notifier (v1.3.3) by SkinN
    [Oxide] 6:58 PM [Error] Failed to initialise plugin updater (A .NET exception occured in user-code)
    [Oxide] 6:58 PM [Debug]   at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
     
  14. Wulf

    Wulf Community Admin

    Again, what version does the version command return?
     
  15. How do we specify the Resource ID in a C# plugin
     
  16. Wulf

    Wulf Community Admin

    It should be the same as with Title, Author, etc.
     
  17. In C#, they arent named properties in the plugin. They are defined via annotation

    Code:
    [Info("Better Start", "Looking For Gamers <[email protected]>", 1.0)]
    At least, from what i've seen.

    Would it work if i set a public class property with Resource ID?
     
  18. Wulf

    Wulf Community Admin

    There's another method to handle it where they are named, but I'll point the C# expert in your direction. ;)
     
  19. Wulf

    Wulf Community Admin

    Wulf updated Updater with a new update entry:

    Fixed email and push support