Advertisement
Wanderingpoet

XMAS Config

Dec 16th, 2020
560
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.13 KB | None | 0 0
  1. #
  2. # if true - plugin will summon chest with spent resources under tree
  3. core:
  4.   plugin-enabled: true
  5.   locale: en
  6.   tree-limit: 1
  7.   holiday-ends:
  8.     enabled: false
  9.     date: 04-01-2020 03-33-33
  10.     resource-back: false
  11.   update-speed: 7
  12.   particles-delay: 35
  13. xmas:
  14.   luck:
  15.     enabled: true
  16.     chance: 75
  17.   presents:
  18.  - CruXXx
  19.   - SeerPotion
  20.   - liamcreeps
  21.   - RiksRealm
  22.   gifts:
  23.  - DIAMOND
  24.   - EMERALD
  25.   - CAKE
  26.   - COOKIE
  27.   - DIAMOND_SWORD
  28.   - IRON_INGOT
  29.   - GOLD_INGOT
  30.   - SPONGE
  31.   - NAME_TAG
  32.   - GOLDEN_APPLE
  33.   - ENCHANTED_GOLDEN_APPLE
  34.   - PUMPKIN_PIE
  35.   - SHULKER_SHELL
  36.   - SLIME_BALL
  37.   - COAL
  38.   - BOOKSHELF
  39.   - RABBIT_STEW
  40.   - BAKED_POTATO
  41.   tree-lvl:
  42.     sapling:
  43.       gift-cooldown: -1
  44.       lvlup:
  45.         DIAMOND: 1
  46.         REDSTONE: 32
  47.         ENDER_PEARL: 16
  48.     small_tree:
  49.       gift-cooldown: 28800
  50.       lvlup:
  51.         DIAMOND: 3
  52.         GOLD_INGOT: 20
  53.         BLAZE_POWDER: 16
  54.         SNOWBALL: 64
  55.     tree:
  56.       gift-cooldown: 14400
  57.       lvlup:
  58.         DIAMOND: 5
  59.         EMERALD: 32
  60.         GOLD_BLOCK: 5
  61.         GLOWSTONE_DUST: 64
  62.     magic_tree:
  63.       gift-cooldown: 7200
  64.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement