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

Global Command only sends to Spigot servers with players on them

$
0
0
Hi, so awhile ago I followed a tutorial on how to send commands to all spigot servers globally and it will only send commands when players are on servers (like if I did /global stop, it doesn't stop the server)

Bungee:

Code (Text):
public class GlobalCommand extends Command{
   
    TextComponent message = new TextComponent();

    public GlobalCommand()  {
        super("global");
    }

    @Override
    public void execute(CommandSender sender, String[] args) {
        if (args.length == 0) {...
Global Command only sends to Spigot servers with players on them

Viewing all articles
Browse latest Browse all 3776

Trending Articles



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