Forever Ripe (Legacy Thread)

Status
Not open for further replies.
Does this plugin work for the berries as well? I have a server that has little traffic as it caters to remote workers, and older players that are not dedicated to gameplay. Would be nice to plant berries in the planters as well and not have them go bad. This way can login while at work, plant real quick and then login whenever later and harvest. I have not tried to just insert in config or look at the code yet to see how it works.
 
Does this plugin work for the berries as well? I have a server that has little traffic as it caters to remote workers, and older players that are not dedicated to gameplay. Would be nice to plant berries in the planters as well and not have them go bad. This way can login while at work, plant real quick and then login whenever later and harvest. I have not tried to just insert in config or look at the code yet to see how it works.
It works for any plant that can grow, including berries, since they go through various stages of growth
 
Last edited:
Awesome. Your plugins have been gold. Soon as I found the site immediately found 3 plugins I had to have. Thank you for your contributions to rust.
Thanks! I'm glad you're finding the plugins useful. If you have friends who might benefit from them too, please let them know!
 
Last edited:
This is weird. Planted pumpkins the two nights ago. Went to pick them up and nothing....
No one can get to them, I planted them way up in the sky where I test stuff.
First, it only works on plants that are grown in planters. Second, it works by preventing the plant from entering the Dying state, which occurs later in its life after it has fully matured, which is when the plant turns brown
 
Thursday night I would plant the pumpkins, then like an hour later notice some were missing. I used Auto Plant by rostov114 (umod) to plant them. When I noticed a few missing, I planted them normally. When I logged off Friday morning, they were 50 to 60% mature. I forgot I was growing them. When I went back early this morning, the planters were empty. I will need to test without Auto Plant, then this one, and then without Skill Tree(I forgot this one also messed with plants).
 
Thursday night I would plant the pumpkins, then like an hour later notice some were missing. I used Auto Plant by rostov114 (umod) to plant them. When I noticed a few missing, I planted them normally. When I logged off Friday morning, they were 50 to 60% mature. I forgot I was growing them. When I went back early this morning, the planters were empty. I will need to test without Auto Plant, then this one, and then without Skill Tree(I forgot this one also messed with plants).
It's very likely that another plugin is causing interference. Please review the plugins you mentioned along with any others that might affect plants
 
This plugin seems to not be working. Planted pumpkins still died. I was using the Eternal Plants plugin from umod before and that one works (most of the time). I dont believe I have any planting plugin conflicts. Only one I use is protected crops
 
Status
Not open for further replies.
Back
Top
This plugin uses Oxide's permission system. Grant or revoke permissions using oxide.grant and oxide.revoke. You can assign them to individual players or groups using their Steam id or group name.
Chat commands start with a /, while console commands can be entered directly in the F1 console or server console. Use find <keyword> in console to search for available commands related to the plugin.
Settings are stored in the config file found under the config/ directory. You can edit this file manually, then reload the plugin to apply your changes.
Persistent data is saved in the data/ directory. This includes things like saved settings, usage stats, or player progress depending on the plugin. Deleting a data file will reset stored progress or customizations.
Language files are located in the lang/ folder. To translate messages, copy the en.json file into your target language folder (e.g. fr, de) and edit the values. Reload the plugin after changes to apply new messages.
This section lists public methods exposed by the plugin for use in other plugins. You can call these via the CallHook method. Make sure the plugin is loaded before calling its API to avoid null reference errors.
These are custom hooks that other plugins can listen for. Simply define a method with the same name and expected parameters in your plugin to handle the event. Hooks are triggered at key moments and are useful for extending or reacting to plugin behavior.
These hooks are injected into the game's code using Harmony. They let the plugin run code at key points in the game's internal logic. You can return values to block or modify behavior. Use with caution — these are powerful and can affect core mechanics.
Cart