-
Posts
35 -
Joined
-
Last visited
RepeatPete's Achievements
-
The issue seems to revolve around update notifications from lone.design - there might be others. Server owner uses Rustadmin, which also has a manual plugin version check, which is how I found out about RaidableBases was 4 versions behind last night. I can assure you that the config file has had the correct plugin/plugin site in it. When you asked for my config, I re-checked it out of curiosity. After unloading RaidableBases, then uploading the newest version - the plugin information was placed at the bottom of the file, showing to be on uMod as version 2.8.4 - tricky part is, latest version on uMod is 2.7.9 UpdateChecker.json
-
- 267 comments
-
- #updates checker
- #plugin
- (and 5 more)
-
Multiple plugins with " - not found" error in console and Discord
RepeatPete posted A Support Request in Support
After our nightly restart, I usually always get a report from UpdateChecker after it loads. Tonight I get this string of errors, and even more odd is they are doubled. I've attached my config, and oxide is up-to-date Just trying to figure out what may have happened. o.version Oxide.Rust Version: 2.0.6048 Oxide.Rust Branch: master 10/24 23:22:22 | [UpdateChecker] `25 Oct 2023 05:22` [Codefling] PookEvent 1.2.7 -> [1.3.0](<https://codefling.com/plugins/pookevent>) Juggernaut - not found Juggernaut - not found PogoStick - not found PogoStick - not found RaidableBases - not found RaidableBases - not found SkinBox - not found SkinBox - not found UberTool - not found UberTool - not found Convoy - not found Convoy - not found SurvivalArena - not found SurvivalArena - not found EventHelper - not found EventHelper - not found BetterNpc - not found BetterNpc - not found BossMonster - not found BossMonster - not found BrokenItemsCleaner - not found BrokenItemsCleaner - not found Juggernaut - not found Juggernaut - not found PogoStick - not found PogoStick - not found RaidableBases - not found RaidableBases - not found SkinBox - not found SkinBox - not found UberTool - not found UberTool - not found Convoy - not found Convoy - not found SurvivalArena - not found SurvivalArena - not found EventHelper - not found EventHelper - not found BetterNpc - not found BetterNpc - not found BossMonster - not found BossMonster - not found BrokenItemsCleaner - not found BrokenItemsCleaner - not found UpdateChecker.json -
Reports updates required when plugins are up to date
RepeatPete replied to RepeatPete's Support Request in Support
ok, that makes sense. I'll remove any plugins from the config that I've removed manually. -
Reports updates required when plugins are up to date
RepeatPete replied to RepeatPete's Support Request in Support
an anomaly just occurred....the plugin notified that I needed to update Arkan, I haven't had Arkan on the server for several months now -
Reports updates required when plugins are up to date
RepeatPete replied to RepeatPete's Support Request in Support
I'll keep an eye on this. Originally I had 2 servers reporting using the same webhook. I've re-uploaded your plugin, using a new webhook with the interval set to 5 minutes. Nothing has came into Discord yet. -
Reports updates required when plugins are up to date
RepeatPete replied to RepeatPete's Support Request in Support
no, because I removed the plugin yesterday since I didn't need the messages I'll put it back on and recreate the webhook with the same config and see if it still occurs -
Reports updates required when plugins are up to date
RepeatPete replied to RepeatPete's Support Request in Support
here you go UpdateChecker.json -
Reports updates required when plugins are up to date
RepeatPete replied to RepeatPete's Support Request in Support
You're not saying that UMOD's API handles plugin information from other sites are you? Only 3 of them are from umod. The rest are from here, chaos and even lone's site. What I was trying to show was I have the version, or even newer than this plugin is expecting, but still posting to the discord channel that I need to update these. It's reported those same plugins every time it checks since this last wipe. The plugin dev is correctly showing the version number in their cs file, so that can't be the issue. -
RepeatPete started following Reports updates required when plugins are up to date
-
I have the plugin reporting to a discord channel. It just reported 8 plugins need updating: [Umod]AdminRadar 5.1.9 -> 5.2.2 LINK TO DOWNLOAD -> https://umod.org/plugins/adminradar [Umod]Backpacks 3.8.1 -> 3.11.5 LINK TO DOWNLOAD -> https://umod.org/plugins/backpacks [Codefling]PermissionsManager 2.0.7 -> 2.0.9 LINK TO DOWNLOAD -> https://codefling.com/plugins/permissionsmanager [LoneDesign]RaidableBases 2.6.7 -> 2.7.1 LINK TO DOWNLOAD -> https://lone.design/product/raidable-bases-rust-plugin/ [ChaosCode]SkinBox 2.1.20 -> 2.1.23 LINK TO DOWNLOAD -> https://chaoscode.io/resources/skinbox.17/ [ChaosCode]UberTool 1.4.26 -> 1.4.30 LINK TO DOWNLOAD -> https://chaoscode.io/resources/ubertool-admins-new-friend.78/ [Umod]Vanish 1.6.8 -> 1.7.0 LINK TO DOWNLOAD -> https://umod.org/plugins/vanish [ChaosCode]ZombieHorde 0.6.7 -> 0.6.8 LINK TO DOWNLOAD -> https://chaoscode.io/resources/zombiehorde.120/ Below are the versions of each plugin currently on the server. [Info("Admin Radar", "nivex", "5.3.1")] [Info("Backpacks", "WhiteThunder", "3.11.6")] [Info("PermissionsManager", "Steenamaroo", "2.0.9", ResourceId = 3)] [Info("Raidable Bases", "nivex", "2.7.2")] [Info("SkinBox", "k1lly0u", "2.1.23"), Description("Allows you to reskin item's by placing it in the SkinBox and selecting a new skin")] [Info("UberTool", "FuJiCuRa", "1.4.30", ResourceId = 78)] [Info("Vanish", "Whispers88", "1.8.0")] [Info("ZombieHorde", "k1lly0u", "0.6.8")]
-
Looks good to me, I work json a lot more than I do c#. Someone better at c# might be able to fact-check me. The bit in the code where it checks for random names seems like it's not evaluating with a if/then kind of check npc.displayName = Options.NPC.RandomNames.Count > 0 ? Options.NPC.RandomNames.GetRandom() : RandomUsernames.Get(npc.userID);
-
- 267 comments
-
- 1
-
- #updates checker
- #plugin
- (and 5 more)