instance_db.yml 1.1 KB

12345678910111213141516171819
  1. ###########################################################################
  2. # Instance Database
  3. ###########################################################################
  4. #
  5. # Instance Settings
  6. #
  7. ###########################################################################
  8. # - Id Instance ID.
  9. # Name Instance Name.
  10. # TimeLimit Total lifetime of instance in seconds. (Default: 3600)
  11. # IdleTimeOut Time before an idle instance is destroyed in seconds. (Default: 300)
  12. # Destroyable Toggles the ability to destroy the instance using instance 'Destroy' button. (Default: true)
  13. # Note: the button is displayed based on parties. For any mode, it requires the party leader to be the instance owner to destroy it.
  14. # Enter: Instance entrance coordinates.
  15. # Map Map Name where players start.
  16. # X X Coordinate where players start.
  17. # Y Y Coordinate where players start.
  18. # AdditionalMaps: List of maps that are part of an instance. (Optional)
  19. ###########################################################################