BungeeCord

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Port2
Příspěvky: 502
Registrován: 08 pro 2015, 22:52
Reputation: 18
Bydliště: Pod mostem :/

BungeeCord

#1 Příspěvekod Port2 » 24 bře 2016, 10:22

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

Uživatelský avatar
TopCz
Příspěvky: 667
Věk: 27
Registrován: 15 led 2014, 21:00
Reputation: 11
Kontaktovat uživatele:

Re: BungeeCord

#2 Příspěvekod TopCz » 24 bře 2016, 11:16

Config bungeecord.
Obrázek

Port2
Příspěvky: 502
Registrován: 08 pro 2015, 22:52
Reputation: 18
Bydliště: Pod mostem :/

Re: BungeeCord

#3 Příspěvekod Port2 » 24 bře 2016, 11:26

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


Uživatelský avatar
ypxo
Příspěvky: 264
Registrován: 15 kvě 2014, 18:30
Reputation: 0
Kontaktovat uživatele:

Re: BungeeCord

#4 Příspěvekod ypxo » 24 bře 2016, 12:11

Protože u obou máš nastavenou stejnou IP adresu.
Obrázek

Port2
Příspěvky: 502
Registrován: 08 pro 2015, 22:52
Reputation: 18
Bydliště: Pod mostem :/

Re: BungeeCord

#5 Příspěvekod Port2 » 24 bře 2016, 12:43

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.
Naposledy upravil(a) Port2 dne 24 bře 2016, 12:59, celkem upraveno 1 x.

Uživatelský avatar
pitilon@seznam.cz
Příspěvky: 3999
Registrován: 16 lis 2014, 06:32
Reputation: 57
Kontaktovat uživatele:

Re: BungeeCord

#6 Příspěvekod pitilon@seznam.cz » 24 bře 2016, 12:59

Kód: Vybrat vše

ip_forward: false
dej na

Kód: Vybrat vše

ip_forward: true
Obrázek
Ať už si lidé myslí cokoli cokoli dělají nebo říkají neberte osobně. Názory druhých odpovídají tomu čemu tito lidé věří a proto ať si o vás myslí cokoli ve skutečnosti se vás to netýká. Vždy to vypovídá jen a jen o nich.
Není hanba být zabit cheaterem, ale cheatovat a být zabit.
Nejsem nerozumný. Jen nemám ten samý rozum jako vy.

Obrázek
FH Discord: http://discord.fakaheda.eu/

Port2
Příspěvky: 502
Registrován: 08 pro 2015, 22:52
Reputation: 18
Bydliště: Pod mostem :/

Re: BungeeCord

#7 Příspěvekod Port2 » 24 bře 2016, 13:27

Díky, někdo to druhé?


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 29 hostů