Jump to content

Vergbergler

Creator
  • Posts

    418
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Vergbergler

  1. Vergbergler

    issue/bug

    I'm looking into a solution for this issue. For now, please uninstall Instant Scuba Diver from your server to avoid players losing earned loot stats. I'll keep you posted.
  2. Vergbergler

    Rust GPT

    This is a lot of work. You should charge $$ for this.
  3. Changed Status from Pending to Fixed Changed Fixed In to 1.1.6
  4. Thank you for bringing this to my attention. It would seem that the Backpack plugin's backpack can be dropped by players. This backpack cannot be treated like other Rust dropped items. Please let me know if you have any more issues by commenting on this support or making a new one. Edit: To be clear, the backpacks are still being tracked and saved by DropStopper.
  5. Changed Status from Pending to Can't Reproduce Changed Fixed In to 1.1.5
  6. This looks like it belongs in Discussion instead of Support. My server is not getting this spam. Please remove DropStopper and see if the error is still occurring.
  7. @HOUSE RUST The plugin will not work for players that do not have permission. Admin sometimes need to drop items under the map. These admin players can be added to the excluded permissions list. Automatically adding every player without permissions would be frustrating for admins. I hope this answered your question.
  8. Changed Status from Pending to Fixed Changed Fixed In to 1.1.5
  9. I'm going to mark as completed, please feel free to message here if you continue to have this issue.
  10. @SlayersRust Looks like the DespwnConfig would be the problem. DropStopper cannot track items if they get deleted prematurely. For instance: "hat.wolf": 1.0, If the Wolf Hat has fallen through the ground and gets deleted by DespawnConfig after 1 second. There's no point in attempting to save it from being despawned by the server in the underground "kill zone" created by Facepunch. DespawnConfig & DropStopper aren't doing anything wrong. It's just server preference really. I will create an option in the config to suppress this warning. DropStopper would still safely lose track of deleted items, but wouldn't complain about it. Would this be acceptable?
  11. @SlayersRust I've updated DropStopper with better logging in this situation. Could you let me know what it says now? I am connected with other server admins that have purchased DropStopper; and I have not heard anyone else getting this warning. It is possible that another one of your installed plugins may be creating and deleting items quickly. If you would like, I could add a config option to suppress this warning in your console. However, I think it is more important that we figure out what is deleting items on your server so quickly for performance sake. I'm very interested to know what is causing this and want to get it fixed for you asap.
  12. I'm working on an update that will make this console warning more useful. Hang tight.
  13. Hmm, no this is not normal. Do you have a custom server? Are there items being spawned and deleted quickly? Have you edited the config file? Please be verbose as possible when describing things.
  14. Changed Status from Pending to Fixed Changed Fixed In to 1.1.3
  15. I've updated the description page to make sure that permissions typo doesn't get anyone else
  16. The permission name is actually: DropStopper.exclude Try using a permissions manager to make your life easier. This is what I use:
  17. Yep that describes it pretty well. It tracks all items in rust. If it drops it stops.
  18. As you wish SkillTree.json
  19. I do not have a file by that name. Only logs are for new players entering the server and creating new data for them.
  20. Error in console when using '/stresetalldata' command: Failed to call hook 'ResetAllData' on plugin 'SkillTree v1.6.3' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.SkillTree.RunResetCommands (System.String playerID, System.Int32 level_achieved) [0x00060] in <f4b0e92620254fec92e27c7038b45583>:0 1kb/s in, 13kb/s out at Oxide.Plugins.SkillTree.ResetAllDataCommand (BasePlayer player, System.Boolean fromConsole) [0x000af] in <f4b0e92620254fec92e27c7038b45583>:0 at Oxide.Plugins.SkillTree.ResetAllData (BasePlayer player) [0x00022] in <f4b0e92620254fec92e27c7038b45583>:0 at Oxide.Plugins.SkillTree.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x04259] in <f4b0e92620254fec92e27c7038b45583>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9c80d821d00a44c9a24497c73ad2d20d>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <d646191a355d43a6b3ab36b7ee14c740>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d646191a355d43a6b3ab36b7ee14c740>:0 Love you
  21. Vergbergler

    Error

    Nah, you ain't even trying. I just purchased this instead. It works great.
  22. Vergbergler

    Error

    Failed to call hook 'SetStatusProperty' on plugin 'SimpleStatus v1.2.8' (FormatException: Input string was not in a correct format.) at System.Number.ThrowOverflowOrFormatException (System.Boolean overflow, System.String overflowResourceKey) [0x0001a] in <8ce0bd04a7a04b4b9395538239d3fdd8>:0 3kb/s in, 20kb/s out at System.Number.ParseSingle (System.ReadOnlySpan`1[T] value, System.Globalization.NumberStyles styles, System.Globalization.NumberFormatInfo info) [0x00071] in <8ce0bd04a7a04b4b9395538239d3fdd8>:0 at System.Single.Parse (System.String s, System.IFormatProvider provider) [0x0001b] in <8ce0bd04a7a04b4b9395538239d3fdd8>:0 at Oxide.Plugins.SimpleStatus.RgbaToHex (System.String rgba) [0x00034] in <bd986c4b81b04c40bfd971833db903c3>:0 at Oxide.Plugins.SimpleStatus+<>c.<AS_UpdateBar>b__88_3 (System.Object x) [0x00006] in <bd986c4b81b04c40bfd971833db903c3>:0 at Oxide.Plugins.SimpleStatusExtensionMethods.ExtensionMethods.CopyFrom[V] (System.Collections.Generic.Dictionary`2[TKey,TValue] dict, System.Collections.Generic.Dictionary`2[TKey,TValue] other, System.String key1, System.String key2, System.Func`2[T,TResult] clean) [0x00018] in <bd986c4b81b04c40bfd971833db903c3>:0 at Oxide.Plugins.SimpleStatus.AS_UpdateBar (System.UInt64 userId, Oxide.Plugins.SimpleStatus+StatusInfo status, Oxide.Plugins.SimpleStatus+PlayerStatusInfo data, System.Collections.Generic.Dictionary`2[TKey,TValue] ssprops) [0x000cd] in <bd986c4b81b04c40bfd971833db903c3>:0 at Oxide.Plugins.SimpleStatus.SetStatusProperty (System.String userId, System.String statusId, System.Collections.Generic.Dictionary`2[TKey,TValue] properties) [0x00056] in <bd986c4b81b04c40bfd971833db903c3>:0 at Oxide.Plugins.SimpleStatus.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01b48] in <bd986c4b81b04c40bfd971833db903c3>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9c80d821d00a44c9a24497c73ad2d20d>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <d646191a355d43a6b3ab36b7ee14c740>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d646191a355d43a6b3ab36bFailed to call hook 'SetStatusProperty' on plugin 'SimpleStatus v1.2.8' (FormatException: Input string was not in a correct format.) Okay, first off lemme just tell you how much I LOVE the fact that I needed to remind you to address this issue, then after an hour of checking you mark this as closed...? This above error is spamming my console and I'm not the only one getting this error: https://codefling.com/files/support/17300-error/ This is a fresh install with no modifications to the configuration file, .CS file, or the language file. Let's start with you engaging with the above SimpleStatus support link and figuring out why this is happening.
  23. Vergbergler

    Error

    ETA?
  24. Vergbergler

    Error

    Please refer to this ticket before claiming that this is a SimpleStatus issue: https://codefling.com/files/support/17300-error/
  25. Vergbergler

    error

    I submitted a support ticket for Balance Status here: https://codefling.com/files/support/19034-error/

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.8m
Total downloads
Customers
11.7k
Customers served
Files Sold
166.3k
Total sales
Payments
3.6m
Processed total
×
×
  • 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.