Advertisement
Guest User

Untitled

a guest
Jan 25th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. options:
  2. options:
  3. warmups_enabled: true
  4. cooldowns_enabled: true
  5. prices_enabled: true
  6. item_cost_enabled: true
  7. limits_enabled: true
  8. auto_save_enabled_CAN_CAUSE_BIG_LAGS: false
  9. save_interval_in_minutes: 15
  10. cancel_warmup_on_damage: true
  11. cancel_warmup_on_move: true
  12. cancel_warmup_on_sneak: false
  13. cancel_warmup_on_sprint: true
  14. cancel_warmup_on_gamemode_change: false
  15. block_interact_during_warmup: false
  16. clear_on_restart: false
  17. clear_uses_on_death: false
  18. clear_cooldowns_on_death: false
  19. start_cooldowns_on_death: false
  20. command_logging: false
  21. command_signs: false
  22. units:
  23. seconds: seconds
  24. minutes: minutes
  25. hours: hours
  26. messages:
  27. warmup_cancelled_by_damage: '&6Warm-ups have been cancelled due to receiving damage.&f'
  28. warmup_cancelled_by_move: '&6Warm-ups have been cancelled due to moving.&f'
  29. warmup_cancelled_by_sprint: '&6Warm-ups have been cancelled due to sprinting.&f'
  30. warmup_cancelled_by_sneak: '&6Warm-ups have been cancelled due to sneaking.&f'
  31. warmup_cancelled_by_gamemode_change: '&6Warm-ups have been cancelled due to changing
  32. gamemode.&f'
  33. cooling_down: '&6Wait&e &seconds& &unit&&6 before you can use command&e &command&
  34. &6again.&f'
  35. warming_up: '&6Wait&e &seconds& &unit&&6 before command&e &command& &6has warmed
  36. up.&f'
  37. warmup_already_started: '&6Warm-Up process for&e &command& &6has already started.&f'
  38. paid_error: '&6An error has occured:&e %s'
  39. insufficient_funds: '&6You have insufficient funds!&e &command& &6costs &e%s &6but
  40. you only have &e%s'
  41. paid_for_command: '&6Price of&e &command& &6was&e %s &6and you now have&e %s'
  42. paid_items_for_command: '&6Price of&e &command& &6was &e%s'
  43. insufficient_items: '&6You have not enough items!&e &command& &6needs &e%s'
  44. limit_achieved: '&6You cannot use this command anymore!&f'
  45. limit_list: '&6Limit for command &e&command&&6 is &e&limit&&6. You can still use
  46. it &e&times&&6 times.&f'
  47. interact_blocked_during_warmup: '&6You can''t do this when command is warming-up!&f'
  48. cannot_create_sign: '&6You are not allowed to create this kind of signs!&f'
  49. cannot_use_sign: '&6You are not allowed to use this sign!&f'
  50. commands:
  51. groups:
  52. Member:
  53. /spawn:
  54. cooldown: 500
  55. /commandwithparameters *:
  56. cooldown: 5
  57. /anothercommand:
  58. cooldown: 2
  59. /yetanothercommand:
  60. warmup: 5
  61. price: 10.0
  62. limit: 5
  63. potion: WEAKNESS,3
  64. /test:
  65. message: You just used /test!
  66. itemcost: STONE,10
  67. '*':
  68. warmup: 1
  69. cooldown: 1
  70. price: 0.0
  71. limit: -1
  72. Vip:
  73. /antioch:
  74. cooldown: 1200
  75. warmup: 2
  76. vip:
  77. /antioch: 3,1200,0,0
  78. links:
  79. link:
  80. /lol: default
  81. /example: default
  82. /command: default
  83. /yourCommandHere: yourNameHere
  84. linkGroups:
  85. default:
  86. - /lol
  87. - /example
  88. yourNameHere:
  89. - /yourCommandHere
  90. - /someCommand
  91. - /otherCommand
  92. aliases:
  93. /newcommand: /originalcommand
  94. /new spawn command: /original spawn command
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement