Jump to content

tacman1981

Creator
  • Posts

    372
  • Joined

  • Last visited

Everything posted by tacman1981

  1. if you use heli signals plugin, that 1 has a skill tree xp feature for killing heli. if this helps any
  2. tacman1981

    Not up to date

    While it compiles, it has nothing new included. we have tons of new stuff that should be optional too. canyons are buggy and even naturally generated, they have flaws that cause players to be kicked for "inside terrain violation". Basically, this should be updated to include all new stuff. Letting us server owner remove certain objects from terrain, just like it was when I bought it.
  3. tacman1981

    Chest Stacks

    upodating the plugin mid wipe, causes these box issues where they break. i dont know why, it just happens when the plugin is updated and boxes are already placed.
  4. the xp given is related to the time spent crafting it. so less time = less xp. its been that way for some time now
  5. Changed Status from Not a Bug to Fixed Changed Fixed In from 1.3.0 to 1.3.1
  6. 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
  7. 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.
  8. Changed Status from Pending to Not a Bug Changed Fixed In to 1.3.0
  9. 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.
  10. 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
  11. you should not delete FreeList, but change it to FreeUnmanaged. otherwise you risk memory bloat.
  12. 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.
  13. 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.
  14. thats funny, facepunch broke this by fixing the typo lol
  15. tacman1981

    Ez BoomBox

    isnt the boombox a dlc item?
  16. Version 1.3.2

    159 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
  17. 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.
  18. 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.
  19. 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.
  20. 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.
  21. <nulled> because it finally let me download it.
  22. 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.
  23. 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?

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.4m
Total downloads
Customers
10.8k
Customers served
Files Sold
155.9k
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.