-
Posts
493 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Marte6
-
I can adjust my plugin to place a regular recycler on the tugboat if you think that would solve the issue.
-
Could you tell me what’s causing the conflict? I didn’t quite understand, since the command can be changed in the configuration file. Could you also tell me the name of the plugin?
-
Changed Status from Work in Progress to Not a Bug
-
So, unfortunately, I haven’t been able to make this change yet. I managed to place a regular recycler, but with the additions from the industrial version, I encountered a lot of bugs and couldn’t get it to work yet. Maybe I’ll try again in the future after doing more research, but for now, I won’t be able to.
-
Changed Status from Pending to Work in Progress
-
No worries, I'll fix this tomorrow!
-
New version is out! 1.3.0 - What's New Advanced UI Configuration: Added detailed configuration options for customizing UI elements, including colors and font settings. This enhancement allows server owners to tailor the UI appearance to more closely align with their server's theme. Bug Fixes: Fixed an issue where items would always retain their level regardless of the configuration setting to not maintain the level upon removal.
-
Changed Status from Can't Reproduce to Closed
-
Hmm, strange! I tested it with skinned boxes, and it's working fine for me too.
-
Changed Status from Pending to Can't Reproduce
-
-
It works like a regular box with an adapter, but it only accepts the configured fuel type. On the output side, it will extract everything. Just connect it to the conveyors, power it on, and it should work fine!
-
Changed Status from Not a Bug to Closed
-
Update is out: Added console commands: giveindustrialrecycler %steamID% givestandardrecycler %steamID%
-
I’m working on adding console commands for this, and I’ll be updating it soon.
-
You can set the command onthe config file for whathever you want, you can use multiple commands , like is in the default theres 3 commands "getrecycler", "irecycler", "giverecycler" Update the skinID in you config file for this one "Recycler Item SkinId": 3357927081, The skinID is in the config file too { "Recycler Commands": [ "getrecycler", "irecycler", "giverecycler" ], "Standard Recycler Commands": [ "getstandardrecycler" ], "Max Recyclers Per Player": 1, "Max Recyclers Vip (industrialrecycler.vip)": 2, "Recycler Item SkinId": 3357927081, "Standard Recycler SkinId": 3363257468, "AnchorMin": "0.5 0", "AnchorMax": "0.5 0", "Alternative Adapter Configuration": false, "Hide Storage Containers": false, "Only owner can access recycler": true, "Allow team members to access recycler": true, "Allow friends to access recycler": true, "Version": { "Major": 1, "Minor": 5, "Patch": 3 } }
-
Update is out! Here’s how to add the recycler to your shop: Use the Command: For an industrial recycler, use giverecycler {SteamID64 or Name}. For a standard recycler, use getstandardrecycler {SteamID64 or Name}. or Set the Item Name: In the shop, set the item as "box.wooden.large". Use Skin ID 3357927081 for industrial recyclers or 3363257468 for standard ones to display the correct appearance. Here is the new config: { "Recycler Commands": [ "getrecycler", "irecycler", "giverecycler" ], "Standard Recycler Commands": [ "getstandardrecycler" ], "Max Recyclers Per Player": 1, "Max Recyclers Vip (industrialrecycler.vip)": 2, "Recycler Item SkinId": 3357927081, "Standard Recycler SkinId": 3363257468, "AnchorMin": "0.5 0", "AnchorMax": "0.5 0", "Alternative Adapter Configuration": false, "Hide Storage Containers": false, "Only owner can access recycler": true, "Allow team members to access recycler": true, "Allow friends to access recycler": true, "Version": { "Major": 1, "Minor": 5, "Patch": 0 } }
-
Changed Status from Work in Progress to Not a Bug