Jump to content

MrLiquid

Member
  • Posts

    1,325
  • Joined

  • Last visited

Everything posted by MrLiquid

  1. MrLiquid

    Latest Update bug

    On server Daily Restart... Failed to call hook 'GetAllClans' on plugin 'Clans v1.1.18' (ArgumentException: Could not determine JSON object type for type Oxide.Plugins.Clans+ClanInviteData.) at Newtonsoft.Json.Linq.JValue.GetValueType (System.Nullable`1[T] current, System.Object value) [0x000e8] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Linq.JValue..ctor (System.Object value) [0x00000] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Linq.JContainer.CreateFromContent (System.Object content) [0x0000c] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Linq.JContainer.AddInternal (System.Int32 index, System.Object content, System.Boolean skipParentCheck) [0x00048] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Linq.JContainer.AddInternal (System.Int32 index, System.Object content, System.Boolean skipParentCheck) [0x00020] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Linq.JContainer.Add (System.Object content) [0x0000c] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Linq.JArray..ctor (System.Object content) [0x00011] in <271c58b7a8684db5a2c92be17a81f252>:0 at Oxide.Plugins.Clans+ClanData.ToJObject () [0x00095] in <6e7b710a52094ce694ae3210079a5cab>:0 at Oxide.Plugins.Clans.<GetAllClans>m__B (Oxide.Plugins.Clans+ClanData x) [0x00000] in <6e7b710a52094ce694ae3210079a5cab>:0 at Oxide.Plugins.ClansExtensionMethods.ExtensionMethods.Select[T,TResult] (System.Collections.Generic.List`1[T] source, System.Func`2[T,TResult] selector) [0x0002e] in <6e7b710a52094ce694ae3210079a5cab>:0 at Oxide.Plugins.Clans.GetAllClans () [0x00000] in <6e7b710a52094ce694ae3210079a5cab>:0 at Oxide.Plugins.Clans.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00d6b] in <6e7b710a52094ce694ae3210079a5cab>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <23ba99f131254889867c71f0bd137b1d>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <157a94ee66ab4a7991faecd1eb84be3b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <157a94ee66ab4a7991faecd1eb84be3b>:0 Oxide.Rust Version: 2.0.5802 Protocol: 2380.236.1 Build Date: 04/18/2023 12:53:06 Unity Version: 2019.4.7f1 Changeset: 81141 Branch: release
  2. MrLiquid

    Unknown Tokens

    Can you please explain what "Unknown Tokens" is all about please? See Attached picture .. Many Thanks
  3. MrLiquid

    Can your plugin .....

    What your plugin is doing is creating a Timer for each player based on their Timed permission (pinfo), What I'm asking is if you can have a Global timer based on a groups permission, rather than just the assignment of the permission to the player.
  4. MrLiquid

    Tidy up request

    thanks once again
  5. MrLiquid

    Tidy up request

    thank you
  6. MrLiquid

    Tidy up request

    Also, is there a way to allow damage, RaidProtection plugin is blocking it, Im guessing I need to speak to that dev ?
  7. MrLiquid

    Tidy up request

    When someone takes a shot at a base that is not ready for Conversion, They get 3 pieces of information as shown in the attached picture, Can the STEAMID show a TC owner name or something else? just for cosmetic. in my opinion, the 3rd line that is sent is sufficient and the first 2 lines of text are not really needed to send to player, sent to mods/admin yes, but not players. Thank you once again
  8. MrLiquid

    Can your plugin .....

    I have timed events during the day for example "Happy Hour" and permissions are assigned to a the default group so that everyone who joins can participate in the event, is there a way to globally show a timer for how much time remains on the event for a specific permission assigned to a group "default" ? for example "oxide.grant group default permission.here.2x" is assigned by TimedCommands plugin because timed permissions plugin does not support adding timed permissions to groups. Timed Commands can handle the Start and Stop of events, I just need your plugin to display the event and remaining time based on a GROUP permission. Many Thanks then all in default group
    One of the best Raid Protection plugins I've found, Highly recommend!
  9. MrLiquid

    is it possible to add....?

    Can I add settings from GLOBAL to the VIP group "allowDamage": true,,, << I want to be able to set my VIP players copters to not take damage. "myminicopter.viplevel2": { "unlimited": true, "canloot": false, "allowDamage": false, "stdFuelConsumption": 0.15, "startingFuel": 20.0, "cooldownmin": 0.0, "mindistance": 0.0, "gminidistance": 0.0
  10. MrLiquid

    When I remove a plugin

    Can you please have the plugin REMOVE an entry when a plugin is removed ?
  11. MrLiquid

    Im sorry but..

    ok, thank you for getting back to me, I think I'll wait until your update comes through before adding it to my server. I LOVE the idea though. I set up PURGE TOKENS in my shop, so basically everyone is EXCLUDED from purge day until they buy this token which removes the EXCLUDED permission from them allowing their bases to be converted for purge day. This way if someone does not wish to participate, they don't have too, Thank you once again
  12. MrLiquid

    Im sorry but..

    I'm sorry to have to ask, but I've got myself all confused trying to get my head around this.... IF a player does not attend the server in a given time frame, their base(s) become raidable, and X days before WIPE ALL bases become raidable called purge day(s). Does purge happen automatically or does this command need to be run? I see I can add an exempt permission to prevent their base from becoming raidable after X days of inactivity, but what if a player does not want their base to become raidable on purge day? I appreciate any help you can offer. P.S what does "REPORT" permission do? AbandonedBases.json
  13. MrLiquid

    Suggestion

    your da best!
  14. MrLiquid

    Suggestion

    Latest issue I've noticed and it doesn't happen a lot, but duplication of players names happens every now and then, I'm not sure what causes it though...
  15. says 2.0.9 for me
  16. Since your recent update, no more errors "Failed to call hook........." Many Thanks and I will let you know of any more bugs I find
  17. MrLiquid

    Can you please ?

    Thank you, works like a charm!
  18. I could but that data is long gone .. been 2 wipes since I contacted you
  19. Thank you
  20. MrLiquid

    Can you please ?

    is that a yes or no ?
  21. MrLiquid

    Other players limits

    so Admins can check what limitations are placed on other players, Some might have VIP or etc limits set. Handy to be able to check /limits <steamid or playername>
  22. MrLiquid

    Other players limits

    As an admin, is there a way I can check other players limits?
  23. MrLiquid

    Team Marker

    When placing a ping on a player, does the ping follow the player around or does it just mark the spot the player was seen?
  24. MrLiquid

    Welcome Music

    ASPECT#8294
1.8m

Downloads

Total number of downloads.

8.5k

Customers

Total customers served.

127.7k

Files Sold

Total number of files sold.

2.7m

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.