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

Could not connect to default or fallback server, please try again later

$
0
0
I dont understand why it won't let me connect to the bungee. I have set everything up just how it needs to be and still says 'Could not connect to default or fallback server, please try again later' when I try and connect

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

Looking for plugin that shows playercount per subserver on ping.

$
0
0
So yeah, I'm looking for plugin that shows the playercount of ONLY the forced host using bungeecord.
(I'm not sure if this is currently possible though)
Let's say my network has 2 server's with this forcedhost defined:
Code (YAML):
forced_hosts:
  skyblock.myserver.com
: Skyblock
  play.myserver.com
: Lobby
Okay so if my server would have 50 players online intotal and a player would ping the server via the multiplayer menu via the ip "skyblock.myserver.com" I want it to send back the...

Looking for plugin that shows playercount per subserver on ping.

Executing commands in console via cmd.exe process stdin

$
0
0
Hi,

This is a bit of an unusual question; it doesn't relate to plugins but hopefully you can help with this issue.

I've written a VB.NET program which starts cmd.exe with the following arguments:
Code (Text):
/k cd <bungeecord directory> && run.bat
run.bat contains:
Code (Text):

java -Xms512M -Xmx512M -jar BungeeCord.jar
pause
 
I then redirect the stdin and stdout to my application, which displays the output in a textbox as expected. However, when I write to the process' stdin, nothing...

Executing commands in console via cmd.exe process stdin

delete

bungeecord error -- released ver 1356 date 9/4/2018

$
0
0
BungeeCord-Bootstrap:1.13-SNAPSHOT:9886021:1356 released on 9/4/2018
I get this at random times with and without online players.

I'm running these plugins:
LuckPerms-Bungee-4.2.98.jar
quietcord-1.1.0.jar
BungeeChat-2.1.6.855.jar

Does anyone have any clues as the cause and possible solution?

21:50:51 [WARNING] Error whilst handling query packet from null
java.lang.IllegalStateException: No session!
at net.md_5.bungee.query.QueryHandler.channelRead0(QueryHandler.java:84)
at...

bungeecord error -- released ver 1356 date 9/4/2018

IP Fowarding

$
0
0
When i turn IP Fowarding on, i still get error to enable ip_fowarding in bungeecord config

Could not connect to default or fallback server

$
0
0
Hello. I have been getting this error for a while now it's getting very stressful. It would be amazing if some one here could help out.
Info:
https://pastebin.com/vJqywgUJ (LOG)
SF: Linux (Ubuntu)
10.0.017 (is my localhost ip btw)

VPS for BungeeCord.

$
0
0
hey, so I need to run a BungeeCord network consisting of a hub and 5 servers
(BungeeCord server included). I will be using a VPS but I can’t seem to find any that suits the amount I need..

Requirements:
Must be a VPS. I do not like Standard or MC Hosts.
(Not requesting dedicated, but will still be open to checking them out.)

Must be Ubuntu 16.04
Must be 50+ GB Ram
6+ Cores
50+ SSD Storage
Located in Dallas, Ashburn or New York

I don’t want to set a budget, but maybe if you could send me...

VPS for BungeeCord.

Minigame Cloud Plugin Idea

$
0
0
The "Minigame Cloud" would be a plugin for bungee servers that allows their players to access mini-games hosted on other networks. Minigames would be independently hosted by anyone who wishes to make a minigame on their network accessible via the cloud. All the cloud plugin does is give players across different networks access to the "Minigame cloud". There would have to be servers that manage connections between the different networks and shows players what mini-games are available.

This...

Minigame Cloud Plugin Idea

BungeeCord is cool

BungeeCord fallback server priorities always failed

$
0
0
It's been 2 years, and I still cannot figure out "Why the proxy doesn't connect me back to the one and only priority server I have set which is the lobby ?"
Code (Text):

  priorities:
  - lobby
 
Code (Text):

  force_default_server: true
 
I simply just get kicked out with server is restarting or server closed.
I know I must be missing something out, this is why I made this post. It is been a long time.

Trouble with listeners

$
0
0
Hello!

I'm trying to set up a server network consisting of a spongeForge 1.12 server and a bukkit/spigot 1.13 server. The goal is to have the servers connected by chat and the tab list to keep our communities together but we don't really want an official hub and would like to have the players join the individual servers through their respective ips and be able to go without a third hub sever. So if you just want to join the spongeForge server you join it straight with its own ip rather than...

Trouble with listeners

How many players can a bungeecord server hold?

$
0
0
When sending messages constantly through bungee channels I assume 30,000 players on one instance is not practical. So...

1. How many servers can a bungeecord system hold?

2. How many players can a bungeecord system hold?
@md_5

looking to talk with someone who has experience with redis bungee

$
0
0
I need to link multiple bungeecord networks together. I heard of redis bungee and have lots of questions. Anyone with experience please dm/comment below your discord. Thanks 8)

Bungeecord Server Details Change

$
0
0
I was wondering if I can change the server type to a fake in a way like Mineplex did it in this screenshot and I was wondering if i can change it and I run Bungeecord with my server

[SOLVED] Some Players Can't connect to Bungee.

$
0
0
Hello there,
I've got a problem on my Bungee. Some players can join without issues (around 100 150) But i've got about 100 Randoms players who can't connect to the lobby with our domain (shfactions.fr) Someone in our staff had this problem and i just gave him the server ip (xx.xxx.xxx.xx) and it works. Our DNS are fine.
I've got my lobby and a practice on the same server and a Faction on another here are the specs

LOBBY+PRACTICE:
Intel Xeon E5-1650v2 6c/12t @ 3.5/3.9GHz
128GO RAM
2x2 To...

[SOLVED] Some Players Can't connect to Bungee.

Bungeecord Error Kicks Player When Printing (Schematica)

$
0
0
  1. io.netty.handler.codec.DecoderException: Error decoding packet unknown with contents:

  2. at net.md_5.bungee.protocol.MinecraftDecoder.decode(MinecraftDecoder.java:69) ~[strivepvp.jar:git:Travertine-Bootstrap:1.13-SNAPSHOT:6d03287:58]
  3. at net.md_5.bungee.protocol.MinecraftDecoder.decode(MinecraftDecoder.java:13) ~[strivepvp.jar:git:Travertine-Bootstrap:1.13-SNAPSHOT:6d03287:58]
  4. at...

Bungeecord Error Kicks Player When Printing (Schematica)

Stats tracker for RedisBungee

$
0
0
Anyone know a stats plugin that works with redisbungee and breaks down the stats per proxy? Like player count graphs, etc.

Connecting two separate PCs to host a network

$
0
0
I'm a veteran Spigot and BungeeCord user but have minimal information on networking. I'm trying to figure out how server hosting providers connect two separate machines to run 1 BungeeCord network. I currently am home hosting a network and am looking to buy 2 servers from ebay but would like to know if its possible to link them so i can have 2 Spigot servers on each machine, but 1 BungeeCord server to link all of them up.

Any help would be appreciated.

Thanks,
Sloth
Viewing all 3776 articles
Browse latest View live


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