Jump to content

dustyhansen

Member
  • Posts

    1,330
  • Joined

  • Last visited

Everything posted by dustyhansen

  1. dustyhansen

    No Fog

    Maybe next Halloween
  2. I see this was moved to work in progress, but thought I would check in since it has been a month.
  3. dustyhansen

    Console Error

    How is this going?
  4. Just checking in here to see if you read this and to see if it is possible to bring back?
  5. Hey just checking in on this one as well for an update. I believe you said you were working on a Raid Protection update, but just curious.
  6. Hey, just checking in on this one. It has been awhile so thought I would see if there were any updates.
  7. Any updates here?
  8. Good talk.
  9. @Cobalt Studios just bringing your attention to this.
  10. No it's ok, I did it, just was frustrated at the time that's all.
  11. Does this use the same shitty APIs that other update checker plugins use? Those are basically useless to me because they don't show updates to plugins because the APIs don't reflect the updates properly. Before I spend money on this I wanted to know if the method was any better?
  12. I don't understand the point of this plugin if it isn't going to accurately tell me when updates are available. Who do we talk to about these API issues?
  13. Do you know how big of a pain this is with all the custom entities we have added?
  14. Getting the following error with the new update when I install or reload the plugin: Unloaded plugin KillFeed v1.0.8 by codeboy [KillFeed] Failed ILoadConfig (Error converting value "Bear" to type 'System.Collections.Generic.Dictionary`2[System.String,System.String]'. Path '['Entity -> Name'].bear', line 84, position 18.) at object Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureType(JsonReader reader, object value, CultureInfo culture, JsonContract contract, Type targetType) at object Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, object existingValue) at object Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateDictionary(IDictionary dictionary, JsonReader reader, JsonDictionaryContract contract, JsonProperty containerProperty, string id) at object Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, object existingValue) at object Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, object existingValue) at bool Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, object target) at object Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, string id) at object Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, object existingValue) at object Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, object existingValue) at object Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, bool checkAdditionalContent) at object Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) at object Newtonsoft.Json.JsonSerializer.Deserialize(JsonReader reader, Type objectType) at object Newtonsoft.Json.JsonConvert.DeserializeObject(string value, Type type, JsonSerializerSettings settings) at ConfigData Newtonsoft.Json.JsonConvert.DeserializeObject<ConfigData>(string value, JsonSerializerSettings settings) at ConfigData Oxide.Core.Configuration.DynamicConfigFile.ReadObject<ConfigData>(string filename) in /home/runner/work/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/Configuration/DynamicConfigFile.cs:line 30 at void Oxide.Plugins.KillFeed.LoadConfig() in /home/container/carbon/plugins/KillFeed.cs:line 4063 at void Oxide.Plugins.RustPlugin.ILoadConfig() in /home/runner/work/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/RustPlugin.cs:line 235 Inner exception: System.ArgumentException: Could not cast or convert from System.String to System.Collections.Generic.Dictionary`2[System.String,System.String]. at object Newtonsoft.Json.Utilities.ConvertUtils.EnsureTypeAssignable(object value, Type initialType, Type targetType) at object Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast(object initialValue, CultureInfo culture, Type targetType) at object Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureType(JsonReader reader, object value, CultureInfo culture, JsonContract contract, Type targetType) Loaded plugin KillFeed v1.1.0 by codeboy [136ms] Failed to execute OnFrame callback (Object reference not set to an instance of an object) at void Oxide.Plugins.TreePlanter.TryPlantSeed(BasePlayer player, Item item, GrowableEntity entity) in /home/container/carbon/plugins/TreePlanter.cs:line 326 at void Oxide.Plugins.TreePlanter.OnEntityBuilt(Planner plan, GameObject gameObject)+() => { } in /home/container/carbon/plugins/TreePlanter.cs:line 290 at void Carbon.Managers.CarbonProcessor.Update() in /home/runner/work/Carbon/Carbon/Carbon.Core/Carbon/src/Processors/CarbonProcessor.cs:line 63 Timer of 2s has failed in 'KillFeed v1.1.0 by codeboy' [callback] (Object reference not set to an instance of an object) at void Oxide.Plugins.KillFeed.DownloadImage(ImageSettings settings, Action callback) in /home/container/carbon/plugins/KillFeed.cs:line 865 at void Oxide.Plugins.KillFeed.OnServerInitialized()+() => { } in /home/container/carbon/plugins/KillFeed.cs:line 520 at Timer Oxide.Plugins.Timers.In(float time, Action action)+() => { } in /home/runner/work/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/Libraries/Timer.cs:line 50 Failed to call internal hook 'OnEntityDeath' on plugin 'KillFeed v1.1.0' [1779071345] (Object reference not set to an instance of an object) at void Oxide.Plugins.KillFeed.OnEntityDeath(BaseAnimalNPC animal, HitInfo info) in /home/container/carbon/plugins/KillFeed.cs:line 350 at object Oxide.Plugins.KillFeed.InternalCallHook(uint hook, object[] args) in KillFeed.cs/Internal:line 202 Failed to call internal hook 'OnEntityDeath' on plugin 'KillFeed v1.1.0' [1779071345] (Object reference not set to an instance of an object) at void Oxide.Plugins.KillFeed.OnEntityDeath(BaseAnimalNPC animal, HitInfo info) in /home/container/carbon/plugins/KillFeed.cs:line 350 at object Oxide.Plugins.KillFeed.InternalCallHook(uint hook, object[] args) in KillFeed.cs/Internal:line 202 Failed to call internal hook 'OnEntityDeath' on plugin 'KillFeed v1.1.0' [1779071345] (Object reference not set to an instance of an object) at void Oxide.Plugins.KillFeed.OnEntityDeath(BaseAnimalNPC animal, HitInfo info) in /home/container/carbon/plugins/KillFeed.cs:line 350 at object Oxide.Plugins.KillFeed.InternalCallHook(uint hook, object[] args) in KillFeed.cs/Internal:line 202
  15. I have AFDrops from Lone.Design and KillFeed & Shoppy Stock from Codefling that are not showing as needing updates in the plugin.
  16. Didn't he update the plugin to delete the data file?
  17. dustyhansen

    Snowman NPCs OP

    Did you read what I wrote? I have reduced all the numbers significantly and they are still OP. Should I lower it more than by half?
  18. dustyhansen

    Clan Limit Not Working

    I have the clan limit enabled and am using Mevent's clan plugin. I have a limit of 50 Christmas trees per clan and one member put the 50 down and hit the limit, but another clan member is still able to place Christmas trees down. { "Auto-fill missing entities?": true, "Disable building if no perms are assigned": false, "Chat prefix": "<color=red>[Limits]</color>: ", "A message when the player reaches the maximum limit of objects": "You have <color=red>reached</color> the limit of this object ({0})", "Use teams for sum them constructions": false, "Use clans?": true, "Custom Prefabs, resourcepath & sprite(can be empty string)": {}, "Clans plugin for sum player constructions (Mevent, k1lly0u)": "Mevent" }
  19. dustyhansen

    Flyhacks

    We are getting a ton of flyhacks on this wipe using this map. Have other players reported this? Trying to figure out if it is a map issue or something else?
  20. So what do you suggest I do?
  21. dustyhansen

    Snowman NPCs OP

    Why are the snowmen so OP? I have reduced all the numbers significantly and they are still able to down me with just a couple hits of the snowball gun.
  22. Failed to call internal hook 'OnPlayerInput' on plugin 'XSkinMenu v1.5.9' [3411611961] (The given key '76561198095458548' was not present in the dictionary.) at Data System.Collections.Generic.Dictionary<ulong, Oxide.Plugins.XSkinMenu+Data>.get_Item(ulong key) at void Oxide.Plugins.XSkinMenu.OnPlayerInput(BasePlayer player, InputState input) in /home/container/carbon/plugins/XSkinMenu.cs:line 1984 at object Oxide.Plugins.XSkinMenu.InternalCallHook(uint hook, object[] args) in XSkinMenu.cs/Internal:line 465 I keep getting this in the console after today's update.
  23. Is there a place to see the icons without having to try them all?
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.6k

Files Sold

Total number of files sold.

2.4m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.