Advertisement
aspiriamc

Untitled

Dec 23rd, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.64 KB | None | 0 0
  1. test2:
  2.   expression: '"%vault_eco_balance%" >= "500" && "%statistic_minutes_played%" >= "60"
  3.     && "%javascript_walk_meter%" >= "1000" && "%mcmmo_level_mining%" >= "10" && "%mcmmo_level_woodcutting%"
  4.     >= "5" && "%mcmmo_level_excavation%" >= "10"'
  5.   type: boolean
  6.   true_result: '&eYes!'
  7.   false_result: '&eNo'
  8. mcmmo_test:
  9.   expression: '"%mcmmo_level_excavation%" >= "1" && "%mcmmo_level_mining%" >= "1" && "%mcmmo_level_woodcutting%" >= "1"'
  10.   type: boolean
  11.   true_result: 'yes %mcmmo_level_excavation% %mcmmo_level_woodcutting% %mcmmo_level_mining%'
  12.   false_result: 'no %mcmmo_level_excavation% %mcmmo_level_woodcutting% %mcmmo_level_mining%'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement