Jump to content

Budapeshter

Creator
  • Posts

    237
  • Joined

  • Last visited

Everything posted by Budapeshter

  1. Budapeshter

    Config

    { "Chat Command": [ "ub", "ultimatebeds" ], "Chat Prefix": "UltimateBeds", "Disable Bag Gifting. Default false": false, "RolePermission": { "vip1": { "Priority. (lower = higher priority)": 1, "Player Max Sleeping Bag/Bed limit": 60, "Exclude camper beds from the limit. Default false": false, "Sleeping bag unlock time after placed": 60, "Bed unlock time after placed": 30, "Sleeping bag respawn cooldown": 40, "Bed respawn cooldown": 20, "Sleeping Bag Range: Radius within which to check other Sleeping Bags placed. Default: 50 (lower = more Sleeping Bags close to each other)": 50, "Bed Range: Radius within which to check other Beds placed. Default: 50 (lower = more Beds close to each other)": 50, "Sleeping Bag Decay Settings": { "Enable Custom Decay. Default: false": false, "Disable Decay. Default: false": false, "Delay before decay starts. Default: 24 hours": 24, "Duration of decay. Default: 12 hours": 12 } }, "vip2": { "Priority. (lower = higher priority)": 2, "Player Max Sleeping Bag/Bed limit": 40, "Exclude camper beds from the limit. Default false": false, "Sleeping bag unlock time after placed": 100, "Bed unlock time after placed": 50, "Sleeping bag respawn cooldown": 80, "Bed respawn cooldown": 40, "Sleeping Bag Range: Radius within which to check other Sleeping Bags placed. Default: 50 (lower = more Sleeping Bags close to each other)": 50, "Bed Range: Radius within which to check other Beds placed. Default: 50 (lower = more Beds close to each other)": 50, "Sleeping Bag Decay Settings": { "Enable Custom Decay. Default: false": false, "Disable Decay. Default: false": false, "Delay before decay starts. Default: 24 hours": 24, "Duration of decay. Default: 12 hours": 12 } }, "vip3": { "Priority. (lower = higher priority)": 3, "Player Max Sleeping Bag/Bed limit": 20, "Exclude camper beds from the limit. Default false": false, "Sleeping bag unlock time after placed": 200, "Bed unlock time after placed": 100, "Sleeping bag respawn cooldown": 180, "Bed respawn cooldown": 80, "Sleeping Bag Range: Radius within which to check other Sleeping Bags placed. Default: 50 (lower = more Sleeping Bags close to each other)": 50, "Bed Range: Radius within which to check other Beds placed. Default: 50 (lower = more Beds close to each other)": 50, "Sleeping Bag Decay Settings": { "Enable Custom Decay. Default: false": false, "Disable Decay. Default: false": false, "Delay before decay starts. Default: 24 hours": 24, "Duration of decay. Default: 12 hours": 12 } }, "default": { "Priority. (lower = higher priority)": 100, "Player Max Sleeping Bag/Bed limit": -1, "Exclude camper beds from the limit. Default false": false, "Sleeping bag unlock time after placed": 300, "Bed unlock time after placed": 120, "Sleeping bag respawn cooldown": 300, "Bed respawn cooldown": 120, "Sleeping Bag Range: Radius within which to check other Sleeping Bags placed. Default: 50 (lower = more Sleeping Bags close to each other)": 50, "Bed Range: Radius within which to check other Beds placed. Default: 50 (lower = more Beds close to each other)": 50, "Sleeping Bag Decay Settings": { "Enable Custom Decay. Default: false": false, "Disable Decay. Default: false": false, "Delay before decay starts. Default: 24 hours": 24, "Duration of decay. Default: 12 hours": 12 } } }, "VersionNumber": { "Major": 1, "Minor": 1, "Patch": 3 } }
  2. Budapeshter

    Config

    I tried the plugin on a server where it was not previously installed. I used the standard configuration file that comes with the plugin. The effect is the same, cd does not change by permissions
  3. Budapeshter

    Config

    private void OnUserPermissionGranted(string id, string permName) if (_cachedRolePermission.Contains(steamId)) { Puts($"[OnUserPermissionGranted] Permission '{permName}' granted for SteamID {steamId}. Cache entry found and removed."); _cachedRolePermission.Remove(steamId); } else { Puts($"[OnUserPermissionGranted] Permission '{permName}' granted for SteamID {steamId}. No cache entry found."); } This hook does not work for me when I change my group . Added debug messages here to confirm this
  4. Budapeshter

    Config

    I have been administering the server in the 6th year already, I know how to manage permissions, there can be no mistake in such a simple operation on my part.
  5. Budapeshter

    Config

    Hi. Checked today, deleted all permissions, reloaded the plugin, issued permissions again, and nothing works as it should) If I get the VIP group permission from the default group, then the cd remains from the default group until I reload the plugin. This is on the OXIDE server.
  6. Failed to call hook 'CMDMain' on plugin 'SkinController v2.0.10' (NullReferenceException: Object reference not set to an instance of an object) at Item.MoveToContainer (ItemContainer newcontainer, System.Int32 iTargetPos, System.Boolean allowStack, System.Boolean ignoreStackLimit, BasePlayer sourcePlayer, System.Boolean allowSwap) [0x00036] in <1fb78a2317e64f028889c61730585273>:0 at Oxide.Plugins.SkinController.RedirectItem (BasePlayer player, Item item, Oxide.Plugins.SkinController+SkinData skinInfo, System.Boolean wasRedirect, System.Boolean isOrigional) [0x00132] in <195e609cee98487cba0dcf1e37f9b420>:0 at Oxide.Plugins.SkinController.SkinContainer (BasePlayer player, System.Collections.Generic.List`1[T] items, Oxide.Plugins.SkinController+PlayerSettings& playerSettings, System.Boolean findSkins, Oxide.Plugins.SkinController+SkinData skinInfo, System.Collections.Generic.List`1[T] inventoryItems, System.Boolean isInventory) [0x0015c] in <195e609cee98487cba0dcf1e37f9b420>:0 at Oxide.Plugins.SkinController.CMDMain (ConsoleSystem+Arg arg) [0x008a4] in <195e609cee98487cba0dcf1e37f9b420>:0 at Oxide.Plugins.SkinController.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00ed9] in <195e609cee98487cba0dcf1e37f9b420>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <d82f1fa409f84967ab685a3dbdd116ae>: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 The error appears very often, works in conjunction with Loadoutcontroller
  7. Budapeshter

    Clan Cores

    There is a problem, in the statistics of the clan cabinet is on D5 square, but in this square cabinet is not, statistics does not update the location of several hours.
  8. Budapeshter

    Config

    Not yet, I'll try it tonight and let you know.
  9. Budapeshter

    Config

    Sorry it took me so long to respond, I'm busy. I'm using both Carbon and Oxide, on Oxide this is the problem, on Carbon the plugin works kinda fine.
  10. Budapeshter

    Config

    Hi UltimateBeds.json
  11. Hi.In the new version, I give permissions to groups, but the timers are not applied until I reload the plugin o.reload . After reloading, the player permission is applied. As soon as a player leaves the VIP group to the default group, the timers stay with the player from the VIP group and this lasts until I reload the plugin again .
  12. I gave permission, the command doesn't work when typed. But I haven't cleaned the local files, maybe that's it? I have tested several times on oxide. In the video you only show the cooldown limits, but my cooldown is not working . And by the way, the notification (blue bar) does not appear. I'll check tomorrow by cleaning the old data and update to the new version, maybe that's it
  13. Chat commands do not work (I enter /ub and there is no error and no information) Also priority doesn't work, I set default 100 (as it was) on the highest privilege 1, as a result the highest privilege CD default 30 seconds when it shouldn't be at all. { "Chat Command": [ "ub", "ultimatebeds" ], "Chat Prefix": "<color=#00e38c>BOT</color> ->", "Disable Bag Gifting. Default false": false, "RolePermission": { "meganfox": { "Priority. (lower = higher priority)": 1, "Player Max Sleeping Bag/Bed limit": 500, "Exclude camper beds from the limit. Default false": false, "Sleeping bag unlock time after placed": 0, "Bed unlock time after placed": 0, "Sleeping bag respawn cooldown": 0, "Bed respawn cooldown": 0, "Sleeping Bag Range: Radius within which to check other Sleeping Bags placed. Default: 50 (lower = more Sleeping Bags close to each other)": 40, "Bed Range: Radius within which to check other Beds placed. Default: 50 (lower = more Beds close to each other)": 40, "Sleeping Bag Decay Settings": { "Enable Custom Decay. Default: false": false, "Disable Decay. Default: false": false, "Delay before decay starts. Default: 24 hours": 24, "Duration of decay. Default: 12 hours": 12 } }, "omega": { "Priority. (lower = higher priority)": 2, "Player Max Sleeping Bag/Bed limit": 300, "Exclude camper beds from the limit. Default false": false, "Sleeping bag unlock time after placed": 10, "Bed unlock time after placed": 10, "Sleeping bag respawn cooldown": 10, "Bed respawn cooldown": 10, "Sleeping Bag Range: Radius within which to check other Sleeping Bags placed. Default: 50 (lower = more Sleeping Bags close to each other)": 50, "Bed Range: Radius within which to check other Beds placed. Default: 50 (lower = more Beds close to each other)": 50, "Sleeping Bag Decay Settings": { "Enable Custom Decay. Default: false": false, "Disable Decay. Default: false": false, "Delay before decay starts. Default: 24 hours": 24, "Duration of decay. Default: 12 hours": 12 } }, "elite": { "Priority. (lower = higher priority)": 3, "Player Max Sleeping Bag/Bed limit": 250, "Exclude camper beds from the limit. Default false": false, "Sleeping bag unlock time after placed": 20, "Bed unlock time after placed": 20, "Sleeping bag respawn cooldown": 20, "Bed respawn cooldown": 20, "Sleeping Bag Range: Radius within which to check other Sleeping Bags placed. Default: 50 (lower = more Sleeping Bags close to each other)": 50, "Bed Range: Radius within which to check other Beds placed. Default: 50 (lower = more Beds close to each other)": 50, "Sleeping Bag Decay Settings": { "Enable Custom Decay. Default: false": false, "Disable Decay. Default: false": false, "Delay before decay starts. Default: 24 hours": 24, "Duration of decay. Default: 12 hours": 12 } }, "vip": { "Priority. (lower = higher priority)": 4, "Player Max Sleeping Bag/Bed limit": 200, "Exclude camper beds from the limit. Default false": false, "Sleeping bag unlock time after placed": 30, "Bed unlock time after placed": 30, "Sleeping bag respawn cooldown": 30, "Bed respawn cooldown": 25, "Sleeping Bag Range: Radius within which to check other Sleeping Bags placed. Default: 50 (lower = more Sleeping Bags close to each other)": 50, "Bed Range: Radius within which to check other Beds placed. Default: 50 (lower = more Beds close to each other)": 50, "Sleeping Bag Decay Settings": { "Enable Custom Decay. Default: false": false, "Disable Decay. Default: false": false, "Delay before decay starts. Default: 24 hours": 24, "Duration of decay. Default: 12 hours": 12 } }, "default": { "Priority. (lower = higher priority)": 100, "Player Max Sleeping Bag/Bed limit": 150, "Exclude camper beds from the limit. Default false": false, "Sleeping bag unlock time after placed": 30, "Bed unlock time after placed": 30, "Sleeping bag respawn cooldown": 45, "Bed respawn cooldown": 45, "Sleeping Bag Range: Radius within which to check other Sleeping Bags placed. Default: 50 (lower = more Sleeping Bags close to each other)": 50, "Bed Range: Radius within which to check other Beds placed. Default: 50 (lower = more Beds close to each other)": 50, "Sleeping Bag Decay Settings": { "Enable Custom Decay. Default: false": false, "Disable Decay. Default: false": false, "Delay before decay starts. Default: 24 hours": 24, "Duration of decay. Default: 12 hours": 12 } } }, "VersionNumber": { "Major": 1, "Minor": 1, "Patch": 2 } }
  14. Failed to call internal hook 'OnActiveItemChanged' on plugin 'UltimateBeds v1.1.1' [2268037981] (Sequence contains no matching element) at string System.Linq.Enumerable.First<string>(IEnumerable<string> source, Func<string, bool> predicate) at RolePermission Oxide.Plugins.UltimateBeds.GetPlayerRolePermission(ulong steamID) in C:/Users/Administrator/Desktop/SERVER CARBON/carbon/plugins/UltimateBeds.cs:line 878 at bool Oxide.Plugins.UltimateBeds.CanChangeBagsRange(BasePlayer player) in C:/Users/Administrator/Desktop/SERVER CARBON/carbon/plugins/UltimateBeds.cs:line 441 at void Oxide.Plugins.UltimateBeds.OnActiveItemChanged(BasePlayer player, Item oldItem, Item newItem) in C:/Users/Administrator/Desktop/SERVER CARBON/carbon/plugins/UltimateBeds.cs:line 232 at object Oxide.Plugins.UltimateBeds.InternalCallHook(uint hook, object[] args) in UltimateBeds.cs/Internal:line 108 (15:06:12) | [UltimateBeds] Exception: Sequence contains no matching element (15:06:12) | [UltimateBeds] Exception: Sequence contains no matching element (15:06:12) | [UltimateBeds] Exception: Sequence contains no matching element (15:06:12) | [UltimateBeds] Exception: Sequence contains no matching element (15:06:12) | [UltimateBeds] Exception: Sequence contains no matching element Carbon. { "RolePermission": { "default": { "Player Max Sleeping Bag/Bed limit": 150, "Sleeping bag unlock time after placed": 30, "Bed unlock time after placed": 30, "Sleeping bag respawn cooldown": 45, "Bed respawn cooldown": 45, "Sleeping Bag Range: Radius within which to check other Sleeping Bags placed. Default: 50 (lower = more Sleeping Bags close to each other)": 50, "Bed Range: Radius within which to check other Beds placed. Default: 50 (lower = more Beds close to each other)": 50 }, "vip": { "Player Max Sleeping Bag/Bed limit": 200, "Sleeping bag unlock time after placed": 30, "Bed unlock time after placed": 30, "Sleeping bag respawn cooldown": 30, "Bed respawn cooldown": 30, "Sleeping Bag Range: Radius within which to check other Sleeping Bags placed. Default: 50 (lower = more Sleeping Bags close to each other)": 50, "Bed Range: Radius within which to check other Beds placed. Default: 50 (lower = more Beds close to each other)": 50 }, "elite": { "Player Max Sleeping Bag/Bed limit": 250, "Sleeping bag unlock time after placed": 15, "Bed unlock time after placed": 10, "Sleeping bag respawn cooldown": 20, "Bed respawn cooldown": 20, "Sleeping Bag Range: Radius within which to check other Sleeping Bags placed. Default: 50 (lower = more Sleeping Bags close to each other)": 50, "Bed Range: Radius within which to check other Beds placed. Default: 50 (lower = more Beds close to each other)": 50 }, "alpha": { "Player Max Sleeping Bag/Bed limit": 300, "Sleeping bag unlock time after placed": 10, "Bed unlock time after placed": 10, "Sleeping bag respawn cooldown": 10, "Bed respawn cooldown": 10, "Sleeping Bag Range: Radius within which to check other Sleeping Bags placed. Default: 50 (lower = more Sleeping Bags close to each other)": 45, "Bed Range: Radius within which to check other Beds placed. Default: 50 (lower = more Beds close to each other)": 45 }, "meganfox": { "Player Max Sleeping Bag/Bed limit": 500, "Sleeping bag unlock time after placed": 5, "Bed unlock time after placed": 5, "Sleeping bag respawn cooldown": 0, "Bed respawn cooldown": 0, "Sleeping Bag Range: Radius within which to check other Sleeping Bags placed. Default: 50 (lower = more Sleeping Bags close to each other)": 30, "Bed Range: Radius within which to check other Beds placed. Default: 50 (lower = more Beds close to each other)": 30 } }, "VersionNumber": { "Major": 1, "Minor": 0, "Patch": 8 } }
  15. Budapeshter

    Free RT

    Everything works great! The author quickly responds to requests from the plugin's technical support
  16. thank you very much! Everything works
  17. Thanks, no problem) I just tried out the Umod version and thought it wasn't a working plugin. but it's the same here))
  18. Another bug. After logging in to the server, the UI is not displayed. In general, the plugin is broken
  19. version 4.0.5
  20. Hi. Exactly the same problem, the plugin does not work with config.json , all changes are not applied
  21. Why don't the images change? There are problems with the config, I suppose SimpleKDR - Object reference not set to an instance of an object - command plugins Failed to call hook 'OnEntityDeath' on plugin 'SimpleKDR v4.0.1' (ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index) at System.Collections.Generic.List`1[T].get_Item (System.Int32 index) [0x00009] in <8ce0bd04a7a04b4b9395538239d3fdd8>:0 at Oxide.Plugins.SimpleKDR.AddKDRUI (BasePlayer player) [0x0003c] in <5ca2173722b547388129de76f0993e91>:0 at Oxide.Plugins.SimpleKDR.RebuildUI (BasePlayer player) [0x00025] in <5ca2173722b547388129de76f0993e91>:0 at Oxide.Plugins.SimpleKDR.OnEntityDeath (BasePlayer player, HitInfo info) [0x0013a] in <5ca2173722b547388129de76f0993e91>:0 at Oxide.Plugins.SimpleKDR.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x000bb] in <5ca2173722b547388129de76f0993e91>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <206a0f2c6ee141f38e2ad549cde44d70>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0 (13:37:43) | [macro] Hans[6553486/76561199014368307] was killed by papantik) #ultimaterust at (-478.38, 11.98, 1006.23)
  22. Failed executing console command 'sc_main' in 'SkinController v2.0.10 by Amino' [callback] (Index was outside the bounds of the array.) at void Oxide.Plugins.SkinController.SelectInvItem(BasePlayer player, PlayerSettings playerSettings, bool isSelecting, int arrayId, string[] args, int redirId) in C:/Users/Administrator/Desktop/server/carbon/plugins/SkinController.cs:line 1957 at void Oxide.Plugins.SkinController.DeselectInventoryItem(BasePlayer player, ref PlayerSettings playerSettings, string[] args) in C:/Users/Administrator/Desktop/server/carbon/plugins/SkinController.cs:line 2018 at void Oxide.Plugins.SkinController.CMDMain(Arg arg) in C:/Users/Administrator/Desktop/server/carbon/plugins/SkinController.cs:line 931 at object System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)
  23. Budapeshter

    IndexOutOfRangeException

    Hey version 2.0.10 Failed to call hook 'CMDMain' on plugin 'SkinController v2.0.10' (IndexOutOfRangeException: Index was outside the bounds of the array.) at Oxide.Plugins.SkinController.SelectInvItem (BasePlayer player, Oxide.Plugins.SkinController+PlayerSettings playerSettings, System.Boolean isSelecting, System.Int32 arrayId, System.String[] args, System.Int32 redirId) [0x00027] in <d9d55c6e809f40da838b91fb0744ff86>:0 at Oxide.Plugins.SkinController.DeselectInventoryItem (BasePlayer player, Oxide.Plugins.SkinController+PlayerSettings& playerSettings, System.String[] args) [0x000eb] in <d9d55c6e809f40da838b91fb0744ff86>:0 at Oxide.Plugins.SkinController.CMDMain (ConsoleSystem+Arg arg) [0x007ba] in <d9d55c6e809f40da838b91fb0744ff86>:0 at Oxide.Plugins.SkinController.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00ed9] in <d9d55c6e809f40da838b91fb0744ff86>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <206a0f2c6ee141f38e2ad549cde44d70>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0
1.9m

Downloads

Total number of downloads.

9k

Customers

Total customers served.

131.5k

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.