Advertisement
taktie0304

Untitled

Apr 18th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 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. gate:
  33. seconds: 180
  34. readySeconds: 5
  35. 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']
  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. flat:
  46. seconds: 180
  47. readySeconds: 5
  48. 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']
  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. mario:
  59. seconds: 180
  60. readySeconds: 5
  61. 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']
  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. snow:
  72. seconds: 100
  73. readySeconds: 5
  74. 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']
  75. consoleCommandsOnEnd: ['ct removeall', 'clear @a', 'ksa disable']
  76. countdownOnStart: 5
  77. countdownOnEnd: 5
  78. restAlertSeconds: [10, 30]
  79. useTitle: true
  80. useExpBar: true
  81. endWithCTTeamDefeat: true
  82. nextConfig: 'end'
  83.  
  84. end:
  85. seconds: 10
  86. readySeconds: 0
  87. consoleCommandsOnEnd: ['tp @a 0 5 0', 'clear @a', 'effect @a clear']
  88. countdownOnStart: 0
  89. countdownOnEnd: 0
  90. useExpBar: true
  91.  
  92. ColorTeaming:
  93. seconds: 150
  94. readySeconds: 10
  95. commandsOnStart: ['say バトル開始!!']
  96. consoleCommandsOnStart: ['rc', 'cclass all knight', 'ctp all spawn']
  97. commandsOnEnd: ['say バトル終了!!']
  98. consoleCommandsOnEnd: ['clear @a', 'effect @a clear', 'cgive %winteam DIAMOND:5', 'ct removeall']
  99. countdownOnStart: 3
  100. countdownOnEnd: 5
  101. playSound: true
  102. useExpBar: true
  103. endWithCTTeamDefeat: true
  104. endWithCTLeaderDefeat: true
  105. endWithCTKillTrophy: true
  106. endWithTeamPointUnder: 0
  107. endWithTeamPointOver: 3000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement