NBT
NBT String - Premium
Require NBTAPI, download it here.
Require specifed NBT type must be STRING.
Use ;;
distinguish key value hierarchy.
The value after the last ;;
symbol represents the required NBT value.
match-item:
# Require this NBT value to be A.
nbt-string:
- 'PublicBukkitValues;;mythicchanger:apply_item_id;;A'
NBT Int/NBT Double/NBT Byte - Premium
Require NBTAPI, download it here.
Similar to NBT String, but should has comparison symbols.
Comparsion symbols support:
>=
<=
>
<
==
match-item:
nbt-double:
- 'PublicBukkitValues;;mythicchanger:test;;>=;;5'
Last updated