Advertisement
Guest User

WishingWells config.yml

a guest
Oct 25th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.62 KB | None | 0 0
  1. #Delay between wishes in seconds
  2. Delay: 10800
  3.  
  4. Accepted:
  5. #- <itemnumber>
  6. - GOLD_INGOT
  7. - GOLD_NUGGET
  8.  
  9. Returned:
  10. #  Name is a test variable, so we need to comment them out
  11. #  name:
  12. #    - <itemnumber> <amount> <meta>
  13.   Apple:
  14.    - ENCHANTED_GOLDEN_APPLE 1
  15.   Books:
  16.    - BOOK 64
  17.   BowCrossfire:
  18.    - BOW 1  flame:1 infinity:1 looting:3 mending:1 punch:2 unbreaking:3 name:&eCrossfire
  19.   Carrot:
  20.    - GOLDEN_CARROT 8
  21.   Diamonds:
  22.    - DIAMOND 64
  23.   EggBlaze:
  24.    - BLAZE_SPAWN_EGG 1
  25.   EggCaveSpider:
  26.    - CAVE_SPIDER_SPAWN_EGG 1
  27.   EggCreeper:
  28.    - CREEPER_SPAWN_EGG 1
  29.   EggMagma:
  30.    - MAGMA_CUBE_SPAWN_EGG 1
  31.   EggSlime:
  32.    - SLIME_SPAWN_EGG 1
  33.   EggWitch:
  34.    - WITCH_SPAWN_EGG 1
  35.   EggMooshroom:
  36.    - MOOSHROOM_SPAWN_EGG 1
  37.   EggParrot:
  38.    - PARROT_SPAWN_EGG 1
  39.   EggVillager:
  40.    - VILLAGER_SPAWN_EGG 1
  41.   EnchantingPotion:
  42.    - EXPERIENCE_BOTTLE 64
  43.   EnchantFlame:
  44.    - ENCHANTED_BOOK 1 flame:1
  45.   EnchantInfinity:
  46.    - ENCHANTED_BOOK 1 infinity:1
  47.   EnchantSilkTouch:
  48.    - ENCHANTED_BOOK 1 silk_touch:1
  49.   Glider:
  50.    - ELYTRA 1 mending:1 unbreaking:3 name:&aElytra
  51.   Glowstone:
  52.    - GLOWSTONE 64
  53.   GreatRod:
  54.    - FISHING_ROD 1 luck_of_the_sea:3 lure:3 mending:1 unbreaking:3 name:&9GreatRod
  55.   Hoppers:
  56.    - HOPPER 64
  57.   Lapis:
  58.    - LAPIS_BLOCK 64
  59.   Melon:
  60.    - GLISTERING_MELON_SLICE 8
  61.   Prismarine:
  62.    - PRISMARINE_SHARD 64
  63.     - PRISMARINE_CRYSTALS 64
  64.   Totem:
  65.    - TOTEM_OF_UNDYING 1
  66.   UltimateGreatAxe:
  67.    - DIAMOND_AXE 1 bane_of_arthropods:5 fire_aspect:2 knockback:2 looting:3 mending:1 sharpness:5 smite:5 unbreaking:3 name:&aPerfectGreatAxe
  68.   UltimateSword:
  69.    - DIAMOND_SWORD 1 bane_of_arthropods:5 fire_aspect:2 knockback:2 looting:3 mending:1 sharpness:5 smite:5 sweeping:3 unbreaking:3 name:&aPerfectGreatsword
  70.  
  71. ReturnedChance:
  72. #  Name is a test variable, so we need to comment them out
  73. #  name: 0
  74.   Apple: 0.5
  75.   Books: 15
  76.   BowCrossfire: 1
  77.   Carrot: 1.5
  78.   Diamonds: 5
  79.   EggBlaze: 3
  80.   EggCaveSpider: 3
  81.   EggCreeper: 3
  82.   EggMagma: 3
  83.   EggSlime: 3
  84.   EggWitch: 3
  85.   EggMooshroom: 3
  86.   EggParrot: 3
  87.   EggVillager: 3
  88.   EnchantingPotion: 1
  89.   EnchantFlame: 1
  90.   EnchantInfinity: 1
  91.   EnchantSilkTouch: 1
  92.   Glider: 0.5
  93.   Glowstone: 12
  94.   GreatRod: 2
  95.   Hoppers: 12
  96.   Lapis: 7
  97.   Melon: 1.5
  98.   Prismarine: 12
  99.   Totem: 1
  100.   UltimateGreatAxe: 0.5
  101.   UltimateSword: 0.5
  102.  
  103. CongratsMessage: '&aYour wish came true!'
  104.  
  105. TooBadMessage: '&4Maybe you just didn''t wish hard enough?'
  106.  
  107. ItemNotAccepted: '&4Who would make a wish on %othat?'
  108.  
  109. Delay message: '&fYou can only make a wish once every 3 hours. You still have to wait %s seconds.'
  110.  
  111. auto-update: true
  112.  
  113. ChanceOfNoReward: 0.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement