Jump to content

Crafting manager and instant crafting 1.3.4

$4.99
   (2 reviews)

1 Screenshot

This area is for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments



  • Moderator
Mals

Posted

Other than supporting permissions, what differentiates this from craft.instant ?

kasvoton

Posted

14 minutes ago, Mals said:

Other than supporting permissions, what differentiates this from craft.instant ?

I guess you are speaking about the rcon cvar.. then the difference is that "craft.instant" only applies to administrators while this one can be used by anyone who got the permission assigned.

RustLover

Posted

Hi,sir

Do the plugin will make server lag?

kasvoton

Posted

Hi, it should not.

RustLover

Posted (edited)

20 hours ago, kasvoton said:

Hi, it should not.

thank you.sir

I like this plugin.

May you improve the plugin,we need a custom confg json.

Feature:

config

"Default crafting rate percentage": 50.0,    50.0 is normal craft speed,not instant craft

"Default crafting rate percentage": 100.0,     100.0 is instant craft

002.png

Edited by RustLover
  • Haha 1
kasvoton

Posted

It can be done but technically it’s a completely different implementation so it’s cleaner to do it in a separated plug-in. When instant crafting the crafting queue is completely bypassed and the items are generated instantly. To control the vanilla crafting speed it’s required the manipulate each individual item crafting time and still use the crafting queue to create the items. Nevertheless I will look at it.

RustLover

Posted

6 hours ago, kasvoton said:

It can be done but technically it’s a completely different implementation so it’s cleaner to do it in a separated plug-in. When instant crafting the crafting queue is completely bypassed and the items are generated instantly. To control the vanilla crafting speed it’s required the manipulate each individual item crafting time and still use the crafting queue to create the items. Nevertheless I will look at it.

so thanks.

I just hope the plugin will be more perfect.

Herrcooles

Posted

"No more waiting for crafting to happen, ideal for those hyperactive kids." 

Best speech I've seen 1 hour of laughter

  • Love 1
RustLover

Posted (edited)

Hi,

May you improve the plugin?

Feature:

Add item to blacklist to Prevent some items to Instant Craft

thanks.

 

 

Edited by RustLover
  • Like 1
Helium

Posted

And how is this different from the free instant craft plugin?

Namsaknoi

Posted

I have players on the server complaining that the instant crafting plugin stops working but suddenly starts working again a few hours later.

kasvoton

Posted

45 minutes ago, Namsaknoi said:

I have players on the server complaining that the instant crafting plugin stops working but suddenly starts working again a few hours later.

Can you have a look if you have any other plugin using OnItemCraft or CanCraft that could be affecting how crafting works ?

Namsaknoi

Posted

18 hours ago, kasvoton said:

Can you have a look if you have any other plugin using OnItemCraft or CanCraft that could be affecting how crafting works ?

Yea, we have Epic Loot. Found out they have crafting gear, and it messed up with the instant crafting when they have it on, but not all the time.

Namsaknoi

Posted

@kasvotonCan you take a look? Plugin wasn't compiling because of the latest Rust update. I downloaded the newest version you released, and it now compiles without errors, but players complain about a major bug. When you craft in bulk (ex 100 lowgrade), only 1st item is instantly crafted; the other 99 lowgrade in the queue do not instant craft. It was working before the update.

  • Like 1
Raiven_007

Posted

Yeah I get the same Issue. Crafting any Item above more than 1 makes the plugin craft those Items at normal speed...

  • Like 1
kasvoton

Posted

I will check what's happening.

kasvoton

Posted

@Raiven_007@Namsaknoi Please check the latest version.. this was a complete rewrite to provide more bang for buck.. so you need to look at the description to understand what changed.

  • Like 1
Raiven_007

Posted

Love it!!! Awesome man thx! I have updated and will check it out.

Namsaknoi

Posted (edited)

@kasvotonEither I can't see the config or it doesn't exist. After loading the plugin it compiles and there are only 3 permissions for crafting speed. The Insane permission is like 0 seconds but do not instantly craft in bulk. Any ideas how to make it like before?

 

Edited by Namsaknoi
kasvoton

Posted

The config is not appearing on the config folder ? That’s strange indeed.

I got reports from big servers were the “instant” crafting was being used as a denial of service. A group of people would start crafting thousands of spears and dropping them making the server fps drop.

With the conversion to harmony I no longer use a custom build system but rely directly on the rust native crafting queue. The tickrate for that queue is around one second.

If I find a way to manipulate that I’ll add a config var to change the tickrate (at your own risk).

Namsaknoi

Posted

Right now the plugin works amazing and the insane speed is 0 sec, this way every crafted item gives XP for SkillTree every time the item is crafted from the bulk queue, while in the previous version it wasn't working and donators used to cry how instant crafting 100 lgf at once makes them loose XP from the 99 lgf and receiving only xp for 1 lgf.
But yeah, separate option would be amazing to use the old bulk crafting per permission at my own risk.

  • Like 1
Raiven_007

Posted

When I tested the Plugin at Insane Speed it ticks every second. It does not craft the Entire amount all in one shot which is what I am looking for it to do just like Magic Craft did which was free lol. I have my own Custom Loot Table etc so I am not worried about someone crafting infinite Spears as Spears aren't even on my Server lol. Only certain items are. Isn't there a way to make it actually instant? Like crafting "X Amount" of GP using 100,000 Sulfur and 100,000 Charcoal but the crafting crafts it all in one shot. No every second ticks?

kasvoton

Posted (edited)

The problem is not with "spears".. that was an example, any cheap item that can be crafted by the thousands will be an issue.

Even without any plugin set the cvar "craft.instant" to true and as admin craft something.. that's the builtin Rust instant crafting system working.
You'll see it's "instant".

Instead of doing shenanigans I use the same queuing system as Rust, this has two main advantages:

  1. No custom systems
  2. Native performance
  3. Will not break with updates like the previous system

I will had a toggle to make it even faster.. but use it at your own risk.

WtHiJAM.gif

 

Edited by kasvoton
Raiven_007

Posted

I been had craft.instant "true" set for ages lol. I also used the Spear thing as an example to basically show what I meant. I would rather have it all craft in one shot than every second lol. it's not too bad but my players were used to Magic Craft but it broke after the Weapon rack Update so we got rid of it and grabbed this one instead. Isn't there a way to limit the total amount of items crafted in x period of time or something similar because I have a way to limit the amount of certain specified Items that can be crafted at one time etc. Would be nice to be able to have that all in one plugin or something. Not sure.

HighOnTek

Posted

Possible in a future revision to get instant BULK craft?

I noticed that although there is instant craft, if you attempt to craft something like 100 ammo, it crafts each one at 0 seconds until all 100 are done. So it's still taking time. I've seen instant bulk craft before in another plugin, hoping you would consider adding it to this one... or do I have something misconfigured? 🙂

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

User Feedback

1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.5k

Files Sold

Total number of files sold.

2.4m

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.