Jump to content

Stacksize

Not a Bug 1.0.6

Herrcooles
Herrcooles

Posted

I would like to be able to stack again because I had no problems with my stack manager on the server when it comes to stacking the joints What do I have to do or what do I have to delete

The_Kiiiing

Posted

6 hours ago, Herrcooles said:

I would like to be able to stack again because I had no problems with my stack manager on the server when it comes to stacking the joints What do I have to do or what do I have to delete

Joints are not intended to stack, this is hard-coded into the plugin and cannot be changed

Herrcooles

Posted

So when you buy a car, the seller doesn't tell you how to drive it. there will probably be a way to comment out line 243 in the CS, after all you wrote the whole plugin, I'm not asking for anything impossible and whether I allow stacking on my server or not is my business. If there are problems with stacking, I can't expect any support. I'm also aware that there are no problems for me because I have a super stack program from Kahn.

The_Kiiiing

Posted (edited)

On 5/9/2022 at 8:30 PM, Herrcooles said:

So when you buy a car, the seller doesn't tell you how to drive it. there will probably be a way to comment out line 243 in the CS, after all you wrote the whole plugin, I'm not asking for anything impossible and whether I allow stacking on my server or not is my business. If there are problems with stacking, I can't expect any support. I'm also aware that there are no problems for me because I have a super stack program from Kahn.

A little bit late but if you really want to stack joints just delete or comment out the part

int? OnMaxStackable(Item item) {
  if (isJoint(item))
    return 1;
  return null;
}

in line 465-470. Note that I won't provide support for any potential problems

Edited by The_Kiiiing
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.