Advertisement
taktie0304

Untitled

Apr 22nd, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. # ExpTimer v2.5.0
  2. # @author ucchy
  3. # @license LGPLv3
  4. # @copyright Copyright ucchy 2014
  5.  
  6. # デフォルトのタイマー設定です。defaultコンフィグは削除しないでください。
  7. default:
  8. seconds: 600
  9. readySeconds: 10
  10. commandsOnStart: []
  11. commandsOnMid: []
  12. commandsOnEnd: []
  13. consoleCommandsOnStart: []
  14. consoleCommandsOnMid: []
  15. consoleCommandsOnEnd: []
  16. countdownOnStart: 3
  17. countdownOnEnd: 5
  18. runCommandsOnMidSeconds: []
  19. restAlertSeconds: [60, 180, 300]
  20. playSound: true
  21. useExpBar: true
  22. useSideBar: false
  23. useBossBar: false
  24. useTitle: false
  25. endWithCTTeamDefeat: false
  26. endWithCTLeaderDefeat: false
  27. endWithCTKillTrophy: false
  28. endWithTeamPointUnder: -99999
  29. endWithTeamPointOver: 99999
  30. announceToOnlyTeamMembers: false
  31.  
  32. castle:
  33. seconds: 180
  34. readySeconds: 5
  35. consoleCommandsOnStart: ['rc', 'cspawn red -82 4 -47', 'cspawn blue -81 4 -112' ,'ctp all spawn', 'cclass all archer', 'spawnpoint @a -80 35 -81', 'ksa enable']
  36. consoleCommandsOnEnd: ['ct removeall', 'clear @a', 'ksa disable']
  37. countdownOnStart: 5
  38. countdownOnEnd: 5
  39. restAlertSeconds: [10, 30, 60, 120]
  40. useTitle: true
  41. useExpBar: true
  42. endWithCTTeamDefeat: true
  43. nextConfig: 'end'
  44.  
  45. gate:
  46. seconds: 180
  47. readySeconds: 5
  48. consoleCommandsOnStart: ['rc', 'cspawn red 25 15 63', 'cspawn blue -29 15 113' ,'ctp all spawn', 'cclass all archer', 'spawnpoint @a -2 32 88', 'ksa enable']
  49. consoleCommandsOnEnd: ['ct removeall', 'clear @a', 'ksa disable']
  50. countdownOnStart: 5
  51. countdownOnEnd: 5
  52. restAlertSeconds: [10, 30, 60, 120]
  53. useTitle: true
  54. useExpBar: true
  55. endWithCTTeamDefeat: true
  56. nextConfig: 'end'
  57.  
  58. flat:
  59. seconds: 180
  60. readySeconds: 5
  61. consoleCommandsOnStart: ['rc', 'cspawn red 50 18 33', 'cspawn blue 92 18 -18' ,'ctp all spawn', 'cclass all archer', 'spawnpoint @a 71 34 8', 'ksa enable']
  62. consoleCommandsOnEnd: ['ct removeall', 'clear @a', 'ksa disable']
  63. countdownOnStart: 5
  64. countdownOnEnd: 5
  65. restAlertSeconds: [10, 30, 60, 120]
  66. useTitle: true
  67. useExpBar: true
  68. endWithCTTeamDefeat: true
  69. nextConfig: 'end'
  70.  
  71. mario:
  72. seconds: 180
  73. readySeconds: 5
  74. consoleCommandsOnStart: ['rc', 'cspawn red 86 13 96', 'cspawn blue 44 13 59' ,'ctp all spawn', 'cclass all archer', 'spawnpoint @a 64 30 77', 'ksa enable']
  75. consoleCommandsOnEnd: ['ct removeall', 'clear @a', 'ksa disable']
  76. countdownOnStart: 5
  77. countdownOnEnd: 5
  78. restAlertSeconds: [10, 30, 60, 120]
  79. useTitle: true
  80. useExpBar: true
  81. endWithCTTeamDefeat: true
  82. nextConfig: 'end'
  83.  
  84. snow:
  85. seconds: 100
  86. readySeconds: 5
  87. consoleCommandsOnStart: ['rc', 'cspawn red 14 12 -64', 'cspawn blue -30 12 -98' ,'ctp all spawn', 'cclass all archer', 'spawnpoint @a -9 33 -82', 'ksa enable']
  88. consoleCommandsOnEnd: ['ct removeall', 'clear @a', 'ksa disable']
  89. countdownOnStart: 5
  90. countdownOnEnd: 5
  91. restAlertSeconds: [10, 30]
  92. useTitle: true
  93. useExpBar: true
  94. endWithCTTeamDefeat: true
  95. nextConfig: 'end'
  96.  
  97. end:
  98. seconds: 10
  99. readySeconds: 0
  100. consoleCommandsOnEnd: ['tp @a 0 5 0', 'gamemode 0 @a', 'clear @a', 'effect @a clear']
  101. countdownOnStart: 0
  102. countdownOnEnd: 0
  103. useExpBar: true
  104.  
  105. ColorTeaming:
  106. seconds: 150
  107. readySeconds: 10
  108. commandsOnStart: ['say バトル開始!!']
  109. consoleCommandsOnStart: ['rc', 'cclass all knight', 'ctp all spawn']
  110. commandsOnEnd: ['say バトル終了!!']
  111. consoleCommandsOnEnd: ['clear @a', 'effect @a clear', 'cgive %winteam DIAMOND:5', 'ct removeall']
  112. countdownOnStart: 3
  113. countdownOnEnd: 5
  114. playSound: true
  115. useExpBar: true
  116. endWithCTTeamDefeat: true
  117. endWithCTLeaderDefeat: true
  118. endWithCTKillTrophy: true
  119. endWithTeamPointUnder: 0
  120. endWithTeamPointOver: 3000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement