Advertisement
aspiriamc

Untitled

Dec 23rd, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. mc1:
  2. expression: '"%mcmmo_level_excavation%" == "0" && "%mcmmo_level_mining%" == "0" && "%mcmmo_level_woodcutting%" >= "0"'
  3. type: boolean
  4. true_result: 'yes %mcmmo_level_excavation% %mcmmo_level_woodcutting% %mcmmo_level_mining%'
  5. false_result: 'no %mcmmo_level_excavation% %mcmmo_level_woodcutting% %mcmmo_level_mining%'
  6. mc2:
  7. expression: '"%mcmmo_level_excavation%" >= "2"'
  8. type: boolean
  9. true_result: 'yes %mcmmo_level_excavation% %mcmmo_level_woodcutting% %mcmmo_level_mining%'
  10. false_result: 'no %mcmmo_level_excavation% %mcmmo_level_woodcutting% %mcmmo_level_mining%'
  11. mc3:
  12. expression: '"%mcmmo_level_woodcutting%" >= "2"'
  13. type: boolean
  14. true_result: 'yes %mcmmo_level_excavation% %mcmmo_level_woodcutting% %mcmmo_level_mining%'
  15. false_result: 'no %mcmmo_level_excavation% %mcmmo_level_woodcutting% %mcmmo_level_mining%'
  16. mc4:
  17. expression: '"%mcmmo_level_mining%" >= "2"'
  18. type: boolean
  19. true_result: 'yes %mcmmo_level_excavation% %mcmmo_level_woodcutting% %mcmmo_level_mining%'
  20. false_result: 'no %mcmmo_level_excavation% %mcmmo_level_woodcutting% %mcmmo_level_mining%'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement