Advertisement
taktie0304

Untitled

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