Advertisement
Guest User

Untitled

a guest
May 27th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.01 KB | None | 0 0
  1. options:
  2.   options:
  3.     cancel_warmup_on_damage: true
  4.     cancel_warmup_on_move: true
  5.     cancel_warmup_on_sneak: false
  6.     cancel_warmup_on_sprint: false
  7.     cancel_warmup_on_gamemode_change: false
  8.     block_interact_during_warmup: false
  9.     clear_on_restart: true
  10.     clear_uses_on_death: false
  11.     clear_cooldowns_on_death: false
  12.     command_logging: false
  13.   units:
  14.     seconds: seconds
  15.     minutes: minutes
  16.     hours: hours
  17.   messages:
  18.     warmup_cancelled_by_damage: '&6Warm-ups have been cancelled due to receiving damage.&f'
  19.     warmup_cancelled_by_move: '&6Warm-ups have been cancelled due to moving.&f'
  20.     warmup_cancelled_by_sprint: '&6Warm-ups have been cancelled due to sprinting.&f'
  21.     warmup_cancelled_by_sneak: '&6Warm-ups have been cancelled due to sneaking.&f'
  22.     warmup_cancelled_by_gamemode_change: '&6Warm-ups have been cancelled due to changing
  23.      gamemode.&f'
  24.     cooling_down: '&6Wait&e &seconds& &unit&&6 before you can use command&e &command&
  25.      &6again.&f'
  26.     warming_up: '&6Wait&e &seconds& &unit&&6 before command&e &command& &6has warmed
  27.      up.&f'
  28.     warmup_already_started: '&6Warm-Up process for&e &command& &6has already started.&f'
  29.     paid_error: '&6An error has occured:&e %s'
  30.     paid_for_command: '&6Price of&e &command& &6was&e %s &6and you now have&e %s'
  31.     limit_achieved: '&6You cannot use this command anymore!&f'
  32.     limit_list: '&6Limit for command &e&command&&6 is &e&limit&&6. You can still use
  33.      it &e&times&&6 times.&f'
  34.     interact_blocked_during_warmup: '&6You can''t do this when command is warming-up!&f'
  35. commands:
  36.   cooldowns:
  37.     cooldown:
  38.       /enchanter enchant: 18000
  39.       /kit newbie: 604800
  40.       /kit member: 604800
  41.       /kit regular: 604800
  42.       /spawn: 0
  43.       /vanish: 40
  44.       /tr: 600
  45.       /heal: 60
  46.       /call: 40
  47.       /bring: 40
  48.     cooldown2:
  49.       /heal: 60
  50.       /vanish: 40
  51.       /tr: 600
  52.       /call: 40
  53.       /bring: 40
  54.     cooldown3:
  55.       /vanish: 40
  56.       /heal: 60
  57.       /repair: 600
  58.       /call: 40
  59.       /bring: 40
  60.     cooldown4:
  61.       /heal: 60
  62.       /vanish: 40
  63.       /tr: 600
  64.       /call: 40
  65.       /bring: 40
  66.     cooldown5:
  67.       /heal: 60
  68.       /tr: 600
  69.       /vanish: 40
  70.       /call: 40
  71.       /bring: 40
  72.   warmups:
  73.     /pvp: 50
  74.   prices:
  75.     price:
  76.       /enchanter enchant: 10000
  77.       /home: 0
  78.     price2:
  79.       /home: 0
  80.     price3:
  81.       /home: 0
  82.     price4:
  83.       /home: 0
  84.     price5:
  85.       /home: 0
  86.   limits:
  87.     limit:
  88.       /pl: 0
  89.       /ee: 1
  90.     limit2:
  91.       /example: 0
  92.     limit3:
  93.       /command: 0
  94.     limit4:
  95.       /command: 0
  96.     limit5:
  97.       /lol: 0
  98.   links:
  99.     link:
  100.       /lol: default
  101.       /home: default
  102.       /warp: default
  103.       /yourCommandHere: yourNameHere
  104.     linkGroups:
  105.       default:
  106.       - /home
  107.       - /lol
  108.       - /warp
  109.       yourNameHere:
  110.       - /yourCommandHere
  111.       - /someCommand
  112.       - /otherCommand
  113.   aliases:
  114.     /spawn: /warp spawn
  115.     /money: /econ
  116.     /balance: /econ
  117.     /tpa: /call
  118.     /pvp: /warp pvp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement