Make food spoil again (Rust)
Make food spoil again unless it's kept in a fridge. This would be great =)
I think that it is cool :D i may realize this plugin in future, but cannot promise
In response to misticos ():
I think that it is cool :D i may realize this plugin in future, but cannot promise
You will not, trust me. There are a bunch of problems with item handling and perfomance, no ona will make it, only rust devs can make it properly. So..... waiting for rust devs
In response to Orange ():
You will not, trust me. There are a bunch of problems with item handling and perfomance, no ona will...
Why do you think so? I know there might be problems, but I will not use a lot of timers, because I know that's stupid and it also brings bad performance,
In response to misticos ():
Why do you think so? I know there might be problems, but I will not use a lot of timers, because I k...
You will must check all server items, also there are no handler to new items
hi, after this time, is there a plugin to activate decay in food?
d7WNvoKR9W42B5b.png atope
hi, after this time, is there a plugin to activate decay in food?
Well you still can do that, just not in the best way

Can't be that bad.  Could set up some coroutines or perhaps only update the food's status when a player opens the container holding the food.

Zugzwang

Can't be that bad.  Could set up some coroutines or perhaps only update the food's status when a player opens the container holding the food.

Coroutines and loops is really bad idea, there are some other ways to achieve that

Say no more.  Knowing of the existence of a superior method is a lot better than knowing what that method is.