Quantcast
Channel: BungeeCord Discussion
Viewing all articles
Browse latest Browse all 3776

Bungee Cord Player Loop Bug

$
0
0
I currently have a bungee cord plugin that receives a message using plugin messaging, but every time the plugin loops for all players on the bungee cord proxy it will perform a method a random amount of times.

Code:

Code (text):
    @EventHandler
    public void receivePluginMessage(PluginMessageEvent event)
            throws IOException, SQLException {

        if (event.isCancelled()) {
            return;
        }

        if (!(event.getSender() instanceof Server)) {
            return;...
Bungee Cord Player Loop Bug

Viewing all articles
Browse latest Browse all 3776

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>