Jump to content

Scalbox

Creator
  • Posts

    1,236
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Scalbox

  1. Scalbox

    Config

    have you tried removing the permissions? I solved the problem like this
  2. Scalbox

    Config

    You can run these commands on all groups that you have assigned permissions for UltimateBed oxide.revoke group <group> ultimatebeds.default oxide.revoke group <group> ultimatebeds.vip oxide.revoke group <group> ultimatebeds.elite oxide.revoke group <group> ultimatebeds.omega Change <group> to the name of the group, for all groups that have these permissions Finally restart the plugin and reassign permissions to the groups. It seems that the permissions have gotten dirty somehow and are not completely removed by oxide
  3. Scalbox

    Config

    I'm doing some tests and a very strange thing happens, if you put any number after the group name for example: vip => vip0 elite => elite0 omega => omega0 then everything works. Now I'm trying to understand the problem and solve it
  4. Scalbox

    Config

    I'll do a test. do you use carbon or oxide?
  5. Scalbox

    Broken after server restarts

    Changed Status from Pending to No Response
  6. Changed Status from Pending to No Response
  7. You need to enable codelock sharing with team members /autolock
  8. 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
  9. Scalbox

    Broken after server restarts

    Can you explain to me better what doesn't work?
  10. thanks, fix very fast
  11. 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
  12. 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.
  13. Changed Status from Work in Progress to Closed
  14. 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
  15. Changed Status from Pending to Closed Changed Fixed In to 1.1.2
  16. 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
2m

Downloads

Total number of downloads.

9.3k

Customers

Total customers served.

135.4k

Files Sold

Total number of files sold.

2.8m

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.