RockinChaos / ItemJoin

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

1.18.2 error on getting NBTData #467

Closed nathanielcutajar closed 2 years ago

nathanielcutajar commented 2 years ago

Thanks for taking the time to open a bug report!

Describe the bug When I upgraded the server to 1.18.2, and a player joins, the plugin is giving me this error: [Server] ERROR [ItemJoin_ERROR] {ItemMap} An error has occured when setting NBTData to an item. It is repeating 3 of them every 9 seconds. The plugin has even been updated to the latest snapshot

When I then used the item tied to this plugin (to show off a menu using the ChestCommands plugin), I get this error: https://pastebin.com/WQhX9mJT it mainly seems that it just needs a bump in version support I'm assuming

To Reproduce Steps to reproduce the behavior:

  1. Update to 1.18.2
  2. Have an item set for the player to interact with
  3. Player joins the server (first error)
  4. Player interacts with the item (second error)

Expected behavior Item opens and does now show any errors

Screenshots n/a

Pastebin Error on activating item: https://pastebin.com/WQhX9mJT ItemJoin Config Yaml: https://pastebin.com/sxJYzq9v ItemJoin Items Yaml: https://pastebin.com/USHGTpPj

Please complete the following information:

compieter-gh commented 2 years ago

I have the same issue.

mesl commented 2 years ago

Same issue here, But seems like its already a confirmed bug

RockinChaos commented 2 years ago

@mesl @compieter-gh @nathanielcutajar Okay, so no guarantees but it seems all issues with 1.18.2 have been resolved with the patches I have made. Please try the latest snapshot and let me know; https://ci.craftationgaming.com/job/ItemJoin/802/

Strikerpro21 commented 2 years ago

i got the same problem when wil be the next update?

OverCrave commented 2 years ago

Latest snapshot (801) works fine with 1.18.2 on my end

Strikerpro21 commented 2 years ago

the download link is not working for some reason from rockinchaos

OverCrave commented 2 years ago

Use this one: https://ci.craftationgaming.com/job/ItemJoin/lastSuccessfulBuild/ the build he linked seemed to have been deleted

Strikerpro21 commented 2 years ago

thank you so much

nathanielcutajar commented 2 years ago

I can confirm that with the latest snapshot, it works. Closing it as the latest JAR snapshot fixed my issue :)