# References

## Material

These lists are for all the different block types. In all versions, you should use the name of the material, e.x. `stone`. In versions 1.9.4 -> 1.12.2, you may be required to use a "magic number" to give the material "more data." For example, granite in 1.13 is `granite`, but in 1.12, granite is `stone:1`.

Material names tend to change, especially after the 1.13 update. It is **crucial** to ensure you are using the correct materials list for your Minecraft server version. If you don't know which version you use, try the command `/version`.

* **`1.12.2`** -> <https://helpch.at/docs/1.12.2/org/bukkit/Material.html>
* **`1.13.2`** -> <https://helpch.at/docs/1.13.2/org/bukkit/Material.html>
* **`1.14.4`** -> <https://helpch.at/docs/1.14.4/org/bukkit/Material.html>
* **`1.15.2`** -> <https://helpch.at/docs/1.15.2/org/bukkit/Material.html>
* **`1.16.5`** -> <https://helpch.at/docs/1.16.5/org/bukkit/Material.html>
* **`1.17.1`** -> <https://helpch.at/docs/1.17.1/org/bukkit/Material.html>
* **`1.18.2`** -> <https://helpch.at/docs/1.18.2/org/bukkit/Material.html>
* **`1.19.3`** -> <https://helpch.at/docs/1.19.3/org/bukkit/Material.html>
* **`Latest`** -> <https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html>

## Sound

These lists are for all the different vanilla sounds. These lists do not include custom sounds, which you can add to resource packs. You can test these sounds using the `/minecraft:sound` command, but remember that the names on the list and the names in Minecraft don't always match up perfectly. When that happens, use the names of the sounds on the list in your configuration. Here is an interesting [Noteblock "note picker reference"](https://gaming.stackexchange.com/questions/372642/how-do-i-correlate-the-pitch-value-in-the-playsound-command-to-the-notes-played) for selecting your pitches.

* **`1.12.2`** -> <https://helpch.at/docs/1.12.2/org/bukkit/Sound.html>
* **`1.13.2`** -> <https://helpch.at/docs/1.13.2/org/bukkit/Sound.html>
* **`1.14.4`** -> <https://helpch.at/docs/1.14.4/org/bukkit/Sound.html>
* **`1.15.2`** -> <https://helpch.at/docs/1.15.2/org/bukkit/Sound.html>
* **`1.16.5`** -> <https://helpch.at/docs/1.16.5/org/bukkit/Sound.html>
* **`1.17.1`** -> <https://helpch.at/docs/1.17.1/org/bukkit/Sound.html>
* **`1.18.2`** -> <https://helpch.at/docs/1.18.2/org/bukkit/Sound.html>
* **`1.19.3`** -> <https://helpch.at/docs/1.19.3/org/bukkit/Sound.html>
* **`Latest`** -> <https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html>

## Particle

These lists are for all the different types of particles. You can test these particles using the `/minecraft:particle` command. Please note that the names in the command and the names on these lists don't always match up perfectly. When adding values into config, it is **crucial** that you use the particles that match with the following lists.

* **`1.12.2`** -> <https://helpch.at/docs/1.12.2/org/bukkit/Particle.html>
* **`1.13.2`** -> <https://helpch.at/docs/1.13.2/org/bukkit/Particle.html>
* **`1.14.4`** -> <https://helpch.at/docs/1.14.4/org/bukkit/Particle.html>
* **`1.15.2`** -> <https://helpch.at/docs/1.15.2/org/bukkit/Particle.html>
* **`1.16.5`** -> <https://helpch.at/docs/1.16.5/org/bukkit/Particle.html>
* **`1.17.1`** -> <https://helpch.at/docs/1.17.1/org/bukkit/Particle.html>
* **`1.18.2`** -> <https://helpch.at/docs/1.18.2/org/bukkit/Particle.html>
* **`1.19.3`** -> <https://helpch.at/docs/1.19.3/org/bukkit/Particle.html>
* **`Latest`** -> <https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html>

## EntityType

