Jump to content

Scalbox

Creator
  • Posts

    1,391
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by Scalbox

  1. You need to enable codelock sharing with team members /autolock
  2. Scalbox

    Broken after server restarts

    Next time you restart your server, look for some references to the plugin in the server startup logs and then send them to me, to understand the cause. Also check if the plugin is in the Loaded or Unloaded state. Thanks
  3. Scalbox

    Broken after server restarts

    Can you explain to me better what doesn't work?
  4. thanks, fix very fast
  5. I did a test, even if it says 110% protection, in reality the protection remains at 90%. Is there a way to not make it appear 110% but 90%? But this is not a big problem, the biggest problem is the fuel, which allows you to generate fuel infinitely
  6. Hi there is a bug with the plugin that allows you to generate unlimited fuel. Also if I wear heavy sheet metal and activate the miner hat, my protection reaches 110%, making me immortal from HS. For now, for the unlimited fuel I made a quick change: private void OnItemAddedToContainer(ItemContainer container, Item item) { if (container.playerOwner == null || item.info == null || item.info.itemid != ITEMID_MINERS_HAT || item.skin != SKINID) return; var player = container.playerOwner; if (player == null) return; if (player.inventory.containerMain.itemList.Contains(item)) { item.RemoveFromContainer(); item.Remove(); } if (player.inventory.containerBelt.itemList.Contains(item)) { item.RemoveFromContainer(); item.Remove(); } } Here is an example video.
  7. Changed Status from Work in Progress to Closed
  8. Hello updated plugin, version 1.2.0 Now you can create as many groups as you want or rename existing ones, just set the priority for each group, it's all written in the documentation. Sorry to keep you waiting, but I already had several plugins planned to complete
  9. Changed Status from Pending to Closed Changed Fixed In to 1.1.2
  10. Plugin updated, version 1.1.2 1) Added: Ability to create new groups and/or modify existing groups 2) Added: Possibility to exclude beds placed in campers from the bed limit count
  11. Scalbox

    warning

    Changed Status from No Response to Fixed Changed Fixed In to 1.1.9
  12. Scalbox

    warning

    Changed Status from Pending to No Response
  13. I have to see if it's possible, I have to do some tests
  14. the last number can't be changed, in this case the value from the convar is taken. To solve it you can set the bed limits convar to 0, but at the moment there is no way to change the bottom number, it is handled by the rust client
2.1m

Downloads

Total number of downloads.

9.7k

Customers

Total customers served.

140.6k

Files Sold

Total number of files sold.

3m

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.