AlonsoAliaga / BetterBees

Adds new features to Minecraft bees update.
1 stars 1 forks source link

NBTAPI outdated #6

Closed SlimeDog closed 4 years ago

SlimeDog commented 4 years ago

Describe the bug

[12:38:25] [Server thread/INFO]: [NBTAPI] Found Spigot: v1_15_R1! Trying to find NMS support
[12:38:25] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_15_R1' loaded!
[12:38:25] [Server thread/WARN]: [LagMonitor] Loaded class de.tr7zw.nbtapi.utils.VersionChecker from BetterBees v0.2-BETA which is not a depend, softdepend or loadbefore of this plugin.
[12:38:25] [Server thread/WARN]: [LagMonitor] Plugin BetterBees is performing a blocking I/O operation (Socket: https://api.spiget.org/v2/resources/7939/versions?size=100) on the main thread. This could affect the server performance, because the thread pauses until it gets the response. Such operations should be performed asynchronous from the main thread. If this happens on server startup, fixing it can drastically reduce startup time. Keep in mind to keep the code thread-safe. Report it to the plugin author
[12:38:25] [Server thread/WARN]: [LagMonitor] Source: VersionChecker.java, method checkForUpdates, line 34
[12:38:25] [Server thread/WARN]: [NBTAPI] The NBT-API at 'package de.tr7zw.nbtapi' seems to be outdated!

To Reproduce Steps to reproduce the behavior:

  1. Right-click (empty hand) on a bee_nest
  2. Read WARN in console

Important (please complete the following information):

AlonsoAliaga commented 4 years ago

NBTAPI is no longer compiled in the plugin since 0.4-BETA It's now required as dependency.