Zrips / CMI

111 stars 98 forks source link

Stacked Items that normaly not Stackable are shows wong on inv command #8837

Closed CloudeLecaw closed 4 days ago

CloudeLecaw commented 2 weeks ago

Description of Issue

Whem a player has a normaly not stackable item that you stack by a plugin then the amount is shows as 1 if you lookat his inventory

15-06-2024_21-06-31 Here you see the bottles of an other player. Normaly he has 16 of each. i asked him and he said "yes their are 16 in each slot" i gave him an other 16..and see.. its shows wrong as one bottle..

Version Information

15-06-2024_21-10-09.3

Relevant Plugins

PotionStacker_0.0.8

Agreements

Zrips commented 4 days ago

Not familiar with PotionStacker, but CMI inv command will show items as they are on server side, no actual modification of data will happen. If item stack if properly marked as one having over stack limit then it will show up like one. For example image So my suspicion is that PotionStacker sends custom packets which makes it look like you have more than you actually do. In this case can't do much without some specialized direct integration with this plugin which would ton of work for tiny gains for a plugin which does all of this in wrong way.

CloudeLecaw commented 4 days ago

i see. well the plugin actually does not work anymore for 1.21 so might it worth to suggest the option to stack same potions as player from inventory? would be a good feature, since the spigot site does only offer a handfull of potionsstacker that allow stacking without a command...