Paste #32400: Untitled Paste

Date: 2016/04/08 19:14:58 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


BUNGEECORD config
************************

ip_forward: true
network_compression_threshold: 256
stats: e161649c-fbdd-4a8d-b9e0-9edd5c2324f4
permissions:
  default:
  - bungeecord.command.server
  - bungeecord.command.list
  admin:
  - bungeecord.command.alert
  - bungeecord.command.end
  - bungeecord.command.ip
  - bungeecord.command.reload
groups:
  admin:
  - RedShirt2
servers:
  Lobby:
    motd: '&1Lobby'
    address: localhost:25566
    restricted: false
  POTQE:
    motd: '&1POTQE'
    address: localhost:25567
    restricted: false
  EnderTag:
    motd: '&1EnderTag'
    address: localhost:25568
    restricted: false
  BukkitGames:
    motd: '&1BukkitGames'
    address: localhost:25569
    restricted: false
  HT-Edit:
    motd: '&1HT-Edit'
    address: localhost:25574
    restricted: false
  HT:
    motd: '&1HT'
    address: localhost:25575
    restricted: false
  Lobby2:
    motd: '&1Lobby2'
    address: localhost:25576
    restricted: false
  Prison:
    motd: '&1Prison'
    address: localhost:25570
    restricted: false
  Plots:
    motd: '&1Plots'
    address: localhost:25571
    restricted: false
  Survival:
    motd: '&1Survival'
    address: localhost:25572
    restricted: false
  MovieStudio:
    motd: '&1MovieStudio'
    address: localhost:25573
    restricted: false
timeout: 30000
listeners:
- query_port: 25577
  motd: ''
  priorities:
  - Lobby
  bind_local_address: true
  tab_list: GLOBAL_PING
  query_enabled: false
  host: 0.0.0.0:25565
  forced_hosts:
    pvp.md-5.net: pvp
  max_players: 20
  tab_size: 60
  ping_passthrough: false
  force_default_server: true
player_limit: 20
online_mode: true
log_commands: false
disabled_commands:
- disabledcommandhere
connection_throttle: 4000

*************************************
BungeeCord Depenizen config
*************************************

# Whether debug information about Depenizen should appear in the
# BungeeCord console
Debug:
  Show: true

# SocketServer configuration, required for sending information
# between servers without the need for online players on each
# sender and recipient
Socket:
  Enabled: true
  Port: 25564
  # How many servers are allowed to be connected to the socket
  # at one time
  Max clients: 10
  Password: MySecretPassword


********************************
Server Lobby depenizen config
*********************************

# 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: localhost
  Port: 25564
  Password: MySecretPassword
  # 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: Lobby
  # 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

************************************
Server MovieStudio depenizen config
*************************************
# 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: localhost
  Port: 25564
  Password: MySecretPassword
  # 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: MovieStudio
  # 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


*************************
Denizen Script
*************************
Teleport:
    type: world
    debug: false
    events:
        on TP2Server command:
        - determine passively FULFILLED
        # teleport everyone to this dark room

        - narrate <player.bungee.server>
        # when I narrate this, I see server@Lobby (when I call from Lobby)

        - adjust <player> send_to:server@MovieStudio

*********************************************
ERROR:
[18:11:17 INFO]:  ERROR! Invalid dServer specified.