DutchJelly / CraftEnhance

A Minecraft Plugin that allows server owners to create custom recipes in-game
Apache License 2.0
13 stars 11 forks source link

NBTAPI Package Update #52

Closed stateisbad closed 2 weeks ago

stateisbad commented 1 year ago

Describe the bug On at least 1.19.4 (version 2.5.6 of the plugin), the NBTAPI version used in the plugin complains about version incompatibility.

To Reproduce Steps to reproduce the behavior:

  1. Install plugin on 1.19.4 server
  2. View warnings in logs

Show console logs

[08:02:46 WARN]: [NBTAPI] [NBTAPI] This Server-Version(v1_19_R3) is not supported by this NBT-API Version(2.11.1) located at craftenhance.libs.menulib.dependencies.nbt.nbtapi.utils.MinecraftVersion. The NBT-API will try to work as good as it can! Some functions may not work!
[08:02:46 INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson
[08:02:46 WARN]: [NBTAPI] [NBTAPI] The NBT-API located at 'package craftenhance.libs.menulib.dependencies.nbt.nbtapi' seems to be outdated!
[08:02:46 WARN]: [NBTAPI] [NBTAPI] Current Version: '2.11.1' Newest Version: 2.11.2'
[08:02:46 WARN]: [NBTAPI] [NBTAPI] Please update the NBTAPI or the plugin that contains the api(nag the mod author when the newest release has an old version, not the NBTAPI dev)!
broken1arrow commented 1 year ago

Describe the bug On at least 1.19.4 (version 2.5.6 of the plugin), the NBTAPI version used in the plugin complains about version incompatibility.

To Reproduce Steps to reproduce the behavior:

1. Install plugin on 1.19.4 server

2. View warnings in logs

Show console logs

[08:02:46 WARN]: [NBTAPI] [NBTAPI] This Server-Version(v1_19_R3) is not supported by this NBT-API Version(2.11.1) located at craftenhance.libs.menulib.dependencies.nbt.nbtapi.utils.MinecraftVersion. The NBT-API will try to work as good as it can! Some functions may not work!
[08:02:46 INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson
[08:02:46 WARN]: [NBTAPI] [NBTAPI] The NBT-API located at 'package craftenhance.libs.menulib.dependencies.nbt.nbtapi' seems to be outdated!
[08:02:46 WARN]: [NBTAPI] [NBTAPI] Current Version: '2.11.1' Newest Version: 2.11.2'
[08:02:46 WARN]: [NBTAPI] [NBTAPI] Please update the NBTAPI or the plugin that contains the api(nag the mod author when the newest release has an old version, not the NBTAPI dev)!

Will not differ if you use 2.11.1 or 2.11.2 will still work on 1.19.4. But will update it for 1.20.

Tomology12 commented 10 months ago

i get this error, it says using 2.11.2, newest version 2.12.1

Tomology12 commented 10 months ago

wtf it says commented in 10 seconds ? reverse time bug

broken1arrow commented 10 months ago

i get this error, it says using 2.11.2, newest version 2.12.1

Yeah will be updated next version.

Tomology12 commented 10 months ago

ok

broken1arrow commented 2 weeks ago

Solved for a long time.