Advertisement
scalda

Untitled

Feb 15th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. # ____ ___.__ __ ___ ___ .___
  2. #| | \ |_/ |_____________ / | \_____ _______ __| _/____ ___________ ____
  3. #| | / |\ __\_ __ \__ \ / ~ \__ \\_ __ \/ __ |/ ___\/ _ \_ __ \_/ __ \
  4. #| | /| |_| | | | \// __ \_ \ Y // __ \| | \/ /_/ \ \__( <_> ) | \/\ ___/
  5. #|______/ |____/__| |__| (____ / \___|_ /(____ /__| \____ |\___ >____/|__| \___ >
  6. # \/ \/ \/ \/ \/ \/
  7. # __________ .__ .___ .___
  8. # \______ \ ____ | | _________ __| _/____ __| _/
  9. # | _// __ \| | / _ \__ \ / __ |/ __ \ / __ |
  10. # | | \ ___/| |_( <_> ) __ \_/ /_/ \ ___// /_/ |
  11. # |____|_ /\___ >____/\____(____ /\____ |\___ >____ |
  12. # \/ \/ \/ \/ \/ \/
  13. #
  14. # Developed By Upd4ting
  15. # Version: 3.1
  16. # timer.yml
  17. # WARNING: All the time are in second !
  18.  
  19. # Time to start the game
  20. time-to-start: 300
  21.  
  22. # Time to start the game when players has reached the limit to start faster
  23. time-to-start-full: 150
  24.  
  25. # Active no hunger while PVP is disabled
  26. nohunger-when-pvp-disabled: false
  27.  
  28. # Time in second to active PVP
  29. pvp-start: 500
  30.  
  31. # Time in second to wait to shutdown the server at the end of the game
  32. time-to-shutdown: 30
  33.  
  34. # Time player is invincible after teleportation
  35. time-invincible: 10
  36.  
  37. # World Border Configuration
  38. WorldBorder:
  39. # Whether or not World Border is enabled
  40. enabled: true
  41.  
  42. # Whether shrinking is enabled or not
  43. shrinking-enabled: true
  44.  
  45. # Time in second to begin shrinking the World Border
  46. timeStart: 1200
  47.  
  48. # Size that World Border will start as
  49. sizeStart: 1008
  50.  
  51. # Size the World Border will stop at
  52. sizeEnd: 200
  53.  
  54. # Time of the shrink
  55. shrink-time: 1080
  56.  
  57. # Number of damage per second to the player that quit the border
  58. damage: 2
  59.  
  60. # Death Match configuration
  61. DeathMatch:
  62. # Whether or not Death Match is enabled
  63. enabled: true
  64.  
  65. # Time to start Death Match
  66. timeStart: 2400
  67.  
  68. # Custom world (to provide custom arena around center 0 of the world)
  69. worldName: arena
  70.  
  71. # Whether shrinking is enabled or not
  72. shrinking-enabled: false
  73.  
  74. # Size the World Border will start at
  75. sizeStart: 102
  76.  
  77. # Size the World Border will stop at
  78. sizeEnd: 20
  79.  
  80. # Time in second to begin shrinking the World Border when deathmatch is active
  81. time-start-shrinking: 2400
  82.  
  83. # Time of the shrink
  84. shrink-time: 300
  85.  
  86. # Number of damage per second to the player that quit the border
  87. damage: 0
  88.  
  89. # Popo speed configuration (at start of the game)
  90. Speed:
  91. enabled: false
  92. time: 120
  93. speed-value: 1
  94.  
  95. # Heal timer
  96. # Player will receive an regeneration effect
  97. Heal:
  98. enabled: false
  99. timeStart: 1000
  100. regen-amplificator: 0
  101. regen-time: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement