sevensigns.properties 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. #-------------------------------------
  2. # Seven Signs Configuration File
  3. # Adjusting this file will effect the way your seven signs runs
  4. # Do so only if you want to run diffrent to retail
  5. #-------------------------------------
  6. # Sign up Rules
  7. # -----------------------------------------
  8. # Require a player to be in a castle/alliance-owning clan to be able to sign for Dawn.
  9. AltRequireCastleForDawn = False
  10. # Determines whether castle ownership is determined by clan or by alliance.
  11. # Default is by alliance, as on official servers.
  12. AltRequireClanCastle = False
  13. # -----------------------------------------
  14. # Festival Rules.
  15. # -----------------------------------------
  16. # Minimum Players for participate in SevenSigns Festival.
  17. # Default : 5
  18. AltFestivalMinPlayer = 5
  19. # Maximum contribution per player during festival
  20. # /!\ This value is NOT impacted by server drop rate.
  21. AltMaxPlayerContrib = 1000000
  22. # Festival Manager Start time.
  23. # Default : 2 minutes
  24. AltFestivalManagerStart = 120000
  25. # Festival Length.
  26. # Default : 18 minutes
  27. AltFestivalLength = 1080000
  28. # Festival Cycle Length.
  29. # Default : 38 Minutes (20 minutes wait time, + Festival time)
  30. AltFestivalCycleLength = 2280000
  31. # At what point the first festival spawn occures.
  32. # Default : 2 minutes
  33. AltFestivalFirstSpawn = 120000
  34. # At what Point the first festival swarm occures.
  35. # Default : 5 minutes
  36. AltFestivalFirstSwarm = 300000
  37. # At what Point the Second Festival spawn occures.
  38. # Default : 9 minutes
  39. AltFestivalSecondSpawn = 540000
  40. # At what Point the Second Festival Swarm occures.
  41. # Default : 12 minutes
  42. AltFestivalSecondSwarm = 720000
  43. # At what point the Chests Spawn in.
  44. # Default : 15 minutes
  45. AltFestivalChestspawn = 900000