UpdateChecker

Moved

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

5/5, 48 likes
  1. Bump? I'd love to add this to my plugins
     
  2. Wulf

    Wulf Community Admin

    This was actually added in a recent Oxide build.
    Code:
    [Info("Something Awesome", "bawNg", 3.0, ResourceId = 123)]
    I haven't tested it with my plugin yet though.
     
  3. Wulf

    Wulf Community Admin

  4. Wulf

    Wulf Community Admin

  5. Code:
    > server.update
    [Updater] ##############  Update check started!
    [Updater] Supported plugin count: 9
    [Updater] Updater is outdated! Installed: 0.2.10, Latest: 0.2.9
    [Updater] -- Visit http://oxidemod.org/resources/681/
    [Updater] ##############  Update check finished!
    Grtz :D
     
  6. What is wrong ?
    Code:
    [Updater] ##############  Update check started!
    [Updater] Supported plugin count: 7
    [Updater] Admin door Unlocker plugin update check failed!
    Unsupported encoding: 'utf8'
    [Updater] AutoDoorCloser plugin update check failed!
    [Updater] Finder plugin update check failed!
    [Updater] Godmode plugin update check failed!
    [Updater] Teleportation System plugin update check failed!
    [Updater] Day & Night System plugin update check failed!
    [Updater] Updater plugin update check failed!
    [Updater] ##############  Update check finished!
     
  7. Wulf

    Wulf Community Admin

    Your webrequests aren't going through. I need to change a setting on my server, but it'll work after that.
     
  8. starting today since i tried using the plugin it now says
    [Updater] Updater plugin update check failed!
    [Updater] User Connection Notification plugin update check failed! etc...for each plugin
     
  9. Wulf

    Wulf Community Admin

    The site it uses is down for the day. It should be working tomorrow.
     
  10. ok no problem thx!
     
  11. If a plugin doesn't have a ResourceId the updater should tell me which ones - so I can bug the author :)

    This would do the trick at the end of the ResourceID conditional block (e.g. insert at line 101) :

    Code:
            elseif title ~= "Rust Core" and title ~= "Unity Core" then
                print("[" .. self.Title .. "] " .. "Unsupported plugin: " .. title .. "(" .. version .. ")")
    
     
  12. This is happening on my server.... help?
     
  13. Wulf

    Wulf Community Admin

    It will be fixed shortly.
     
  14. Thanks!
     
  15. Any progress with this fix?
     
  16. Wulf

    Wulf Community Admin

    It's working fine here, make sure you don't have something blocking web requests.

    9cf19cb997a34adbf59a054bfa77c58a.png
     
  17. Wulf

    Wulf Community Admin

    There are no errors with the site, so make sure you don't have something blocking web requests.