Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skipping Entity with id minecraft:skeleton_armored_sword_iron #427

Open
Swede37 opened this issue Nov 7, 2017 · 4 comments
Open

Skipping Entity with id minecraft:skeleton_armored_sword_iron #427

Swede37 opened this issue Nov 7, 2017 · 4 comments

Comments

@Swede37
Copy link

Swede37 commented Nov 7, 2017

Spigot 1.12.2, latest version as of 11.17.2017, MCDungeon 0.18.0

I just uploaded this to a Spigot 1.12.2 server, and I'm getting this error spamming console to the point of crashing when I'm at a treasure hunt with an empty spawner (fire, no entity). I saw there was a similar issue posted earlier, but I thought maybe this was fixed now. This is my first go at downloading, running MCDungeon and uploading again - is it possible I missed something?

I had also noticed some deprecation warnings when trying to generate treasure hunts under the hard mode, it appeared potions were effected.

@JiFish
Copy link
Collaborator

JiFish commented Nov 7, 2017

Thanks for reporting this. There's an error in the default configuration file with treasure hunts. I've pushed a fix to the development version.

To fix it, replace the [landmark_mobs] at the bottom of default.cfg with:

[landmark_mobs]
Spider: 20
Creeper: 5
file_Zombie_Sword_Helmet: 10
file_Zombie_Pumpkin: 20
file_Skeleton_Armored_Axe_Iron: 10
file_Skeleton_Armored_Sword_Iron: 10
file_CustomKnight: 5
file_Silverfish_Swarm: 20
file_Skeleton_Pumpkin: 10

Please let me know if that works for you!

I had also noticed some deprecation warnings when trying to generate treasure hunts under the hard mode, it appeared potions were effected.

Could you post them in a separate issue please? The original developer treasure hunts hasn't updated the code in a while, so it's getting a little frayed at the edges. We already had to switch off one of the treasure hunt locations simply because we lack the free time to fix it.

Unless someone steps in I wouldn't be surprised if treasure hunts get dropped in a future version.

@JiFish JiFish added the Done label Nov 7, 2017
@Swede37
Copy link
Author

Swede37 commented Nov 8, 2017

it appears they are working better, but still ended up with one of these in console:
_

"ERROR Block at 248,71,6 is CHEST but has net.minecraft.server.v1_12_R1.TileEntityMobSpawner@3d7e99ac. Bukkit will attempt to fix this, but there may be additional damage that we cannot recover."

_

@JiFish
Copy link
Collaborator

JiFish commented Nov 9, 2017

Hmm, looks like a separate issue. I opened a report for that one too, thanks.

@Swede37
Copy link
Author

Swede37 commented Nov 9, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants