Otherdrops Painting-Events ERROR
Kyleufree opened this issue ยท 0 comments
OtherDrops version: 2.8b-dev.1375
Description: Loading fails on spigot 1_9_r2. From digging through the logs... I think you are using painting events, instead of the hanging events that exist now, and the entity lister will not load.
Config: CREATURE_HOSTILE:
-
drop: chest/1
chance: 50%
name: '&2&lCommon &rLootbox'
lore: '&3May luck be on your side'
CREATURE_NEUTRAL: -
drop: chest/1
chance: 50%
name: '&2&lCommon &rLootbox'
lore: '&3May luck be on your side'
CREATURE_FRIENDLY: -
drop: chest/1
chance: 50%
name: '&2&lCommon &rLootbox'
lore: '&3May luck be on your side'Steps to reproduce the problem:
1.load the config above
Expected result for the reproduced config: no errors, drops 50% of the time on drop kill
Expected result of bug fix: painting events replaced with hanging events.Other Comments: None