Stránka 1 z 1

BungeeCord

Napsal: 24 bře 2016, 10:22
od Port2
82.208.17.44:27625

Ahoj, nevíte proč se nemůžu připojit na druhý server?
https://ctrlv.cz/2Nb8

Kód: Vybrat vše

> 09:19:46 [INFO] Listening on /82.208.17.44:27625
> 09:20:38 [INFO] Netty is not using direct IO buffers.
> 09:20:38 [INFO] [/81.0.217.172:47165] <-> InitialHandler has connected
> 09:20:44 [INFO] [UltimateBoss] <-> InitialHandler has connected
> 09:20:44 [INFO] [UltimateBoss] <-> ServerConnector [lobby] has connected
> 09:21:23 [INFO] [/81.0.217.172:48587] <-> InitialHandler has connected
> 09:22:12 [INFO] [/81.0.217.172:49093] <-> InitialHandler has connected
> 09:22:36 [INFO] [/81.0.217.172:49757] <-> InitialHandler has connected

Re: BungeeCord

Napsal: 24 bře 2016, 11:16
od TopCz
Config bungeecord.

Re: BungeeCord

Napsal: 24 bře 2016, 11:26
od Port2

Kód: Vybrat vše

ip_forward: false
network_compression_threshold: 256
stats: 4fe5830f-13a2-4cd0-86d9-6b97eed3b407
groups:
  UltimateBoss:
  - admin
servers:
  lobby:
    address: 82.208.17.13:27096
    motd: ''
    restricted: true
  survival:
    address: 82.208.17.13:27096
    motd: ''
    restricted: true
timeout: 30000
player_limit: 50
listeners:
- bind_local_address: true
  force_default_server: true
  forced_hosts:
    pvp.md-5.net: pvp
  host: 82.208.17.44:27625
  max_players: 50
  motd: '&a&lCrazyPlex Nábor!! 1.8.x'
  ping_passthrough: false
  priorities:
  - lobby
  - lobby
  - lobby
  - lobby
  query_enabled: false
  query_port: 25577
  tab_list: GLOBAL_PING
  tab_size: 60
permissions:
  admin:
  - bungeecord.command.alert
  - bungeecord.command.end
  - bungeecord.command.ip
  - bungeecord.command.reload
  - bungeecord.command.server
  - bungeecord.command.server.lobby
  - bungeecord.command.server.survival
  default:
  - bungeecord.command.server
  - bungeecord.command.list
online_mode: false
log_commands: false
disabled_commands:
- find
connection_throttle: -1


Re: BungeeCord

Napsal: 24 bře 2016, 12:11
od ypxo
Protože u obou máš nastavenou stejnou IP adresu.

Re: BungeeCord

Napsal: 24 bře 2016, 12:43
od Port2
A jo :D
Díky :D

//Edit:
https://ctrlv.cz/11ba
A jak ještě povolím toto?
+
Nevíte proč mi nefunguje BungeeMenu?
Config:

Kód: Vybrat vše

#Log debug info to console
logtoconsole: false
#Open the menu on login
openonlogin: false

database:
enabled: false
type: mysql
username: admin
password: admin

#Ping gathers information from the servers
#It gathers motd,version, playercount, and playermax
ping:
 enabled: true
 timeout: 5

#All names and descriptions accept color/format tags '&c'
#
#Folder tree setup
#folders:
#  <folderkeyname>:
#   displayname: <The name you want the menu to display>
#   icon: <The item/block name you want to display as the icon>
#   restricted: <Does the server require the 'bungeemenu.folders.<treename>' permission to view/join?>
#     desc:
#      - 'Message line 1'
#      - 'Message line 2'
#      - 'Message line3 ect.'
#
#Server Folders
#A folder is not required
folders:
  public:
    displayname: '&bPublic Servers'
    icon: STONE
    restricted: false
    desc:
     - '&3Public Server folder'

#Server tree setup
#servers:
#  <bungeecord config server name>:
#     displayname: <Name you want the menu to display>
#     icon: <The item/block name you want to display as the icon>
#     restricted: <Does the server require the 'bungeemenu.servers.<treename>' permission to view/join?>
#     parent: <Set as 'root' if you want it to be in the root dir otherwise set it to the treename of a folder>
#     address: <The server address for pinging>
#     port: <The Server port for pinging>
#     desc:
#      - 'Message line 1'
#      - 'Message line 2'
#      - 'Message line3 ect.'
#     
#Servers can use input tags in there descriptions
#Tags require ping to be enabled
# %motd: Displays the servers MOTD
# %smartplayer: Displays a color coded full player count  '3/10'
# %playercount: Displays the amount of players on the server
# %playmax: Displays the max players of the server
#
#Server Buttons
servers:
  example:
    displayname: '&4Example Server'
    icon: DIRT
    restricted: false
    parent: root
    address: 82.208.17.43
    port: 27520
    desc:
     - '&4Example Server'
   
#Set custom messages to be displayed   
messages:
  online: '&bonline'
  offline: '&4offline'
   




Přesněji, nefunguje se připojit na druhý server.

Re: BungeeCord

Napsal: 24 bře 2016, 12:59
od pitilon@seznam.cz

Kód: Vybrat vše

ip_forward: false
dej na

Kód: Vybrat vše

ip_forward: true

Re: BungeeCord

Napsal: 24 bře 2016, 13:27
od Port2
Díky, někdo to druhé?