* **`1.12.2`** -> <https://helpch.at/docs/1.12.2/org/bukkit/entity/EntityType.html>
* **`1.13.2`** -> <https://helpch.at/docs/1.13.2/org/bukkit/entity/EntityType.html>
* **`1.14.4`** -> <https://helpch.at/docs/1.14.4/org/bukkit/entity/EntityType.html>
* **`1.15.2`** -> <https://helpch.at/docs/1.15.2/org/bukkit/entity/EntityType.html>
* **`1.16.5`** -> <https://helpch.at/docs/1.16.5/org/bukkit/entity/EntityType.html>
* **`1.17.1`** -> <https://helpch.at/docs/1.17.1/org/bukkit/entity/EntityType.html>
* **`1.18.2`** -> <https://helpch.at/docs/1.18.2/org/bukkit/entity/EntityType.html>
* **`1.19.3`** -> <https://helpch.at/docs/1.19.3/org/bukkit/entity/EntityType.html>
* **`Latest`** -> <https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html>

## PotionEffectType

* **`1.12.2`** -> <https://helpch.at/docs/1.12.2/org/bukkit/potion/PotionEffectType.html>
* **`1.13.2`** -> <https://helpch.at/docs/1.13.2/org/bukkit/potion/PotionEffectType.html>
* **`1.14.4`** -> <https://helpch.at/docs/1.14.4/org/bukkit/potion/PotionEffectType.html>
* **`1.15.2`** -> <https://helpch.at/docs/1.15.2/org/bukkit/potion/PotionEffectType.html>
* **`1.16.5`** -> <https://helpch.at/docs/1.16.5/org/bukkit/potion/PotionEffectType.html>
* **`1.17.1`** -> <https://helpch.at/docs/1.17.1/org/bukkit/potion/PotionEffectType.html>
* **`1.18.2`** -> <https://helpch.at/docs/1.18.2/org/bukkit/potion/PotionEffectType.html>
* **`1.19.3`** -> <https://helpch.at/docs/1.19.3/org/bukkit/potion/PotionEffectType.html>
* **`Latest`** -> <https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html>

## Enchantment

* **`1.12.2`** -> <https://helpch.at/docs/1.12.2/org/bukkit/enchantments/Enchantment.html>
* **`1.13.2`** -> <https://helpch.at/docs/1.13.2/org/bukkit/enchantments/Enchantment.html>
* **`1.14.4`** -> <https://helpch.at/docs/1.14.4/org/bukkit/enchantments/Enchantment.html>
* **`1.15.2`** -> <https://helpch.at/docs/1.15.2/org/bukkit/enchantments/Enchantment.html>
* **`1.16.5`** -> <https://helpch.at/docs/1.16.5/org/bukkit/enchantments/Enchantment.html>
* **`1.17.1`** -> <https://helpch.at/docs/1.17.1/org/bukkit/enchantments/Enchantment.html>
* **`1.18.2`** -> <https://helpch.at/docs/1.18.2/org/bukkit/enchantments/Enchantment.html>
* **`1.19.3`** -> <https://helpch.at/docs/1.19.3/org/bukkit/enchantments/Enchantment.html>
* **`Latest`** -> <https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html>

## Biome

* **`1.12.2`** -> <https://helpch.at/docs/1.12.2/org/bukkit/block/Biome.html>
* **`1.13.2`** -> <https://helpch.at/docs/1.13.2/org/bukkit/block/Biome.html>
* **`1.14.4`** -> <https://helpch.at/docs/1.14.4/org/bukkit/block/Biome.html>
* **`1.15.2`** -> <https://helpch.at/docs/1.15.2/org/bukkit/block/Biome.html>
* **`1.16.5`** -> <https://helpch.at/docs/1.16.5/org/bukkit/block/Biome.html>
* **`1.17.1`** -> <https://helpch.at/docs/1.17.1/org/bukkit/block/Biome.html>
* **`1.18.2`** -> <https://helpch.at/docs/1.18.2/org/bukkit/block/Biome.html>
* **`1.19.3`** -> <https://helpch.at/docs/1.19.3/org/bukkit/block/Biome.html>
* **`Latest`** -> <https://hub.spigotmc.org/javadocs/spigot/org/bukkit/block/Biome.html>
