Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- debug-mode: false
- commands:
- tool:
- base-command: 'omni'
- aliases:
- - 'omnitool'
- permission: 'omni.tool'
- crystal:
- base-command: 'crystal'
- aliases:
- - 'omnicrystal'
- permission: 'omni.crystal'
- extractor:
- base-command: 'extractor'
- aliases:
- - 'omniextractor'
- permission: 'omni.extractor'
- reload:
- permission: 'omni.reload'
- tool:
- droppable: false
- unbreakable: true
- hideEnchants: false
- toggles:
- pickaxe: true
- shovel: true
- hoe: true
- axe: true
- sword: true
- shears: true
- name: '&9&lOmni Tool'
- lore:
- - ''
- - '&9&l** OMNI TOOL **'
- - '&7&oAn omni tool allows you to mine'
- - '&7&oany block at maximum efficiency.'
- crystal:
- enabled: true
- item:
- # Get a list of Materials from this link:
- # https://github.com/CryptoMorin/XSeries/blob/master/src/main/java/com/cryptomorin/xseries/XMaterial.java
- id: 'FLOWER_POT'
- name: '&9&lOmni Crystal &7(Apply)'
- glow: false
- lore: #When the chance of applying is 100%, it will use this lore.
- - ''
- - '&9&l** OMNI CRYSTAL **'
- - '&7&oDrag and drop onto any tool'
- - '&7&oto turn into an omni tool!'
- lore-chance: #If the chance of applying isn't 100%, it will use this lore. Placeholder: {chance}
- - ''
- - '&9&l** OMNI CRYSTAL **'
- - '&7&oDrag and drop onto any tool'
- - '&7&oto turn into an omni tool!'
- - '&9&o{chance}% &7&osuccess rate.'
- extractor:
- enabled: true
- item:
- # Get a list of Materials from this link:
- # https://github.com/CryptoMorin/XSeries/blob/master/src/main/java/com/cryptomorin/xseries/XMaterial.java
- id: 'NETHER_STAR'
- name: '&9&lOmni Extractor &7(Apply)'
- glow: false
- percentages:
- min: 75
- max: 100
- lore: # Placeholders: {min} for minimum percentage, {max} for maximum percentage.
- - ''
- - '&9&l** OMNI EXTRACTOR **'
- - '&7&oDrag and drop onto an OmniTool'
- - '&7&oto receive an OmniCrystal with'
- - '&f&o{min}-{max}% &7&osuccess!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement