Guest User

Untitled

a guest
May 19th, 2020
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. # changed default 'Fix held items' to true, due to bug
  2. # added Apply_on_global_check, 'Message on cancel hold'
  3. # 'Downgrade in anvil' replaced 'downgrade repairs'
  4. # 2.7: added 'Max Enchants Allowed'
  5.  
  6. Message on cancel: false
  7. Message on limit: false
  8. Message on disallowed: false
  9. Message on cancel hold: false
  10. Message on restore XP: false
  11. Limit Multiples: false
  12. Stop pickup: false
  13. Restore levels: true
  14. Stop repairs: false
  15. Fix spawned items: false
  16. Infinite anvils: false
  17. Fix held items: true
  18. Downgrade in anvil: false
  19. Max Enchants Allowed: false
  20.  
  21. Apply_on_global_check:
  22. anvil: false
  23. table: false
  24. restrictive: true
  25. Disallowed enchants:
  26. ALL_AXES:
  27. SHARPNESS: 1
  28. SHARPNESS: 2
  29. SHARPNESS: 3
  30. SHARPNESS: 4
  31. SHARPNESS: 5
  32.  
  33. Disallowed table enchants:
  34. ALL_AXES:
  35. SHARPNESS: 1
  36. SHARPNESS: 2
  37. SHARPNESS: 3
  38. SHARPNESS: 4
  39. SHARPNESS: 5
Add Comment
Please, Sign In to add comment