HeroCC / BedHome

Continuation of the popular BedHome Plugin
https://dev.bukkit.org/projects/bedhome
GNU General Public License v3.0
6 stars 4 forks source link

java.lang.NoSuchFieldError: LEGACY_BED_BLOCK #10

Closed acdsee400 closed 5 years ago

acdsee400 commented 5 years ago

Hi: When I'm trying to set a bed spawn, bedhome will generate this error, and when I want to teleport, it will simply shows that user's bed does not exist. Is there any way to fix this issue?

I'm using PaperClip 1.12.2 as server

Here's the full error log: https://pastebin.com/mY9eHGiS

HeroCC commented 5 years ago

Hmm, I thought that was supposed to be backwards compatible. For now, use the older version, and I'll try to get a fixed version out soon.

HeroCC commented 5 years ago

Hi @acdsee400, can you try this out? I believe it is fixed, but if you could take a look as well that'd be great. I'm going to try to fix adjacent block detection as well before I publish, but this should work on 1.13 or 1.12. Github won't let me upload a jar, so you'll need to extract this first.

BedHome-2.30-pre.tar.gz

acdsee400 commented 5 years ago

Confirmed working on PaperClip 1.12.2 Thanks for the fix.