bergerhealer / BKCommonLib

An extensive library used in bergerhealer's plugins
Other
181 stars 45 forks source link

Declaration could not be found inside: net.minecraft.server.v1_15_R1.IChunkLoader [ #86

Closed mibby closed 4 years ago

mibby commented 4 years ago

Purpur dev 370 (Paper 1.15 dev 32) BKCommonLib dev 671 Light-Cleaner dev 62

[02:24:47] [Server thread/INFO]: [BKCommonLib] Loading BKCommonLib v1.15.1-v1-SNAPSHOT
[02:24:50] [Server thread/ERROR]: [REFLECTION] Declaration could not be found inside: net.minecraft.server.v1_15_R1.IChunkLoader
[02:24:50] [Server thread/ERROR]: [REFLECTION] Declaration: private final IOWorker ioworker:a;
[02:24:53] [Server thread/INFO]: [BKCommonLib] Enabling BKCommonLib v1.15.1-v1-SNAPSHOT
[02:24:53] [Server thread/INFO]: [BKCommonLib] BKCommonLib is running on Paper(Spigot) (git-Purpur-370) : v1_15_R1 (Minecraft 1.15.1)
[02:24:53] [Server thread/INFO]: [BKCommonLib.Network] [BKCommonLib] [Network] Now using the ProtocolLib library to provide Packet Listener and Monitor support
[02:24:54] [Server thread/ERROR]: [BKCommonLib] Common.VERSION needs to be updated to contain '11501'!
[02:24:54] [Server thread/INFO]: [BKCommonLib] This library is written with stability in mind.
[02:24:54] [Server thread/INFO]: [BKCommonLib] BKCommonLib version 1.15.1-v1-SNAPSHOT (build: 671) enabled! (1.206s)
bbayu123 commented 4 years ago

I assume Purpur is a fork of PaperSpigot? Would it be possible to provide a link to download the exact jar you are using?

bergerkiller commented 4 years ago

https://ci.mg-dev.eu/job/BKCommonLib/672/ should be fixed now

mibby commented 4 years ago

Purpur is indeed a fork of Paper with some more patches and some less-than-ideal gameplay modifications that wouldn't necessarily make upstream. However it should be practically functionally identical to Paper as subsequently Paper is to Spigot.

https://ci.pl3x.net/job/Purpur/ https://github.com/pl3xgaming/Purpur

Thanks berger.

bergerkiller commented 4 years ago

Thanks for explaining, then I know what it is when I hear about it in the future. Did the new build fix your issues? Then I can close this issue ticket

mibby commented 4 years ago

Apologies for the delay -- confirmed seems to have fixed the issue. Thanks!