taktie0304

Untitled

Apr 16th, 2019
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 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. start:
  33. seconds: 100
  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 20 88', 'ksa enable']
  36. consoleCommandsOnEnd: ['ct removeall', 'clear @a', 'ksa disable']
  37. countdownOnStart: 5
  38. countdownOnEnd: 5
  39. restAlertSeconds: [10, 30]
  40. useTitle: true
  41. useExpBar: true
  42. endWithCTTeamDefeat: true
  43. nextConfig: 'end'
  44.  
  45. start1:
  46. seconds: 180
  47. readySeconds: 5
  48. 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']
  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. end:
  59. seconds: 10
  60. readySeconds: 0
  61. consoleCommandsOnEnd: ['tp @a 0 5 0', 'clear @a', 'effect @a clear']
  62. countdownOnStart: 0
  63. countdownOnEnd: 0
  64. useExpBar: true
  65.  
  66. ColorTeaming:
  67. seconds: 150
  68. readySeconds: 10
  69. commandsOnStart: ['say バトル開始!!']
  70. consoleCommandsOnStart: ['rc', 'cclass all knight', 'ctp all spawn']
  71. commandsOnEnd: ['say バトル終了!!']
  72. consoleCommandsOnEnd: ['clear @a', 'effect @a clear', 'cgive %winteam DIAMOND:5', 'ct removeall']
  73. countdownOnStart: 3
  74. countdownOnEnd: 5
  75. playSound: true
  76. useExpBar: true
  77. endWithCTTeamDefeat: true
  78. endWithCTLeaderDefeat: true
  79. endWithCTKillTrophy: true
  80. endWithTeamPointUnder: 0
  81. endWithTeamPointOver: 3000
Add Comment
Please, Sign In to add comment