-
Posts
1,163 -
Joined
-
Last visited
-
Days Won
7
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Kobani
-
I am with Gportel, I will contact my hoster about this. As soon as I know more I'll let you know.
-
When I restart the server abruptly, the "Custom Zones" folder is deleted from the directory. I have no idea why. do you have any ideas?
-
The foundation limit should also apply to individual buildings, not just the total team size. Otherwise, teams with multiple players could build massive bases with 500 foundations or more, which is not the goal. My concern is that not only individual players but entire buildings should be limited in size. Huge structures make little sense in PvE mode and unnecessarily burden client-side system performance. Do you understand my point?
- 29 comments
-
- #paid
- #foundation
- (and 6 more)
-
Hello @AhigaO, I really appreciate your plugin; however, there is a way for players to bypass the foundation limit when playing together—regardless of whether they are on the same team or not. For example, if a player reaches the foundation limit of 100, they can no longer build. However, another player, playing with them, can place an additional 100foundations on the same building, bringing the total to 200. It doesn't matter if there is a Tool Cupboard (TC) or not, nor if the players are on the same team. I would like to prevent this bypass. I would like the foundation limit to be applied both per player and per building. This way, another player wouldn’t be able to bypass the foundation limit that a teammate has already reached. Could you please add this functionality? I would be very grateful. Thank you in advance for your support!
- 29 comments
-
- #paid
- #foundation
- (and 6 more)
-
- 22 comments
-
- 1
-
-
I will keep an eye on it and inform you as soon as I identify a pattern.
-
A big thank you for the quick and professional fix! Everything is now working perfectly. I really appreciate the great support and the fast repair — not just this time, but also for all the recent updates and bug fixes I've found. I'll do my best not to discover any more bugs now…!
-
- 36 comments
-
- #helicopter
- #minicopter
-
(and 7 more)
Tagged with:
-
- 185 comments
-
- #jtedal
- #mad mappers
-
(and 7 more)
Tagged with:
-
If you switch between the Tool Cupboard (TC) / Hazmat Suit and another item twice, a message appears in the console. This message then appears every time someone skins the TC or Hazmat Suit again. I hope this makes it clearer. Sorry!
-
@LAGZYA I hope I'm not being a bother, but I would like to report another issue that occurs in the console. This error happens when I try to change the skins of items, particularly when switching between the Tool Cupboard (TC) or the Hazmat set and other skins. The error appears when I try to re-skin these items one after the other. To make the process clearer, I've attached a video that illustrates the error and the sequence of events in more detail. http://kobani.de/RUST 2025.02.11 - 08.50.26.02.mp4 I hope this information helps to narrow down the issue. Failed to call hook 'ConsoleCommand' on plugin 'LSkins v2.1.5' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.LSkins.ConsoleCommand (ConsoleSystem+Arg arg) [0x0050e] in <c084083a99734cbba1f89cc6a2c9a491>:0 at Oxide.Plugins.LSkins.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002d2] in <c084083a99734cbba1f89cc6a2c9a491>: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
-
- 40 comments
-
- #adem
- #madmappers
-
(and 6 more)
Tagged with:
-
@LAGZYA I have encountered an issue with wallpapers that allows them to be duplicated for free. This creates an unintended exploit that could impact the game balance. Please find attached a video demonstrating the issue. Could you please investigate and provide a fix for this? Thank you for your time and support. http://www.kobani.de/RUST 2025.02.09 - 17.50.54.01.mp4
- 1 reply
-
- 1
-
-
I would like to suggest an enhancement for the event system: the ability to disable events when a specified number of active players on the server is exceeded and automatically re-enable them when the player count falls below this threshold. This feature would allow for better control over event occurrences based on server activity, ensuring an optimal balance between gameplay dynamics and server performance. A configurable option to set the player limit would make this functionality adaptable to different server needs. I appreciate your consideration and look forward to your feedback on the feasibility of this implementation.
-
Before the wipe it worked for months, after the wipe it no longer works.
-
- 22 comments
-
Please check the Data folder. A new folder named LSystem has been created. I'm not sure if this was intentional. Unload the plugin, move the LSkins folder from the Data folder into the LSystem folder, then reload the plugin. Your skins should be visible again. I assume this change might be reverted in the future. If that happens, simply move the folder back.
- 232 comments
-
- 1
-
-
- 22 comments
-
The plugin is loaded, but when you sit on a horse, nothing happens and there are no error messages. Can you please check this? I suspect this is because Facepunch has changed the horses. HorseLock.json
-
- 22 comments
-
- 9 comments
-
- #dropbags
- #drop bags
- (and 26 more)
-
- 13 comments
-
- #deployables
- #plugin
-
(and 23 more)
Tagged with:
-
If the setting "Run toggle command when clicking on button" is set to true, the button (menu) with the command "cb_toggle" stops working, but every other button that has "onCmdHide" set to false or null will still open and close buttons that have "onCmdHide" set to true. Could you please fix this issue? set the config like this "Run toggle command when clicking on button": true, and use the data here, then you know what I mean { "menu": { "uiType": "Overlay", "panelType": "button", "OffsetMin": "-60 340", "OffsetMax": "60 370", "text": "cb_toggle button", "panelColor": "0 0 0 1", "panelChatCmd": "cb_toggle", "imageUrl": null, "imgAnchorMin": null, "imgAnchorMax": null, "onCmdHide": "false" }, "Button001": { "uiType": "Overlay", "panelType": "button", "OffsetMin": "-180 480", "OffsetMax": "-60 510", "text": "Button 001", "panelColor": "0 0 0 1", "panelChatCmd": "command1", "imageUrl": null, "imgAnchorMin": null, "imgAnchorMax": null, "onCmdHide": "false" }, "Button002": { "uiType": "Overlay", "panelType": "button", "OffsetMin": "-180 380", "OffsetMax": "-60 410", "text": "Button 002", "panelColor": "0 0 0 1", "panelChatCmd": "command2", "imageUrl": null, "imgAnchorMin": null, "imgAnchorMax": null, "onCmdHide": "false" }, "Button003": { "uiType": "Overlay", "panelType": "button", "OffsetMin": "60 480", "OffsetMax": "180 510", "text": "Button 003", "panelColor": "0 0 0 1", "panelChatCmd": "command3", "imageUrl": null, "imgAnchorMin": null, "imgAnchorMax": null, "onCmdHide": "true" }, "Button004": { "uiType": "Overlay", "panelType": "button", "OffsetMin": "60 380", "OffsetMax": "180 410", "text": "Button 004", "panelColor": "0 0 0 1", "panelChatCmd": "command4", "imageUrl": null, "imgAnchorMin": null, "imgAnchorMax": null, "onCmdHide": "true" } }
-
I've been using this plugin for two years on my server and am overall very satisfied with it. The system is easy to use, and the user interface provides a perfect mix of appealing design and thoughtful functionality. My players are also thrilled and frequently use the system. During the initial setup, it can take some time to load and cache all the skins, especially for custom ones. However, official skins are displayed much faster. Once the initial load is completed, skins are shown without noticeable delay, even after a server wipe. To keep loading times manageable, I recommend limiting the number of custom skins. One of the standout features of this plugin is the well-organized structure of skin data. A separate file is created for each skinnable item, which provides excellent clarity and organization. This feature sets the plugin apart from other skin box systems I’ve tested in the past. If you are looking for a powerful and user-friendly skin system, this plugin is definitely the BEST choice. 10 stars
- 232 comments