Advertisement
Guest User

Untitled

a guest
May 6th, 2025
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.00 KB | None | 0 0
  1. debug-mode: false
  2. commands:
  3.   tool:
  4.     base-command: 'omni'
  5.     aliases:
  6.      - 'omnitool'
  7.     permission: 'omni.tool'
  8.   crystal:
  9.     base-command: 'crystal'
  10.     aliases:
  11.      - 'omnicrystal'
  12.     permission: 'omni.crystal'
  13.   extractor:
  14.     base-command: 'extractor'
  15.     aliases:
  16.      - 'omniextractor'
  17.     permission: 'omni.extractor'
  18.   reload:
  19.     permission: 'omni.reload'
  20.  
  21. tool:
  22.   droppable: false
  23.   unbreakable: true
  24.   hideEnchants: false
  25.   toggles:
  26.     pickaxe: true
  27.     shovel: true
  28.     hoe: true
  29.     axe: true
  30.     sword: true
  31.     shears: true
  32.   name: '&9&lOmni Tool'
  33.   lore:
  34.    - ''
  35.     - '&9&l** OMNI TOOL **'
  36.     - '&7&oAn omni tool allows you to mine'
  37.     - '&7&oany block at maximum efficiency.'
  38.  
  39. crystal:
  40.   enabled: true
  41.   item:
  42.    # Get a list of Materials from this link:
  43.     # https://github.com/CryptoMorin/XSeries/blob/master/src/main/java/com/cryptomorin/xseries/XMaterial.java
  44.     id: 'FLOWER_POT'
  45.   name: '&9&lOmni Crystal &7(Apply)'
  46.   glow: false
  47.   lore: #When the chance of applying is 100%, it will use this lore.
  48.     - ''
  49.     - '&9&l** OMNI CRYSTAL **'
  50.     - '&7&oDrag and drop onto any tool'
  51.     - '&7&oto turn into an omni tool!'
  52.   lore-chance: #If the chance of applying isn't 100%, it will use this lore. Placeholder: {chance}
  53.     - ''
  54.     - '&9&l** OMNI CRYSTAL **'
  55.     - '&7&oDrag and drop onto any tool'
  56.     - '&7&oto turn into an omni tool!'
  57.     - '&9&o{chance}% &7&osuccess rate.'
  58.  
  59. extractor:
  60.   enabled: true
  61.   item:
  62.    # Get a list of Materials from this link:
  63.     # https://github.com/CryptoMorin/XSeries/blob/master/src/main/java/com/cryptomorin/xseries/XMaterial.java
  64.     id: 'NETHER_STAR'
  65.   name: '&9&lOmni Extractor &7(Apply)'
  66.   glow: false
  67.   percentages:
  68.     min: 75
  69.     max: 100
  70.   lore: # Placeholders: {min} for minimum percentage, {max} for maximum percentage.
  71.     - ''
  72.     - '&9&l** OMNI EXTRACTOR **'
  73.     - '&7&oDrag and drop onto an OmniTool'
  74.     - '&7&oto receive an OmniCrystal with'
  75.     - '&f&o{min}-{max}% &7&osuccess!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement