Jump to content

conflict

Pending 2.5.0

r0gi
r0gi

Posted

Hi. look Image.

Can you help me?

conflict.png

Iftebinjan

Posted

If server using any stacks plugin which stacks the furnaces, make sure to set stack sizes for Furnace items to Vanilla, which will fix the stack issues.

Make these items exclude from your stackmodifier plugin or in the stackmodifier plugin edit these to value 1. 

ItemList:

furnace

,furnace.large

electric.furnace

legacyfurnace

campfire

bbq

 small.oil.refinery

r0gi

Posted

Unfortunately no improvement.

The stacks are set to 1 as you said. But the console is still spamming

Iftebinjan

Posted

8 minutes ago, r0gi said:

Unfortunately no improvement.

The stacks are set to 1 as you said. But the console is still spamming

Send the configuration of the StackModifer plugin pls

Iftebinjan

Posted

2 minutes ago, Iftebinjan said:

Hey i saw you have set all default to 0 instead of 1. Is there any reason for this?
image.png.35ab57e04661c441c83f995cc304aad9.png

Set catagory stack multiplers to 1 please

r0gi

Posted

That was the default setting.

I changed the values to 1.
But that didn't improve the situation. Error still occurs

r0gi

Posted

private void OnServerInitialized() { _instance = this; _controller = new OvenController(); LoadData(); // Check if StackModifier is active if (plugins.Exists("StackModifier")) { Unsubscribe(nameof(CanStackItem)); PrintWarning("CanStackItem-Hook deaktiviert, because StackModifier is active."); } else { // If StackModifier is not active, subscribe to hook Subscribe(nameof(CanStackItem)); } // Further initializations... }

from a friend...I should ask if that will help you fix it?

Iftebinjan

Posted

8 minutes ago, r0gi said:

private void OnServerInitialized() { _instance = this; _controller = new OvenController(); LoadData(); // Check if StackModifier is active if (plugins.Exists("StackModifier")) { Unsubscribe(nameof(CanStackItem)); PrintWarning("CanStackItem-Hook deaktiviert, because StackModifier is active."); } else { // If StackModifier is not active, subscribe to hook Subscribe(nameof(CanStackItem)); } // Further initializations... }

from a friend...I should ask if that will help you fix it?

That wouldnt fix it, its coming from StackModifer plugin, I am contacting the author of StackModifier, he previously said he had fix it. Im gonna checkup on him again now.

r0gi

Posted

okay, thank you

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.3k

Files Sold

Total number of files sold.

2m

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.