Item Format Arg List

How to use this page?

Each arg we will give you a link with <version> arg. Which you need is replace the <version> to your server's Minecraft version, like 1.21.3, 1.20.4, 1.20.6. Please note that PaperAPI does not save each Minecraft version's Paper API, so you after open the link you are going to a strange site which not give you the information you need, don't worry, change the Minecraft version to another and try again.

Flag

https://jd.papermc.io/paper/<version>/org/bukkit/inventory/ItemFlag.html

Sound

https://jd.papermc.io/paper/<version>/org/bukkit/JukeboxSong.html

Item Ratity

https://jd.papermc.io/paper/<version>/org/bukkit/inventory/ItemRarity.html

Enchantments

After 1.20.5 version, we follow use Minecraft's vanilla enchantment ID instead of legacy one used in Spigot API, please go to Minecraft wiki site if you are using 1.20.5+ version.

https://jd.papermc.io/paper/<version>/org/bukkit/enchantments/Enchantment.html

Attribute ID

https://jd.papermc.io/paper/<version>/org/bukkit/attribute/Attribute.html

Slot

https://jd.papermc.io/paper/<version>/org/bukkit/inventory/EquipmentSlot.html
https://jd.papermc.io/paper/<version>/org/bukkit/block/banner/PatternType.html

Dye Color (includes Banner Pattern Color)

https://jd.papermc.io/paper/<version>/org/bukkit/DyeColor.html

Trim Material

https://jd.papermc.io/paper/<version>/org/bukkit/inventory/meta/trim/TrimMaterial.html

Trim Pattern

https://jd.papermc.io/paper/<version>/org/bukkit/inventory/meta/trim/TrimPattern.html

Damage Type Tag

https://jd.papermc.io/paper/<version>/org/bukkit/tag/DamageTypeTags.html

Entity Type

https://jd.papermc.io/paper/<version>/org/bukkit/entity/EntityType.html

Material / Entity Type Tag

https://jd.papermc.io/paper/<version>/org/bukkit/Tag.html

Potion Base Effect

After 1.20.5

WATER, MUNDANE, THICK, AWKWARD, NIGHT_VISION, LONG_NIGHT_VISION, INVISIBILITY, LONG_INVISIBILITY, LEAPING, LONG_LEAPING, STRONG_LEAPING, FIRE_RESISTANCE, LONG_FIRE_RESISTANCE, SWIFTNESS, LONG_SWIFTNESS, STRONG_SWIFTNESS, SLOWNESS, LONG_SLOWNESS, STRONG_SLOWNESS, WATER_BREATHING, LONG_WATER_BREATHING, HEALING, STRONG_HEALING, HARMING, STRONG_HARMING, POISON, LONG_POISON, STRONG_POISON, REGENERATION, LONG_REGENERATION, STRONG_REGENERATION, STRENGTH, LONG_STRENGTH, STRONG_STRENGTH, WEAKNESS, LONG_WEAKNESS, LUCK, TURTLE_MASTER, LONG_TURTLE_MASTER, STRONG_TURTLE_MASTER, SLOW_FALLING, LONG_SLOW_FALLING, WIND_CHARGED, WEAVING, OOZING, INFESTED.

Before 1.20.5

AWKWARD, FIRE_RESISTANCE, INSTANT_DAMAGE, INSTANT_HEAL, INVISIBILITY, JUMP, LUCK, MUNDANE, NIGHT_VISION, POISON, REGEN, SLOW_FALLING, SLOWNESS, SPEED, STRENGTH, THICK, TURTLE_MASTER, UNCRAFTABLE, WATER, WATER_BREATHING, WEAKNESS.

Music

https://jd.papermc.io/paper/<version>/org/bukkit/MusicInstrument.html

Last updated