Advertisement
Guest User

Untitled

a guest
Jan 24th, 2012
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.62 KB | None | 0 0
  1. check:
  2.     destination:
  3.         paranoid: true
  4. string:
  5.     lift: LIFT
  6.     down:
  7.         default: Going Down
  8.         lift: LIFT DOWN
  9.         format: Going to %s
  10.     up:
  11.         default: Going Up
  12.         lift: LIFT UP
  13.         format: Going to %s
  14.     normal:
  15.         open: '['
  16.         close: ']'
  17.     private:
  18.         open: '{'
  19.         close: '}'
  20.     message:
  21.         destroy:
  22.             denied: You don't have permission to destroy that sign lift
  23.         lift:
  24.             denied: You don't have permission to use this lift
  25.         create:
  26.             denied: You don't have permission to create that sign lift
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement