RockinChaos / ItemJoin

Get custom items on join.
https://www.craftationgaming.com/
GNU Lesser General Public License v3.0
141 stars 36 forks source link

Console Item Error #600

Closed FraikqL closed 3 months ago

FraikqL commented 4 months ago

Server Version

Pufferfish 1.20.4

Resource Version

v6.0.7

Dump Information

https://ci.craftationgaming.com/dump?id=hutodocisi

Describe The Problem

when you press PCM on the subject and a menyuk comes out, an error appears in the console, everything functions on the server. browser_EAWZdnTwkw

Additional Context

No response

Checklist

RockinChaos commented 3 months ago

Sorry for the late response, I can't recall if you asked this in the Discord server as well.

This is not a bug. To prevent this error you must prevent the consumption of the book via cancel-events itemflag. To be clear this is not a bug, that error exists because it was specifically coded to happen by Mojang. If you get a knowledge book from creative mode the same issue will appear because they are null books (you don't learn anything from consuming them).

https://github.com/RockinChaos/ItemJoin/wiki/troubleshooting#-knowledge-book-issues

FraikqL commented 3 months ago

thanks!