Mystery Items

Mystery items are custom items created specifically for Round2 and Pyramid animations. These items appear in the animation if the crate's setting MysteryItems is set to true.

It's possibly to individually customize individual mystery items for Round2 and Pyramid animations.

Pyramid_Mystery_Item_Names and Round2_Mystery_Item_Names configurations are used to create a list of possible mystery item animations that will be picked out on random. Example:

Pyramid_Mystery_Item_Names:
  - "&c&lMystery Item"
  - "&d&lMystery Item"
  - "&5&lMystery Item"
  - "&0&lMystery Item"
  - "&0&lMystery Item"

Pyramid_Mystery_Items and Round2_Mystery_Items configurations are used to configure the mystery item type (material) (In this specific example the numeric value refers as damage) Example:

Round2_Mystery_Items:
  - "WOOL,0"
  - "WOOL,2"
  - "WOOL,4"
  - "WOOL,7"
  - "WOOL,8"

Last updated