Jump to content

imthenewguy

Curator
  • Posts

    4,673
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by imthenewguy

  1. Set Erase all data to false, refund to true and extra pockets to true if you want to wipe their extra pockets storage.
  2. The elevator issues are an issue with Rust/RustEdit unfortunately, if players move too much or there are too many in an elevator. There is a failsafe that teleports players to the surface when the dome spawns though. Make sure "Despawn bodies when the game ends?" is set to true in your config.
  3. Was built for efficiency, that is why the button exists, otherwise there are a lot of checks that need to happen at all times across a large number of hooks xD
  4. imthenewguy

    Cooking

    Think I found the issue. Will patch for next release.
  5. imthenewguy

    Cooking

    It won't work if you are assigning perms to an individual player. If you want their perms to persist, create a group with the perms and assign the player to the group.
  6. imthenewguy

    Cooking

    Unless you set the CookingMealXP value to 0, the bag will award xp for each material used to craft it at the rate specified. Items like this were an oversight. Have added a blacklist option to SkillTree config in the next release that will let you black list recipes from giving xp. For now, set CookingMealXP to 0 in your SkillTree config or disable the ability to create the ingredient bag and use the chat command instead.
  7. Hey mate, do you have API by chance? I have a few plugins that this messes with. An API that can be used to prevent the plugin from populating loot into certain crates would be ideal Example from AlphaLoot: object CanPopulateLoot(LootContainer container) { if (IsRunning && Vector3.Distance(container.transform.position, start_button.transform.position) < config.max_distance) return false; return null; }
  8. It is reduced radiation damage. If you get 100% coverage though it shouldn't accumulate radiation.
  9. I will look into it.
  10. I feel strangely close to this map Great work and amazing that it's free
  11. imthenewguy

    Cooking

    Try lower case. Failing that, type o.load Cooking and paste the console print out from your server.
  12. imthenewguy

    Cooking

    Hey mate, do you have ImageLibrary installed? If there is nothing inside the cooking config file on your server, delete it and reload the plugin.
  13. imthenewguy

    Cooking

    I dont understand what you mean. I can't see any commands that would overlap.
  14. Looks beautiful. Can it be used to slot into the existing rust subway system or would it need to be modified?
  15. Extra pockets drops on death if "Drop bag on death" is set to true. There is also a option above that for black list: "Bag item black list"
  16. Would directly conflict with the rad damage reduction one and render it pointless. I will update the Radiation_Reduction buff so that if the value for rad reduction is 100%, it will remove the radiation on the damage tick.
  17. Superimposed boxes?
  18. Fairly sure it supports restoreupondeath already. Its specifically to do with the EventHelper dependency. Also BetterLoot support requires a modified version of the BetterLoot plugin that I have on hand.
  19. Blast furnace doesn't adjust the smelting rate of a furnace, it adds a chance to smelt the ore based on the log being burnt, as opposed to the standard tick rate. The % is simply the chance that the ore will smelt when the log is burnt, in addition to the standard smelting speed. Ill need to see how other plugins handle the smelt speed. I am hesitant to use others code for obvious reasons.
  20. Hey man sounds good
  21. Ill look into it

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.3m
Total downloads
Customers
10.7k
Customers served
Files Sold
154.7k
Marketplace sales
Payments
3.3m
Processed total
×
×
  • 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.