Advertisement
Guest User

Untitled

a guest
Sep 10th, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. # ---------------------------------------------------- #
  2. # #
  3. # Fresh - UHCSimulator - UHCMeetup #
  4. # -= Made by @Josn3r =- #
  5. # Official Meetup from FreshCraft Network #
  6. # #
  7. # ---------------------------------------------------- #
  8. # Don't touch 'config-version' #
  9. # ---------------------------------------------------- #
  10. config-version: 0.4
  11. MySQL:
  12. enable: false
  13. host: localhost
  14. port: 3306
  15. database: yourdatabase
  16. username: root
  17. password: yourpass
  18. config:
  19. worldName: ARENA
  20. bungee:
  21. enable: true
  22. fallbacks: Lobby
  23. players:
  24. min-players: 2
  25. max-players: 24
  26. countdowns:
  27. lobbyCount: 25
  28. preGameCount: 15
  29. restartCount: 15
  30. border:
  31. move-every-minute: 5
  32. borders-size: 100,75,50,25
  33. scenarios:
  34. enable-vote-scenarios: true
  35. default-scenario: NOGAMEMODES
  36. config:
  37. timeBomb:
  38. time-explode-second: 20.0
  39. hologramDisplay:
  40. enable: true
  41. lines:
  42. title: '&7- &c&lTIMEBOMB &7-'
  43. line1: '&7Chest of &f<PLAYER>'
  44. line2: '&7Explosion time: &c<TIMER>s'
  45. only-open-by-killer: false
  46. destroy-chest-is-empty: true
  47. noClean:
  48. time-noClean-second: 10.0
  49. tagColorDisplay: true
  50. tagColor: '&c'
  51. supplyChest:
  52. drop-every-minute: 5
  53. items:
  54. - 1 GOLDEN_APPLE:1 1
  55. - 5 APPLE 5
  56. - 5 GOLDEN_APPLE 1
  57. - 10 IRON_SWORD 1
  58. - 5 DIAMOND_SWORD 1
  59. - 15 IRON_CHESTPLATE 1
  60. - 5 DIAMOND_CHESTPLATE 1
  61. - 1 DIAMOND_CHESTPLATE 1 protection:1
  62. - 5 IRON_SWORD 1 sharpness:1
  63. - 10 DIAMOND 2
  64. - 15 GOLD_INGOT 2
  65. - 100 ENCHANTED_BOOK 1 protection:1
  66. - 75 ENCHANTED_BOOK 1 protection:3
  67. team-revive:
  68. instant-dead-if-out-of-border-when-move: false
  69. time-to-dead-second: 10.0
  70. time-to-revive-second: 5.0
  71. max-revive: 1
  72. hologramDisplay:
  73. enable: true
  74. formats:
  75. pressShift: '&7Shift to revive'
  76. reviving: '&7Reviving in &a<TIMER>s'
  77. lines:
  78. title: '&7- &6&lREVIVE &7-'
  79. line1: '&7Body of &f<PLAYER> &7(<TEAM_PLAYER>)'
  80. line2: '&7Time to dead &c<TIMER>s'
  81. line3: <REVIVE_FORMATS>
  82. commands:
  83. blocked-in-lobby: false
  84. blocked-in-game: true
  85. cmds-block-list:
  86. - fly
  87. - gamemode
  88. - gm
  89. - tp
  90. - tpa
  91. - tphere
  92. - kill
  93. - suicide
  94. - heal
  95. - feed
  96. game:
  97. strikeLightningOnDeath: true
  98. goldenHead:
  99. type: HEAD
  100. displayName: '&6&lGolden Head'
  101. effects:
  102. - REGENERATION:2:10
  103. - ABSORPTION:2:45
  104. - SPEED:1:10
  105. scatter-type: HORSE
  106. economy:
  107. enable: false
  108. values:
  109. perKill: 1
  110. perWin: 25
  111. MLG:
  112. perLevel: 10
  113. perComplete: 25
  114. levels:
  115. enable: true
  116. maxLevel: 300
  117. level-up:
  118. start-need-exp: 75
  119. mult-per-level: 1.2
  120. bonus:
  121. global-bonus:
  122. enable: false
  123. multiplier: 10
  124. private-bonus:
  125. ultra: 2
  126. hero: 3
  127. legend: 4
  128. titan: 5
  129. values:
  130. perKill: 2
  131. perWin: 10
  132. MLG:
  133. perLevel: 10
  134. perComplete: 25
  135. locations:
  136. main-lobby: ARENA,-16,86,22,24.45483,-175.89632
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement