Question: asynchronous addition of items
Lemar98 opened this issue · 1 comments
Lemar98 commented
Hello. Is it possible in your API to add items to inventory asynchronously? For example, in order to add players' heads without delay
NichtStudioCode commented
I think AsyncItem
fits your use-case pretty well. Generally, you can update or change items at any time after a Window has been opened, but this should always be on the server thread.
If there are any further questions, please ask them in GitHub Discussions or on the Discord server :)