If you would like to check for certain conditions regarding other plugins, you can find examples of those conditions below. These conditions are used in the same way as other conditions, and you can visit the Conditions page to learn more about them.
Requires the NBT API plugin to be installed to use. These conditions take an NBT path and compare the value at that path with a specified value. To access an array in an NBT path, put [n]
at the end of the path value where n
is the array index. An example of how to use this to check a player head texture can be seen in the first row of the table below. Valid operators include one of the following: !=
, <=
, >=
, =
, <
, >
, ^
(contains).
Condition
Description
Example
nbt-block
Allows checking the NBT of a placed tile entity.
nbt-block:SkullOwner.Properties.textures[0].Value^mY4ZTFmOTQzZWQ5ZDUxYmUwM2IwNyJ9fX0
nbt-entity
Allows checking the NBT of a looted entity.
nbt-entity:LeftHanded=1
nbt-item
Allows checking the NBT of the tool used for looting.
nbt-item:MyCustomNBTValue>=5
nbt-looter
Allows checking the NBT of the looting entity.
nbt-looter:XpTotal<100
Custom Items Plugin Compatibility
Plugin
Condition
Example
CustomItems /ItemBridge
itembridge-type
itembridge-type:cui:emeraldHoe
itembridge-inventory-contains
itembridge-inventory-contains:emeraldHoe,1
ItemsXL
itemsxl-type
itemsxl-type:your_item
itemsxl-inventory-contains
itemsxl-inventory-contains:your_item,3
ItemsAdder
itemsadder-type
itemsadder-type:ruby_ore
itemsadder-inventory-contains
itemsadder-inventory-contains:ruby_ore,3
MythicMobs
mythicmobs-item-type
mythicmobs-item-type:SkeletonKingSword
mythicmobs-inventory-contains
mythicmobs-inventory-contains:SkeletonKingSword,1
MMOItems
mmoitems-type
mmoitems-type:BOW:MARKING_BOW
mmoitems-inventory-contains
mmoitems-inventory-contains:BOW:MARKING_BOW,1
Knokko's CustomItems
knokkocustomitems-type
knokkocustomitems-type:your_item
knokkocustomitems-inventory-contains
knokkocustomitems-inventory-contains:your_item,3
Oraxen
oraxen-type
oraxen-type:bedrock_pickaxe
oraxen-inventory-contains
oraxen-inventory-contains:bedrock_pickaxe,1
ExecutableItems
executableitems-type
executableitems-type:world_teleporter
executableitems-inventory-contains
executablkeitems-inventory-contains:world_teleporter,1
EcoItems
ecoitems-type
ecoitems-type:ecoitems:enchanted_ender_eye
ecoitems-inventory-contains
ecoitems-inventory-contains:enchanted_ender_eye,3
SlimeFun
slimefun-type
slimefun-type:fortune_cookie
slimefun-inventory-contains
slimefun-inventory-contains:fortune_cookie,3
Nexo
nexo-type
nexo-type:sapphire_pickaxe
nexo-inventory-contains
nexo-inventory-contains:sapphire_pickaxe,1
Natural Block Detection Plugins
Plugin
Condition
Description
BlockTracker
blocktracker-natural-block
The recommended way of checking for natural blocks
CoreProtect
coreprotect-natural-block
Not recommended, can make database queries on the main thread and cause lag spikes
Custom Blocks Plugin Compatibility
Plugin
Condition
Example
ItemsAdder
itemsadder-block
itemsadder-block:ruby_ore
Oraxen
oraxen-block
oraxen-block:autumn_leaves
Nexo
nexo-block
nexo-block:sapphire_ore
Custom Biome Plugin Compatibility
If you are using a custom biomes plugin, the regular biome
condition will not work. You can use the special custom biome conditions below instead.
Plugin
Condition
Example
Terra
terra-biome
terra-biome:autumnal_forest
Other Plugin Compatibility Values
Plugin
Condition
Description
Types
Values
Example
RoseStacker
rosestacker-stacked-entity
Allows checking if an entity is stacked.
ENTITY
None
rosestacker-stacked-entity
rosestacker-primary-entity
Allows checking if an entity is the one at the top of a stack.
ENTITY
None
rosestacker-primary-entity
MythicMobs
mythicmobs-type
Allows checking for a MythicMob type. You will need to set PreventOtherDrops: false
for the MythicMob type to get the RoseLoot drops to appear properly. You can prevent the drops by setting overwrite-existing: items
in the loot table.
ENTITY
A MythicMob type
mythicmobs-type:SkeletonKing
mythicmobs-entity
Allows checking if an entity is a MythicMobs entity.
ENTITY
None
mythicmobs-entity
EcoMobs
ecomobs-type
Allows checking for an EcoMobs type.
ENTITY
An EcoMobs type
ecomobs-type:steel_golem
EcoBosses
ecobosses-type
Allows checking for an EcoBosses type.
ENTITY
An EcoBosses type
ecobosses-type:steel_golem
RealisticSeasons
realisticseasons-season
Allows checking if it's a current season in the looted world.
ANY
A season type
realisticseasons-season:winter
realisticseasons-event
Allows checking if an event is active in the looted world.
ANY
An event type
realisticseasons-event:easter