Advertisement
taktie0304

Untitled

Apr 14th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 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 14 12 -64', 'cspawn blue -30 12 -98' ,'ctp all spawn', 'cclass all archer', 'spawnpoint @a -9 33 -82']
  36. consoleCommandsOnEnd: ['say %winteam チームが勝利しました!', 'ct removeall']
  37. countdownOnStart: 5
  38. countdownOnEnd: 5
  39. restAlertSeconds: [10, 30]
  40. useTitle: true
  41. useExpBar: true
  42. endWithCTTeamDefeat: true
  43. nextConfig: 'end'
  44.  
  45. end:
  46. seconds: 10
  47. readySeconds: 0
  48. consoleCommandsOnEnd: ['tp @a 0 5 0', 'clear @a bow', 'clear @a arrow', 'effect @a clear']
  49. countdownOnStart: 0
  50. countdownOnEnd: 0
  51. useExpBar: true
  52.  
  53. ColorTeaming:
  54. seconds: 150
  55. readySeconds: 10
  56. commandsOnStart: ['say バトル開始!!']
  57. consoleCommandsOnStart: ['rc', 'cclass all knight', 'ctp all spawn']
  58. commandsOnEnd: ['say バトル終了!!']
  59. consoleCommandsOnEnd: ['clear @a', 'effect @a clear', 'cgive %winteam DIAMOND:5', 'ct removeall']
  60. countdownOnStart: 3
  61. countdownOnEnd: 5
  62. playSound: true
  63. useExpBar: true
  64. endWithCTTeamDefeat: true
  65. endWithCTLeaderDefeat: true
  66. endWithCTKillTrophy: true
  67. endWithTeamPointUnder: 0
  68. endWithTeamPointOver: 3000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement