#plugin API not working

1 messages · Page 1 of 1 (latest)

carmine echo
#

Currently on my phone since its bedtime and i am a good boy, BUT
There is an API i used back in 1.19.4 called
Me.lemonypancake.actionbarAPI
Its not working in 1.20.1
And I DONT KNOW WHY
I need help with this and will update here tomorrow when I wake up

If there are any alternative ActionBarAPIs please let me know

Thank you guys!

forest creek
#

do you have any errors?
if yes, is it when compiling or when using the plugin on the server and can you send it?

#

and any reasons to use an ActionBarAPI instead of Spigot's API ?

grim talon
#

I think there is no api for 1.8 or smth

forest creek
#

but they asked for 1.20.1

grim talon
#

Ups, I didn't see that

#

Well, I suggest to use adventure regardless https://docs.advntr.dev/getting-started.html

forest creek
#

oh yeah that works as well

grim talon
#

Also, ask dev questions in #development @carmine echo not (m)any devs check this category

carmine echo
carmine echo
forest creek
#

either missing plugin or a dependency that needs to be shaded

#

needs to be shaded

#

doesn't seem to be the same API you were talking about in your first msg though

#

looking at what the API provides, if ActionBar really is the only thing you use, then you can just use Spigot's method instead

carmine echo
#

I tried to fix it with other API

forest creek
#

player.spigot().sendMessage(ChatMessageType.ACTION_BAR, TextComponent.fromLegacyText(message))

#

with Spigot API