Advertisement
xeRicker

MysteryBoxes common-box.yml

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