Recycle

Recycle crafted items to base resources

Total Downloads: 3,965 - First Release: Aug 11, 2015 - Last Update: Apr 1, 2018

5/5, 12 likes
  1. Dunno just update everything i guess
     
  2. Since the FP update last week I get:
    [Oxide] 2:10 PM [Warning] CallHook 'OnEntityTakeDamage' on plugin 'MoegicBox v1.0.2' took: 535ms
     
  3. These are most likely unrelated to the plugin itself and simply garbage collecting.
    [DOUBLEPOST=1445468925,1445455359][/DOUBLEPOST]Btw furthermore you can simply comment out that function, it only protects the trade boxes from damage. You can use ZoneManager to acheive the same thing.
     
  4. I still love this mod - it is a great mod!
    FEATURE request - tie recycle box to economy so I can recycle and get money :)
     
  5. Never worked with economy mods.. Not sure how that would work?
     
  6. I still love this mod - it is a great mod!
    FEATURE request - tie recycle box to economy so I can recycle and
    so a config file setting for the chest would let me decide if I return materials or currency. Economy manages money and another mod manages prices. look at economy and mods like GUIshop.

    just a thought.
     
  7. But doesn't the economy or shop mod already allows selling items for money?
     
  8. Deicide666ra updated MoegicBox with a new update entry:

    1.0.3

     
  9. MoegicBox has stopped working after update 1/7/2016
     
  10. Wulf

    Wulf Community Admin

    Update to Oxide 2.0.1704 once available.
     
  11. Thanks for the info, but any info on when it will be released? Server is running oxide 2.0.1702 an hour after it was released
     
  12. Hey, sounds like a cool mod. I am new to admin of server and adding mods. When I installed this mod, I saw Rusty had this message:

    "[Oxide] 8:26 PM [Warning] 'MoegicBox v1.0.3' plugin is using deprecated hook: OnPlayerLoot"
     
  13. Thanks for reporting Lee, I wrote that plugin but I'm tanking an extended break from Rust and plugin work. Hopefully someone is willing to fix this. Otherwise, for now anyway, it shouldn't matter much.
     
  14. Deicide, thanks for letting me know. I'll keep an eye on this thread and hope someone can fix it. A way in which to salvage is needed for this game. I love your idea. Good luck on what ever you are up to now.
     
  15. can I BLOCK certain items or control the ratio? right now folks are turning bullets in to an obscene amount of GP
     
  16. Nope, that would need to be added.. I'm done though.
     
  17. Done? :( do you mind if I look at your code and see if can make the change?
     
  18. Sure no prob, I just haven't played Rust in a couple months and I'm not actively writing or maintaining plugins right now.
     
  19. So before I start, is it even possible to add item blocking in the list?

    ideally I want to have it so rycleboxes can have a list in the json file that if on that list are not given. one common exploit at this time is to recylce ammo and get GP. so I want to allow Ammo but maybe block Sulfur/GP or optionally return wood/stone.
     
  20. Everything is possible. Perhaps check Limebench for an example of a blacklist for items that would fit well in here.