John Aquino

Results 8 comments of John Aquino

Try saving all of the item data inside 1 object and then filter it when needed. Instead of having separate data for each item if I'm reading this correctly.

Is there still any plans for this update? Or at least alternatives that makes this possible?

I forgot to mention that it kicks the player that it tries to render the glowing to.

I'll reopen it, I took a look into the issue and realized that it still has something to do with GlowingEntities when I originally thought it was from my plugin....

``` @EventHandler public void on(ItemSpawnEvent event) { // make items glow @Nullable ChatColor color = switch (event.getEntity().getItemStack().getType()) { case GOLDEN_APPLE, ENCHANTED_GOLDEN_APPLE -> ChatColor.GOLD; case SPLASH_POTION, TNT -> ChatColor.RED; case ENDER_PEARL...

Doesn't seem like a player issue though, even when I make items glow it throws this error.

The only problem I can think of is the usage of the TAB plugin being incompatible with GlowingEntities.

Doesn't look like it, but it does create teams