Advertisement
Guest User

supplies.yml

a guest
Jul 22nd, 2017
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.40 KB | None | 0 0
  1. #/-----------------------/
  2. #\   Supplies Settings   \
  3. #/-----------------------/
  4. Settings:
  5.   MagicDust:
  6.     Enabled: true
  7.     Material: GLOWSTONE_DUST
  8.     Display: '&eMagic Dust - %s'
  9.     Lore:
  10.    - '&8&m-----------------'
  11.     - '&f> &7Type: &fMagic Dust'
  12.     - '&f> &7Level: &f%level%'
  13.     - '&8&m-----------------'
  14.     - '&7Increase the success rate by &e%value%%&7.'
  15.     - ''
  16.     - '&7[&e&l*&7] &ePlace on item to upgrade!'
  17.     MaxLevel: 30
  18.     Values:
  19.       Random: false
  20.       RandomRange: '1:3'
  21.       Default: 1
  22.       PerLevel: 0.75
  23.     Drops:
  24.       Chance: 0.05
  25.       Worlds:
  26.      - world
  27.       - world_nether
  28.       - world_the_end
  29.       PreventFrom:
  30.         EGG: true
  31.         DISPENSE_EGG: true
  32.         SPAWNER: true
  33.         SPAWNER_EGG: true
  34.         SLIME_SPLIT: true
  35.       EntityTypes:
  36.      - ALL
  37.   AbyssGem:
  38.     Enabled: true
  39.     Material: SULPHUR
  40.     Display: '&9Abyss Gem - I'
  41.     Lore:
  42.    - '&8&m-----------------'
  43.     - '&f> &7Type: &fAbyss Gem'
  44.     - '&8&m-----------------'
  45.     - '&7Remove the soulbound/bind from the item.'
  46.     - ''
  47.     - '&7[&9&l*&7] &9Place on item to unbind!'
  48.     Drops:
  49.       Chance: 0.05
  50.       Worlds:
  51.      - world
  52.       - world_nether
  53.       - world_the_end
  54.       PreventFrom:
  55.         EGG: true
  56.         DISPENSE_EGG: true
  57.         SPAWNER: true
  58.         SPAWNER_EGG: true
  59.         SLIME_SPLIT: true
  60.       EntityTypes:
  61.      - ALL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement