Dreeam

Results 4 comments of Dreeam

> I agree. I do not recommend using Patina as a server fork. If you do the tests, this core loses in performance with many players. The patches are really...

check https://github.com/plan-player-analytics/Plan/wiki/PlaceholderAPI carefully, I think it can solve your problem.

> 在1.18.1上问题迟迟无法解决,于是重新找了个功能完全一样的插件,完美替代 https://www.spigotmc.org/resources/decent-holograms-1-8-1-18-papi-support-no-dependencies.96927/ decent用过,但还是希望trhologram可以解决这个bug:)

same issue, I tested on 1.18.1 I think that it is the problem of this part of code. https://github.com/ds58/Panilla/blob/441cb3935dc9db134644eb5c0a3c036bfad7af13/bukkit/src/main/java/com/ruinscraft/panilla/bukkit/TileLootTableListener.java#L52 ``` shulker.setLootTable(null); blockStateMeta.setBlockState(shulker); itemStack.setItemMeta(blockStateMeta); event.setCancelled(true); ``` directly remove this if condition...