Paste #36581: Untitled Paste

Date: 2016/10/02 09:58:40 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19


# BungeeCord Socket configuration, required for sending information
# between servers without the need for online players on each
# sender and recipient
Socket:
  Enabled: true
  Ip address: 127.0.0.1
  Port: 25581
  Password: gfzgfz4
  # The name to connect with. Used for the Bungee dServer object.
  # This does not have to be the same name that Bungee itself
  # recognizes, but it is recommended to use that for consistency.
  Name: games
  # The time in milliseconds that this server should take while
  # trying to connect to the BungeeCord Socket before giving up.
  # Set this to 0 to try to connect until there's an error
  Timeout: 3000
  # The time in milliseconds to wait between attempts at reconnecting
  # to the socket
  Reconnect Delay: 10000