xeRicker

MysteryBoxes crafted-epic-box.yml

Mar 29th, 2020
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 6.06 KB | None | 0 0
  1. box-settings:
  2.     box-enabled: true
  3.     box-name: "&9Crafted Epic Mystery Box"
  4.     box-description:
  5.    - ""
  6.     - "&7Crafted Mystery Boxes store the most"
  7.     - "&7exclusive items. Craft them in the"
  8.     - "&7crafting menu."
  9.     - ""
  10.     - "&7Chance to obtain:"
  11.     - "§r✧ &2Medium Experience Pack &8(50%)"
  12.     - "§r✧ &2Big Experience Pack Pack &8(50%)"
  13.     - ""
  14.     - "&7Guaranteed to obtain:"
  15.     - "&r✧ &2Small Experience Pack &8(100%)"
  16.     - ""
  17.     - "&7Rarity: &e✬✬✬"
  18.     - "&7Available: &b{BOX_AVAILABLE} Mystery Boxes"
  19.  
  20. icon-settings:
  21.    icon-name: "{CLICK_INFO} &8- &9Crafted Epic Mystery Box"
  22.    icon-lore:
  23.    - "{BOX_DESCRIPTION}"
  24.  
  25.    icon-type: ENDER_CHEST
  26.    icon-amount: 1
  27.    icon-data: 0
  28.    icon-glow: false
  29.  
  30.    custom-head: false
  31.    custom-head-value: ""
  32.  
  33.    click-info-click-to-open: "&eCLICK TO OPEN"
  34.    click-info-unavailable: "&cUNAVAILABLE"
  35.    click-info-no-permission: "&cNO PERMISSION"
  36.    click-info-not-enough-boxes: "&cNOT ENOUGH BOXES"
  37.    click-info-no-boxes: "&cNO BOXES"
  38.    click-info-busy-opening: "&cBUSY OPENING"
  39.    click-info-busy-vault: "&cBUSY VAULT"
  40.  
  41. opening-settings:
  42.    can-be-open: true
  43.    required-permission: "mysteryboxes.open.epic-box"
  44.    no-permission-message: "&dMysteryBoxes&8> &cYou need a proper permission to open this Mystery Box!"
  45.  
  46. crafting-settings:
  47.    can-be-craft: true
  48.    required-dust: 150
  49.    crafting-exclusive: true
  50.    required-permission: "mysteryboxes.craft.epic-box"
  51.    no-permission-message: "&dMysteryBoxes&8> &cYou need a proper permission to craft this Mystery Box!"
  52.    no-dust-message: "&dMysteryBoxes&8> &cYou don't have enough Mystery Dust to craft this Mystery Box!"
  53.  
  54. animation-settings:
  55.    first-state-box-name: "&9Crafted Epic Mystery Box"
  56.    first-state-box-type: ENDER_CHEST
  57.    first-state-box-data: 0
  58.  
  59.    first-state-box-player-head: false
  60.    first-state-box-player-head-owner: ""
  61.  
  62.    first-state-box-custom-head: false
  63.    first-state-box-custom-head-value: ""
  64.  
  65. particle-settings:
  66.    spiral-particles:
  67.    - "FIREWORKS_SPARK;1;0;0;0;0"
  68.    explosion-particles:
  69.    - "LAVA;5;1;0;0;0"
  70.    - "FLAME;50;0.5;0;0;0"
  71.    - "SMOKE_NORMAL;50;0.35;0;0;0"
  72.    box-particles:
  73.    - "CRIT_MAGIC;2;0;0.25;0.25;0.25"
  74.  
  75. loot-reveal-settings:
  76.    box-lightning:
  77.        enabled: false
  78.    player-lightning:
  79.        enabled: false
  80.    item-confetti:
  81.        enabled: true
  82.        confetti-duration: 2
  83.        stay-duration: 3
  84.        item-type: GREEN_CONCRETE
  85.        item-data: 0
  86.        item-glow: false
  87.    text-hologram:
  88.        enabled: true
  89.        height-offset: 10
  90.        particle-text: "EPIC"
  91.        particle-type: END_ROD
  92.  
  93. loot-settings:
  94.    mediumexperiencepack:
  95.        loot-settings:
  96.            loot-name: "&2Medium Experience Pack"
  97.            loot-chance: 50.0
  98.        animation-settings:
  99.            second-state-box-top-name: "&7Crafted Epic Mystery Box"
  100.            second-state-box-bottom-name: "&rYour Loot: &2Medium Experience Pack"
  101.            second-state-box-type: GREEN_CONCRETE
  102.            second-state-box-data: 0
  103.  
  104.            second-state-box-player-head: false
  105.            second-state-box-player-head-owner: ""
  106.  
  107.            second-state-box-custom-head: false
  108.            second-state-box-custom-head-value: ""
  109.        sound-settings:
  110.            enabled: true
  111.            sounds:
  112.            - ENTITY_PLAYER_LEVELUP;1.0;1.0
  113.            - ENTITY_VILLAGER_YES;1.0;1.0
  114.        firework-settings:
  115.            enabled: true
  116.            fireworks:
  117.            - BALL;false;false;0;WHITE;PURPLE
  118.        message-settings:
  119.            enabled: true
  120.            messages:
  121.            - "&d-----------------------------------------------------"
  122.            - "&d| &rYou have opened the &b&lMystery Box"
  123.            - "&d| &7Your loot: &2Medium Experience Pack &8(+100 Experience)"
  124.            - "&d| &7Guaranteed loot: &2Small Experience Pack &8(+50 Experience)"
  125.            - "&d-----------------------------------------------------"
  126.        broadcast-settings:
  127.            enabled: true
  128.            broadcast-to-player: false
  129.            broadcasts:
  130.            - "&dMysteryBoxes&8> &a{PLAYER} &rhas found &2Medium Experience Pack&r!"
  131.        command-settings:
  132.            enabled: true
  133.            execute-as-player: false
  134.            commands:
  135.            - "xp add {PLAYER} 100"
  136.            - "xp add {PLAYER} 50"
  137.    bigexperiencepack:
  138.        loot-settings:
  139.            loot-name: "&2Big Experience Pack"
  140.            loot-chance: 50.0
  141.        animation-settings:
  142.            second-state-box-top-name: "&7Crafted Epic Mystery Box"
  143.            second-state-box-bottom-name: "&rYour Loot: &2Big Experience Pack"
  144.            second-state-box-type: PURPLE_CONCRETE
  145.            second-state-box-data: 0
  146.  
  147.            second-state-box-player-head: false
  148.            second-state-box-player-head-owner: ""
  149.  
  150.            second-state-box-custom-head: false
  151.            second-state-box-custom-head-value: ""
  152.        sound-settings:
  153.            enabled: true
  154.            sounds:
  155.            - ENTITY_PLAYER_LEVELUP;1.0;1.0
  156.            - ENTITY_VILLAGER_YES;1.0;1.0
  157.        firework-settings:
  158.            enabled: true
  159.            fireworks:
  160.            - BALL;false;false;0;WHITE;PURPLE
  161.        message-settings:
  162.            enabled: true
  163.            messages:
  164.            - "&d-----------------------------------------------------"
  165.            - "&d| &rYou have opened the &b&lMystery Box"
  166.            - "&d| &7Your loot: &2Big Experience Pack &8(+150 Experience)"
  167.            - "&d| &7Guaranteed loot: &2Small Experience Pack &8(+50 Experience)"
  168.            - "&d-----------------------------------------------------"
  169.        broadcast-settings:
  170.            enabled: true
  171.            broadcast-to-player: false
  172.            broadcasts:
  173.            - "&dMysteryBoxes&8> &a{PLAYER} &rhas found &2Big Experience Pack&r!"
  174.        command-settings:
  175.            enabled: true
  176.            execute-as-player: false
  177.            commands:
  178.            - "xp add {PLAYER} 150"
  179.            - "xp add {PLAYER} 50"
Add Comment
Please, Sign In to add comment