Paper: FurnitureLib ClassNotFound w/ JLine InputStreamReader

Created on 12 Jun 2017  路  6Comments  路  Source: PaperMC/Paper

Paper 1120 breaks furniture lib error: https://pastebin.com/db35Vf2v

plugin

Most helpful comment

Bukkit 1.12 removed a specific input stream API that author used, so instead of fixing their code to use one of the others, they substituted in the logging library's from the CraftBukkit implementation code. Plugins should not be depending on internal logging libraries from CraftBukkit.

This is absolutely 110% a plugin issue and needs to be reported to the author.

We'll see what we can do in the meantime.

All 6 comments

going to recheck on this soon.

This is a Paper problem i am downgrading to build 1111 until this is fixed.

It broke because it's using internal craftbukkit code from the logging library that we just replaced because it sucked.

We need a link to where we can get the plugin please. We'll evaluate options after that.

Bukkit 1.12 removed a specific input stream API that author used, so instead of fixing their code to use one of the others, they substituted in the logging library's from the CraftBukkit implementation code. Plugins should not be depending on internal logging libraries from CraftBukkit.

This is absolutely 110% a plugin issue and needs to be reported to the author.

We'll see what we can do in the meantime.

Plugin author has fixed the issue in their plugin, long term we're working on a better solution to alert server admins and plugin devs about this issue.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

TNTUP picture TNTUP  路  3Comments

Marlej-dev picture Marlej-dev  路  3Comments

mibby picture mibby  路  3Comments

successed picture successed  路  3Comments

Decme picture Decme  路  3Comments