Jump to content

ThePitereq

Creator
  • Posts

    1,767
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by ThePitereq

  1. 1. If you use custom skin you need to add icon URL to Imgor or any other image host. 2. I can add option for that in next update. 3. Sorry but i don't understand. The function on plugin description is only for owners. The output shown ot tab ir real quarry output
  2. Version 2.1.0

    1,016 downloads

    RUST Plugin Test Server TEST MY PLUGINS THERE! connect play.thepitereq.ovh:28050 Custom Recycle plugin expands the possibilities of RUST recycler recipes. You can customize and remove existing recipes, and add new ones, even for non-recyclable items. Additionally, you can add levels to your recycler to increase its speed. The only limit with this plugin is your imagination! Edit existing recycler recipes and add your own. Disable RUST's default recipes. Set editable chances for custom recipe items. Change the speed of the recycler. Place and pick up the recycler. Set custom recycle amounts with levels. A RUST-themed level UI. Supports currency plugins. Level progress is saved when the recycler is picked up. giverecycler <userId> - Gives you or player (if ID is set) an placeable recycler. (From player console - requires permission) customrecycle.give - Required to use giverecycler command from player console. ImageLibrary plugin is required ONLY when Recycler Levels are enabled. When you have problems like DOUBLE RECYCLER PLACING try CHANING ITEM NAME in configuration! { "Override Custom Skinned Items With Steam Icons (no URLs needed)": false, "Recycler Speed (5 = Default)": 5.0, "Recycler Speed Permissions": { "customrecycle.admin": 1.0, "customrecycle.vip": 4.0 }, "Require Permission To Place": false, "Placed Recycler Amount Permissions": { "customrecycle.admin": 1000, "customrecycle.default": 1, "customrecycle.vip": 3 }, "Recycler Item Name": "Recycler", "Allow Placing Only On Floor": false, "Allow Placing On Tug Boat": false, "Enable Better Amount Accuracy (More Calculations)": true, "Allow Pickup Recycler To Everyone Authed": true, "Disabled Vanilla Recipes": [ "axe.salvaged", "box.wooden.large" ], "Recycler Levels - Enable": true, "Recycler Levels - Save Levels On Pickup In Name": false, "Recycler Levels - Enable For No Owner": false, "Recycler Levels - Money Plugin (0 - None, 1 - Economics, 2 - ServerRewards, 3 - ServerRewards)": 0, "Recycler Levels - Money Plugin Currency (If ShoppyStock Is Used)": "rp", "Recycler Levels": [ { "Recycler Stack Percentage Per Tick": 0.15, "Custom Recycle Chance Multiplier": 1.0, "Next Level Currency Cost (0 to disable)": 1000, "Required For Next Level": [ { "Item Shortname": "wood", "Item Skin": 0, "Item Amount": 1000, "Icon URL": "" }, { "Item Shortname": "stones", "Item Skin": 0, "Item Amount": 1000, "Icon URL": "" } ] }, { "Recycler Stack Percentage Per Tick": 0.2, "Custom Recycle Chance Multiplier": 1.0, "Next Level Currency Cost (0 to disable)": 1000, "Required For Next Level": [ { "Item Shortname": "wood", "Item Skin": 0, "Item Amount": 3000, "Icon URL": "" }, { "Item Shortname": "stones", "Item Skin": 0, "Item Amount": 3000, "Icon URL": "" } ] } ], "Custom Recyclables - Show Level Bonus": true, "Custom Recyclables - Allow Only In Placed Recyclers": false, "Custom Recyclables (Shortname or SkinID)": { "2483299228": { "Give Default Output": true, "Custom Output Items": [ { "Item Shortname": "coal", "Item Chance (0-100)": 50.0, "Minimum Item Amount": 1, "Maximum Item Amount": 1, "Item Skin": 2550800428, "Item Display Name": "Golden Jackhammer Body" }, { "Item Shortname": "coal", "Item Chance (0-100)": 50.0, "Minimum Item Amount": 1, "Maximum Item Amount": 1, "Item Skin": 2550800641, "Item Display Name": "Golden Jackhammer Drill" } ] }, "metal.refined": { "Give Default Output": true, "Custom Output Items": [ { "Item Shortname": "metal.fragments", "Item Chance (0-100)": 100.0, "Minimum Item Amount": 50, "Maximum Item Amount": 100, "Item Skin": 0, "Item Display Name": "" } ] }, "rifle.ak": { "Give Default Output": true, "Custom Output Items": [ { "Item Shortname": "techparts", "Item Chance (0-100)": 100.0, "Minimum Item Amount": 1, "Maximum Item Amount": 2, "Item Skin": 0, "Item Display Name": "" }, { "Item Shortname": "scrap", "Item Chance (0-100)": 100.0, "Minimum Item Amount": 30, "Maximum Item Amount": 70, "Item Skin": 0, "Item Display Name": "" } ] } } }
    $9.99
  3. Hey! Your requested update is live! Have fun! ^^
  4. Changed Status from Pending to Closed Changed Fixed In to 1.1.4
  5. 1. and 3. update is live! Number 2. is a little bit more complicated and maybe will be added in future! Have fun! ^^
  6. Sure! I can add more customizable config in next version, with scientists, murderers and min-max spawn amounts.
  7. Are you sure that you don't have any other plugin, that multiply output from quarries? I will check in few minutes too to be sure that its not a bug. Edit: Yeah. In my server everything seems fine. YOu must have other plugin that multiply quarry output.
  8. For now you can't increase fuel used, because quarries are made in best performance way possible. The output per minute is counted by 45 / <value in config> so if you set in config "Minimal work to gather" to 0.1 it is counted by 45 / 0.1 = 450 per minute and "Maximal work to gather" to 1 it is counted by 45 / 1 = 45 per minute. So finally you can find this resource with output between 45 and 450 per minute. I can replace current values in config into in-game one, but i think it will require whole config wipe (or at least one section)
  9. It is the same place for configuration as for RP. Just change "Upgrade Required RP" to your value. Also if you want different currency display you need to edit your language file.
  10. 1. I can add option to disable player damage, because as i know it damages players. For building damage there is config for that. I am not sure if it is comapatible with TruePVE because plugin checks for rocket owner (which is 0 in this case) and ignore all rules (i am not sure about this one). 2. I can add other types of damage to the nearest players like radiation, default damage or something. 3. I can add randomize option for direct drop with configurable direct drop radius.
  11. You just need to open them once, to make the fix work. You don't need to place them again.
  12. Changed Fixed In from 1.0.5 to 1.0.6
  13. Oh... Its too late for me for fixing plugins. Pumpjacks fixed in 1.0.6. Sorry again!
  14. Changed Status from Pending to Closed Changed Fixed In to 1.0.5
  15. The update is out! You can download the fix now. Sorry for problems!
  16. Oh. I'm so sorry! I though about that bug yesterday but I didn't wrote that anywhere and i forgot. I'll release small fix in few minutes.
  17. I don't know. It can be caused by your other plugins. Fix that and message if everything works or you still have problems.
  18. You've added invalid item shortname on line 80. "Shortname": "supplysignal", Correct supply signal shortname is supply.signal You can find all shortnames here: https://umod.org/documentation/games/rust/definitions#items
  19. Tmm thats weird. For me everything works. Here video: If you still have problems you can DM me on discord: ThePitereq#3979 We will try to fix that problem without spam here.
  20. Hmmm thats weird. I didn't had that error before. I think there is something wrong with your config . Can you post it here? Here is video from newest version with basic config. Seems everything fine for me:
  21. It is calcuation method for getting final result. The output per minute is counted by 45 / <value in config> so if you set in config "Minimal work to gather" to 0.1 it is counted by 45 / 0.1 = 450 per minute and "Maximal work to gather" to 1 it is counted by 45 / 1 = 45 per minute. So finally you can find this resource with output between 45 and 450 per minute.
  22. Changed Status from Pending to Closed Changed Fixed In to 1.0.4
2.1m

Downloads

Total number of downloads.

10k

Customers

Total customers served.

145.5k

Files Sold

Total number of files sold.

3.1m

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.