PikaMug / Quests

Easy-to-use, open-source plugin for the creation and execution of quests on Minecraft servers.
https://modrinth.com/plugin/quests.classic
MIT License
141 stars 104 forks source link

Lifting the x64 limit #2125

Closed chelminski closed 1 year ago

chelminski commented 1 year ago

What does your feature do?

hi ;) I would like to ask that somehow the 64 block/item limit for delivering to NPCs, smelting and other activities be lifted. Currently, to get around this, I have to do it in such a way that, for example, instead of x100 blocks, I split it into 2 tasks x64, and x32. It doesn't look good. In the case of RPG servers, where quests play a key role, lifting the limit of 64 would be very helpful.

image //Polish (Przetop przedmioty-->Smelt items)

Thanks <3

PikaMug commented 1 year ago

Thanks for the suggestion. Unfortunately, this is a limitation of how Bukkit serializes ItemStack. Some have had success in editing the quests.yml file to values higher than 64, but no support will be provided if something goes wrong.