Jump to content

tacman1981

Creator
  • Posts

    366
  • Joined

  • Last visited

Everything posted by tacman1981

  1. Changed Status from Not a Bug to Fixed Changed Fixed In from 1.3.0 to 1.3.1
  2. I have added a way for Quick Smelt to control the furnaces being turned off and on, if quick smelt is installed. thanks to your report I figured out a way to add it to mine, so this will work with the default quick smelt plugin now. No longer requiring users to edit in a snippet to another plugin. Marking as fixed
  3. inside the quick smelt plugin itself. look for "public void Cook()" and add the piece of code just after the { under the method name. this will force it to check if the furnace is off, and deactivate the repeating timer.
  4. Changed Status from Pending to Not a Bug Changed Fixed In to 1.3.0
  5. There is a possible fix for quick smelt so it doesn't continue to repeat the cook timer. inside Cook in quick smelt, you could add this guard to prevent it looping while turned off. if (Furnace == null || !Furnace.IsOn()) { StopCooking(); return; } This should prevent the timer from continuing after my plugin turns the furnace off.
  6. Like I suspected, Quick Smelt uses a repeating timer to keep things burning. It doesnt check if the oven is off and continues with the InvokeRepeating which keeps burning things in the furnaces. Quick Smelt must add a proper guard that stops it from cooking while turned off
  7. you should not delete FreeList, but change it to FreeUnmanaged. otherwise you risk memory bloat.
  8. https://umod.org/plugins/tc-range-workbench this 1 uses harmony and has been around for 11 months on umod. you should not try to monetize free plugins.
  9. this is exactly what i thought too, ive had paid plugins rejected because "umod has a better 1 for free". the 1 on umod wasnt compiling when i wrote and and published it, and also didnt have half of my features. related to this plugin, im using a custom 1 i got for free from a discord server, i think from the skilltree discord.
  10. thats funny, facepunch broke this by fixing the typo lol
  11. tacman1981

    Ez BoomBox

    isnt the boombox a dlc item?
  12. Version 1.3.2

    93 downloads

    Permission based plugin which automatically stops furnaces and refineries when there are no ores/crude, and restarts them when new items are added. Includes optional behaviour to turn off all of a player’s ovens on logout and back on at login. Permissions: furnacenoorestop.use – Enables automatic stop/start of furnaces and refineries. Grants functionality regardless of who adds items. Note: Does not affect oil refineries in Safe Zone. If the oven already contains cookables and is off, adding more will start it when the interface is closed, provided there is fuel inside. Config: { "Turn off furnaces when players disconnect?": false, "Turn on players furnaces when they connect?": false, "Debugging (for development and repairs)": false } FurnaceNoOreStop - Oxide/Rust Plugin Copyright (C) 2025 Tacman
    Free
  13. tacman1981

    XPerience

    it is not the responsibility of the end user to fix problems arising from the plugins code, in this instance, the images accessibility. instead of creating a website explaining how to change things, you could have just moved the images to a more reliable location, but no, you put in extra work to not fix the images.
  14. tacman1981

    XPerience

    If you don't want to that's fine, but don't try to pass the work to the user. I've gone with something else that just works instead. imgur is banned in the uk, it should no longer be used as a source of images as standard practise.
  15. tacman1981

    XPerience

    right, anyone who looks inside config can see that. there are so many that it would be worth finding an alternative that just works out of the box instead of changing like 40 lines in a config.
  16. tacman1981

    XPerience

    plugin has no ui on my server, being from the uk imgur is banned. is this something you are willing to fix? if not it would be nice to know so i can find an alternative that does work.
  17. <nulled> because it finally let me download it.
  18. sort of yes, you could make the first permission a custom skill also, which is the first row of backpack. and go like this. there is also a way to lock certain trees behind a level, so maybe that would be a way to prevent backpacks until a certain level by using a tree that is level locked.
  19. make a custom skill to the max level of the permissions you want to grant, and make each level the next row, this kind of thing?
  20. tacman1981

    Bradley Drops

    may i recommend having the bradley fall on the signal instead of a random location around it? it used to do it before but the ch47 update you made, now drops it in a random spot nearby rather than directly where you threw it.
  21. thanks for letting me know. I don't think it was a carbon issue, just how I tried to change the convar setting. the latest update should solve the problem of food spoilage defaulting to false. Please use the Get Support button if you encounter any more bugs.
  22. after your report, i went straight into fixing it. update should allow it to work from all containers now.
  23. thanks, ill look into that, but you dont have to use 0 in the cooldown if the no cooldown is true. it overrides that value.
2.3m

Downloads

Total number of downloads.

10.6k

Customers

Total customers served.

153.7k

Files Sold

Total number of files sold.

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