Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.22 KB | None | 0 0
  1. commands:
  2.   groups:
  3.     default:
  4.       /weather *:
  5.         cooldown: 3600
  6.         itemcost: EMERALD,5
  7.       /sun:
  8.         cooldown: 3600
  9.         itemcost: EMERALD,5
  10.         warmup: 1
  11.       /storm:
  12.         cooldown: 3600
  13.         itemcost: EMERALD,5
  14.         warmup: 1
  15.       /sun *:
  16.         cooldown: 3600
  17.         itemcost: EMERALD,5
  18.       /storm *:
  19.         cooldown: 3600
  20.         itemcost: EMERALD,5
  21.       /time *:
  22.         cooldown: 7200
  23.         itemcost: EMERALD,10
  24.       /day:
  25.         cooldown: 7200
  26.         itemcost: EMERALD,10
  27.         warmup: 1
  28.       /night:
  29.         cooldown: 7200
  30.         itemcost: EMERALD,10
  31.         warmup: 1
  32.       /day *:
  33.         cooldown: 7200
  34.         itemcost: EMERALD,10
  35.       /night *:
  36.         cooldown: 7200
  37.         itemcost: EMERALD,10
  38.   links:
  39.     link:
  40.       /time *: time
  41.       /day: time
  42.       /night: time
  43.       /day *: time
  44.       /night *: time
  45.       /weather *: weather
  46.       /sun *: weather
  47.       /storm *: weather
  48.       /sun: weather
  49.       /storm: weather
  50.     linkGroups:
  51.       time:
  52.      - /time *
  53.       - /day
  54.       - /night
  55.       - /night *
  56.       - /day *
  57.       weather:
  58.      - /weather *
  59.       - /sun
  60.       - /sun *
  61.       - /storm
  62.       - /storm *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement