Input
stringlengths
10
1.56k
Instruction
stringlengths
2
70
Output
stringlengths
2
1.79k
Represents the type of an attribute. Note that this type does not contain any numerical values.See attribute types for more info.
Attribute Type
luck, generic movement speed, horse jump strength, generic luck, generic max absorption, follow range, movement speed, max absorption, generic follow range, zombie spawn reinforcements, generic attack knockback, knockback resistance, attack knockback, generic armor toughness, generic attack speed, max health, flying speed, attack damage, generic attack damage, generic armor, generic flying speed, generic knockback resistance, armor, attack speed, armor toughness, generic max health
All possible biomes Minecraft uses to generate a world.
Biome
roofed forest, old growth pine taiga, mesa forest, the void, snowy taiga, hell, jagged peaks, spiked ice plains, crimson forest, stone shore, birch forest, cold taiga, cold beach, savanna, giant tree taiga, marsh, windswept forest, wooded badlands, sky, nether, void, cold ocean, giant spruce taiga, lush caves, deep lukewarm ocean, deep frozen ocean, small end islands, ice spikes, old growth birch forest, badlands, badlands forest, ocean, lukewarm ocean, ice plains spikes, gravelly mountains, frozen peaks, stony peaks, jungle, basalt deltas, snowy beach, frozen ocean, mountains, forest, wooded mesa, eroded mesa, the end, dripstone caves, swampland, end barrens, ice plains with spikes, windswept hills, sea, unknown, black forest, soul sand valley, deep dark, mesa, plains, eroded badlands, mushroom fields, windswept gravelly hills, mushroom island, wooded mountains, shattered savanna, sunflower plains, snowy plains, meadow, snowy slopes, flower forest, windswept savanna, nether wastes, stony shore, taiga, frozen river, warm ocean, custom, old growth spruce taiga, deep cold ocean, swamp, mangrove swamp, deep ocean, end highlands, end midlands, cherry grove, sparse jungle, dark forest, jungle edge, grove, snowy tundra, beach, bamboo jungle, savanna plateau, river, tall birch forest, warped forest, desert
A block in a world. It has a location and a type, and can also have a direction (mostly a facing), an inventory, or other special properties.
Block
Missing patterns.
Block data is the detailed information about a block, referred to in Minecraft as BlockStates, allowing for the manipulation of different aspects of the block, including shape, waterlogging, direction the block is facing, and so much more. Information regarding each block's optional data can be found on Minecraft's Wiki. Find the block you're looking for and scroll down to 'Block States'. Different states must be separated by a semicolon (see examples). The 'minecraft:' namespace is optional, as well as are underscores.
Block Data
Missing patterns.
A boolean is a value that is either true or false. Other accepted names are 'on' and 'yes' for true, and 'off' and 'no' for false.
Boolean
true/yes/on or false/no/off
Represents the race/type of a cat entity.
Cat Type
red, all black, british shorthair, ragdoll, white, jellie, siamese, black, tabby, calico, persian
A chunk is a cuboid of 16×16×128 (x×z×y) blocks. Chunks are spread on a fixed rectangular grid in their world.
Chunk
Missing patterns.
Click type, mostly for inventory events. Tells exactly which keys/buttons player pressed, assuming that default keybindings are used in client side.
Click Type
lmb, number key, mmb, rmb, drop item, drop key, window border using left mouse button, unknown, window border using right mouse, shift+rmb, unsupported, shift+lmb, ctrl+q, swap shield, left mouse button, left mouse with shift, left mouse, 0-9, double click, double click using mouse, border using rmb, right mouse button, right mouse button with shift, border using lmb, middle mouse, drop key with control, window border using right mouse button, swap offhand, custom, q, right mouse with shift, middle mouse button, drop stack, left mouse button with shift, right mouse, creative action
Wool, dye and chat colors.
Color
black, dark grey/dark gray, grey/light grey/gray/light gray/silver, white, blue/dark blue, cyan/aqua/dark cyan/dark aqua, light blue/light cyan/light aqua, green/dark green, light green/lime/lime green, yellow/light yellow, orange/gold/dark yellow, red/dark red, pink/light red, purple/dark purple, magenta/light purple, brown/indigo
A player or the console.
Command Sender
use the console for the console
The cause/type of a damage event, e.g. lava, fall, fire, drowning, explosion, poison, etc. Please note that support for this type is very rudimentary, e.g. lava, fire and burning, as well as projectile and attack are considered different types.
Damage Cause
sweep attack, thorns, the void, magma, a lightning, drowning, dragonfire, an attack, drown, an entity attack, melt, freeze, falling block, contact, fire, an entity explosion, lightning, a fall, entity explosion, void, a lightning strike, suffocation, suicide, wither effect, a plugin, lightning strike, entity attack, a potion, a wither, sweeping, melting, a falling block, unknown, starvation, lava, fall, hot floor, attack, a block explosion, dryout, burn, hitting wall while flying, potion, world border, flying into a wall, cramming, poison, sonic boom, suffocate, custom, kill, killed, a fire, burning, a projectile, plugin, wither potion effect, block explosion, projectile, wither, dragon's breath
A date is a certain point in the real world's time which can be obtained with now expression, unix date expression and date function. See time and timespan for the other time types of Skript.
Date
Missing patterns.
The difficulty of a world.
Difficulty
normal, medium, hard, easy, peaceful
A direction, e.g. north, east, behind, 5 south east, 1.3 meters to the right, etc. Locations and some blocks also have a direction, but without a length. Please note that directions have changed extensively in the betas and might not work perfectly. They can also not be used as command arguments.
Direction
see direction (expression)
An enchantment, e.g. 'sharpness' or 'fortune'. Unlike enchantment type this type has no level, but you usually don't need to use this type anyway.
Enchantment
Efficiency, Looting, Silk Touch, Quick Charge, Soul Speed, Flame, Fortune, Multishot, Aqua Affinity, Channeling, Loyalty, Curse of Binding, Punch, Projectile Protection, Power, Sharpness, Frost Walker, Fire Protection, Impaling, Luck of The Sea, Riptide, Protection, Mending, Respiration, Piercing, Swift Sneak, Feather Falling, Unbreaking, Smite, Lure, Fire Aspect, Knockback, Depth Strider, Sweeping Edge, Infinity, Curse of Vanishing, Bane of Arthropods, Blast Protection, Thorns
The enchantmentoffer in an enchant prepare event.
Enchantment Offer
Missing patterns.
An enchantment with an optional level, e.g. 'sharpness 2' or 'fortune'.
Enchantment Type
<enchantment> [<level>]
An entity is something in a world that's not a block, e.g. a player, a skeleton, or a zombie, but also projectiles like arrows, fireballs or thrown potions, or special entities like dropped items, falling blocks or paintings.
Entity
player, op, wolf, tamed ocelot, powered creeper, zombie, unsaddled pig, fireball, arrow, dropped item, item frame, etc.
The type of an entity, e.g. player, wolf, powered creeper, etc.
Entity Type
Detailed usage will be added eventually
An entity type with an amount, e.g. '2 zombies'. I might remove this type in the future and make a more general 'type' type, i.e. a type that has a number and a type.
Entity Type with Amount
<number> <entity type>
Experience points. Please note that Bukkit only allows to give XP, but not remove XP from players. You can however change a player's level and level progress freely.
Experience
[<number>] ([e]xp|experience [point[s]])
A configuration of effects that defines the firework when exploded which can be used in the launch firework effect. See the firework effect expression for detailed patterns.
Firework Effect
See Firework Types
The type of a fireworkeffect.
Firework Type
small, ball, star shaped, large, star, creeper face, small ball, large ball, burst, ball large, creeper
The game modes survival, creative, adventure and spectator.
Game Mode
adventure, survival, spectator, creative
A gamerule
Gamerule
tntExplosionDropDecay, globalSoundEvents, enderPearlsVanishOnDeath, doFireTick, maxCommandChainLength, doVinesSpread, disableElytraMovementCheck, lavaSourceConversion, commandBlockOutput, forgiveDeadPlayers, playersNetherPortalCreativeDelay, doMobSpawning, maxEntityCramming, universalAnger, playersSleepingPercentage, snowAccumulationHeight, doImmediateRespawn, blockExplosionDropDecay, naturalRegeneration, doMobLoot, fallDamage, doEntityDrops, randomTickSpeed, playersNetherPortalDefaultDelay, spawnRadius, freezeDamage, sendCommandFeedback, doWardenSpawning, fireDamage, reducedDebugInfo, waterSourceConversion, projectilesCanBreakBlocks, announceAdvancements, drowningDamage, disableRaids, doWeatherCycle, mobExplosionDropDecay, doDaylightCycle, showDeathMessages, doTileDrops, doInsomnia, keepInventory, doLimitedCrafting, mobGriefing, doTraderSpawning, commandModificationBlockLimit, logAdminCommands, spectatorsGenerateChunks, doPatrolSpawning, maxCommandForkCount
A wrapper for the value of a gamerule for a world.
Gamerule Value
Missing patterns.
Represents a Panda's main or hidden gene. See genetics for more info.
Gene
normal, lazy, happy, worried, worrisome, aggressive, brown, brownish, savage, playful, wild, weak
The heal reason in a heal event.
Heal Reason
an ender crystal, magic, a magic regeneration, magic regeneration, fed, sated, a magic regen, regen potion, a wither spawn, peaceful, unknown, a regeneration potion, consuming, a wither effect, peaceful regeneration, wither summoning, healing potion, wither potion, an end crystal, satiated, regeneration potion, potion, satisfied, ingesting, withered, custom, a wither spawning, end crystal, eating, wither spawning, a wither summoning, wither effect, a plugin, a regen potion, plugin, withering, a potion, wither spawn, a healing potion, ender crystal, magic regen, wither, peaceful regen
An inventory of a player or block. Inventories have many effects and conditions regarding the items contained. An inventory has a fixed amount of slots which represent a specific place in the inventory, e.g. the helmet slot for players (Please note that slot support is still very limited but will be improved eventually).
Inventory
Missing patterns.
What player just did in inventory event. Note that when in creative game mode, most actions do not work correctly.
Inventory Action
drop stack from slot, swap items with hotbar, swap cursor stack, pickup single item, pickup some, drop all from cursor, move to other inventory, drop cursor stack, pickup all, swap with hotbar, nothing, drop all from slot, swap cursor, drop cursor, pickup all items, drop slot item, place all, drop cursor item, drop slot stack, drop single item from slot, swap with cursor, place some, pickup one item, drop single item from cursor, collect items to cursor, unknown, clone stack, drop stack from cursor, drop one item from slot, drop one item from cursor, unsupported, do nothing, drop one from cursor, pickup half, drop items from slot, swap stack with cursor, place all items, collect to cursor, pickup some items, drop slot, drop items from cursor, hotbar move and readd, shift move, custom, pickup single, place one item, hotbar swap items, drop one from slot, place some items, place one, pickup half stack, instant move, hotbar swap
The inventory close reason in an inventory close event.
Inventory Close Reasons
disconnect, death, teleport, cannot use, new opened, unknown, can't use, unloaded, disconnected, plugin, can not use, open new, player
Minecraft has several different inventory types with their own use cases.
Inventory Type
barrel inventory, a loom inventory, a blast furnace inventory, workbench inventory, ender chest inventory, loom inventory, a workbench inventory, hopper inventory, a merchant inventory, a hopper inventory, chiseled bookshelf, an ender chest inventory, new smithing table, bookshelf, a jukebox, beacon inventory, shulker box inventory, a barrel inventory, a shulker box inventory, lectern inventory, chest inventory, a villager inventory, a smoker inventory, a brewing stand inventory, a smithing inventory, grindstone inventory, a crafter inventory, a crafting table inventory, a player inventory, decorated pot, furnace inventory, a creative inventory, blast furnace inventory, upgrade gear, a composter inventory, an enchanting table inventory, jukebox, a dropper inventory, a cartography table inventory, a upgrade gear, smoker inventory, composter inventory, a chest inventory, upgrade gear table, a upgrade gear table, dispenser inventory, player inventory, stonecutter inventory, a stonecutter inventory, a decorated pot, a lectern inventory, merchant inventory, cartography table inventory, a chiseled bookshelf, a new smithing table, a furnace inventory, anvil inventory, a dispenser inventory, a grindstone inventory, smithing inventory, dropper inventory, brewing stand inventory, villager inventory, enchanting table inventory, a beacon inventory, a bookshelf, crafter inventory, creative inventory, crafting table inventory, an anvil inventory
An item, e.g. a stack of torches, a furnace, or a wooden sword of sharpness 2. Unlike item type an item can only represent exactly one item (e.g. an upside-down cobblestone stair facing west), while an item type can represent a whole range of items (e.g. any cobble stone stairs regardless of direction). You don't usually need this type except when you want to make a command that only accepts an exact item. Please note that currently 'material' is exactly the same as 'item', i.e. can have an amount & enchantments.
Item
[<number> [of]] <alias> [of <enchantment> <level>], Where <alias> must be an alias that represents exactly one item (i.e cannot be a general alias like 'sword' or 'plant')
An item type is an alias, e.g. 'a pickaxe', 'all plants', etc., and can result in different items when added to an inventory, and unlike items they are well suited for checking whether an inventory contains a certain item or whether a certain item is of a certain type. An item type can also have one or more enchantments with or without a specific level defined, and can optionally start with 'all' or 'every' to make this item type represent all types that the alias represents, including data ranges.
Item Type
[<number> [of]] [all/every] <alias> [of <enchantment> [<level>] [,/and <more enchantments...>]]
A living entity, i.e. a mob or player, not inanimate entities like projectiles or dropped items.
Living Entity
see entity, but ignore inanimate objects
A location in a world. Locations are world-specific and even store a direction, e.g. if you save a location and later teleport to it you will face the exact same direction you did when you saved the location.
Location
Missing patterns.
Something that can hold metadata (e.g. an entity or block)
Metadata Holder
Missing patterns.
A certain amount of money. Please note that this differs from numbers as it includes a currency symbol or name, but usually the two are interchangeable, e.g. you can both add 100$ to the player's balance and add 100 to the player's balance.
Money
<number> $ or $ <number>, where '$' is your server's currency, e.g. '10 rupees' or '£5.00'
Represents the phase of a moon.
Moon Phase
last quarter, waning crescent, waxing gibbous, full moon, waning gibbous, waxing crescent, new moon, first quarter
A number, e.g. 2.5, 3, or -9812454. Please note that many expressions only need integers, i.e. will discard any fractional parts of any numbers without producing an error.
Number
[-]###[.###] (any amount of digits; very large numbers will be truncated though)
The supertype of all types, meaning that if %object% is used in e.g. a condition it will accept all kinds of expressions.
Object
Missing patterns.
A player that is possibly offline. See player for more information. Please note that while all effects and conditions that require a player can be used with an offline player as well, they will not work if the player is not actually online.
Offline Player
Parsing an offline player as a player (online) will return nothing (none), for that case you would need to parse as offlineplayer which only returns nothing (none) if player doesn't exist in Minecraft databases (name not taken) otherwise it will return the player regardless of their online status.
A player. Depending on whether a player is online or offline several actions can be performed with them, though you won't get any errors when using effects that only work if the player is online (e.g. changing their inventory) on an offline player. You have two possibilities to use players as command arguments: <player> and <offline player>. The first requires that the player is online and also accepts only part of the name, while the latter doesn't require that the player is online, but the player's name has to be entered exactly.
Player
Parsing an offline player as a player (online) will return nothing (none), for that case you would need to parse as offlineplayer which only returns nothing (none) if player doesn't exist in Minecraft databases (name not taken) otherwise it will return the player regardless of their online status.
A potion effect, including the potion effect type, tier and duration.
Potion Effect
speed of tier 1 for 10 seconds
A potion effect type, e.g. 'strength' or 'swiftness'.
Potion Effect Type
null, speed, slowness, haste, mining fatigue, strength, instant health, instant damage, jump boost, nausea, regeneration, resistance, fire resistance, water breathing, invisibility, blindness, night vision, hunger, weakness, poison, wither, health boost, absorption, saturation, glowing, levitation, luck, bad luck, slow falling, conduit power, dolphins grace, bad omen, hero of the village, darkness
A projectile, e.g. an arrow, snowball or thrown potion.
Projectile
arrow, fireball, snowball, thrown potion, etc.
Represents a quit reason from a player quit server event.
Quit Reason
disconnected, erroneous state, kicked, quit, timed out, erroneous
A region of a regions plugin. Skript currently supports WorldGuard, Factions, GriefPrevention and PreciousStones. Please note that some regions plugins do not have named regions, some use numerical ids to identify regions, and some may have regions with the same name in different worlds, thus using regions like "region name" in scripts may or may not work.
Region
"region name"
The state in a resource pack request response event.
Resource Pack State
discarded, refused, rejected, failed reload, accepted, failed, failed to reload, failed to download, downloaded, successfully loaded, accept, fail, successfully load, refuse, declined, successfully install, success, reject, decline, successfully installed, download fail, invalid url
A server icon that was loaded using the load server icon effect.
Server Icon
Missing patterns.
Represents a single slot of an inventory. Notable slots are the armour slots and furnace slots. The most important property that distinguishes a slot from an item is its ability to be changed, e.g. it can be set, deleted, enchanted, etc. (Some item expressions can be changed as well, e.g. items stored in variables. For that matter: slots are never saved to variables, only the items they represent at the time when the variable is set). Please note that tool can be regarded a slot, but it can actually change it's position, i.e. doesn't represent always the same slot.
Slot
Missing patterns.
The category of a sound, they are used for sound options of Minecraft. See the play sound and stop sound effects.
Sound Category
hostile creatures category, speech category, records category, friendly creature category, noteblock category, hostile creature category, note block category, voice category, ambient category, noteblocks category, note blocks category, weather category, block category, friendly mob category, jukebox category, hostile mob category, master category, master volume category, hostile category, record category, blocks category, environment category, jukeboxes category, player category, players category, hostile mobs category, friendly mobs category, music category, friendly creatures category, neutral category
The spawn reason in a spawn event.
Spawn Reason
dispense egg, egg, village defense, ocelot baby, silverfish trap, village invading, trap, dispensing egg, shoulder, drowned, metamorphosis, lightning, silverfish reveal, spell, built iron golem, natural, village invasion, frozen, mount, build wither, built wither, iron golem defense, ender pearl, creature spawner, reinforcements, build snowman, build iron golem, breeding, raid, infection, customized, spawn egg, jockey, beehive, default, golem defense, patrol, slime split, infected, sheared, mob spawner, nether portal, shear, perching, custom, built snowman, chunk generation, breed, command, duplication, explosion, spawner, cured, customised, piglin zombification
The teleport cause in a teleport event.
Teleport Cause
bed exit, nether portal, ender gateway, exiting bed, chorus fruit, ender portal, command, unknown, plugin, dismounted, ender pearl, spectator, spectate, end gateway, chorus, exit bed, gateway, dismount, end portal
Text is simply text, i.e. a sequence of characters, which can optionally contain expressions which will be replaced with a meaningful representation (e.g. %player% will be replaced with the player's name). Because scripts are also text, you have to put text into double quotes to tell Skript which part of the line is an effect/expression and which part is the text. Please read the article on Texts and Variable Names to learn more.
Text
simple: "..."
A time is a point in a minecraft day's time (i.e. ranges from 0:00 to 23:59), which can vary per world. See date and timespan for the other time types of Skript.
Time
##:##
A period of time between two times. Mostly useful since you can use this to test for whether it's day, night, dusk or dawn in a specific world. This type might be removed in the future as you can use 'time of world is between x and y' as a replacement.
Timeperiod
##:## - ##:##
A timespan is a difference of two different dates or times, e.g '10 minutes'. Timespans are always displayed as real life time, but can be defined as minecraft time, e.g. '5 minecraft days and 12 hours'. NOTE: Months always have the value of 30 days, and years of 365 days. See date and time for the other time types of Skript.
Timespan
<number> [minecraft/mc/real/rl/irl] ticks/seconds/minutes/hours/days/weeks/months/years [[,/and] <more...>]
Represents a transform reason of an entity transform event.
Transform Reason
infection, magma slime split, villager infection, tadpole metamorphosis, drowning, creeper super charge, unknown, split, tadpole converting, metamorphosis, skeleton converting to stray, lightning, slime split, entity drowning, slime splitting, zombie drowning, zombie curing, skeleton freeze, entity freezing, zombie converting to drowned, curing, entity freeze, skeleton freezing, mooshroom shear, zombie cure, tadpole converting to frog, mooshroom shearing, magma slime splitting, piglin zombification
A tree type represents a tree species or a huge mushroom species. These can be generated in a world with the generate tree effect.
Tree Type
[any] <general tree/mushroom type>, e.g. tree/any jungle tree/etc.
Represents a type, e.g. number, object, item type, location, block, world, entity type, etc. This is mostly used for expressions like 'event-<type>', '<type>-argument', 'loop-<type>', etc., e.g. event-world, number-argument and loop-player.
Type
See the type name patterns of all types - including this one
Vector is a collection of numbers. In Minecraft, 3D vectors are used to express velocities of entities.
Vector
vector(x, y, z)
A visible effect, e.g. particles.
Visual Effect
smoke, potion break, ender signal, mobspawner flames, arrow particles, jumping rabbit, hurt, wolf smoke, wolf hearts, wolf shaking, sheep eating, iron golem offering rose, villager hearts, angry villager entity, happy villager entity, witch magic, zombie turning to a villager, firework explosion, love hearts, squid rotation reset, entity poof, guardian target, block with shield, shield break, armor stand hit, hurt by thorns, iron golem sheathing rose, resurrection by totem, hurt by drowning, hurt by explosion, explosion, large explosion, huge explosion, firework's spark, water bubble, water splash, water wake, suspended, void fog, critical hit, magical critical hit, smoke particle, large smoke, spell, spell, potion swirl, transparent potion swirl, witch spell, water drip, lava drip, angry villager, happy villager, small smoke, note, portal, flying glyph, flame, lava pop, cloud, coloured dust, snowball break, snow shovel, slime, heart, item crack, block break, block dust, water drop, mob appearance, dragon breath, end rod, damage indicator, sweep attack, falling dust, totem, spit, squid ink, bubble pop, current down, bubble column up, nautilus, dolphin, sneeze, campfire cosy smoke, campfire signal smoke, composter, flash, falling lava, landing lava, falling water, dripping honey, falling honey, landing honey, falling nectar, soul fire flame, ash, crimson spore, warped spore, soul, dripping obsidian tear, falling obsidian tear, landing obsidian tear, reverse portal, white ash, falling spore blossom, spore blossom air, small flame, snowflake, dripping dripstone lava, falling dripstone lava, dripping dripstone water, falling dripstone water, glow squid ink, glow, wax on, wax off, electric spark, scrape, sonic boom, sculk soul, sculk charge, sculk charge pop, shriek
The weather types sunny, rainy, and thundering.
Weather Type
clear/sun/sunny, rain/rainy/raining, and thunder/thundering/thunderstorm
One of the server's worlds. Worlds can be put into scripts by surrounding their name with double quotes, e.g. "world_nether", but this might not work reliably as text uses the same syntax.
World
"world_name", e.g. "world"
Represents the environment of a world.
World Environment
normal, nether, the end, the overworld, custom, the nether, end, overworld
Checks if the given string is alphanumeric.
Alphanumeric
%texts% (is|are) alphanumeric
Tests whether a player is allowed to build at a certain location. This condition requires a supported regions plugin to be installed.
Can Build
%players% (can|(is|are) allowed to) build %directions% %locations%
Whether a player is allowed to fly.
Can Fly
%players% can fly
Tests whether a player or a chest can hold the given item.
Can Hold
%inventories% (can hold|ha(s|ve) [enough] space (for|to hold)) %item types%
Whether living entities are able to pick up items off the ground or not.
Can Pick Up Items
%living entities% can pick([ ]up items| items up)
Checks whether the given players can see another players.
Can See
%players% (is|are) [in]visible for %players%
A condition that randomly succeeds or fails. Valid values are between 0% and 100%, or if the percent sign is omitted between 0 and 1.
Chance
chance of %number%[(\%)]
A very general condition, it simply compares two values. Usually you can only compare for equality (e.g. block is/isn't of <type>), but some values can also be compared using greater than/less than. In that case you can also test for whether an object is between two others. Note: This is the only element where not all patterns are shown. It has actually another two sets of similar patters, but with (was|were) or will be instead of (is|are) respectively, which check different time states of the first expression.
Comparison
[(neither)] %objects% ((is|are)[(n't| not| neither)] ((greater|more|higher|bigger|larger) than|above)|>) %objects%
Checks whether an inventory contains an item, a text contains another piece of text, or a list (e.g. {list variable::*} or 'drops') contains another object.
Contains
%inventories% (has|have) %item types% [in [(the[ir]|his|her|its)] inventory]
Tests what kind of damage caused a damage event. Refer to the Damage Cause type for a list of all possible causes.
Damage Cause
[the] damage (was|is|has)[n('|o)t] [been] (caused|done|made) by %damage cause%
Checks whether or not respawn anchors work in a world.
Do Respawn Anchors Work
respawn anchors [do[(n't| not)]] work in %worlds%
Whether the egg will hatch in a Player Egg Throw event.
Egg Will Hatch
[the] egg (will|will not|won't) hatch
Checks whether entities are sheared. This condition only works on cows, sheep and snowmen for versions below 1.19.4.
Entity Is Sheared
%living entities% (is|are) (sheared|shorn)
Checks whether an entity is wet or not (in water, rain or a bubble column).
Entity is Wet
%entities% (is|are) wet
Checks whether an entity is in rain, lava, water or a bubble column.
Entity is in Liquid
%entities% (is|are) in (water|lava|[a] bubble[ ]column|rain)
Checks whether or not the event is cancelled.
Event Cancelled
[the] event is cancel[l]ed
Checks whether a given expression or variable is set.
Exists/Is Set
%~objects% (exist[s]|(is|are) set)
Checks whether an entity has AI.
Has AI
%living entities% (has|have) (ai|artificial intelligence)
Checks whether the given players have a custom client weather
Has Client Weather
%players% (has|have) [a] (client|custom) weather [set]
Check if an item has a custom model data tag
Has Custom Model Data
%item types% (has|have) [custom] model data
Checks whether a sign (either a block or an item) has glowing text
Has Glowing Text
%blocks/item types% (has|have) glowing text
Check whether a cooldown is active on the specified material for a specific player.
Has Item Cooldown
%players% (has|have) [([an] item|a)] cooldown (on|for) %item types%
Checks whether living entities have an unobstructed line of sight to other entities or locations.
Has Line of Sight
%living entities% (has|have) [a] [direct] line of sight to %entities/locations%
Checks whether a metadata holder has a metadata tag.
Has Metadata
%metadata holders% (has|have) metadata [(value|tag)[s]] %texts%
Test whether a player has a certain permission.
Has Permission
%command senders% (has|have) [the] permission[s] %texts%
Checks whether a player has played on this server before. You can also use on first join if you want to make triggers for new players.
Has Played Before
%offline players% [(has|have|did)] [already] play[ed] [on (this|the) server] (before|already)
Checks whether the given living entities have specific potion effects.
Has Potion
%living entities% (has|have) potion[s] [effect[s]] %potions%
Checks whether the given players have a server resource pack loaded. Please note that this can't detect player's own resource pack, only the resource pack that sent by the server.
Has Resource Pack
%players% (has|have) [a] resource pack [(loaded|installed)]
Checks whether the given entities has the given scoreboard tags.
Has Scoreboard Tag
%entities% (has|have) [the] score[ ]board tag[s] %texts%
Checks if a creeper is going to explode.
Ignition Process
[creeper[s]] %living entities% ((is|are)|(isn't|is not|aren't|are not)) going to explode
Checks whether an entity is alive. Works for non-living entities too.
Is Alive
%entities% (is|are) (alive|dead)
Checks whether a player or IP is banned.
Is Banned
%offline players/texts% (is|are) banned
Checks what the respawn location of a player in the respawn event is.
Is Bed/Anchor Spawn
[the] respawn location (was|is)[(n'| no)t] [a] (bed|respawn anchor)
Checks whether an item is a block.
Is Block
%item types% (is|are) ([a] block|blocks)
README.md exists but content is empty. Use the Edit dataset card button to edit it.
Downloads last month
5
Edit dataset card