Skip to content

Config File

ObedMz edited this page Mar 20, 2021 · 3 revisions
config:
 #If its "true", players have a countdown before teleport to the lobby
  countdown: true
  #set the time of the countdown
  time: 3
  # If its true, players will have a countdown before execute the lobby command again.
  command_delay: 'true'
  #Set the delay time of command_delay
  delay_time: '5'
  ## tp_mode:
  #You can set the tp_mode between: "random" , "lessplayers"
  #random: Players will be teleported randomly to any lobby.
  #lessplayers: Players will be teleported to the lobby with less players on the server.
  tp_mode: "lessplayers"
  #This is the list of your lobby servers
  lobbys:
   - "lobby_server"
  commands:
    lobby:
      command: "lobby"
      permission: "lobby.use"
      aliases:
        - "hub"
        - "leave"
      #List of denied servers where the players can't execute the command
      denied_servers:
       - "Auth"

Clone this wiki locally