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

Tesseracts and other cross-realm devices

$
0
0
Is it possible to allow Tesseracts or other devices to cross the servers?
I'm setting up my first bungee server and want to move a mining world to a different server due to tps issues. However there has been resistance from people because Ender chests and Tesseracts wouldn't work...

I've searched the forum and didn't see any discussion about this, if I missed it please point to that thread and feel free to close this one.

Is it possible through some plug-in or other setup to allow items to...

Tesseracts and other cross-realm devices

Just one of those nooby questions...

$
0
0
I was thinking of updating the bungeecord.jar on my bungee proxy, but then I looked at the downloads and it showed many different jars in addition to the bungeecord.jar. If I were to update the bungeecord version, should I also grab those other jar files as well? Thanks.

Proxy and Direct conection

$
0
0
Hello, I'm new in BungeeCord :). I was setting up my test server when I just found a problem: I want my players to join my BungeeCord server, which has online-mode true, with their original accounts; also, I want my players to join the servers directly, without passing trough the main server, but the other servers have online-mode false, so any account, original/fake/pirate, can join. How can I make the players join the servers directly but without fake accounts?? Thanks ;)

io.netty.handler.codec.DecoderException

$
0
0
I have been running bungee for months, no issues. Then today all players cause the following exception upon trying to connect.

http://pastebin.com/kLKx9W2g

Nothing has changed on the proxy or the servers.
I've tried updating to latest bungee and spigot, the same issue occurs.

Running on a dedicated server, following specs:
Operating system CentOS Linux 6.4
Kernel and CPU Linux 2.6.32-358.18.1.el6.x86_64 on x86_64
Processor information Intel(R) Xeon(R)...

io.netty.handler.codec.DecoderException

io.netty.channel.ConnectTimeoutException

$
0
0
Fixed this, mistyped the IP somehow.

Bungee Config

$
0
0
I am having troubles with bungee. i have a multicraft server and have bungee installed and i did all the config stuff, when i start the server it shows my cpu usage and memory being used but the status line says offline when i try to create a bungee portal it doesnt work, this leads me to believe thats the problem. Does this mean i set up the config wrong?

[HELP] BungeeCord servers won't connect

$
0
0
So I have a dedicated box with a Multicraft-esque display (NiTROPanel, if you've ever heard of it). I bought the Community tier package which gets me a dedicated server with 16GB of RAM and up to 20 servers. I'm trying to link two of my servers together without much success, can anyone figure out what I'm doing wrong and help me fix it? If you want I'll place a hidden sign with your name in the lobby as a thank you :)...

[HELP] BungeeCord servers won't connect

Multi-line MOTD

$
0
0
I've seen people have multi line MOTDs using \n but For me it looks like this:
[​IMG]

Source:
Code (text):
  motd: '&aU&bl&4t&5r&6a&3MC&f | &eSkyblock! \n &eComing soon: Minigames'
How would I make it multiple lines?
Example:
[​IMG]

BungeeCord - cannot connect to server "are the login servers down?"

$
0
0
I have tried multiple times, for the past day+, been having issues ever since yesterday Mojang shut off the servers for the login/session due to a bug, now everything is broken, tried updating DNS, changing DNS to google, etc. NOTHING works.

09.04 17:28:27 [Multicraft] Skipped 17 lines due to rate limit (30/s)
09.04 17:28:25 [Server] INFO Caused by: java.security.ProviderException: sun.security.pkcs11.wrapper.PKCS11Exception: CKR_MECHANISM_INVALID
09.04 17:28:25 [Server] INFO ... 14 more
09.04...

BungeeCord - cannot connect to server "are the login servers down?"

#879 Error on startup

$
0
0
Hey guys,

Just updated to #879 and when I restarted my server I got this message,
09.04 02:26:25 [Server] SEVERE Exception in thread "main"
09.04 02:26:25 [Server] SEVERE java.lang.NoClassDefFoundError: jline/console/ConsoleReader$2
09.04 02:26:25 [Server] SEVERE at jline.console.ConsoleReader.readLine(ConsoleReader.java:2485)
09.04 02:26:25 [Server] SEVERE at jline.console.ConsoleReader.readLine(ConsoleReader.java:2162)
09.04 02:26:25 [Server] SEVERE at...

#879 Error on startup

Bungesuite portals not installing

$
0
0
Hey, I have 3 servers that are hosted by cubed host. 1 of them is a bungee server and one of the remaining two is a hub server where players can travel between servers and the last one is a kitpvp server that i would like to link to the hub. I have edited the bungeecord server's config and added the ip of my other two serves and set the host as the bungeecord server. it all workd well. I can join the hub and join the kitpvp server by doing /server kitpvp. My problem arises when i tried to...

Bungesuite portals not installing

Which version of bungeecord

$
0
0
Hi!

Could someone please tell me which version of bungeecord that is made for bukkit 1.7.4?

Bungeecord Admin plugin

$
0
0
Hi. Im looking for a bungeecord administrations plugin. Anyone know some good ones? :)

Bungee wont start.

$
0
0
Im getting a error but i dont know what it is here is what it says:

10.04 13:30:54 [Server] INFO Loaded plugin cmd_send version git:cmd_send:1.7-SNAPSHOT:"886f749":844 by null
10.04 13:30:54 [Server] INFO Loaded plugin cmd_server version git:cmd_server:1.7-SNAPSHOT:"886f749":844 by null
10.04 13:30:54 [Server] INFO Loaded plugin MoveMeNow version 1.1-15 by roblabla
10.04 13:30:54 [Server] INFO Loaded plugin reconnect_yaml version git:reconnect_yaml:1.7-SNAPSHOT:"886f749":844 by null
10.04...

Bungee wont start.

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

*Resolved* #879 Error on startup

$
0
0
Hey guys,

Just updated to #879 and when I restarted my server I got this message,
09.04 02:26:25 [Server] SEVERE Exception in thread "main"
09.04 02:26:25 [Server] SEVERE java.lang.NoClassDefFoundError: jline/console/ConsoleReader$2
09.04 02:26:25 [Server] SEVERE at jline.console.ConsoleReader.readLine(ConsoleReader.java:2485)
09.04 02:26:25 [Server] SEVERE at jline.console.ConsoleReader.readLine(ConsoleReader.java:2162)
09.04 02:26:25 [Server] SEVERE at...

*Resolved* #879 Error on startup

[1.7.2-1.7.6] BungeeCord

1.7.7 update.

Problem with BungeeSuiteChat

$
0
0
I have a problem, users can not speak for the chat using BungeeSuiteChat, only the OP can talk on any channel.
Users have access to the command /global, but doesn't leave any message on the chat :S
Nothing appears in the chat with missing permissions or anything ...

Please Help

ReadTimeoutException: Null

$
0
0
Hello,

I've looked at different posts similar to this issue but none seem to have fixed my issue - I have a 16GB Dedicated Server running BungeeCord (last updated 3 days ago) with 5 servers running on different ports, they are in the 25570 - 25579 region, as one of the posts said to change them around.

Essentially, sometimes when I use my navigation plugin or "/server <servername>" I will get the following error after sometime of connecting: "Exception Connecting: ReadTimeoutException: null",...

ReadTimeoutException: Null
Viewing all 3776 articles
Browse latest View live


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