John Aquino
John Aquino
Using spigot's api, it would be: ``` this.getServer().getMessenger().registerOutgoingPluginChannel(this, "BungeeCord"); this.getServer().getMessenger().registerIncomingPluginChannel(this, "BungeeCord", this); ``` I was wondering using Limbo's api if I can register incoming and outgoing plugin messages with BungeeCord?
I came across NDatabase and it looked like it had everything that I needed. Decided to test it out but whenever I try to call the API of NDatabase, it...
# Error ``` java.util.NoSuchElementException: packet_handler at io.netty.channel.DefaultChannelPipeline.getContextOrDie(DefaultChannelPipeline.java:1073) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final] at io.netty.channel.DefaultChannelPipeline.addBefore(DefaultChannelPipeline.java:248) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final] at io.netty.channel.DefaultChannelPipeline.addBefore(DefaultChannelPipeline.java:237) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final] at BeaconSG-1.0-SNAPSHOT.jar/fr.skytasul.glowingentities.GlowingEntities$Packets.addPacketsHandler(GlowingEntities.java:814) ~[BeaconSG-1.0-SNAPSHOT.jar:?] at BeaconSG-1.0-SNAPSHOT.jar/fr.skytasul.glowingentities.GlowingEntities.setGlowing(GlowingEntities.java:184) ~[BeaconSG-1.0-SNAPSHOT.jar:?] at BeaconSG-1.0-SNAPSHOT.jar/fr.skytasul.glowingentities.GlowingEntities.setGlowing(GlowingEntities.java:135) ~[BeaconSG-1.0-SNAPSHOT.jar:?] at BeaconSG-1.0-SNAPSHOT.jar/gg.lode.beaconsg.util.GlowAPI.lambda$broadcastGlowing$0(GlowAPI.java:23) ~[BeaconSG-1.0-SNAPSHOT.jar:?] at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] at...
Updated John Aquino's Contributor profile