Advertisement
Guest User

config.yml

a guest
Dec 31st, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.40 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: false
  11.     cancel_warmup_on_move: false
  12.     cancel_warmup_on_sneak: false
  13.     cancel_warmup_on_sprint: false
  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.   cooldowns:
  52.     /spawn: 240
  53.     /home: 300
  54.     /f home: 300
  55.     /sethome: 600
  56.   warmups:
  57.     /home: 5
  58.     /spawn: 5
  59.     /f home: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement