Guest User

Untitled

a guest
Aug 7th, 2024
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. #
  2. # Item Configuration Options
  3. #
  4. # More information about Mythic item features can be found here:
  5. # https://git.mythiccraft.io/mythiccraft/MythicMobs/-/wikis/Items/Items
  6. #
  7. Configuration:
  8.  
  9. # ================================================================================
  10. # Item Updater
  11. # ================================================================================
  12. ItemUpdating:
  13. Enabled: true
  14.  
  15. # ================================================================================
  16. # Item Defaults - choose what item options default to
  17. # ================================================================================
  18. DefaultItemOptions:
  19. PreventEnchanting: false # Can be true or false
  20. PreventCrafting: modeled # Can be true, false, modeled, or default
  21. PreventAnviling: default # Can be true, false, modeled, or default
  22. PreventSmithing: default # Can be true, false, modeled, or default
  23.  
  24. # ================================================================================
  25. # Item Skills (requires Crucible)
  26. # ================================================================================
  27. ItemSkills:
  28. JoinDelay: 20 # Delay when joining before items are scanned
  29.  
  30. # ================================================================================
  31. # Item Stats (requires Crucible)
  32. # ================================================================================
  33. ItemStats:
  34. Rounding: 0 # Decimal places to round stats to when generated
  35. SaveRatios: false # Save generated stat ratios for the Item Updater
  36.  
  37. # ================================================================================
  38. # Custom Blocks (requires Crucible)
  39. # ================================================================================
  40. CustomBlocks:
  41. SwapIsPickBlock: true # Can be true or false
  42.  
  43. # ================================================================================
  44. # Custom Furniture (requires Crucible)
  45. # ================================================================================
  46. Furniture:
  47. DefaultType: DISPLAY # Can be DISPLAY, ARMOR_STAND or ITEM_FRAME
  48.  
Advertisement
Add Comment
Please, Sign In to add comment