kangarko / Boss

Premium custom monsters plugin with skill system, natural spawning and lots of sickest features!
https://www.mc-market.org/resources/21619/
77 stars 28 forks source link

1.20.4: PlaceholderAPI Throwing exception #1250

Closed HorusApl closed 3 months ago

HorusApl commented 3 months ago

Using TAB to make the bosses health appear in a bossbar as I saw no built-in way to do it. https://mclo.gs/Ny9Unee

Both relevant bosses included in the zip folder, haven't changed anything elsewhere in settings. Using latest version of both PlaceholderAPI and Boss

image Minion.zip

kangarko commented 3 months ago

Unfortunately the placeholder needs to get the entities in chunk, which needs to be dealt with on the main thread. Due to how placeholderAPI is coded we don't control whether the call is sync or not. Tab seems to call this async. Ask them to add a toggle for sync processing.