Jump to content

pandemia

Creator
  • Posts

    33
  • Joined

  • Last visited

Everything posted by pandemia

  1. pandemia

    help)

    Changed Status from Work in Progress to Closed
  2. "If needed, I can share the version I adapted for my server. In your version, without the inventory slot check, crafting didn't stop and items would drop, which posed a potential risk to the server's stability." The first thing I did after purchasing the plugin was to rewrite it. I then wrote to the developer, letting him know that I can provide him with this version. Maybe he'll take it and update it, but I haven't received a response from him yet. Here's what I changed: Plugin Update: Summary of Changes We have recently updated the CraftingManager plugin to enhance its functionality and address some issues. Below is a summary of the changes that have been implemented: Improved Inventory Slot Checking: The plugin now properly checks for available inventory slots, including partially filled stacks. This ensures that crafting can continue as long as there is space available in the inventory, either in existing stacks or empty slots. Multilingual Notifications: The plugin now supports sending notifications in both English and Russian. Players will receive messages in their client’s language, ensuring better communication and user experience. Harmony Patch Adjustments: The patch for ConVar.Craft.add has been temporarily removed due to compatibility issues that caused errors. This adjustment ensures the plugin runs smoothly without causing server-side exceptions. Configuration and Permissions: Permissions and configuration settings have been reviewed and adjusted. The plugin now better handles various crafting permissions and scales crafting times based on player privileges. General Code Refinements: Minor code optimizations and error handling improvements have been made to enhance the overall stability and performance of the plugin.
  3. pandemia

    crafting speed

    Why is my crafting speed the same regardless of the privilege? I think it's even the vanilla speed
  4. I thought I could add buttons with bindings, for example, a button that executes the /kit command and opens the kit menu for the player! But as it turned out after the purchase, this setup is not possible, making the plugin useless for me
  5. Changed Status from Pending to Closed
  6. pandemia

    help)

    Changed Status from Pending to Work in Progress
  7. pandemia

    help)

    In the next update, we will add the following mechanics
  8. Hello, I understand the problem is that smelted items have a small stack. To make the stakes correct you need to change the stack size in StacksizeController for the item on the basis of which the ore is made.
  9. pandemia

    XRadiationOre

    If you write more details, we will do it in the next update)
  10. Changed Status from Pending to Closed
  11. pandemia

    XRadiationOre

    Fixed the names! And updated the plugin. In the near future, if possible, will make it possible to use any shortened name!
  12. pandemia

    XRadiationOre

    Yes you are right after splitting the stack the name changes to the Short Name of the item. I will make an update soon. And if it will be possible and the game will allow me to put other items in the oven, I will add this possibility.
  13. pandemia

    XRadiationOre

    You can change the short name of the dropdown item, as well as change its skin. - However, keep in mind that Rust has restricted the ability to put items that are not intended to be melted or are not the result of melting into the furnace. - So the short name should always contain an item that can be melted or is the result of melting, but the skin can be put whatever you want. I'll see what can be done about this. It would actually be nice to be able to put any item in the furnace.
  14. Version 0.0.5

    36 downloads

    The plugin enhances gameplay by introducing the capability for players to mine radiation ore with a specific probability, as well as the ability to smelt it in a furnace. It offers a range of customization options, allowing server administrators to define various aspects of the ore and the resulting meltdown. Youtube Overview Customization options include: Drop Source: Specifies the source from which the radiation ore item can be obtained. Drop Chance: Determines the likelihood of obtaining the radiation ore item when mining the designated source. (Don't put the same odds, the drop chance won't work correctly.) Minimum Drop Amount: Sets the minimum quantity of radiation ore that can be obtained per successful drop. Maximum Drop Amount: Sets the maximum quantity of radiation ore that can be obtained per successful drop. "Minimum Melting Amount: Specifies the minimum amount of radiation ore that can be obtained when smelting the ore. Maximum Melting Amount: Specifies the maximum amount of radiation ore that can be smelted at once. Displayed Name: Allows customization of the name displayed for the radiation ore item. Key Name or Shortname: Provides the option to assign a unique identifier or abbreviated name for the radiation ore item. Skin: Enables the application of a customized visual appearance to the radiation ore item. Meltdown Result: Defines the outcome when the radiation ore is smelted in the furnace. Result Displayed Name: Allows customization of the name displayed for the result of the meltdown. Result Key Name or Shortname: Provides the option to assign a unique identifier or abbreviated name for the meltdown result. Result Skin: Enables the application of a customized visual appearance to the meltdown result. Radiation Settings: Radius: Specifies the radius of the radiation zone surrounding the radiation ore or meltdown result. Damage per Tick: Sets the amount of damage inflicted on players per game tick within the radiation zone. Configuration file: { "Melting Speed Modifier": 1.5, "Melting Items Configuration": [ { "Valid Prefabs": [ "assets/bundled/prefabs/autospawn/resource/ores/metal-ore.prefab", "assets/bundled/prefabs/autospawn/resource/ores_sand/metal-ore.prefab", "assets/bundled/prefabs/autospawn/resource/ores_snow/metal-ore.prefab" ], "Drop Chance": 1, "Minimum Amount (Drop)": 1, "Maximum Amount (Drop)": 1, "Minimum Amount (Melt)": 555, "Maximum Amount (Melt)": 789, "Custom Item": { "Display Name": "RadMetall Ore", "Short Name": "metal.ore", "Skin ID": 2886986763 }, "Melted Item": { "Display Name": "", "Short Name": "metal.fragments", "Skin ID": 0 }, "Radiation Settings": { "Radius": 15.0, "Tick Damage": 0.7 } }, { "Valid Prefabs": [ "assets/bundled/prefabs/autospawn/resource/ores/metal-ore.prefab", "assets/bundled/prefabs/autospawn/resource/ores_sand/metal-ore.prefab", "assets/bundled/prefabs/autospawn/resource/ores_snow/metal-ore.prefab" ], "Drop Chance": 1, "Minimum Amount (Drop)": 1, "Maximum Amount (Drop)": 1, "Minimum Amount (Melt)": 10, "Maximum Amount (Melt)": 20, "Custom Item": { "Display Name": "RadHqMetal Ore", "Short Name": "hq.metal.ore", "Skin ID": 2887107494 }, "Melted Item": { "Display Name": "", "Short Name": "metal.refined", "Skin ID": 0 }, "Radiation Settings": { "Radius": 15.0, "Tick Damage": 1.3 } }, { "Valid Prefabs": [ "assets/bundled/prefabs/autospawn/resource/ores/metal-ore.prefab", "assets/bundled/prefabs/autospawn/resource/ores_sand/metal-ore.prefab", "assets/bundled/prefabs/autospawn/resource/ores_snow/metal-ore.prefab", "assets/bundled/prefabs/autospawn/resource/ores/metal-ore.prefab", "assets/bundled/prefabs/autospawn/resource/ores_sand/metal-ore.prefab", "assets/bundled/prefabs/autospawn/resource/ores_snow/metal-ore.prefab" ], "Drop Chance": 1, "Minimum Amount (Drop)": 1, "Maximum Amount (Drop)": 1, "Minimum Amount (Melt)": 25, "Maximum Amount (Melt)": 65, "Custom Item": { "Display Name": "RadCoal Ore", "Short Name": "hq.metal.ore", "Skin ID": 2889416743 }, "Melted Item": { "Display Name": "", "Short Name": "charcoal", "Skin ID": 0 }, "Radiation Settings": { "Radius": 15.0, "Tick Damage": 1.3 } }, { "Valid Prefabs": [ "assets/bundled/prefabs/autospawn/resource/ores/stone-ore.prefab", "assets/bundled/prefabs/autospawn/resource/ores_sand/stone-ore.prefab", "assets/bundled/prefabs/autospawn/resource/ores_snow/stone-ore.prefab" ], "Drop Chance": 2, "Minimum Amount (Drop)": 1, "Maximum Amount (Drop)": 1, "Minimum Amount (Melt)": 150, "Maximum Amount (Melt)": 280, "Custom Item": { "Display Name": "RadStone Ore", "Short Name": "hq.metal.ore", "Skin ID": 2886986572 }, "Melted Item": { "Display Name": "", "Short Name": "metal.fragments", "Skin ID": 0 }, "Radiation Settings": { "Radius": 15.0, "Tick Damage": 1.3 } }, { "Valid Prefabs": [ "assets/bundled/prefabs/autospawn/resource/ores/sulfur-ore.prefab", "assets/bundled/prefabs/autospawn/resource/ores_sand/sulfur-ore.prefab", "assets/bundled/prefabs/autospawn/resource/ores_snow/sulfur-ore.prefab" ], "Drop Chance": 1, "Minimum Amount (Drop)": 1, "Maximum Amount (Drop)": 1, "Minimum Amount (Melt)": 249, "Maximum Amount (Melt)": 461, "Custom Item": { "Display Name": "RadSulfur Ore", "Short Name": "sulfur.ore", "Skin ID": 2886986316 }, "Melted Item": { "Display Name": "", "Short Name": "sulfur", "Skin ID": 0 }, "Radiation Settings": { "Radius": 15.0, "Tick Damage": 1.0 } } ] }
    $30.00
  15. pandemia

    Mushroom Event

    Make it possible to make the name of the item, shortname, skin ID, and quantity in the reward for the event
  16. pandemia

    Problem with the recycler

    Bought the plugin https://codefling.com/plugins/portable-recycler?tab=details After installing it on the server I encountered a problem( I have after entering the command /recycler opens recycler interface, but after 4-5 seconds, hear the sound of the destruction of the object and it closes itself. And if you put the resources for recycling there, they disappear after closing (
  17. Even if you don't drop items it closes and you can hear the recycler breaking
  18. When I drop an item it destroys the item and closes even if I didn't press the button.)
  19. So I most likely have a plugin conflict( Only here's how to know with which plugin there is a conflict Even if you don't drop items it closes and you can hear the recycler breaking
  20. If I recycle a weapon, it gives out ammo and resources do not fall (
  21. After pressing the button I get a short sound and nothing is recycled and the recycler just closes.
  22. pandemia

    Last Oasis

    A delightful map, enjoyed by all without exception. The idea and implementation at the highest level, I was in every location and there are just an unthinkable number. And each location with its view begins to tell you the story of the map. I definitely recommend immersing your players in this world for one wipe, and I assure you they will ask again put this map! I just spent the whole time flying and studying the map is a masterpiece! Inhuman thank you dear author of this miracle.
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.4k

Files Sold

Total number of files sold.

2.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.