{"codeblocks":[{"name":"PLAYER ACTION","identifier":"player_action","item":{"material":"COBBLESTONE","name":"Player Action","deprecatedNote":[],"description":["Used to do something related to","a player or multiple players."],"example":["» Send a message to a player","» Damage or heal a player","» Clear a player's inventory"],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"name":"IF PLAYER","identifier":"if_player","item":{"material":"OAK_PLANKS","name":"If Player","deprecatedNote":[],"description":["Used to execute the code inside it","if a certain condition related to a","player is met."],"example":["» Check if a player is swimming","» Check if a player has an item","» Check a player's username"],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"name":"START PROCESS","identifier":"start_process","item":{"material":"EMERALD_ORE","name":"Start Process","deprecatedNote":[],"description":["Used to start processes declared by","a Process block.","Waits inside the Process will not","stop this code line, unlike Functions."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"name":"CALL FUNCTION","identifier":"call_func","item":{"material":"LAPIS_ORE","name":"Call Function","deprecatedNote":[],"description":["Used to call functions declared by","a Function block.","Code will not continue past this block","until the Function completes/returns."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"name":"CONTROL","identifier":"control","item":{"material":"COAL_BLOCK","name":"Control","deprecatedNote":[],"description":["Used to control the execution of","some or all code blocks after it."],"example":["» Pause the code sequence","for a certain duration","» Stop the code sequence","» Skip a repeat iteration"],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"name":"SET VARIABLE","identifier":"set_var","item":{"material":"IRON_BLOCK","name":"Set Variable","deprecatedNote":[],"description":["Used to set the value of a variable."],"example":["» Set a variable to a sum of numbers","» Remove all instances of a certain","string from a string variable","» Set a variable to a random value"],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"name":"ENTITY EVENT","identifier":"entity_event","item":{"material":"GOLD_BLOCK","name":"Entity Event","deprecatedNote":[],"description":["Used to execute code when an entity","does something or when something","happens to an entity."],"example":["» Detect when a mob takes damage","» Detect when a projectile kills a mob","» Detect when a mob kills another mob"],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"name":"PLAYER EVENT","identifier":"event","item":{"material":"DIAMOND_BLOCK","name":"Player Event","deprecatedNote":[],"description":["Used to execute code when something","is done by (or happens to) a player."],"example":["» Detect when a player joins the plot","» Detect when a player right clicks","» Detect when a player dies"],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"name":"FUNCTION","identifier":"func","item":{"material":"LAPIS_BLOCK","name":"Function","deprecatedNote":[],"description":["Used to define a line of code that can be","called with a Call Function block."],"example":[],"worksWith":[],"additionalInfo":[["Set the function name by right clicking","the code block sign with a string."],["Set the name color, icon, and lore of the","function by putting an item in the chest."],["Put parameter items to specify the","parameters of the function."],["Functions can also be used for continuing","lines of code that are out of space."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"name":"IF ENTITY","identifier":"if_entity","item":{"material":"BRICKS","name":"If Entity","deprecatedNote":[],"description":["Used to execute the code inside it","if a certain condition related to an","entity or multiple entities is met."],"example":["» Check if an entity is a projectile","» Check if an entity is a certain type","of mob","» Check the name of an entity"],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"name":"ENTITY ACTION","identifier":"entity_action","item":{"material":"MOSSY_COBBLESTONE","name":"Entity Action","deprecatedNote":[],"description":["Used to do something related to","an entity or multiple entities."],"example":["» Set the age or size of a mob","» Give a mob a potion effect","» Delete an entity from the plot"],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"name":"IF VARIABLE","identifier":"if_var","item":{"material":"OBSIDIAN","name":"If Variable","deprecatedNote":[],"description":["Used to execute the code inside it","if a certain condition related to the","value of a variable is met."],"example":["» Check if a number variable is less","than or equal to another number","» Check if a string variable contains","a certain string","» Check if a variable is equal","to something"],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"name":"SELECT OBJECT","identifier":"select_obj","item":{"material":"PURPUR_BLOCK","name":"Select Object","deprecatedNote":[],"description":["Used to change the selection on the","current line of code, which will affect","the targets of most code blocks."],"example":["» Select all players on the plot","» Select a player with a certain username","» Select all players on the plot that meet","a certain condition"],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"name":"GAME ACTION","identifier":"game_action","item":{"material":"NETHERRACK","name":"Game Action","deprecatedNote":[],"description":["Used to do something related to","the plot and everyone playing it."],"example":["» Spawn a mob or other entity","» Change a block or block region"],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"name":"ELSE","identifier":"else","item":{"material":"END_STONE","name":"Else","deprecatedNote":[],"description":["Used to execute the code inside it","if the condition directly before it","was not met. Else must be placed directly","after any If block's closing bracket."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"name":"PROCESS","identifier":"process","item":{"material":"EMERALD_BLOCK","name":"Process","deprecatedNote":[],"description":["Used to execute code when the process","is started using a Start Process block."],"example":[],"worksWith":[],"additionalInfo":[["Set the process name by right clicking","the code block sign with a string."],["Set the name color, icon, and lore of the","process by putting an item in the chest."],["Processes are not a replacement for","Functions. Processes are much more CPU","intensive than functions, and should only","be used when needed."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"name":"REPEAT","identifier":"repeat","item":{"material":"PRISMARINE","name":"Repeat","deprecatedNote":[],"description":["Used to repeat the code inside it."],"example":["» Repeat code forever","» Repeat code a certain number","of times","» Repeat code until a certain","condition is met"],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"name":"IF GAME","identifier":"if_game","item":{"material":"RED_NETHER_BRICKS","name":"If Game","deprecatedNote":[],"description":["Used to execute the code inside","it if a certain condition related","to the plot is met."],"example":["» Check if a container has all of","a certain set of items","» Check if a sign's text contains","a certain text","» Check if a block at a certain","location is a certain block"],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}}],"actions":[{"name":"CloseInv","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"STRUCTURE_VOID","name":"Player Close Inventory Event","deprecatedNote":[],"description":["Executes code when a","player closes an inventory."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":false,"cancelledAutomatically":false}},{"name":"StartFly","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"ELYTRA","name":"Player Start Flight Event","deprecatedNote":[],"description":["Executes code when a","player starts flying."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"BreakBlock","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"COBBLESTONE","name":"Player Break Block Event","deprecatedNote":[],"description":["Executes code when a","player breaks a block."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"StartSprint","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"GOLDEN_BOOTS","name":"Player Start Sprint Event","deprecatedNote":[],"description":["Executes code when a","player starts sprinting."],"example":[],"worksWith":[],"additionalInfo":[["Cancelling this event will","only result in the sprint","particles being hidden."],["Client side particles are","not hidden!"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"MobKillPlayer","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"BONE","name":"Mob Kill Player Event","deprecatedNote":[],"description":["Executes code when","a mob kills a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"Teleport","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"ENDER_PEARL","name":"Player Teleport Event","deprecatedNote":[],"description":["Executes code when","a player is teleported."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"ShootBow","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"BOW","name":"Player Shoot Bow Event","deprecatedNote":[],"description":["Executes code when a player","fires an arrow with a bow."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"StopFly","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"ELYTRA","name":"Player Stop Flight Event","deprecatedNote":[],"description":["Executes code when a","player stops flying."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"TameEntity","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"BONE","name":"Player Tame Mob Event","deprecatedNote":[],"description":["Executes code when a player","tames a mob."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"LeftClick","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"IRON_PICKAXE","name":"Player Left Click Event","deprecatedNote":[],"description":["Executes code when a player","left clicks."],"example":[],"worksWith":[],"additionalInfo":[["Does not execute on left","clicks where a player deals","damage."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"PlayerTakeDmg","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"DEAD_BUSH","name":"Player Take Damage Event","deprecatedNote":[],"description":["Executes code when a","player takes damage."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"ProjHit","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"SPECTRAL_ARROW","name":"Player Projectile Hit Event","deprecatedNote":[],"description":["Executes code when a projectile","launched by a player hits a block,","an entity, or another player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":false,"cancelledAutomatically":false}},{"name":"KillPlayer","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"SKELETON_SKULL","name":"Player Kill Player Event","deprecatedNote":[],"description":["Executes code when a player","kills another player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"VehicleJump","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"FURNACE_MINECART","name":"Player Vehicle Jump Event","deprecatedNote":[],"description":["Executes code when a","player presses the jump key","while riding a vehicle","or other entity."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":false,"cancelledAutomatically":false}},{"name":"ClickInvSlot","codeblockName":"PLAYER EVENT","tags":[],"aliases":["ClickOwnInv"],"icon":{"material":"LIGHT_GRAY_SHULKER_BOX","name":"Player Click Inventory Slot Event","deprecatedNote":[],"description":["Executes code when a player clicks","a slot inside their inventory."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"Respawn","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"OAK_SAPLING","name":"Player Respawn Event","deprecatedNote":[],"description":["Executes code when","a player respawns."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":false,"cancelledAutomatically":false}},{"name":"SwapHands","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"NETHERITE_SCRAP","name":"Player Swap Hands Event","deprecatedNote":[],"description":["Executes code when a player","swaps an item or items between","their main hand and off hand."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"PackLoad","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"GREEN_SHULKER_BOX","name":"Resource Pack Load","deprecatedNote":[],"description":["Executes code when a","player finishes loading a","plot resource pack."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Overlord","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":false,"cancelledAutomatically":false}},{"name":"DamageEntity","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"STONE_SWORD","name":"Player Damage Entity Event","deprecatedNote":[],"description":["Executes code when a","player damages an entity."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"Sneak","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"CHAINMAIL_LEGGINGS","name":"Player Sneak Event","deprecatedNote":[],"description":["Executes code when","a player sneaks."],"example":[],"worksWith":[],"additionalInfo":[["Cancelling this event will","not update what the sneaking","player sees!"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"PlayerHeal","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"SPLASH_POTION","name":"Player Heal Event","color":{"red":255,"green":0,"blue":0},"deprecatedNote":[],"description":["Executes code when a player","regains health from any","source."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"ClickPlayer","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Player Right Click Player Event","deprecatedNote":[],"description":["Executes code when a player","clicks another player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":false,"cancelledAutomatically":false}},{"name":"Consume","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"COOKED_CHICKEN","name":"Player Consume Item Event","deprecatedNote":[],"description":["Executes code when a player","eats or drinks an item."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"Death","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"REDSTONE","name":"Player Death Event","deprecatedNote":[],"description":["Executes code when a player","dies, not as a result of another","player or entity."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"PlaceBlock","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"POLISHED_ANDESITE","name":"Player Place Block Event","deprecatedNote":[],"description":["Executes code when a","player places a block."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"Walk","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"GRASS_BLOCK","name":"Player Walk Event","deprecatedNote":[],"description":["Executes code while","a player is walking."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"PickUpItem","codeblockName":"PLAYER EVENT","tags":[],"aliases":["PickupItem"],"icon":{"material":"GLOWSTONE_DUST","name":"Player Pick Up Item Event","deprecatedNote":[],"description":["Executes code when a","player picks up an item."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"Dismount","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"DARK_OAK_BOAT","name":"Player Dismount Event","deprecatedNote":[],"description":["Executes code when a","player dismounts a vehicle","or other entity."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"CloudImbuePlayer","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"LINGERING_POTION","name":"Potion Cloud Imbue Player Event","color":{"red":0,"green":255,"blue":255},"deprecatedNote":[],"description":["Executes code when an area of","effect cloud applies its potion","effect(s) to a player."],"example":[],"worksWith":[],"additionalInfo":[["Area of effect clouds that do","not apply any potion effects","will not trigger this event."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"Leave","codeblockName":"PLAYER EVENT","tags":[],"aliases":["Quit"],"icon":{"material":"POISONOUS_POTATO","name":"Player Leave Game Event","deprecatedNote":[],"description":["Executes code when a","player leaves the plot."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":false,"cancelledAutomatically":false}},{"name":"DropItem","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"SUGAR","name":"Player Drop Item Event","deprecatedNote":[],"description":["Executes code when a","player drops an item."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"ChangeSlot","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"SLIME_BALL","name":"Player Change Slot Event","deprecatedNote":[],"description":["Executes code when a player","changes their hotbar slot."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"ClickEntity","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"ARMOR_STAND","name":"Player Right Click Entity Event","deprecatedNote":[],"description":["Executes code when a player","right clicks an entity."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"HorseJump","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"GOLDEN_HORSE_ARMOR","name":"Player Horse Jump Event","deprecatedNote":[],"description":["Executes code when a player","causes a horse to jump."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":false,"cancelledAutomatically":false}},{"name":"ShootProjectile","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"SNOWBALL","name":"Player Shoot Projectile Event","deprecatedNote":[],"description":["Executes code when a player","throws a projectile such","as snowballs or eggs."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"Move","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"MYCELIUM","name":"Player Move Event","deprecatedNote":[],"description":["Executes code when","a player moves."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"Unsneak","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"IRON_LEGGINGS","name":"Player Unsneak Event","deprecatedNote":[],"description":["Executes code when a","player stops sneaking."],"example":[],"worksWith":[],"additionalInfo":[["Cancelling this event will","not update what the sneaking","player sees!"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"Fish","codeblockName":"PLAYER EVENT","tags":[],"aliases":["FishEvent"],"icon":{"material":"FISHING_ROD","name":"Player Fish Event","color":{"red":0,"green":255,"blue":255},"deprecatedNote":[],"description":["Executes code when a player","fishes an entity,","player, or nothing."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"FallDamage","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":false,"cancelledAutomatically":false}},{"name":"BreakItem","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"STONE_PICKAXE","name":"Player Break Item Event","deprecatedNote":[],"description":["Executes code when a","player breaks an item."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":false,"cancelledAutomatically":false}},{"name":"LoopEvent","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":false,"cancelledAutomatically":false}},{"name":"PlayerResurrect","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"TOTEM_OF_UNDYING","name":"Player Resurrect Event","deprecatedNote":[],"description":["Executes code when","a player resurrects with","a totem of undying."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"RightClick","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"DIAMOND_PICKAXE","name":"Player Right Click Event","deprecatedNote":[],"description":["Executes code when a player","right clicks while looking at a","block or holding an item."],"example":[],"worksWith":[],"additionalInfo":[["Executes multiple times if a","player holds down right click."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"ClickMenuSlot","codeblockName":"PLAYER EVENT","tags":[],"aliases":["ClickItem"],"icon":{"material":"CRAFTING_TABLE","name":"Player Click Menu Slot Event","deprecatedNote":[],"description":["Executes code when a player","clicks a slot in an inventory","menu."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":false,"cancelledAutomatically":true}},{"name":"Riptide","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"TRIDENT","name":"Player Riptide Event","deprecatedNote":[],"description":["Executes code when a player","throws a riptide trident."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":false,"cancelledAutomatically":false}},{"name":"KillMob","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"SKELETON_SPAWN_EGG","name":"Player Kill Mob Event","deprecatedNote":[],"description":["Executes code when","a player kills a mob."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"Join","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"POTATO","name":"Player Join Game Event","deprecatedNote":[],"description":["Executes code when a","player joins the plot."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":false,"cancelledAutomatically":false}},{"name":"EntityDmgPlayer","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"WOODEN_SWORD","name":"Entity Damage Player Event","deprecatedNote":[],"description":["Executes code when an","entity damages a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"StopSprint","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"IRON_BOOTS","name":"Player Stop Sprinting Event","deprecatedNote":[],"description":["Executes code when a","player stops sprinting."],"example":[],"worksWith":[],"additionalInfo":[["Cancelling this event will","only result in the sprint","particles being shown."],["Client side particles are","not shown!"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"Jump","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"RABBIT_FOOT","name":"Player Jump Event","deprecatedNote":[],"description":["Executes code when a","player jumps."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"LoadCrossbow","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"CROSSBOW","name":"Player Load Crossbow Event","deprecatedNote":[],"description":["Executes code when a player","loads a crossbow."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"ProjDmgPlayer","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"ARROW","name":"Projectile Damage Player Event","deprecatedNote":[],"description":["Executes code when a projectile","damages a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"Command","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"COMMAND_BLOCK","name":"Player Command Event","deprecatedNote":[],"description":["Executes code when a player","types a command on the plot."],"example":["\"@command\""],"worksWith":[],"additionalInfo":[],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":false,"cancelledAutomatically":false}},{"name":"PackDecline","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"RED_SHULKER_BOX","name":"Resource Pack Decline","deprecatedNote":[],"description":["Executes code when a","player declines a plot","resource pack prompt."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Overlord","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":false,"cancelledAutomatically":false}},{"name":"PlayerDmgPlayer","codeblockName":"PLAYER EVENT","tags":[],"aliases":[],"icon":{"material":"IRON_SWORD","name":"Player Damage Player Event","deprecatedNote":[],"description":["Executes code when a player","damages another player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"dynamic","codeblockName":"FUNCTION","tags":[{"name":"Is Hidden","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":26}],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"name":"StopRepeat","codeblockName":"CONTROL","tags":[],"aliases":[],"icon":{"material":"PRISMARINE_SHARD","name":"Stop Repeat","deprecatedNote":[],"description":["Stops a Repeat sequence and","continues to the next code block."],"example":[],"worksWith":["Repeat"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"Return","codeblockName":"CONTROL","tags":[],"aliases":[],"icon":{"material":"TIPPED_ARROW","name":"Return From Function","color":{"red":0,"green":116,"blue":255},"deprecatedNote":[],"description":["Skips the rest of a Function","sequence and returns to the","block it was called from."],"example":[],"worksWith":[],"additionalInfo":[["This occurs automatically","at the end of a Function."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ReturnNTimes","codeblockName":"CONTROL","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"Skip","codeblockName":"CONTROL","tags":[],"aliases":[],"icon":{"material":"ENDER_PEARL","name":"Skip Iteration","deprecatedNote":[],"description":["Skips the rest of this repeat","statement's code and continues","to the next repetition."],"example":[],"worksWith":["Repeat"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"End","codeblockName":"CONTROL","tags":[],"aliases":[],"icon":{"material":"BARRIER","name":"End Thread","deprecatedNote":[],"description":["Stops the current event","thread. Any code after this","block will not be executed."],"example":[],"worksWith":[],"additionalInfo":[["This occurs automatically","when a thread has no valid","event targets or selection.","A player target is invalid","if they have left the game."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"Wait","codeblockName":"CONTROL","tags":[{"name":"Time Unit","options":[{"name":"Ticks","icon":{"material":"REPEATER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Seconds","icon":{"material":"CLOCK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Minutes","icon":{"material":"RED_BED","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Ticks","slot":26}],"aliases":[],"icon":{"material":"CLOCK","name":"Wait","deprecatedNote":[],"description":["Pauses the current code","sequence for a duration of","ticks, seconds, or minutes."],"example":[],"worksWith":[],"additionalInfo":[["It is not possible to wait","fractions of a tick."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"NUMBER","plural":false,"optional":true,"description":["Wait duration"],"notes":[["Default = 1"]]}],"returnValues":[]}},{"name":"String","codeblockName":"SET VARIABLE","tags":[{"name":"Text Value Merging","options":[{"name":"Add spaces","icon":{"material":"PISTON","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Add Spaces"]},{"name":"No spaces","icon":{"material":"STICKY_PISTON","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["No Spaces"]}],"defaultOption":"No spaces","slot":26}],"aliases":["Text"],"icon":{"material":"STRING","name":"Set to String","deprecatedNote":[],"description":["Sets a variable to a string, or combines","multiple values into one string."],"example":[],"worksWith":[],"additionalInfo":[["All values will be converted to string."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ANY_TYPE","plural":true,"optional":true,"description":["String to set to"],"notes":[]}],"returnValues":[]}},{"name":"SetParticleType","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"WHITE_DYE","name":"Set Particle Effect Type","deprecatedNote":[],"description":["Sets a particle effect's type."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"PARTICLE","plural":false,"optional":true,"description":["Effect to","change"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["Type"],"notes":[]}],"returnValues":[]}},{"name":"SetItemEnchants","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ClearItemTag","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"COMMAND_BLOCK_MINECART","name":"Clear Item Custom Tags","deprecatedNote":[],"description":["Removes all item custom tags."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Item to change"],"notes":[]}],"returnValues":[]}},{"name":"PurgeVars","codeblockName":"SET VARIABLE","tags":[{"name":"Match Requirement","options":[{"name":"Entire name","icon":{"material":"IRON_BLOCK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Full word(s) in name","icon":{"material":"IRON_INGOT","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Any part of name","icon":{"material":"IRON_NUGGET","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Full word(s) in name","slot":25},{"name":"Ignore Case","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":26}],"aliases":[],"icon":{"material":"FIRE_CORAL","name":"Purge Matching Variables","deprecatedNote":[],"description":["Clears all variables with names","that match the given text."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"TEXT","plural":true,"optional":false,"description":["Name to match"],"notes":[]}],"returnValues":[]}},{"name":"ShiftAllAxes","codeblockName":"SET VARIABLE","tags":[],"aliases":["ShiftLocCoord"],"icon":{"material":"PISTON","name":"Shift Location on All Axes","deprecatedNote":[],"description":["Shifts a location's coordinates","on the X, Y, and Z axes."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":true,"description":["Location to change"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["X Change"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Y Change"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Z Change"],"notes":[]}],"returnValues":[]}},{"name":"GetParticleMat","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"SNOWBALL","name":"Get Particle Effect Material","deprecatedNote":[],"description":["Gets a particle effect's particle","display material."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"PARTICLE","plural":false,"optional":false,"description":["Effect to get","material of"],"notes":[]}],"returnValues":[{"type":"TEXT","description":["Material ID"]}]}},{"name":"SetParticleSprd","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"GUNPOWDER","name":"Set Particle Effect Spread","deprecatedNote":[],"description":["Sets a particle effect's horizontal","and vertical spread."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"PARTICLE","plural":false,"optional":true,"description":["Effect to change"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Horizontal spread"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Vertical spread"],"notes":[]}],"returnValues":[]}},{"name":"AbsoluteValue","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"PISTON","name":"Set to Absolute Value","deprecatedNote":[],"description":["Makes a number positive","if it is negative."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Number input"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Result"]}]}},{"name":"AppendValue","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"FURNACE","name":"Append Value to List","deprecatedNote":[],"description":["Adds a value to the end of a list","variable."],"example":[],"worksWith":[],"additionalInfo":[["Appending a list will result in","the list itself being appended","to the list (a nested list)."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["List to append to"],"notes":[]},{"type":"ANY_TYPE","plural":true,"optional":false,"description":["Value(s) to append"],"notes":[]}],"returnValues":[]}},{"name":"%","codeblockName":"SET VARIABLE","tags":[{"name":"Remainder Mode","options":[{"name":"Remainder","icon":{"material":"PURPLE_DYE","name":"","deprecatedNote":[],"description":["Takes the remainder of the numbers.","Remainder keeps the sign of the numerator:","  -1 rem 10 = -1"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Modulo","icon":{"material":"PINK_DYE","name":"","deprecatedNote":[],"description":["Takes the modulus of the numbers.","Modulus keeps the sign of the denominator:","  -1 mod 10 = 9"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Remainder","slot":26}],"aliases":[],"icon":{"material":"NETHER_WART","name":"Set to Remainder (%)","deprecatedNote":[],"description":["Sets a variable to the remainder","after dividing two numbers with","a whole quotient."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Dividend"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Divisor"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Result"]}]}},{"name":"ShiftOnVector","codeblockName":"SET VARIABLE","tags":[{"name":"Add Location Rotation","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["The location's rotation","will be added to the","vector's rotation."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["The location's rotation","will not be added to the","vector's rotation."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":26}],"aliases":["AddVectorLoc"],"icon":{"material":"PRISMARINE_BRICKS","name":"Shift Location on Vector","deprecatedNote":[],"description":["Shifts a location along a","vector."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":true,"description":["Location to shift"],"notes":[]},{"type":"VECTOR","plural":false,"optional":false,"description":["Shift vector"],"notes":[]},{"text":""},{"type":"NUMBER","plural":false,"optional":false,"description":["Shift distance"],"notes":[]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":["Adds full vector"],"notes":[]}],"returnValues":[]}},{"name":"GetItemAttribute","codeblockName":"SET VARIABLE","tags":[{"name":"Attribute","options":[{"name":"Armor","icon":{"material":"IRON_CHESTPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Armor toughness","icon":{"material":"GOLDEN_CHESTPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Armor Toughness"]},{"name":"Attack damage","icon":{"material":"IRON_SWORD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Attack Damage"]},{"name":"Attack speed","icon":{"material":"GOLDEN_SWORD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Attack Speed"]},{"name":"Attack knockback","icon":{"material":"DIAMOND_SWORD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Maximum health","icon":{"material":"GOLDEN_APPLE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Maximum Health"]},{"name":"Maximum absorption","icon":{"material":"ENCHANTED_GOLDEN_APPLE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Knockback resistance","icon":{"material":"IRON_LEGGINGS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Knockback Resistance"]},{"name":"Movement speed","icon":{"material":"GOLDEN_BOOTS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Movement Speed"]},{"name":"Flying speed","icon":{"material":"FEATHER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Follow range","icon":{"material":"COMPASS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Follow Range"]},{"name":"Luck","icon":{"material":"SCUTE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Horse jump strength","icon":{"material":"GOLDEN_HORSE_ARMOR","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Zombie spawn reinforcements","icon":{"material":"ROTTEN_FLESH","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Armor","slot":25},{"name":"Active Equipment Slot","options":[{"name":"Any","icon":{"material":"FIREWORK_STAR","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Main hand","icon":{"material":"STONE_SWORD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Main Hand"]},{"name":"Off hand","icon":{"material":"STONE_AXE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Off Hand"]},{"name":"Head","icon":{"material":"CHAINMAIL_HELMET","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Body","icon":{"material":"CHAINMAIL_CHESTPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Legs","icon":{"material":"CHAINMAIL_LEGGINGS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Feet","icon":{"material":"CHAINMAIL_BOOTS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Any","slot":26}],"aliases":[],"icon":{"material":"DIAMOND","name":"Get Item Attribute","deprecatedNote":[],"description":["Get an attribute's","multiplier for a specific slot."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":true,"loadedItem":"","tags":2,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Item"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Multiplier of the","specified item attribute"]}]}},{"name":"ClearDict","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"TNT","name":"Clear Dictionary","deprecatedNote":[],"description":["Removes all entries from","a dictionary."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Dictionary to clear"],"notes":[]}],"returnValues":[]}},{"name":"+","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"BRICK","name":"Add Numbers (+)","deprecatedNote":[],"description":["Sets a variable to the sum of","the given numbers."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"NUMBER","plural":true,"optional":false,"description":["Numbers to add"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Result"]}]}},{"name":"ShiftRotation","codeblockName":"SET VARIABLE","tags":[{"name":"Rotation Axis","options":[{"name":"Pitch","icon":{"material":"HEART_OF_THE_SEA","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Yaw","icon":{"material":"HEART_OF_THE_SEA","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Pitch","slot":26}],"aliases":["RotateLocation"],"icon":{"material":"HEART_OF_THE_SEA","name":"Shift Location Rotation","deprecatedNote":[],"description":["Rotates a location by shifting its pitch","(up/down) or yaw (left/right) value."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":true,"description":["Location to shift"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Rotation amount"],"notes":[]}],"returnValues":[]}},{"name":"-","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"NETHER_BRICK","name":"Subtract Numbers (-)","deprecatedNote":[],"description":["Sets a variable to the difference","between the given numbers."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"NUMBER","plural":true,"optional":false,"description":["Numbers to subtract"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Result"]}]}},{"name":" GetItemName ","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"NAME_TAG","name":"Get Item Name","deprecatedNote":[],"description":["Gets an item's name."],"example":[],"worksWith":[],"additionalInfo":[["If the item is unnamed, a <translate>","component is used."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Item to get name of"],"notes":[]}],"returnValues":[{"type":"COMPONENT","description":["Item name"]}]}},{"name":"GetItemRarity","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"SUNFLOWER","name":"Get Item Rarity","deprecatedNote":[],"description":["Gets an item's rarity."],"example":[],"worksWith":[],"additionalInfo":[["Item rarity determines the","item's default name color."],["An item's rarity is determined","by its enchantments and type."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Item"],"notes":[]}],"returnValues":[{"type":"TEXT","description":["One of the following:","■ \"common\"","■ \"uncommon\"","■ \"rare\"","■ \"Epic\""]}]}},{"name":"MultiplyVector","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"WARPED_ROOTS","name":"Multiply Vector","deprecatedNote":[],"description":["Multiplies a vector's length","by a number."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"VECTOR","plural":false,"optional":true,"description":["Vector to multiply"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Multiplier"],"notes":[]}],"returnValues":[{"type":"VECTOR","description":["Result"]}]}},{"name":"/","codeblockName":"SET VARIABLE","tags":[{"name":"Division Mode","options":[{"name":"Default","icon":{"material":"ENDER_PEARL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Floor result","icon":{"material":"ENDER_EYE","name":"","deprecatedNote":[],"description":["Rounds down the","result."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Round to Integer","Round to integer"]}],"defaultOption":"Default","slot":26}],"aliases":[],"icon":{"material":"NETHER_BRICKS","name":"Divide Numbers (÷)","deprecatedNote":[],"description":["Sets a variable to the quotient","of the given numbers."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"NUMBER","plural":true,"optional":false,"description":["Numbers to divide"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Result"]}]}},{"name":"GetSignText","codeblockName":"SET VARIABLE","tags":[{"name":"Sign Line","options":[{"name":"1","icon":{"material":"WRITABLE_BOOK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"2","icon":{"material":"WRITABLE_BOOK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"3","icon":{"material":"WRITABLE_BOOK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"4","icon":{"material":"WRITABLE_BOOK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"All lines","icon":{"material":"BOOKSHELF","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["All Lines"]}],"defaultOption":"1","slot":26}],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"Bitwise","codeblockName":"SET VARIABLE","tags":[{"name":"Operator","options":[{"name":"|","icon":{"material":"COMMAND_BLOCK","name":"","deprecatedNote":[],"description":["Bitwise Or"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"&","icon":{"material":"COMMAND_BLOCK","name":"","deprecatedNote":[],"description":["Bitwise And"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"~","icon":{"material":"COMMAND_BLOCK","name":"","deprecatedNote":[],"description":["Bitwise Not (no 2nd","operand required)"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"^","icon":{"material":"COMMAND_BLOCK","name":"","deprecatedNote":[],"description":["Bitwise Xor"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"<<","icon":{"material":"COMMAND_BLOCK","name":"","deprecatedNote":[],"description":["Bitwise Left Shift"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":">>","icon":{"material":"COMMAND_BLOCK","name":"","deprecatedNote":[],"description":["Bitwise Right Shift"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":">>>","icon":{"material":"COMMAND_BLOCK","name":"","deprecatedNote":[],"description":["Bitwise Unsigned Right Shift"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"|","slot":26}],"aliases":[],"icon":{"material":"OBSERVER","name":"Set to Bitwise Operation","deprecatedNote":[],"description":["Sets a variable to the result","of a bitwise operation."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":true,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Operand 1"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Operand 2"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Result"]}]}},{"name":"GetLecternPage","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"WRITABLE_BOOK","name":"Get Lectern Page","deprecatedNote":[],"description":["Gets the displayed page","number of a Lectern."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Lectern location"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Page number"]}]}},{"name":"ParseX","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ShiftOnAxis","codeblockName":"SET VARIABLE","tags":[{"name":"Coordinate","options":[{"name":"X","icon":{"material":"FILLED_MAP","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Y","icon":{"material":"FILLED_MAP","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Z","icon":{"material":"FILLED_MAP","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"X","slot":26}],"aliases":["ShiftAxis"],"icon":{"material":"PISTON","name":"Shift Location on Axis","deprecatedNote":[],"description":["Shifts the X, Y, or Z coordinate","of a location on its axis."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":true,"description":["Location to shift"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Shift distance"],"notes":[]}],"returnValues":[]}},{"name":"ParseY","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"VectorBetween","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"PRISMARINE_WALL","name":"Set to Vector Between Locations","deprecatedNote":[],"description":["Sets a variable to the vector","between two locations."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Start location"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["End location"],"notes":[]}],"returnValues":[]}},{"name":"ParseZ","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"GetVectorComp","codeblockName":"SET VARIABLE","tags":[{"name":"Component","options":[{"name":"X","icon":{"material":"PRISMARINE_SHARD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Y","icon":{"material":"PRISMARINE_SHARD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Z","icon":{"material":"PRISMARINE_SHARD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"X","slot":26}],"aliases":[],"icon":{"material":"PRISMARINE_CRYSTALS","name":"Get Vector Component","deprecatedNote":[],"description":["Gets a vector's X, Y, or Z","component."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"VECTOR","plural":false,"optional":false,"description":["Vector to get","component of"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Value of the","specified component"]}]}},{"name":"=","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"IRON_INGOT","name":"Set to Value (=)","deprecatedNote":[],"description":["Sets a variable to a value."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ANY_TYPE","plural":false,"optional":false,"description":["Value"],"notes":[]}],"returnValues":[]}},{"name":"RmText","codeblockName":"SET VARIABLE","tags":[{"name":"Regular Expressions","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Disable","slot":26}],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"AddItemAttribute","codeblockName":"SET VARIABLE","tags":[{"name":"Attribute","options":[{"name":"Armor","icon":{"material":"IRON_CHESTPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Armor toughness","icon":{"material":"GOLDEN_CHESTPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Armor Toughness"]},{"name":"Attack damage","icon":{"material":"IRON_SWORD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Attack Damage"]},{"name":"Attack speed","icon":{"material":"GOLDEN_SWORD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Attack Speed"]},{"name":"Attack knockback","icon":{"material":"DIAMOND_SWORD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Maximum health","icon":{"material":"GOLDEN_APPLE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Maximum Health"]},{"name":"Maximum absorption","icon":{"material":"ENCHANTED_GOLDEN_APPLE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Knockback resistance","icon":{"material":"IRON_LEGGINGS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Knockback Resistance"]},{"name":"Movement speed","icon":{"material":"GOLDEN_BOOTS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Movement Speed"]},{"name":"Flying speed","icon":{"material":"FEATHER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Follow range","icon":{"material":"COMPASS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Follow Range"]},{"name":"Luck","icon":{"material":"SCUTE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Horse jump strength","icon":{"material":"GOLDEN_HORSE_ARMOR","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Zombie spawn reinforcements","icon":{"material":"ROTTEN_FLESH","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Armor","slot":24},{"name":"Operation","options":[{"name":"Add number","icon":{"material":"LIGHT_BLUE_DYE","name":"","deprecatedNote":[],"description":["Increases the attribute value","by the given amount.","","Equation: mod + (amount)"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Add Number"]},{"name":"Add percentage to base","icon":{"material":"ORANGE_DYE","name":"","deprecatedNote":[],"description":["Increases the base attribute value","by the given percentage.","","Equation: base * (100% + amount)"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Add Percentage","Add Percentage to Base"]},{"name":"Multiply modifier by percentage","icon":{"material":"MAGENTA_DYE","name":"","deprecatedNote":[],"description":["Increases the attribute value","by the given percentage","","Equation: mod * (100% + amount)"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Multiply Percentage","Multiply Modifier by Percentage"]}],"defaultOption":"Add number","slot":25},{"name":"Active Equipment Slot","options":[{"name":"Any","icon":{"material":"FIREWORK_STAR","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Main hand","icon":{"material":"STONE_SWORD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Main Hand"]},{"name":"Off hand","icon":{"material":"STONE_AXE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Off Hand"]},{"name":"Head","icon":{"material":"CHAINMAIL_HELMET","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Body","icon":{"material":"CHAINMAIL_CHESTPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Legs","icon":{"material":"CHAINMAIL_LEGGINGS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Feet","icon":{"material":"CHAINMAIL_BOOTS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Main hand","slot":26}],"aliases":[],"icon":{"material":"DIAMOND","name":"Add Item Attribute","deprecatedNote":[],"description":["Adds an attribute modifier to the","item, which is active in a certain","equipment slot."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":true,"loadedItem":"","tags":3,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Item"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Modifier Amount"],"notes":[]}],"returnValues":[]}},{"name":"GetCenterLoc","codeblockName":"SET VARIABLE","tags":[],"aliases":["FindCenter"],"icon":{"material":"GLASS_PANE","name":"Set to Center Location","deprecatedNote":[],"description":["Finds an average position (center)","of the given locations."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":true,"optional":false,"description":["Locations to center"],"notes":[]}],"returnValues":[{"type":"LOCATION","description":["Center location"]}]}},{"name":"AlignLoc","codeblockName":"SET VARIABLE","tags":[{"name":"Alignment Mode","options":[{"name":"Block center","icon":{"material":"CHORUS_FLOWER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Block Center"]},{"name":"Lower block corner","icon":{"material":"PURPUR_STAIRS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Lower Block Corner"]}],"defaultOption":"Block center","slot":26},{"name":"Coordinates","options":[{"name":"All coordinates","icon":{"material":"IRON_BLOCK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["All Coordinates"]},{"name":"X and Z","icon":{"material":"IRON_TRAPDOOR","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Only Y","icon":{"material":"END_ROD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"All coordinates","slot":25},{"name":"Rotation","options":[{"name":"Keep rotation","icon":{"material":"HEART_OF_THE_SEA","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Remove rotation","icon":{"material":"LIGHT_BLUE_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Keep rotation","slot":24}],"aliases":[],"icon":{"material":"CHORUS_FLOWER","name":"Align Location","deprecatedNote":[],"description":["Aligns a location to the center","or corner of the block it is in."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":3,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":true,"description":["Location to align"],"notes":[]}],"returnValues":[{"type":"LOCATION","description":["Aligned location"]}]}},{"name":"GetSoundVolume","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"JUKEBOX","name":"Get Sound Volume","deprecatedNote":[],"description":["Gets a sound's volume."],"example":[],"worksWith":[],"additionalInfo":[["Sound volume decreases based","on distance to the sound's origin."],["The maximum distance to hear a","sound is equal to 16.0 × volume."],["At volumes below 1.0, the sound's","loudness at its origin decreases."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"SOUND","plural":false,"optional":false,"description":["Sound to get volume of"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Sound volume"]}]}},{"name":"RandomNumber","codeblockName":"SET VARIABLE","tags":[{"name":"Rounding Mode","options":[{"name":"Whole number","icon":{"material":"CLAY","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Whole Number"]},{"name":"Decimal number","icon":{"material":"CLAY_BALL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Decimal Number"]}],"defaultOption":"Whole number","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set to Random Number","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTBkMmEzY2U0OTk5ZmVkMzMwZDNhNWQwYTllMjE4ZTM3ZjRmNTc3MTk4MDg2NTczOTZkODMyMjM5ZTEyIn19fQ==","deprecatedNote":[],"description":["Sets a variable to a random","number between two other","numbers."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Minimum number"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Maximum number"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Random number"]}]}},{"name":"ContainerName","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"NAME_TAG","name":"Get Container Name","deprecatedNote":[],"description":["Gets a container's name at","a location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Container location"],"notes":[]}],"returnValues":[{"type":"COMPONENT","description":["Container name"]}]}},{"name":"Raycast","codeblockName":"SET VARIABLE","tags":[{"name":"Entity Collision","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Collides with players","and entities."],"example":[],"worksWith":[],"additionalInfo":[["To select entities on the","ray, use 'Filter Selection","by Raycast'."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":25},{"name":"Block Collision","options":[{"name":"All blocks","icon":{"material":"STONE_BRICKS","name":"","deprecatedNote":[],"description":["Passes through air only."],"example":[],"worksWith":[],"additionalInfo":[["The hit location's","direction is set to","the hit block side."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Non-fluid blocks","icon":{"material":"WATER_BUCKET","name":"","deprecatedNote":[],"description":["Passes through fluids","(water and lava)."],"example":[],"worksWith":[],"additionalInfo":[["The hit location's","direction is set to","the hit block side."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Solid blocks","icon":{"material":"TALL_GRASS","name":"","deprecatedNote":[],"description":["Passes through non-solid","blocks such as tall grass,","and through fluids."],"example":[],"worksWith":[],"additionalInfo":[["The hit location's","direction is set to","the hit block side."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"None","icon":{"material":"FEATHER","name":"","deprecatedNote":[],"description":["Passes through all blocks."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"All blocks","slot":26}],"aliases":[],"icon":{"material":"SPECTRAL_ARROW","name":"Raycast from Location","deprecatedNote":[],"description":["Raycasts from a location","to the first intersection."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Ray origin"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Ray distance"],"notes":[]}],"returnValues":[{"type":"LOCATION","description":["End location"]}]}},{"name":"RotateAroundVec","codeblockName":"SET VARIABLE","tags":[{"name":"Angle Units","options":[{"name":"Degrees","icon":{"material":"SUGAR","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Radians","icon":{"material":"GLOWSTONE_DUST","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Degrees","slot":26}],"aliases":[],"icon":{"material":"HEART_OF_THE_SEA","name":"Rotate Vector Around Vector","deprecatedNote":[],"description":["Rotates a vector around","another vector by an angle."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"VECTOR","plural":false,"optional":true,"description":["Vector to rotate"],"notes":[]},{"type":"VECTOR","plural":false,"optional":false,"description":["Axis vector"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Angle"],"notes":[]}],"returnValues":[{"type":"VECTOR","description":["Rotated vector"]}]}},{"name":"GetParticleMotion","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"PRISMARINE_SHARD","name":"Get Particle Effect Motion","deprecatedNote":[],"description":["Gets a particle effect's particle","motion."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"PARTICLE","plural":false,"optional":false,"description":["Effect to get","motion of"],"notes":[]}],"returnValues":[{"type":"VECTOR","description":["Particle motion"]}]}},{"name":"SetParticleMotion","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"PRISMARINE_SHARD","name":"Set Particle Motion","deprecatedNote":[],"description":["Sets a particle effect's particle","motion and motion variation."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"PARTICLE","plural":false,"optional":true,"description":["Effect to","change"],"notes":[]},{"type":"VECTOR","plural":false,"optional":true,"description":["Particle motion"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Motion variation (%)"],"notes":[]}],"returnValues":[]}},{"name":"Average","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"COMPARATOR","name":"Set to Average Number","deprecatedNote":[],"description":["Sets a variable to the average","of the given numbers."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"NUMBER","plural":true,"optional":false,"description":["Numbers to average"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Result"]}]}},{"name":"WrapNumber","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STONE","name":"Wrap Number (Old)","deprecatedNote":["The number wrapping behavior has","been changed. This old version will","be inaccessible from the menu in a","future update."],"description":["Checks if a number is between","two bounds and if not, wraps","it around the farthest bound."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetY","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetMapTexture","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"FILLED_MAP","name":"Set Map Texture","deprecatedNote":[],"description":["Sets a map item's texture to the","image at the given URL."],"example":[],"worksWith":[],"additionalInfo":[["Cannot be used more than 10","times without delay. An additional","usage is given every 5 seconds."]],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":true,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Item to change"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["Image URL"],"notes":[]}],"returnValues":[]}},{"name":"GetBlockData","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"COMMAND_BLOCK","name":"Get Block Data","deprecatedNote":[],"description":["Gets a block state tag","value at a location."],"example":[],"worksWith":[],"additionalInfo":[["Sets the variable to \"0\" if the","tag is not present on the block."],["Always returns a string value."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Block location"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["Tag name"],"notes":[]}],"returnValues":[{"type":"TEXT","description":["Tag value"]}]}},{"name":"SetX","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SortDict","codeblockName":"SET VARIABLE","tags":[{"name":"Sorting Type","options":[{"name":"Sort by Key","icon":{"material":"MINECART","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Sort by Value","icon":{"material":"BOOK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Sort by Key","slot":25},{"name":"Sorting Order","options":[{"name":"Ascending","icon":{"material":"PRISMARINE_BRICK_STAIRS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Descending","icon":{"material":"DARK_PRISMARINE_STAIRS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Ascending","slot":26}],"aliases":[],"icon":{"material":"REPEATING_COMMAND_BLOCK","name":"Sort Dictionary","deprecatedNote":[],"description":["Sorts a dictionary","by its keys or values."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"DICT","plural":false,"optional":true,"description":["Dictionary to sort"],"notes":[]}],"returnValues":[]}},{"name":"GetLecternBook","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"LECTERN","name":"Get Lectern Book","deprecatedNote":[],"description":["Gets the book on the","Lectern at a location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Lectern location"],"notes":[]}],"returnValues":[{"type":"ITEM","description":["Lectern book"]}]}},{"name":"GetCustomSound","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"AMETHYST_SHARD","name":"Get Custom Sound Key","deprecatedNote":[],"description":["Gets the key of a custom sound."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"SOUND","plural":false,"optional":false,"description":["Sound to get key of"],"notes":[]}],"returnValues":[{"type":"TEXT","description":["Sound key"]}]}},{"name":"CrossProduct","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"WARPED_FENCE_GATE","name":"Set to Cross Product","deprecatedNote":[],"description":["Sets a variable to the cross","product of two vectors."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"VECTOR","plural":false,"optional":false,"description":["Vector 1"],"notes":[]},{"type":"VECTOR","plural":false,"optional":false,"description":["Vector 2"],"notes":[]}],"returnValues":[{"type":"VECTOR","description":["Cross product"]}]}},{"name":"x","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"BRICKS","name":"Multiply Numbers (×)","deprecatedNote":[],"description":["Sets a variable to the product","of the given numbers."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"NUMBER","plural":true,"optional":false,"description":["Numbers to multiply"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Result"]}]}},{"name":"GetParticleRoll","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STRING","name":"Get Particle Roll","deprecatedNote":[],"description":["Gets a particle effect's roll."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"PARTICLE","plural":false,"optional":true,"description":["Effect to get","roll of"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Particle roll"]}]}},{"name":"ParseYaw","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"DotProduct","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"WARPED_BUTTON","name":"Set to Dot Product","deprecatedNote":[],"description":["Sets a variable to the dot","product of two vectors."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"VECTOR","plural":false,"optional":false,"description":["Vector 1"],"notes":[]},{"type":"VECTOR","plural":false,"optional":false,"description":["Vector 2"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Dot product"]}]}},{"name":"SetZ","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetArmorTrim","codeblockName":"SET VARIABLE","tags":[{"name":"Trim Pattern","options":[{"name":"None","icon":{"material":"BARRIER","name":"","deprecatedNote":[],"description":["Removes the armor trim","from the item."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Coast","icon":{"material":"COAST_ARMOR_TRIM_SMITHING_TEMPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Dune","icon":{"material":"DUNE_ARMOR_TRIM_SMITHING_TEMPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Eye","icon":{"material":"EYE_ARMOR_TRIM_SMITHING_TEMPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Rib","icon":{"material":"RIB_ARMOR_TRIM_SMITHING_TEMPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Sentry","icon":{"material":"SENTRY_ARMOR_TRIM_SMITHING_TEMPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Snout","icon":{"material":"SNOUT_ARMOR_TRIM_SMITHING_TEMPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Spire","icon":{"material":"SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Tide","icon":{"material":"TIDE_ARMOR_TRIM_SMITHING_TEMPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Vex","icon":{"material":"VEX_ARMOR_TRIM_SMITHING_TEMPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Ward","icon":{"material":"WARD_ARMOR_TRIM_SMITHING_TEMPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Wayfinder","icon":{"material":"WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Shaper","icon":{"material":"SHAPER_ARMOR_TRIM_SMITHING_TEMPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Silence","icon":{"material":"SILENCE_ARMOR_TRIM_SMITHING_TEMPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Raiser","icon":{"material":"RAISER_ARMOR_TRIM_SMITHING_TEMPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Host","icon":{"material":"HOST_ARMOR_TRIM_SMITHING_TEMPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Wild","icon":{"material":"WILD_ARMOR_TRIM_SMITHING_TEMPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"None","slot":25},{"name":"Trim Material","options":[{"name":"Amethyst","icon":{"material":"AMETHYST_SHARD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Copper","icon":{"material":"COPPER_INGOT","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Diamond","icon":{"material":"DIAMOND","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Emerald","icon":{"material":"EMERALD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Gold","icon":{"material":"GOLD_INGOT","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Iron","icon":{"material":"IRON_INGOT","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Lapis Lazuli","icon":{"material":"LAPIS_LAZULI","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Netherite","icon":{"material":"NETHERITE_INGOT","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Quartz","icon":{"material":"QUARTZ","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Redstone","icon":{"material":"REDSTONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Amethyst","slot":26}],"aliases":[],"icon":{"material":"NETHERITE_CHESTPLATE","name":"Set Armor Trim","deprecatedNote":[],"description":["Sets the trim of an","armor item."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Item to change"],"notes":[]}],"returnValues":[]}},{"name":"PopListValue","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"POPPED_CHORUS_FRUIT","name":"Pop List Value","deprecatedNote":[],"description":["Gets a list variable's value at","an index and removes it."],"example":[],"worksWith":[],"additionalInfo":[["List indices start at 1."],["If the index is outside the","given list, 0 is returned."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LIST","plural":false,"optional":false,"description":["List to get value of"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Index"],"notes":[["Default = Last index"]]}],"returnValues":[{"type":"ANY_TYPE","description":["List value"]}]}},{"name":"MinNumber","codeblockName":"SET VARIABLE","tags":[],"aliases":["MinValue","Min"],"icon":{"material":"POLISHED_BLACKSTONE_PRESSURE_PLATE","name":"Set to Minimum Number","deprecatedNote":[],"description":["Sets a variable to the lowest","number in a set."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"NUMBER","plural":true,"optional":false,"description":["Number set","to compare"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Result"]}]}},{"name":"GetPotionType","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"DRAGON_BREATH","name":"Get Potion Effect Type","deprecatedNote":[],"description":["Gets a potion effect's type."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"POTION","plural":false,"optional":false,"description":["Potion to get","type of"],"notes":[]}],"returnValues":[{"type":"TEXT","description":["Effect type"]}]}},{"name":"SetItemName","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ListLength","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"BOOKSHELF","name":"Get List Length","deprecatedNote":[],"description":["Gets the number of values","a list has."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LIST","plural":false,"optional":false,"description":["List to measure"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["List length"]}]}},{"name":"Sine","codeblockName":"SET VARIABLE","tags":[{"name":"Sine Variant","options":[{"name":"Sine","icon":{"material":"MELON_SLICE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Inverse sine (arcsine)","icon":{"material":"GLISTERING_MELON_SLICE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Hyperbolic sine","icon":{"material":"LILY_PAD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Sine","slot":25},{"name":"Input","options":[{"name":"Degrees","icon":{"material":"SUGAR","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Radians","icon":{"material":"GLOWSTONE_DUST","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Degrees","slot":26}],"aliases":[],"icon":{"material":"TUBE_CORAL","name":"Set to Sine","deprecatedNote":[],"description":["Sets a variable to the trigonometric","sine function of a number."],"example":[],"worksWith":[],"additionalInfo":[["Use the variant tag to swap between","sin, asin and sinh functions."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":true,"loadedItem":"","tags":2,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Number input"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Result"]}]}},{"name":"DirectionName","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"NAME_TAG","name":"Set to Direction Name","deprecatedNote":[],"description":["Sets a variable to the name","of the direction of a vector."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"VECTOR","plural":false,"optional":false,"description":["Direction"],"notes":[]}],"returnValues":[{"type":"TEXT","description":["One of the following:","\"north\", \"east\", \"south\", \"west\", ","\"up\", \"down\""]}]}},{"name":"RepeatString","codeblockName":"SET VARIABLE","tags":[],"aliases":["DuplicateText","RepeatText"],"icon":{"material":"REPEATING_COMMAND_BLOCK","name":"Repeat String","deprecatedNote":[],"description":["Repeats a string the given number","of times."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["String to repeat"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Times to repeat"],"notes":[]}],"returnValues":[{"type":"TEXT","description":["Repeated string"]}]}},{"name":"GetItemLore","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"JoinString","codeblockName":"SET VARIABLE","tags":[],"aliases":["JoinText"],"icon":{"material":"STICKY_PISTON","name":"Join String","deprecatedNote":[],"description":["Combines a list of strings."],"example":[],"worksWith":[],"additionalInfo":[["The joining string will be added","between each of the joined strings."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LIST","plural":false,"optional":false,"description":["Strings to join"],"notes":[]},{"type":"TEXT","plural":false,"optional":true,"description":["Joining string"],"notes":[]},{"type":"TEXT","plural":false,"optional":true,"description":["Final joining string"],"notes":[]}],"returnValues":[{"type":"TEXT","description":["Joined string"]}]}},{"name":"ReverseList","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"CHORUS_FRUIT","name":"Reverse List","deprecatedNote":[],"description":["Reverses the order of a","list variable's values."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LIST","plural":false,"optional":true,"description":["List to reverse"],"notes":[]}],"returnValues":[{"type":"LIST","description":["Reversed list"]}]}},{"name":"DedupList","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"PUMPKIN_SEEDS","name":"Remove Duplicate List Elements","deprecatedNote":[],"description":["Removes list elements that appear","more than once."],"example":[],"worksWith":[],"additionalInfo":[["Only the first appearance of","a value is kept."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LIST","plural":false,"optional":true,"description":["List to de-duplicate"],"notes":[]}],"returnValues":[{"type":"LIST","description":["Modified list"]}]}},{"name":"CreateDict","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"BOOKSHELF","name":"Create Dictionary","deprecatedNote":[],"description":["Creates a dictionary with the","given keys and values."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LIST","plural":false,"optional":true,"description":["Key list"],"notes":[]},{"type":"LIST","plural":false,"optional":true,"description":["Value list"],"notes":[]}],"returnValues":[{"type":"DICT","description":["A dictionary of","specified keys and values"]}]}},{"name":"RoundNumber","codeblockName":"SET VARIABLE","tags":[{"name":"Round Mode","options":[{"name":"Floor","icon":{"material":"IRON_NUGGET","name":"","deprecatedNote":[],"description":["Rounds the number","down."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Round to Floor"]},{"name":"Nearest","icon":{"material":"IRON_INGOT","name":"","deprecatedNote":[],"description":["Rounds the number to","the nearest value."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Round to Nearest"]},{"name":"Ceiling","icon":{"material":"IRON_BLOCK","name":"","deprecatedNote":[],"description":["Rounds the number up."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Round to Ceiling"]}],"defaultOption":"Nearest","slot":26}],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"FaceLocation","codeblockName":"SET VARIABLE","tags":[{"name":"Face Direction","options":[{"name":"Toward location","icon":{"material":"ENDER_EYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Towards Location"]},{"name":"Away from location","icon":{"material":"ENDER_PEARL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Away From Location"]}],"defaultOption":"Toward location","slot":26}],"aliases":[],"icon":{"material":"ENDER_EYE","name":"Face Location","deprecatedNote":[],"description":["Sets a location's rotation to","face another location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":true,"description":["Location to change"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Target location"],"notes":[]}],"returnValues":[{"type":"LOCATION","description":["Facing location"]}]}},{"name":"GetItemLoreLine","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetVectorLength","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"TWISTING_VINES","name":"Set Vector Length","deprecatedNote":[],"description":["Sets a vector's length. This","affects all components."],"example":[],"worksWith":[],"additionalInfo":[["Vectors with an X, Y, and Z","of zero will not be affected."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"VECTOR","plural":false,"optional":true,"description":["Vector to change"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Length"],"notes":[["Default = 1"]]}],"returnValues":[]}},{"name":"SetPotionDur","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"REDSTONE","name":"Set Potion Effect Duration","deprecatedNote":[],"description":["Sets a potion effect's duration."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"POTION","plural":false,"optional":true,"description":["Potion to change"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Duration (ticks)"],"notes":[]}],"returnValues":[]}},{"name":"BlockResistance","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"BEDROCK","name":"Get Block Blast Resistance","deprecatedNote":[],"description":["Gets a block's blast resistance."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Block to check"],"notes":[]},{"text":"OR"},{"type":"LOCATION","plural":false,"optional":false,"description":["Location to check"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Blast resistance"]}]}},{"name":"SplitString","codeblockName":"SET VARIABLE","tags":[],"aliases":["SplitText"],"icon":{"material":"ACACIA_FENCE","name":"Split String","deprecatedNote":[],"description":["Splits a string into a list of strings."],"example":[],"worksWith":[],"additionalInfo":[["Leading and trailing spaces","are removed from the result."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["String to split"],"notes":[]},{"type":"TEXT","plural":false,"optional":true,"description":["Splitter string"],"notes":[["Default = \" \""]]}],"returnValues":[{"type":"LIST","description":["Contains one String for","each split part"]}]}},{"name":"NormalRandom","codeblockName":"SET VARIABLE","tags":[{"name":"Distribution","options":[{"name":"Normal","icon":{"material":"SUGAR","name":"","deprecatedNote":[],"description":["Values can be above","or below μ."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Folded normal","icon":{"material":"GLOWSTONE_DUST","name":"","deprecatedNote":[],"description":["Values can only be","above μ."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Normal","slot":26}],"aliases":[],"icon":{"material":"SUGAR","name":"Set to Normally Distributed Random Number","deprecatedNote":[],"description":["Sets a variable to a normally distributed","random number. Values closer to μ are","more likely to be chosen."],"example":[],"worksWith":[],"additionalInfo":[["Also known as a Gaussian distribution."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":true,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["μ (Mean midpoint)"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["σ (Standard deviation)"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Random number"]}]}},{"name":"SetPotionType","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"DRAGON_BREATH","name":"Set Potion Effect Type","deprecatedNote":[],"description":["Sets a potion effect's type."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"POTION","plural":false,"optional":true,"description":["Potion to change"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["Type"],"notes":[]}],"returnValues":[]}},{"name":"AlignVector","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"NETHER_SPROUTS","name":"Align Vector","deprecatedNote":[],"description":["Aligns a vector to the","nearest axis."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"VECTOR","plural":false,"optional":true,"description":["Vector to align"],"notes":[]}],"returnValues":[{"type":"VECTOR","description":["Aligned vector"]}]}},{"name":"SetItemDura","codeblockName":"SET VARIABLE","tags":[{"name":"Durability Type","options":[{"name":"Set Damage","icon":{"material":"BRICK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Set Damage Percentage","icon":{"material":"STICK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Set Remaining","icon":{"material":"GOLD_INGOT","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Set Remaining Percentage","icon":{"material":"BLAZE_ROD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Set Damage","slot":26}],"aliases":[],"icon":{"material":"DIAMOND_SWORD","name":"Set Item Durability","deprecatedNote":[],"description":["Sets the given item's durability."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Item"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Item durability"],"notes":[]}],"returnValues":[]}},{"name":"SetBreakability","codeblockName":"SET VARIABLE","tags":[{"name":"Breakability","options":[{"name":"Breakable","icon":{"material":"WOODEN_AXE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Unbreakable","icon":{"material":"DIAMOND_AXE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Unbreakable","slot":26}],"aliases":[],"icon":{"material":"DAMAGED_ANVIL","name":"Set Item Breakability","deprecatedNote":[],"description":["Sets whether an item is","unbreakable."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Item"],"notes":[]}],"returnValues":[]}},{"name":" GetSignText ","codeblockName":"SET VARIABLE","tags":[{"name":"Sign Line","options":[{"name":"1","icon":{"material":"WRITABLE_BOOK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"2","icon":{"material":"WRITABLE_BOOK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"3","icon":{"material":"WRITABLE_BOOK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"4","icon":{"material":"WRITABLE_BOOK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"All lines","icon":{"material":"BOOKSHELF","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["All Lines"]}],"defaultOption":"1","slot":26},{"name":"Sign Side","options":[{"name":"Front","icon":{"material":"OAK_SIGN","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Back","icon":{"material":"DARK_OAK_SIGN","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Front","slot":25}],"aliases":[],"icon":{"material":"OAK_SIGN","name":"Get Sign Text","deprecatedNote":[],"description":["Gets a sign's text at a location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Location"],"notes":[]}],"returnValues":[{"type":"COMPONENT","description":["Sign text"]},{"text":"OR"},{"type":"LIST","description":["Contains one Styled Text","for each line of the sign"]}]}},{"name":"RaycastEntity","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetDictValue","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"FURNACE","name":"Set Dictionary Value","deprecatedNote":[],"description":["Sets the given key to the value."],"example":[],"worksWith":[],"additionalInfo":[["Setting a value to an existing","key, will overwrite the old value."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Dictionary to add to"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["Key"],"notes":[]},{"type":"ANY_TYPE","plural":false,"optional":false,"description":["Value"],"notes":[]}],"returnValues":[]}},{"name":"SetAllCoords","codeblockName":"SET VARIABLE","tags":[{"name":"Coordinate Type","options":[{"name":"Plot coordinate","icon":{"material":"MAP","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Plot Coordinate"]},{"name":"World coordinate","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjFkZDRmZTRhNDI5YWJkNjY1ZGZkYjNlMjEzMjFkNmVmYTZhNmI1ZTdiOTU2ZGI5YzVkNTljOWVmYWIyNSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["World Coordinate"]}],"defaultOption":"Plot coordinate","slot":26}],"aliases":[],"icon":{"material":"FILLED_MAP","name":"Set All Location Coordinates","deprecatedNote":[],"description":["Sets a location's coordinates or","creates a new location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":true,"description":["Location to change"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["New X"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["New Y"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["New Z"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["New Pitch"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["New Yaw"],"notes":[]}],"returnValues":[]}},{"name":"RGBColor","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"RED_TULIP","name":"Set to RGB Color","deprecatedNote":[],"description":["Creates a color hex based on red,","green, and blue channels."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":true,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"text":""},{"type":"NUMBER","plural":false,"optional":false,"description":["Red (0-255)"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Green (0-255)"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Blue (0-255)"],"notes":[]},{"text":"OR"},{"type":"LIST","plural":false,"optional":false,"description":["R, G, B values"],"notes":[]}],"returnValues":[]}},{"name":"SetCanDestroy","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"IRON_SHOVEL","name":"Set Breakable Blocks","deprecatedNote":[],"description":["Sets which blocks an item","can break in Adventure Mode."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Item to change"],"notes":[]},{"type":"BLOCK","plural":true,"optional":false,"description":["Breakable blocks"],"notes":[]}],"returnValues":[]}},{"name":"HSLColor","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"PINK_TULIP","name":"Set to HSL Color","deprecatedNote":[],"description":["Creates a color based on hue,","saturation, and lightness."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":true,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"text":""},{"type":"NUMBER","plural":false,"optional":false,"description":["Hue (Color circle, 0-360)"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Saturation (0-100)"],"notes":[["Default = 100"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Lightness (0-100)"],"notes":[["Default = 50"]]},{"text":"OR"},{"type":"LIST","plural":false,"optional":false,"description":["H, S, L values"],"notes":[]}],"returnValues":[]}},{"name":" GetDirection ","codeblockName":"SET VARIABLE","tags":[{"name":"Return Type","options":[{"name":"Text (3D)","icon":{"material":"DROPPER","name":"","deprecatedNote":[],"description":["\"north\", \"south\", \"east\", ","\"west\", \"up\", \"down\""],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Text (2D)","icon":{"material":"COMPASS","name":"","deprecatedNote":[],"description":["\"north\", \"south\", \"east\", ","\"west\""],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Vector","icon":{"material":"PRISMARINE_SHARD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Text (3D)","slot":26}],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":" GetItemLore ","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"BOOK","name":"Get Item Lore","deprecatedNote":[],"description":["Gets an item's lore list."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Item to get lore from"],"notes":[]}],"returnValues":[{"type":"LIST","description":["Contains one Styled Text","for each line in the lore"]}]}},{"name":"RemoveListIndex","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"TNT_MINECART","name":"Remove List Value at Index","deprecatedNote":[],"description":["Removes a list variable's value","at an index and shifts all values","after it to the left."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["List to change"],"notes":[]},{"type":"NUMBER","plural":true,"optional":false,"description":["Index to remove"],"notes":[]}],"returnValues":[]}},{"name":"Logarithm","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"OAK_LOG","name":"Set to Logarithm","deprecatedNote":[],"description":["Finds the logarithm of a number.","A logarithm is the power the","base must be raised to to get","the given input."],"example":[],"worksWith":[],"additionalInfo":[["If the result of the logarithm","is undefined, 0 will be returned."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Number input"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Base"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Result"]}]}},{"name":"SetItemTag","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"CHEST_MINECART","name":"Set Item Custom Tag","deprecatedNote":[],"description":["Sets the value of or creates","a custom stored tag value."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Item to change"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["Tag name"],"notes":[]},{"text":""},{"type":"NUMBER","plural":false,"optional":false,"description":["Tag value"],"notes":[]},{"text":"OR"},{"type":"TEXT","plural":false,"optional":false,"description":["Tag value"],"notes":[]}],"returnValues":[]}},{"name":"TrimString","codeblockName":"SET VARIABLE","tags":[],"aliases":["TrimText"],"icon":{"material":"SHEARS","name":"Trim String","deprecatedNote":[],"description":["Trims a string, starting and ending","at the given positions."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"TEXT","plural":false,"optional":true,"description":["String to trim"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Start character position"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["End character position"],"notes":[["Default = String length"]]}],"returnValues":[{"type":"TEXT","description":["String trimmed from","the original string"]}]}},{"name":"ParseMiniMessageExpr","codeblockName":"SET VARIABLE","tags":[{"name":"Allowed Tags","options":[{"name":"Style Only","icon":{"material":"ORANGE_DYE","name":"","deprecatedNote":[],"description":["Resolves the following tags:"," • <color>"," • <gradient>"," • <rainbow>"," • <reset>"," • <transition>"," • <bold>"," • <italic>"," • <underline>"," • <obfuscated>"," • <space>"," • <newline>"," • <empty>"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Dynamic","icon":{"material":"REDSTONE","name":"","deprecatedNote":[],"description":["Resolves the following tags:"," • ...all tags from \"Style Only\""," • <font>"," • <keybind>"," • <translatable>"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Full","icon":{"material":"NETHER_STAR","name":"","deprecatedNote":[],"description":["Resolves the following tags:"," • ...all tags from \"Dynamic\""," • <click>"," • <hover>"," • <insertion>"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Style Only","slot":26},{"name":"Parse Legacy Color Codes","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":25}],"aliases":[],"icon":{"material":"FILLED_MAP","name":"Parse MiniMessage Expression","deprecatedNote":[],"description":["Parses a MiniMessage expression from","a string value into a styled text."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["String to parse"],"notes":[]}],"returnValues":[{"type":"COMPONENT","description":["Text parsed from the","expressions"]}]}},{"name":"GetItemAmount","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"REDSTONE","name":"Get Item Stack Size","deprecatedNote":[],"description":["Gets an item's stack size."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Item to get stack","size of"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Stack size"]}]}},{"name":"SetPotionAmp","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"GLOWSTONE_DUST","name":"Set Potion Effect Amplifier","deprecatedNote":[],"description":["Sets a potion effect's amplifier."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"POTION","plural":false,"optional":true,"description":["Potion to change"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Amplifier"],"notes":[]}],"returnValues":[]}},{"name":"GetCanDestroy","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"IRON_SHOVEL","name":"Get Breakable Blocks","deprecatedNote":[],"description":["Gets which blocks an item","can break in Adventure Mode."],"example":[],"worksWith":[],"additionalInfo":[["Output is in arbitrary order."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Item"],"notes":[]}],"returnValues":[{"type":"LIST","description":["Contains one Item for","each breakable block"]}]}},{"name":"RotateAroundAxis","codeblockName":"SET VARIABLE","tags":[{"name":"Axis","options":[{"name":"X","icon":{"material":"PRISMARINE_SHARD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Y","icon":{"material":"PRISMARINE_SHARD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Z","icon":{"material":"PRISMARINE_SHARD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"X","slot":25},{"name":"Angle Units","options":[{"name":"Degrees","icon":{"material":"SUGAR","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Radians","icon":{"material":"GLOWSTONE_DUST","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Degrees","slot":26}],"aliases":[],"icon":{"material":"HEART_OF_THE_SEA","name":"Rotate Vector Around Axis","deprecatedNote":[],"description":["Rotates a vector around an","axis by an angle."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"VECTOR","plural":false,"optional":true,"description":["Vector to rotate"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Angle"],"notes":[]}],"returnValues":[{"type":"VECTOR","description":["Rotated vector"]}]}},{"name":"GetItemName","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"GetItemDura","codeblockName":"SET VARIABLE","tags":[{"name":"Durability Type","options":[{"name":"Get Damage","icon":{"material":"BRICK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Get Damage Percentage","icon":{"material":"STICK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Get Remaining","icon":{"material":"GOLD_INGOT","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Get Remaining Percentage","icon":{"material":"BLAZE_ROD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Get Maximum","icon":{"material":"GOLD_BLOCK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Get Damage","slot":26}],"aliases":[],"icon":{"material":"DIAMOND_SWORD","name":"Get Item Durability","deprecatedNote":[],"description":["Gets the given item's current or","maximum durability."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Item"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Item durability"]}]}},{"name":"ShiftInDirection","codeblockName":"SET VARIABLE","tags":[{"name":"Direction","options":[{"name":"Forward","icon":{"material":"ARROW","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Upward","icon":{"material":"ARROW","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Sideways","icon":{"material":"ARROW","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Forward","slot":26}],"aliases":[],"icon":{"material":"STICKY_PISTON","name":"Shift Location in Direction","deprecatedNote":[],"description":["Shifts a location forward, upward,","or sideways based on its rotation."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":true,"description":["Location to shift"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Shift distance"],"notes":[["Default = 1"]]}],"returnValues":[]}},{"name":"WrapNum","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"BONE_MEAL","name":"Wrap Number","deprecatedNote":[],"description":["Checks if a number is inside","the bounds and if not, wraps","it around the farthest bound."],"example":["WrapNum(10, 2, 8) = 4","WrapNum(4, 1, 4) = 1","WrapNum(-2, 0, 7) = 5"],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Number to wrap"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Lower bound (inclusive)"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Upper bound (exclusive)"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Result"]}]}},{"name":"ReplaceString","codeblockName":"SET VARIABLE","tags":[{"name":"Regular Expressions","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Disable","slot":26},{"name":"Replacement Type","options":[{"name":"First occurrence","icon":{"material":"GHAST_TEAR","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["First Occurrence"]},{"name":"All occurrences","icon":{"material":"SUGAR","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["All Occurrences"]}],"defaultOption":"All occurrences","slot":25}],"aliases":["ReplaceText"],"icon":{"material":"LEAD","name":"Replace String","deprecatedNote":[],"description":["Searches for part of a string","and replaces it."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable","to set"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["String to change"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["String part to replace"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["Replacement"],"notes":[]}],"returnValues":[{"type":"TEXT","description":["Modified string"]}]}},{"name":" SetItemName ","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"NAME_TAG","name":"Set Item Name","deprecatedNote":[],"description":["Sets an item's name."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Item to change"],"notes":[]},{"type":"COMPONENT","plural":true,"optional":false,"description":["Name"],"notes":[]}],"returnValues":[]}},{"name":"SetLodestoneLoc","codeblockName":"SET VARIABLE","tags":[{"name":"Require Lodestone at Location","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":26}],"aliases":[],"icon":{"material":"COMPASS","name":"Set Compass Lodestone Location","deprecatedNote":[],"description":["Sets a compass's lodestone location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Item to change"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Lodestone location"],"notes":[]}],"returnValues":[]}},{"name":"FlattenList","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"PAPER","name":"Flatten List","deprecatedNote":[],"description":["Sets a variable to a list with","its sub-lists spread out","into individual elements."],"example":["[[1, 2], 5, [3, 4]] becomes [1, 2, 5, 3, 4]"],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LIST","plural":false,"optional":true,"description":["List to flatten"],"notes":[]}],"returnValues":[{"type":"LIST","description":["Flattened list"]}]}},{"name":"BlockHardness","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"OBSIDIAN","name":"Get Block Hardness","deprecatedNote":[],"description":["Gets a block's hardness value."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Block to check"],"notes":[]},{"text":"OR"},{"type":"LOCATION","plural":false,"optional":false,"description":["Location to check"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Block hardness"]}]}},{"name":"GetPotionAmp","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"GLOWSTONE_DUST","name":"Get Potion Effect Amplifier","deprecatedNote":[],"description":["Gets a potion effect's amplifier."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"POTION","plural":false,"optional":false,"description":["Potion to get","amplifier of"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Potion amplifier"]}]}},{"name":"GetParticleAmount","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"MELON_SEEDS","name":"Get Particle Effect Amount","deprecatedNote":[],"description":["Gets a particle effect's particle","amount."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"PARTICLE","plural":false,"optional":false,"description":["Effect to get","amount of"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Particle amount"]}]}},{"name":"GetDictSize","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"BOOKSHELF","name":"Get Dictionary Size","deprecatedNote":[],"description":["Gets the number of entries","in a dictionary."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"DICT","plural":false,"optional":false,"description":["Dictionary to","measure"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Dictionary size"]}]}},{"name":"SetItemAmount","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"REDSTONE","name":"Set Item Stack Size","deprecatedNote":[],"description":["Sets an item's stack size."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Item to change"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Stack size"],"notes":[]}],"returnValues":[]}},{"name":"SubtractVectors","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"PRISMARINE_SLAB","name":"Subtract Vectors","deprecatedNote":[],"description":["Sets a variable to the difference","between the given vectors."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"VECTOR","plural":true,"optional":false,"description":["Vectors to subtract"],"notes":[]}],"returnValues":[{"type":"VECTOR","description":["Result"]}]}},{"name":"SetCase","codeblockName":"SET VARIABLE","tags":[{"name":"Capitalization Type","options":[{"name":"UPPERCASE","icon":{"material":"IRON_INGOT","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"lowercase","icon":{"material":"BRICK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Proper Case","icon":{"material":"BOOK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Title Case"]},{"name":"iNVERT CASE","icon":{"material":"NETHER_BRICK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"RAnDoM cASe","icon":{"material":"PRISMARINE_CRYSTALS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"UPPERCASE","slot":26}],"aliases":[],"icon":{"material":"INK_SAC","name":"Set String Case","deprecatedNote":[],"description":["Sets a string's capitalization","(eg. to uppercase)."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"TEXT","plural":false,"optional":true,"description":["String to change"],"notes":[]}],"returnValues":[{"type":"TEXT","description":["Modified string"]}]}},{"name":"SetParticleColor","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"PINK_DYE","name":"Set Particle Effect Color","deprecatedNote":[],"description":["Sets a particle effect's particle","color and color variation."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"PARTICLE","plural":false,"optional":true,"description":["Effect to","change"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["Color hexadecimal"],"notes":[["Example: \"#FF0000\" (red)"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Color variation (%)"],"notes":[]}],"returnValues":[]}},{"name":"GetLight","codeblockName":"SET VARIABLE","tags":[{"name":"Light Type","options":[{"name":"Combined light","icon":{"material":"PRISMARINE_CRYSTALS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Combined Light"]},{"name":"Sky light","icon":{"material":"GLASS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Sky Light"]},{"name":"Block light","icon":{"material":"LANTERN","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Block Light"]}],"defaultOption":"Combined light","slot":26}],"aliases":[],"icon":{"material":"LANTERN","name":"Get Light Level","deprecatedNote":[],"description":["Gets the light level at","a location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Light location"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Light level"]}]}},{"name":" GetBookText ","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"WRITABLE_BOOK","name":"Get Book Text","deprecatedNote":[],"description":["Gets a book's text."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Book"],"notes":[]},{"text":""},{"type":"NUMBER","plural":false,"optional":true,"description":["Page number"],"notes":[]},{"text":"OR"},{"type":"NONE","plural":false,"optional":true,"description":["Gets list of all pages"],"notes":[]}],"returnValues":[{"type":"COMPONENT","description":["Text of the specified page"]},{"text":"OR"},{"type":"LIST","description":["Contains one Styled Text","for each page of the book"]}]}},{"name":"GetDictValues","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"CHEST_MINECART","name":"Get Dictionary Values","deprecatedNote":[],"description":["Gets the list of values","in this dictionary."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"DICT","plural":false,"optional":false,"description":["Dictionary to","pull from"],"notes":[]}],"returnValues":[{"type":"LIST","description":["Contains one value","for each entry of the","dictionary"]}]}},{"name":"Vector","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"PRISMARINE_SHARD","name":"Set to Vector","deprecatedNote":[],"description":["Sets a variable to a vector."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"text":""},{"type":"NUMBER","plural":false,"optional":false,"description":["X component"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Y component"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Z component"],"notes":[]}],"returnValues":[{"type":"VECTOR","description":["Vector with the","specified components"]}]}},{"name":"Distance","codeblockName":"SET VARIABLE","tags":[{"name":"Distance Type","options":[{"name":"Distance 2D (X/Z)","icon":{"material":"RAIL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Distance 3D (X/Y/Z)","icon":{"material":"RAIL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Altitude (Y)","icon":{"material":"LADDER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Distance 3D (X/Y/Z)","slot":26}],"aliases":[],"icon":{"material":"RAIL","name":"Set to Distance","deprecatedNote":[],"description":["Sets a variable to the distance","between two locations."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Location 1"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Location 2"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Distance"]}]}},{"name":"SetItemLore","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"Root","codeblockName":"SET VARIABLE","tags":[],"aliases":["SquareRoot"],"icon":{"material":"PRISMARINE_SHARD","name":"Set to Root","deprecatedNote":[],"description":["Takes the root of a number."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Number input"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Root index"],"notes":[["Default = 2 (²√input)"]]}],"returnValues":[{"type":"NUMBER","description":["Result"]}]}},{"name":"SetParticleAmount","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"MELON_SEEDS","name":"Set Particle Effect Amount","deprecatedNote":[],"description":["Sets a particle effect's particle","amount."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"PARTICLE","plural":false,"optional":true,"description":["Effect to","change"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Particle amount"],"notes":[]}],"returnValues":[]}},{"name":"AddItemEnchant","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"ENCHANTED_BOOK","name":"Add Item Enchantment","deprecatedNote":[],"description":["Adds an enchantment to an item."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Item to change"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["Enchantment name"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Enchantment level"],"notes":[]}],"returnValues":[]}},{"name":"GetItemType","codeblockName":"SET VARIABLE","tags":[{"name":"Return Value Type","options":[{"name":"Item ID (golden_apple)","icon":{"material":"GOLDEN_APPLE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Item Name (Golden Apple)","icon":{"material":"ENCHANTED_GOLDEN_APPLE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Item","icon":{"material":"ENCHANTED_GOLDEN_APPLE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Item ID (golden_apple)","slot":26}],"aliases":[],"icon":{"material":"CHISELED_STONE_BRICKS","name":"Get Item Material","deprecatedNote":[],"description":["Gets an item's material."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Item to get material of"],"notes":[]}],"returnValues":[{"type":"TEXT","description":["Material ID or name"]},{"text":"OR"},{"type":"ITEM","description":["Material as item"]}]}},{"name":"GetDirection","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"COMPASS","name":"Get Location Direction","deprecatedNote":[],"description":["Gets a location's rotation","(pitch and yaw) as a direction."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Location to get","direction of"],"notes":[]}],"returnValues":[{"type":"VECTOR","description":["Direction"]}]}},{"name":"GetLoreLine","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STRING","name":"Get Item Lore Line","deprecatedNote":[],"description":["Gets a single line from","an item's lore."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Item to get lore from"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Lore line to get"],"notes":[]}],"returnValues":[{"type":"COMPONENT","description":["Lore text"]}]}},{"name":"GetParticleType","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"WHITE_DYE","name":"Get Particle Effect Type","deprecatedNote":[],"description":["Gets a particle effect's type."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"PARTICLE","plural":false,"optional":false,"description":["Effect to get","type of"],"notes":[]}],"returnValues":[{"type":"TEXT","description":["Particle type"]}]}},{"name":"RemoveString","codeblockName":"SET VARIABLE","tags":[{"name":"Regular Expressions","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Disable","slot":26}],"aliases":["RemoveText"],"icon":{"material":"TRIPWIRE_HOOK","name":"Remove String","deprecatedNote":[],"description":["Searches for part of a string and","removes all instances of it."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable","to set"],"notes":[]},{"type":"TEXT","plural":false,"optional":true,"description":["String to change"],"notes":[]},{"type":"TEXT","plural":true,"optional":false,"description":["String to remove"],"notes":[]}],"returnValues":[{"type":"TEXT","description":["Modified string"]}]}},{"name":"GetAllBlockData","codeblockName":"SET VARIABLE","tags":[{"name":"Hide Default","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"REPEATING_COMMAND_BLOCK","name":"Get All Block Data","deprecatedNote":[],"description":["Gets the block state tags","at a location."],"example":[],"worksWith":[],"additionalInfo":[["Returns \"0\" if the block","has no tags."],["Always returns a string value."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Block location"],"notes":[]}],"returnValues":[{"type":"TEXT","description":["Block data separated","with commas (,)"]}]}},{"name":"MaxNumber","codeblockName":"SET VARIABLE","tags":[],"aliases":["MaxValue","Max"],"icon":{"material":"POLISHED_BLACKSTONE","name":"Set to Maximum Number","deprecatedNote":[],"description":["Sets a variable to the highest","number in a set."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"NUMBER","plural":true,"optional":false,"description":["Number set","to compare"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Result"]}]}},{"name":"GetDictKeys","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"MINECART","name":"Get Dictionary Keys","deprecatedNote":[],"description":["Gets the list of keys","in this dictionary."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"DICT","plural":false,"optional":false,"description":["Dictionary to","pull from"],"notes":[]}],"returnValues":[{"type":"LIST","description":["Contains one String","entry for each key of the","dictionary"]}]}},{"name":"TrimStyledText","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"SHEARS","name":"Trim Styled Text Content","deprecatedNote":[],"description":["Trims the content of styled text,","leaving all formatting in place."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"COMPONENT","plural":false,"optional":true,"description":["Text to trim"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Start character position"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["End character position"],"notes":[["Default = Text length"]]}],"returnValues":[{"type":"COMPONENT","description":["The text trimmed from","the original text"]}]}},{"name":"SetParticleMat","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"SNOWBALL","name":"Set Particle Effect Material","deprecatedNote":[],"description":["Sets a particle effect's particle","display material."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"PARTICLE","plural":false,"optional":true,"description":["Effect to","change"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Particle material"],"notes":[]}],"returnValues":[]}},{"name":"GetCoord","codeblockName":"SET VARIABLE","tags":[{"name":"Coordinate Type","options":[{"name":"Plot coordinate","icon":{"material":"MAP","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Plot Coordinate"]},{"name":"World coordinate","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjFkZDRmZTRhNDI5YWJkNjY1ZGZkYjNlMjEzMjFkNmVmYTZhNmI1ZTdiOTU2ZGI5YzVkNTljOWVmYWIyNSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["World Coordinate"]}],"defaultOption":"Plot coordinate","slot":25},{"name":"Coordinate","options":[{"name":"X","icon":{"material":"FILLED_MAP","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Y","icon":{"material":"FILLED_MAP","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Z","icon":{"material":"FILLED_MAP","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Pitch","icon":{"material":"MAP","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Yaw","icon":{"material":"MAP","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"X","slot":26}],"aliases":[],"icon":{"material":"MAP","name":"Get Location Coordinate","deprecatedNote":[],"description":["Gets a location's X, Y, Z, pitch,","or yaw coordinate."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Location to get","coordinate of"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Coordinate of the specified","axis"]}]}},{"name":"RemoveItemTag","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"TNT_MINECART","name":"Remove Item Custom Tag","deprecatedNote":[],"description":["Removes a custom item tag."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Item to change"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["Tag name"],"notes":[]}],"returnValues":[]}},{"name":"SetParticleSize","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"NETHER_WART","name":"Set Particle Effect Size","deprecatedNote":[],"description":["Sets a particle effect's particle","size and size variation."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"PARTICLE","plural":false,"optional":true,"description":["Effect to","change"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Particle size"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Size variation (%)"],"notes":[]}],"returnValues":[]}},{"name":"GetPotionDur","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"REDSTONE","name":"Get Potion Effect Duration","deprecatedNote":[],"description":["Gets a potion effect's duration."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"POTION","plural":false,"optional":false,"description":["Potion to get","duration of"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Potion duration","in ticks"]}]}},{"name":"RandomLoc","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set to Random Location","head":"ewogICJ0aW1lc3RhbXAiIDogMTYyMDEzNjM4MDQ1MywKICAicHJvZmlsZUlkIiA6ICI0OWIzODUyNDdhMWY0NTM3YjBmN2MwZTFmMTVjMTc2NCIsCiAgInByb2ZpbGVOYW1lIiA6ICJiY2QyMDMzYzYzZWM0YmY4IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2Q5OGM4MGQzNWMyMDlhYWYyMGVhYWMyMWQ1ZGFlMTg0ZGNlMTBmYTgwNTI2ZTllNzU0YWZmYzc1MjVjODFkNjgiCiAgICB9CiAgfQp9","deprecatedNote":[],"description":["Sets the variable to a random","location between two locations."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Location 1"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Location 2"],"notes":[]}],"returnValues":[{"type":"LOCATION","description":["Random location"]}]}},{"name":"SetSoundType","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"NAUTILUS_SHELL","name":"Set Sound Type","deprecatedNote":[],"description":["Sets a sound's type."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"SOUND","plural":false,"optional":true,"description":["Sound to change"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["Sound name (e.g. \"rabbit eat\")"],"notes":[]}],"returnValues":[]}},{"name":"GetLodestoneLoc","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"COMPASS","name":"Get Compass Lodestone Location","deprecatedNote":[],"description":["Gets a compass's lodestone location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Compass to get lodestone","location of"],"notes":[]}],"returnValues":[{"type":"LOCATION","description":["Block location"]}]}},{"name":"ShiftDirection","codeblockName":"SET VARIABLE","tags":[{"name":"Direction","options":[{"name":"Forwards 2D (X/Z)","icon":{"material":"ARROW","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Forwards 3D (X/Y/Z)","icon":{"material":"ARROW","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Sideways (-L / +R)","icon":{"material":"ARROW","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Forwards 3D (X/Y/Z)","slot":26}],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"GetContainerName","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"GetParticleSprd","codeblockName":"SET VARIABLE","tags":[{"name":"Spread","options":[{"name":"Horizontal","icon":{"material":"FILLED_MAP","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Vertical","icon":{"material":"FILLED_MAP","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Horizontal","slot":26}],"aliases":[],"icon":{"material":"GUNPOWDER","name":"Get Particle Effect Spread","deprecatedNote":[],"description":["Gets a particle effect's horizontal","or vertical spread."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"PARTICLE","plural":false,"optional":false,"description":["Effect to get","spread of"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Particle spread"]}]}},{"name":"ReflectVector","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"ICE","name":"Reflect Vector","deprecatedNote":[],"description":["Reflects a vector off a","surface defined by another","vector."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"VECTOR","plural":false,"optional":true,"description":["Vector to reflect"],"notes":[]},{"type":"VECTOR","plural":false,"optional":false,"description":["Surface vector"],"notes":[]}],"returnValues":[{"type":"VECTOR","description":["Reflected vector"]}]}},{"name":"GetHeadOwner","codeblockName":"SET VARIABLE","tags":[{"name":"Text Value","options":[{"name":"Owner Name","icon":{"material":"PAPER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Owner UUID","icon":{"material":"NAME_TAG","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Owner Name","slot":26}],"aliases":[],"icon":{"material":"ZOMBIE_HEAD","name":"Get Head Owner","deprecatedNote":[],"description":["Gets a player head's owner","name or UUID."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Head to get owner of"],"notes":[]}],"returnValues":[{"type":"TEXT","description":["Head owner"]}]}},{"name":"GetItemEnchants","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"AppendDict","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"FURNACE_MINECART","name":"Append Dictionary","deprecatedNote":[],"description":["Adds all entries from one","dictionary into the other."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Dictionary to","add to"],"notes":[]},{"type":"DICT","plural":false,"optional":false,"description":["Dictionary","to append"],"notes":[]}],"returnValues":[]}},{"name":"GetMaxItemAmount","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"REDSTONE_BLOCK","name":"Get Item Maximum Stack Size","deprecatedNote":[],"description":["Gets an item's maximum stack size."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Item to get maximum stack","size of"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Maximum stack size"]}]}},{"name":"GetColorChannels","codeblockName":"SET VARIABLE","tags":[{"name":"Color Channels","options":[{"name":"RGB","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["1. Red (0 - 255)","2. Green (0 - 255)","3. Blue (0 - 255)"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"HSB","icon":{"material":"ORANGE_DYE","name":"","deprecatedNote":[],"description":["1. Hue (0.0 - 360.0)","2. Saturation (0.0 - 100.0)","3. Brightness (0.0 - 100.0)"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"HSL","icon":{"material":"PINK_DYE","name":"","deprecatedNote":[],"description":["1. Hue (0.0 - 360.0)","2. Saturation (0.0 - 100.0)","3. Lightness (0.0 - 100.0)"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"RGB","slot":26}],"aliases":[],"icon":{"material":"WHEAT_SEEDS","name":"Get Color Channels","deprecatedNote":[],"description":["Gets a color's RGB/HSB/HSL","number values as a list."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":true,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["Color hexadecimal"],"notes":[["Example: \"#FF0000\" (red)"]]}],"returnValues":[{"type":"LIST","description":["Contains one Number for","each color channel"]}]}},{"name":" SetDirection ","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"COMPASS","name":"Set Location Direction","deprecatedNote":[],"description":["Sets a location's rotation","(pitch and yaw) to a direction."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":true,"description":["Location to change"],"notes":[]},{"type":"VECTOR","plural":false,"optional":false,"description":["Direction"],"notes":[]}],"returnValues":[{"type":"LOCATION","description":["Modified location"]}]}},{"name":"SetListValue","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"WRITABLE_BOOK","name":"Set List Value","deprecatedNote":[],"description":["Sets a list variable's value at","an index."],"example":[],"worksWith":[],"additionalInfo":[["List indices start at 1."],["Setting an index beyond the","bounds of the list will","clamp the index to the","list bounds."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["List to change"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Index"],"notes":[]},{"type":"ANY_TYPE","plural":false,"optional":false,"description":["Value to set"],"notes":[]}],"returnValues":[]}},{"name":" SetItemEnchants ","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"ENCHANTING_TABLE","name":"Set Item Enchantments","deprecatedNote":[],"description":["Sets an item's enchantment list."],"example":[],"worksWith":[],"additionalInfo":[["Refer to the format of the","'Get Item Enchantments' action."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Item to change"],"notes":[]},{"type":"DICT","plural":false,"optional":false,"description":["Enchantments"],"notes":[["Key of enchantment ID"],["Value of enchantment level"]]}],"returnValues":[]}},{"name":"SetBookText","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"WRITABLE_BOOK","name":"Set Book Text","deprecatedNote":[],"description":["Sets a book's text."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Book"],"notes":[]},{"text":""},{"type":"COMPONENT","plural":true,"optional":false,"description":["Pages"],"notes":[]},{"text":"OR"},{"type":"COMPONENT","plural":false,"optional":false,"description":["Page text"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Page number"],"notes":[]}],"returnValues":[]}},{"name":"RandomValue","codeblockName":"SET VARIABLE","tags":[],"aliases":["RandomObj"],"icon":{"material":"PLAYER_HEAD","name":"Set to Random Value","head":"ewogICJ0aW1lc3RhbXAiIDogMTYyMDEzNjM4MDQ1MywKICAicHJvZmlsZUlkIiA6ICI0OWIzODUyNDdhMWY0NTM3YjBmN2MwZTFmMTVjMTc2NCIsCiAgInByb2ZpbGVOYW1lIiA6ICJiY2QyMDMzYzYzZWM0YmY4IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2Q5OGM4MGQzNWMyMDlhYWYyMGVhYWMyMWQ1ZGFlMTg0ZGNlMTBmYTgwNTI2ZTllNzU0YWZmYzc1MjVjODFkNjgiCiAgICB9CiAgfQp9","deprecatedNote":[],"description":["Sets a variable to a random","value from a set."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ANY_TYPE","plural":true,"optional":false,"description":["Value set","to choose from"],"notes":[]}],"returnValues":[{"type":"ANY_TYPE","description":["Randomly","chosen value"]}]}},{"name":"SetItemType","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"CHISELED_STONE_BRICKS","name":"Set Item Material","deprecatedNote":[],"description":["Sets an item's material."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Item to change"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["Material"],"notes":[]}],"returnValues":[]}},{"name":"GetSoundType","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"NAUTILUS_SHELL","name":"Get Sound Type","deprecatedNote":[],"description":["Gets the given sound's type."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"SOUND","plural":false,"optional":false,"description":["Sound to get type of"],"notes":[]}],"returnValues":[{"type":"TEXT","description":["Sound type"]}]}},{"name":"GetListValue","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"BOOK","name":"Get List Value","deprecatedNote":[],"description":["Gets a list variable's value at","an index."],"example":[],"worksWith":[],"additionalInfo":[["List indices start at 1."],["If the index is outside the","given list, 0 is returned."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LIST","plural":false,"optional":false,"description":["List to get value of"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Index"],"notes":[]}],"returnValues":[{"type":"ANY_TYPE","description":["List value"]}]}},{"name":"Tangent","codeblockName":"SET VARIABLE","tags":[{"name":"Tangent Variant","options":[{"name":"Tangent","icon":{"material":"MELON_SLICE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Inverse tangent (arctangent)","icon":{"material":"GLISTERING_MELON_SLICE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Hyperbolic tangent","icon":{"material":"LILY_PAD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Tangent","slot":25},{"name":"Input","options":[{"name":"Degrees","icon":{"material":"SUGAR","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Radians","icon":{"material":"GLOWSTONE_DUST","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Degrees","slot":26}],"aliases":[],"icon":{"material":"HORN_CORAL","name":"Set to Tangent","deprecatedNote":[],"description":["Sets a variable to the trigonometric","tangent function of a number."],"example":[],"worksWith":[],"additionalInfo":[["Use the variant tag to swap between","tan, atan and tanh functions."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":true,"loadedItem":"","tags":2,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Number input"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Result"]}]}},{"name":"VoronoiNoise","codeblockName":"SET VARIABLE","tags":[{"name":"Cell Edge Type","options":[{"name":"Euclidean","icon":{"material":"GUNPOWDER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Manhattan","icon":{"material":"LIGHT_GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Natural","icon":{"material":"CLAY_BALL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Euclidean","slot":26}],"aliases":[],"icon":{"material":"PUMPKIN_SEEDS","name":"Get Voronoi Noise","deprecatedNote":[],"description":["Gets a Voronoi noise value: A cellular","noise in which the value of an entire","cell is calculated."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":true,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Noise location"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Cell frequency"],"notes":[["Default = 1"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Cell scatter"],"notes":[["5-15 for cell shapes (Default = 10)"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Generation seed"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["A value between 0 and 1"]}]}},{"name":"SetDirection","codeblockName":"SET VARIABLE","tags":[{"name":"Face Direction","options":[{"name":"Towards direction","icon":{"material":"ENDER_EYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Towards Direction"]},{"name":"Towards opposite direction","icon":{"material":"ENDER_PEARL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Towards Opposite Direction"]}],"defaultOption":"Towards direction","slot":26}],"aliases":["FaceDirection"],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"HSBColor","codeblockName":"SET VARIABLE","tags":[],"aliases":["HSVColor"],"icon":{"material":"ORANGE_TULIP","name":"Set to HSB Color","deprecatedNote":[],"description":["Creates a color based on hue,","saturation, and brightness."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":true,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"text":""},{"type":"NUMBER","plural":false,"optional":false,"description":["Hue (Color circle, 0-360)"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Saturation (0-100)"],"notes":[["Default = 100"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Brightness (0-100)"],"notes":[["Default = 100"]]},{"text":"OR"},{"type":"LIST","plural":false,"optional":false,"description":["H, S, B values"],"notes":[]}],"returnValues":[]}},{"name":"+=","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"GLOWSTONE_DUST","name":"Increment Number (+=)","deprecatedNote":[],"description":["Increments a number variable","by 1 or more other numbers."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable","to increment"],"notes":[]},{"type":"NUMBER","plural":true,"optional":true,"description":["Number(s) to","increment by"],"notes":[["Default = 1"]]}],"returnValues":[{"type":"NUMBER","description":["Result"]}]}},{"name":"GetSoundVariant","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"GOAT_HORN","name":"Get Sound Variant","deprecatedNote":[],"description":["Gets the variant of a sound."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"SOUND","plural":false,"optional":false,"description":["Sound to get variant of"],"notes":[]}],"returnValues":[{"type":"TEXT","description":["Variant name"]}]}},{"name":"GetItemColor","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"YELLOW_DYE","name":"Get Item Color","deprecatedNote":[],"description":["Gets a colorable item's color."],"example":[],"worksWith":["Leather Armor","Potions","Tipped Arrows","Filled Maps"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":true,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable","to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Item to get color of"],"notes":[]}],"returnValues":[{"type":"TEXT","description":["Color hexadecimal","Example: \"#FF0000\" (red)"]}]}},{"name":"ClearFormatting","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"GLASS","name":"Clear Formatting","deprecatedNote":[],"description":["Clears all formatting from the","given styled text."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"COMPONENT","plural":false,"optional":true,"description":["Text to change"],"notes":[]}],"returnValues":[{"type":"TEXT","description":["Plain string with no","formatting"]}]}},{"name":"InsertListValue","codeblockName":"SET VARIABLE","tags":[],"aliases":["InsertListIndex"],"icon":{"material":"HOPPER","name":"Insert List Value","deprecatedNote":[],"description":["Inserts a value into a list","variable at an index, shifting","all values at and after it to","the right."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["List to change"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Index"],"notes":[]},{"type":"ANY_TYPE","plural":false,"optional":false,"description":["Value to insert"],"notes":[]}],"returnValues":[]}},{"name":"SetSoundVolume","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"JUKEBOX","name":"Set Sound Volume","deprecatedNote":[],"description":["Sets a sound's volume."],"example":[],"worksWith":[],"additionalInfo":[["Sound volume decreases based","on distance to the sound's origin."],["The maximum distance to hear a","sound is equal to 16.0 × volume."],["At volumes below 1.0, the sound's","loudness at its origin decreases."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"SOUND","plural":false,"optional":true,"description":["Sound to change"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Volume"],"notes":[]}],"returnValues":[]}},{"name":"SetCoord","codeblockName":"SET VARIABLE","tags":[{"name":"Coordinate Type","options":[{"name":"Plot coordinate","icon":{"material":"MAP","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Plot Coordinate"]},{"name":"World coordinate","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjFkZDRmZTRhNDI5YWJkNjY1ZGZkYjNlMjEzMjFkNmVmYTZhNmI1ZTdiOTU2ZGI5YzVkNTljOWVmYWIyNSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["World Coordinate"]}],"defaultOption":"Plot coordinate","slot":25},{"name":"Coordinate","options":[{"name":"X","icon":{"material":"FILLED_MAP","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Y","icon":{"material":"FILLED_MAP","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Z","icon":{"material":"FILLED_MAP","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Pitch","icon":{"material":"MAP","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Yaw","icon":{"material":"MAP","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"X","slot":26}],"aliases":[],"icon":{"material":"MAP","name":"Set Location Coordinate","deprecatedNote":[],"description":["Sets a location's X, Y, Z, pitch,","or yaw coordinate."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":true,"description":["Location to change"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Coordinate"],"notes":[]}],"returnValues":[]}},{"name":"AddVectors","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"PRISMARINE","name":"Add Vectors","deprecatedNote":[],"description":["Sets a variable to the sum","of the given vectors."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"VECTOR","plural":true,"optional":false,"description":["Vectors to add"],"notes":[]}],"returnValues":[{"type":"VECTOR","description":["Result"]}]}},{"name":"SetPitch","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"RaycastBlock","codeblockName":"SET VARIABLE","tags":[{"name":"Ignore Passable Blocks","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":25},{"name":"Fluid Collision","options":[{"name":"Ignore fluids","icon":{"material":"BUCKET","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Detect fluids","icon":{"material":"WATER_BUCKET","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Source blocks only","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzRmY2JjMjU2ZDBiZTdlNjgzYWY4NGUzOGM0YmNkYjcxYWZiOTM5ODUzOGEyOWFhOTZjYmZhMzE4YjJlYSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Ignore fluids","slot":26}],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[],"returnValues":[]}},{"name":" GetItemEnchants ","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"ENCHANTING_TABLE","name":"Get Item Enchantments","deprecatedNote":[],"description":["Gets an item's enchantments."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Item to get enchantments from"],"notes":[]}],"returnValues":[{"type":"DICT","description":["Key represents the enchantment","name as String, value represents the","enchantment level as Number"]}]}},{"name":"SetHeadTexture","codeblockName":"SET VARIABLE","tags":[],"aliases":["SetHeadOwner"],"icon":{"material":"PLAYER_HEAD","name":"Set Head Texture","deprecatedNote":[],"description":["Sets a player head's texture","using an owning player","or custom texture."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Player head"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["Owner name, UUID or","texture value"],"notes":[]}],"returnValues":[]}},{"name":"PerlinNoise","codeblockName":"SET VARIABLE","tags":[{"name":"Fractal Type","options":[{"name":"Brownian","icon":{"material":"BRICK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Billow (Dark edges)","icon":{"material":"NETHER_BRICK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Rigid (Light edges)","icon":{"material":"IRON_INGOT","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Brownian","slot":26}],"aliases":[],"icon":{"material":"BEETROOT_SEEDS","name":"Get Perlin Noise","deprecatedNote":[],"description":["Gets a Perlin noise value: A type","of fractal gradient noise."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":true,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Noise location"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Frequency (Scale)"],"notes":[["Default = 1"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Octaves (Perlin layers)"],"notes":[["1-8, default = 1"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Octave frequency gain"],"notes":[["Default = 1.5"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Octave amplitude gain"],"notes":[["Default = 0.75"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Generation seed"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["A value between 0 and 1"]}]}},{"name":"WorleyNoise","codeblockName":"SET VARIABLE","tags":[{"name":"Cell Edge Type","options":[{"name":"Euclidean","icon":{"material":"GUNPOWDER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Manhattan","icon":{"material":"LIGHT_GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Natural","icon":{"material":"CLAY_BALL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Euclidean","slot":25},{"name":"Distance Calculation","options":[{"name":"Primary","icon":{"material":"LAPIS_LAZULI","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Secondary","icon":{"material":"LAPIS_LAZULI","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Additive","icon":{"material":"LAPIS_LAZULI","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Subtractive","icon":{"material":"LAPIS_LAZULI","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Multiplicative","icon":{"material":"LAPIS_LAZULI","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Divisive","icon":{"material":"LAPIS_LAZULI","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Primary","slot":26}],"aliases":[],"icon":{"material":"MELON_SEEDS","name":"Get Worley Noise","deprecatedNote":[],"description":["Gets a Worley noise value: A cellular","noise in which the distance between","two cells' nuclei is calculated."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":true,"loadedItem":"","tags":2,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Noise location"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Cell frequency"],"notes":[["Default = 1"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Cell scatter"],"notes":[["5-15 for cell shapes (Default = 10)"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Generation seed"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["A value between 0 and 1"]}]}},{"name":"SetItemColor","codeblockName":"SET VARIABLE","tags":[],"aliases":["SetLeatherColor"],"icon":{"material":"YELLOW_DYE","name":"Set Item Color","deprecatedNote":[],"description":["Sets a colorable item's color."],"example":[],"worksWith":["Leather Armor","Potions","Tipped Arrows","Filled Maps"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":true,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Item to change"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["Color hexadecimal"],"notes":[["Example: \"#FF0000\" (red)"]]}],"returnValues":[]}},{"name":"GetParticleColor","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"PINK_DYE","name":"Get Particle Effect Color","deprecatedNote":[],"description":["Gets a particle effect's particle","color."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"PARTICLE","plural":false,"optional":false,"description":["Effect to get","color of"],"notes":[]}],"returnValues":[{"type":"TEXT","description":["Color hexadecimal","Example: \"#FF0000\" (red)"]}]}},{"name":"SetSoundPitch","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"NOTE_BLOCK","name":"Set Sound Pitch","deprecatedNote":[],"description":["Sets a sound's pitch or note"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"SOUND","plural":false,"optional":true,"description":["Sound to change"],"notes":[]},{"text":""},{"type":"NUMBER","plural":false,"optional":false,"description":["Pitch"],"notes":[]},{"text":"OR"},{"type":"TEXT","plural":false,"optional":false,"description":["Note"],"notes":[]}],"returnValues":[]}},{"name":" RoundNumber ","codeblockName":"SET VARIABLE","tags":[{"name":"Round Mode","options":[{"name":"Floor","icon":{"material":"IRON_NUGGET","name":"","deprecatedNote":[],"description":["Rounds the number","down."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Round to Floor"]},{"name":"Nearest","icon":{"material":"IRON_INGOT","name":"","deprecatedNote":[],"description":["Rounds the number to","the nearest value."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Round to Nearest"]},{"name":"Ceiling","icon":{"material":"IRON_BLOCK","name":"","deprecatedNote":[],"description":["Rounds the number up."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Round to Ceiling"]}],"defaultOption":"Nearest","slot":26}],"aliases":[],"icon":{"material":"QUARTZ_STAIRS","name":"Round Number","deprecatedNote":[],"description":["Rounds a number to a whole","number or multiple."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Number to round"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Round multiple"],"notes":[["Default = 1 (Whole number)"]]}],"returnValues":[{"type":"NUMBER","description":["Result"]}]}},{"name":"GetCanPlaceOn","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"DIRT","name":"Get Placeable Blocks","deprecatedNote":[],"description":["Gets which blocks an item","can be placed on in Adventure Mode."],"example":[],"worksWith":[],"additionalInfo":[["Output is in arbitrary order."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Item"],"notes":[]}],"returnValues":[{"type":"LIST","description":["Contains one Item for","each placeable block"]}]}},{"name":"SortList","codeblockName":"SET VARIABLE","tags":[{"name":"Sort Order","options":[{"name":"Ascending","icon":{"material":"PRISMARINE_BRICK_STAIRS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Descending","icon":{"material":"DARK_PRISMARINE_STAIRS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Ascending","slot":26}],"aliases":[],"icon":{"material":"REPEATING_COMMAND_BLOCK","name":"Sort List","deprecatedNote":[],"description":["Sorts a list variable's values."],"example":[],"worksWith":["Numbers, Text, Lists"],"additionalInfo":[["Sub-lists are sorted by","their first index."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LIST","plural":false,"optional":true,"description":["List to sort"],"notes":[]}],"returnValues":[{"type":"LIST","description":["Sorted list"]}]}},{"name":"SetCustomSound","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"AMETHYST_SHARD","name":"Set Custom Sound Key","deprecatedNote":[],"description":["Sets the key of a custom sound."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"SOUND","plural":false,"optional":true,"description":["Sound to change"],"notes":[]},{"type":"TEXT","plural":false,"optional":true,"description":["Sound key"],"notes":[]}],"returnValues":[]}},{"name":"RemoveDictEntry","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"TNT_MINECART","name":"Remove Dictionary Entry","deprecatedNote":[],"description":["Removes the dictionary entry","with the given key."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Dictionary to change"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["Key to remove"],"notes":[]},{"type":"ANY_TYPE","plural":true,"optional":true,"description":["Expected value(s)"],"notes":[["When given, the entry will only","be removed if the current value","matches."]]}],"returnValues":[]}},{"name":"FormatTime","codeblockName":"SET VARIABLE","tags":[{"name":"Format","options":[{"name":"Custom","icon":{"material":"BOOK","name":"","deprecatedNote":[],"description":["Use the SimpleDateFormat","online documentation."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"2020/08/17 17:20:54","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjEyZjc4N2M1NGRkODlkMTI2OThkZDE3YjU2NTEyOTRjZmI4MDE3ZDZhZDRkMjZlZTZhOTFjZjFkMGMxYzQifX19","deprecatedNote":[],"description":["YYYY/MM/dd HH:mm:s"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"2020/08/17","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjEyZjc4N2M1NGRkODlkMTI2OThkZDE3YjU2NTEyOTRjZmI4MDE3ZDZhZDRkMjZlZTZhOTFjZjFkMGMxYzQifX19","deprecatedNote":[],"description":["YYYY/MM/dd"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Mon, August 17","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjEyZjc4N2M1NGRkODlkMTI2OThkZDE3YjU2NTEyOTRjZmI4MDE3ZDZhZDRkMjZlZTZhOTFjZjFkMGMxYzQifX19","deprecatedNote":[],"description":["EEE, MMMM d"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Monday","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjEyZjc4N2M1NGRkODlkMTI2OThkZDE3YjU2NTEyOTRjZmI4MDE3ZDZhZDRkMjZlZTZhOTFjZjFkMGMxYzQifX19","deprecatedNote":[],"description":["EEEE"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"17:20:54","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjEyZjc4N2M1NGRkODlkMTI2OThkZDE3YjU2NTEyOTRjZmI4MDE3ZDZhZDRkMjZlZTZhOTFjZjFkMGMxYzQifX19","deprecatedNote":[],"description":["HH:mm:ss"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"5:20 PM","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjEyZjc4N2M1NGRkODlkMTI2OThkZDE3YjU2NTEyOTRjZmI4MDE3ZDZhZDRkMjZlZTZhOTFjZjFkMGMxYzQifX19","deprecatedNote":[],"description":["h:mm a"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"17h20m54s","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjEyZjc4N2M1NGRkODlkMTI2OThkZDE3YjU2NTEyOTRjZmI4MDE3ZDZhZDRkMjZlZTZhOTFjZjFkMGMxYzQifX19","deprecatedNote":[],"description":["H'h'm'm's's'"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"54.229 seconds","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjEyZjc4N2M1NGRkODlkMTI2OThkZDE3YjU2NTEyOTRjZmI4MDE3ZDZhZDRkMjZlZTZhOTFjZjFkMGMxYzQifX19","deprecatedNote":[],"description":["s.S 'seconds'"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"2020/08/17 17:20:54","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Format Timestamp","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzg0NzJhMmRjYzIzOWI0YTQ4M2FjNDRjMWRiZjhmZGJhMGZjYTFkMjUzZWI2NDNmYTBiZDkzYWY4M2EzNzMifX19","deprecatedNote":[],"description":["Converts a numerical timestamp to","a human-readable time/date text","using a date format."],"example":[],"worksWith":[],"additionalInfo":[["Use Game Value: Timestamp to","generate timestamps."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Time to format"],"notes":[]},{"type":"TEXT","plural":false,"optional":true,"description":["Custom Format"],"notes":[["Used only if Tag: Format is set","to Custom"]]}],"returnValues":[{"type":"TEXT","description":["Formatted timestamp"]}]}},{"name":"SetItemFlags","codeblockName":"SET VARIABLE","tags":[{"name":"Hide Armor Trim","options":[{"name":"True","icon":{"material":"NETHERITE_CHESTPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"NETHERITE_CHESTPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"No Change","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"No Change","slot":19},{"name":"Hide Color","options":[{"name":"True","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":0,"green":255,"blue":255},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":0,"green":255,"blue":255},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"No Change","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"No Change","slot":20},{"name":"Hide Enchantments","options":[{"name":"True","icon":{"material":"ENCHANTING_TABLE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"ENCHANTING_TABLE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"No Change","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"No Change","slot":21},{"name":"Hide Attributes","options":[{"name":"True","icon":{"material":"GOLDEN_APPLE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"GOLDEN_APPLE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"No Change","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"No Change","slot":22},{"name":"Hide Unbreakable","options":[{"name":"True","icon":{"material":"DAMAGED_ANVIL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"DAMAGED_ANVIL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"No Change","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"No Change","slot":23},{"name":"Hide Can Destroy","options":[{"name":"True","icon":{"material":"TNT","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"TNT","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"No Change","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"No Change","slot":24},{"name":"Hide Can Place On","options":[{"name":"True","icon":{"material":"COBBLESTONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"COBBLESTONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"No Change","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"No Change","slot":25},{"name":"Hide Potion Effects","options":[{"name":"True","icon":{"material":"BREWING_STAND","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"BREWING_STAND","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"No Change","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"No Change","slot":26}],"aliases":[],"icon":{"material":"LIME_BANNER","name":"Set Item Visibility Flags","deprecatedNote":[],"description":["Sets which components of an item","are visible, similar to /hideflags."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":8,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Item"],"notes":[]}],"returnValues":[]}},{"name":"StringLength","codeblockName":"SET VARIABLE","tags":[],"aliases":["TextLength"],"icon":{"material":"BOOKSHELF","name":"Get String Length","deprecatedNote":[],"description":["Gets the number of characters","a string has."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["String to measure"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["String length"]}]}},{"name":"GetItemEffects","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"GLASS_BOTTLE","name":"Get Item Potion Effects","deprecatedNote":[],"description":["Gets the potion effects applied by","an item."],"example":[],"worksWith":["Potions","Tipped Arrows","Suspicious Stew"],"additionalInfo":[["Durations of effects applied by","Tipped Arrows and Instant Potions","are multiplied by 8."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Item to get effects from"],"notes":[]}],"returnValues":[{"type":"LIST","description":["Contains one Potion Effect","for each effect in the item"]}]}},{"name":"StyledText","codeblockName":"SET VARIABLE","tags":[{"name":"Text Value Merging","options":[{"name":"Add spaces","icon":{"material":"PISTON","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Add Spaces"]},{"name":"No spaces","icon":{"material":"STICKY_PISTON","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["No Spaces"]}],"defaultOption":"No spaces","slot":26},{"name":"Inherit Styles","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Text style of the last value","will be inherited when merging","multiple values."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["Each value will have independent","text style when merging multiple","values."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":25}],"aliases":[],"icon":{"material":"BOOK","name":"Set to Styled Text","deprecatedNote":[],"description":["Sets a variable to a styled text, or combines","multiple values into one styled text."],"example":[],"worksWith":[],"additionalInfo":[["All values will be converted to styled text."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ANY_TYPE","plural":true,"optional":true,"description":["Text to set to"],"notes":[]}],"returnValues":[]}},{"name":"GetMiniMessageExpr","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STRING","name":"Get MiniMessage Expression","deprecatedNote":[],"description":["Gets the MiniMessage expression for","a styled text value."],"example":[],"worksWith":[],"additionalInfo":[["This value will often NOT match the","source expression! Meta tags such as","\"<rainbow>\" will be broken down into","several adjacent \"<color>\" tags."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"COMPONENT","plural":false,"optional":false,"description":["Text to read"],"notes":[]}],"returnValues":[{"type":"TEXT","description":["String containing the raw","expressions"]}]}},{"name":"SetYaw","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":" SetItemLore ","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"BOOK","name":"Set Item Lore","deprecatedNote":[],"description":["Sets an item's lore list."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Item to change"],"notes":[]},{"text":""},{"type":"COMPONENT","plural":true,"optional":true,"description":["Lore"],"notes":[]},{"text":"OR"},{"type":"COMPONENT","plural":false,"optional":true,"description":["Lore line text"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Line number"],"notes":[]}],"returnValues":[]}},{"name":"SetItemEffects","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"GLASS_BOTTLE","name":"Set Item Potion Effects","deprecatedNote":[],"description":["Sets the potion effects applied by","an item."],"example":[],"worksWith":["Potions","Tipped Arrows","Suspicious Stew"],"additionalInfo":[["Durations of effects applied by","Tipped Arrows and Instant Potions","are divided by 8."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Item to change"],"notes":[]},{"type":"POTION","plural":true,"optional":false,"description":["Item effects"],"notes":[]}],"returnValues":[]}},{"name":"-=","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"REDSTONE","name":"Decrement Number (-=)","deprecatedNote":[],"description":["Decrements a number variable","by 1 or more other numbers."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable","to decrement"],"notes":[]},{"type":"NUMBER","plural":true,"optional":true,"description":["Number(s) to","decrement by"],"notes":[["Default = 1"]]}],"returnValues":[{"type":"NUMBER","description":["Result"]}]}},{"name":"GetItemTag","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"HOPPER_MINECART","name":"Get Item Custom Tag","deprecatedNote":[],"description":["Gets the value of a custom","item tag."],"example":[],"worksWith":[],"additionalInfo":[["Returns 0 if the tag is","not present."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Item to get tag of"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["Tag name"],"notes":[]}],"returnValues":[{"type":"ANY_TYPE","description":["Tag value"]}]}},{"name":"CreateList","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"ENDER_CHEST","name":"Create List","deprecatedNote":[],"description":["Creates a list from the given","values."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ANY_TYPE","plural":true,"optional":true,"description":["Value list"],"notes":[]}],"returnValues":[]}},{"name":"AppendList","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"FURNACE_MINECART","name":"Append List to List","deprecatedNote":[],"description":["Adds a list to the end of","another list variable."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["List to append to"],"notes":[]},{"type":"LIST","plural":true,"optional":false,"description":["List(s) to append"],"notes":[]}],"returnValues":[]}},{"name":"GetContainerItems","codeblockName":"SET VARIABLE","tags":[{"name":"Ignore Empty Slots","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":26}],"aliases":[],"icon":{"material":"CHEST","name":"Get Container Contents","deprecatedNote":[],"description":["Gets a container's contents","at a location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Container location"],"notes":[]}],"returnValues":[{"type":"LIST","description":["Contains one Item for","each item in the container"]}]}},{"name":"ShiftToward","codeblockName":"SET VARIABLE","tags":[],"aliases":["ShiftTowards","ShiftLocTowards"],"icon":{"material":"TARGET","name":"Shift Location Toward Location","deprecatedNote":[],"description":["Shifts a location toward another","location by the given distance."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":true,"description":["Location to shift"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Target location"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Shift distance"],"notes":[["Default = 1"]]}],"returnValues":[]}},{"name":"TrimList","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"SHEARS","name":"Trim List","deprecatedNote":[],"description":["Trims a list, starting and ending","at the given indices."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LIST","plural":false,"optional":true,"description":["List to trim"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Start index"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["End index"],"notes":[["Default = List length"]]}],"returnValues":[{"type":"LIST","description":["Trimmed list"]}]}},{"name":"ClearEnchants","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"CHISELED_BOOKSHELF","name":"Clear Item Enchantments","deprecatedNote":[],"description":["Removes enchantments from an item."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Item to change"],"notes":[]}],"returnValues":[]}},{"name":"Cosine","codeblockName":"SET VARIABLE","tags":[{"name":"Cosine Variant","options":[{"name":"Cosine","icon":{"material":"MELON_SLICE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Inverse cosine (arccosine)","icon":{"material":"GLISTERING_MELON_SLICE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Hyperbolic cosine","icon":{"material":"LILY_PAD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Cosine","slot":25},{"name":"Input","options":[{"name":"Degrees","icon":{"material":"SUGAR","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Radians","icon":{"material":"GLOWSTONE_DUST","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Degrees","slot":26}],"aliases":[],"icon":{"material":"BUBBLE_CORAL","name":"Set to Cosine","deprecatedNote":[],"description":["Sets a variable to the trigonometric","cosine function of a number."],"example":[],"worksWith":[],"additionalInfo":[["Use the variant tag to swap between","cos, acos and cosh functions."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":true,"loadedItem":"","tags":2,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Number input"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Result"]}]}},{"name":"SetVectorComp","codeblockName":"SET VARIABLE","tags":[{"name":"Component","options":[{"name":"X","icon":{"material":"PRISMARINE_SHARD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Y","icon":{"material":"PRISMARINE_SHARD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Z","icon":{"material":"PRISMARINE_SHARD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"X","slot":26}],"aliases":[],"icon":{"material":"PRISMARINE_CRYSTALS","name":"Set Vector Component","deprecatedNote":[],"description":["Sets a vector's X, Y, or Z","component."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"VECTOR","plural":false,"optional":true,"description":["Vector to change"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Component"],"notes":[]}],"returnValues":[]}},{"name":"ParseNumber","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"ANVIL","name":"Parse Number from String","deprecatedNote":[],"description":["Converts a string to a number."],"example":[],"worksWith":[],"additionalInfo":[["If the string is not a valid","number, the result is 0."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"TEXT","plural":false,"optional":true,"description":["String to convert"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Parsed number"]}]}},{"name":"Exponent","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"PRISMARINE_CRYSTALS","name":"Set to Exponential","deprecatedNote":[],"description":["Raises a number to the power","of an exponent."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Number input"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Exponent"],"notes":[["Default = 2 (input²)"]]}],"returnValues":[{"type":"NUMBER","description":["Result"]}]}},{"name":"ShiftAllDirs","codeblockName":"SET VARIABLE","tags":[{"name":"Ignore Pitch","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":26}],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"GetValueIndex","codeblockName":"SET VARIABLE","tags":[{"name":"Search Order","options":[{"name":"Ascending (first index)","icon":{"material":"PRISMARINE_BRICK_STAIRS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Ascending (First Index)"]},{"name":"Descending (last index)","icon":{"material":"DARK_PRISMARINE_STAIRS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Descending (Last Index)"]}],"defaultOption":"Ascending (first index)","slot":26}],"aliases":[],"icon":{"material":"FLINT","name":"Get List Index of Value","deprecatedNote":[],"description":["Searches for a value in a list","variable and gets the index if","found."],"example":[],"worksWith":[],"additionalInfo":[["Returns 0 if the value is not","found in the list."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LIST","plural":false,"optional":false,"description":["List to search in"],"notes":[]},{"type":"ANY_TYPE","plural":false,"optional":false,"description":["Value to search"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Value index"]}]}},{"name":"RemItemEnchant","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"GRINDSTONE","name":"Remove Item Enchantment","deprecatedNote":[],"description":["Removes an enchantment from an item."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Item to change"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["Enchantment name"],"notes":[]}],"returnValues":[]}},{"name":"GetBookText","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetParticleRoll","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STRING","name":"Set Particle Roll","deprecatedNote":[],"description":["Sets a particle effect's roll."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"PARTICLE","plural":false,"optional":true,"description":["Effect to","change"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Particle roll"],"notes":[]}],"returnValues":[]}},{"name":"SetSoundVariant","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"GOAT_HORN","name":"Set Sound Variant","deprecatedNote":[],"description":["Sets the variant of a sound."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"SOUND","plural":false,"optional":true,"description":["Sound to change"],"notes":[]},{"type":"TEXT","plural":false,"optional":true,"description":["Variant ID (e.g. \"break1\")"],"notes":[]}],"returnValues":[]}},{"name":"ShiftLocation","codeblockName":"SET VARIABLE","tags":[{"name":"Shift Direction","options":[{"name":"(+) Upwards / (-) Downwards","icon":{"material":"SLIME_BLOCK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"(+) Forwards / (-) Backwards","icon":{"material":"PISTON","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"(+) Right / (-) Left","icon":{"material":"STICKY_PISTON","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"(+) Forwards / (-) Backwards","slot":26}],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"RandomizeList","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Randomize List","head":"ewogICJ0aW1lc3RhbXAiIDogMTYyMDEzNjM4MDQ1MywKICAicHJvZmlsZUlkIiA6ICI0OWIzODUyNDdhMWY0NTM3YjBmN2MwZTFmMTVjMTc2NCIsCiAgInByb2ZpbGVOYW1lIiA6ICJiY2QyMDMzYzYzZWM0YmY4IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2Q5OGM4MGQzNWMyMDlhYWYyMGVhYWMyMWQ1ZGFlMTg0ZGNlMTBmYTgwNTI2ZTllNzU0YWZmYzc1MjVjODFkNjgiCiAgICB9CiAgfQp9","deprecatedNote":[],"description":["Randomizes the order of a","list variable's values."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LIST","plural":false,"optional":true,"description":["List to randomize"],"notes":[]}],"returnValues":[{"type":"LIST","description":["Randomized list"]}]}},{"name":"ClampNumber","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"SHULKER_SHELL","name":"Clamp Number","deprecatedNote":[],"description":["Checks if a number is between","a minimum and maximum value, and","if not, sets it to the nearest."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Number to clamp"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Minimum"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Maximum"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Result"]}]}},{"name":"Round","codeblockName":"SET VARIABLE","tags":[{"name":"Round Mode","options":[{"name":"Floor","icon":{"material":"IRON_NUGGET","name":"","deprecatedNote":[],"description":["Rounds the number","down."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Round to Floor"]},{"name":"Nearest","icon":{"material":"IRON_INGOT","name":"","deprecatedNote":[],"description":["Rounds the number to","the nearest value."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Round to Nearest"]},{"name":"Ceiling","icon":{"material":"IRON_BLOCK","name":"","deprecatedNote":[],"description":["Rounds the number up."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Round to Ceiling"]}],"defaultOption":"Nearest","slot":26}],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"GetSoundPitch","codeblockName":"SET VARIABLE","tags":[{"name":"Return Value Type","options":[{"name":"Pitch (number)","icon":{"material":"NOTE_BLOCK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Note (text)","icon":{"material":"BONE_BLOCK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Pitch (number)","slot":26}],"aliases":[],"icon":{"material":"NOTE_BLOCK","name":"Get Sound Pitch","deprecatedNote":[],"description":["Gets a sound's pitch or","note."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"SOUND","plural":false,"optional":false,"description":["Sound to get pitch or","note of"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Sound pitch"]}]}},{"name":"TranslateColors","codeblockName":"SET VARIABLE","tags":[{"name":"Translation Type","options":[{"name":"From hex to color","icon":{"material":"LIGHT_BLUE_TERRACOTTA","name":"","deprecatedNote":[],"description":["Replaces \"#FF0000Example","#AAFF55Text\" with \"Example Text\""],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"From & to color","icon":{"material":"LIME_TERRACOTTA","name":"","deprecatedNote":[],"description":["Replaces \"&9Example &3Text\"","with \"Example Text\""],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"From color to &","icon":{"material":"RED_TERRACOTTA","name":"","deprecatedNote":[],"description":["Replaces \"Example Text\"","with \"&9Example &3Text\""],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Strip color","icon":{"material":"GRAY_TERRACOTTA","name":"","deprecatedNote":[],"description":["Replaces \"Example Text\"","with \"Example Text\""],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"From & to color","slot":26}],"aliases":[],"icon":{"material":"CYAN_DYE","name":"Translate Legacy Colors","deprecatedNote":[],"description":["Converts legacy color codes written in","\"&\" or hex format to","functional color codes, or vice versa."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"TEXT","plural":false,"optional":true,"description":["String to translate"],"notes":[]}],"returnValues":[]}},{"name":"GetBlockGrowth","codeblockName":"SET VARIABLE","tags":[{"name":"Growth Unit","options":[{"name":"Growth stage number","icon":{"material":"WOODEN_HOE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Growth Stage Number"]},{"name":"Growth percentage","icon":{"material":"SHORT_GRASS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Growth Percentage"]}],"defaultOption":"Growth stage number","slot":26}],"aliases":[],"icon":{"material":"WHEAT_SEEDS","name":"Get Block Growth","deprecatedNote":[],"description":["Gets a block's current","growth at a location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Block location"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Growth level"]}]}},{"name":"GetAllItemTags","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"FURNACE_MINECART","name":"Get All Custom Item Tags","deprecatedNote":[],"description":["Gets all tags registered","on an item."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Item to get tags from"],"notes":[]}],"returnValues":[{"type":"DICT","description":["Key represents the","tag name as String, value represents","tag value"]}]}},{"name":"RemoveListValue","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"TNT","name":"Remove List Value","deprecatedNote":[],"description":["Removes all matching values","from a list variable."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["List to change"],"notes":[]},{"type":"ANY_TYPE","plural":true,"optional":false,"description":["Value(s) to","remove"],"notes":[]}],"returnValues":[]}},{"name":"ShiftAllDirections","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STICKY_PISTON","name":"Shift Location in All Directions","deprecatedNote":[],"description":["Shifts a location in multiple directions","based on its rotation."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":true,"description":["Location to shift"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Forwards change"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Upwards change"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Sideways change (-L / +R)"],"notes":[]}],"returnValues":[]}},{"name":"SetCanPlaceOn","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"DIRT","name":"Set Placeable Blocks","deprecatedNote":[],"description":["Sets which blocks an item","can be placed on in Adventure Mode."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Item to change"],"notes":[]},{"type":"BLOCK","plural":true,"optional":false,"description":["Placeable blocks"],"notes":[]}],"returnValues":[]}},{"name":"GetBlockType","codeblockName":"SET VARIABLE","tags":[{"name":"Return Value Type","options":[{"name":"Block ID (oak_log)","icon":{"material":"OAK_LOG","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Block name (Oak Log)","icon":{"material":"OAK_LOG","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Block Name (Oak Log)"]},{"name":"Item","icon":{"material":"WOODEN_AXE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Block ID (oak_log)","slot":26}],"aliases":[],"icon":{"material":"POLISHED_ANDESITE","name":"Get Block Material","deprecatedNote":[],"description":["Gets a block's material","at a location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Block location"],"notes":[]}],"returnValues":[{"type":"TEXT","description":["Material ID or name"]},{"text":"OR"},{"type":"ITEM","description":["Material as item"]}]}},{"name":"ParsePitch","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"GetDictValue","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"BOOK","name":"Get Dictionary Value","deprecatedNote":[],"description":["Get a dictionary variable's","value for a key."],"example":[],"worksWith":[],"additionalInfo":[["If the dictionary does not","contain the key, 0 is returned."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"DICT","plural":false,"optional":false,"description":["Dictionary to","pull from"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["Key"],"notes":[]}],"returnValues":[{"type":"ANY_TYPE","description":["Value of the","corresponding key in the","dictionary"]}]}},{"name":"ContainerLock","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"TRIPWIRE_HOOK","name":"Get Container Lock","deprecatedNote":[],"description":["Gets a container's lock key at a","location."],"example":[],"worksWith":[],"additionalInfo":[["Returns \"none\" if the container","is not locked."],["Returns 0 if the container","is not lockable."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Container location"],"notes":[]}],"returnValues":[{"type":"TEXT","description":["Lock key"]},{"text":"OR"},{"type":"NUMBER","description":["0 (Not lockable)"]}]}},{"name":"GetBlockPower","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"REDSTONE","name":"Get Block Power","deprecatedNote":[],"description":["Gets a block's redstone","power level."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Block location"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Power level"]}]}},{"name":"GetVectorLength","codeblockName":"SET VARIABLE","tags":[{"name":"Length Type","options":[{"name":"Length","icon":{"material":"TWISTING_VINES","name":"","deprecatedNote":[],"description":["√(x² + y² + z²)"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Length Squared","icon":{"material":"TWISTING_VINES","name":"","deprecatedNote":[],"description":["x² + y² + z²"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Length","slot":26}],"aliases":[],"icon":{"material":"TWISTING_VINES","name":"Get Vector Length","deprecatedNote":[],"description":["Gets a vector's length."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"VECTOR","plural":false,"optional":false,"description":["Vector to get","length of"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Vector length"]}]}},{"name":"ContentLength","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"CHISELED_BOOKSHELF","name":"Get Text Content Length","deprecatedNote":[],"description":["Gets the number of characters","a styled text has, ignoring all","formatting tags."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"COMPONENT","plural":false,"optional":false,"description":["Text to measure"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Text length"]}]}},{"name":"SetModelData","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"FLETCHING_TABLE","name":"Set Custom Model Data","deprecatedNote":[],"description":["Sets the model value","used in resource packs."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Item to change"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Model value"],"notes":[]}],"returnValues":[]}},{"name":"SetCoords","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"GetParticleSize","codeblockName":"SET VARIABLE","tags":[],"aliases":[],"icon":{"material":"NETHER_WART","name":"Get Particle Effect Size","deprecatedNote":[],"description":["Gets a particle effect's particle","size."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"PARTICLE","plural":false,"optional":true,"description":["Effect to get","size of"],"notes":[]}],"returnValues":[{"type":"NUMBER","description":["Particle size"]}]}},{"name":"StartLoop","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetFurnaceSpeed","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"FURNACE","name":"Set Furnace Cook Time","deprecatedNote":[],"description":["Sets the amount of ticks it","takes for a furnace block","to cook an item."],"example":[],"worksWith":["Furnace","Blast Furnace","Smoker"],"additionalInfo":[["By default, a furnace cooks","in 200 ticks."],["Fuel duration is unaffected","by cooking time."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Furnace location"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Ticks"],"notes":[]}],"returnValues":[]}},{"name":"BlockDropsOn","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"IRON_PICKAXE","name":"Enable Block Drops","deprecatedNote":[],"description":["Enables blocks dropping","as items when broken."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"FillContainer","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"DROPPER","name":"Fill Container","deprecatedNote":[],"description":["Fills the container at a location","with items."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Container location"],"notes":[]},{"type":"ITEM","plural":true,"optional":false,"description":["Item(s) to fill with"],"notes":[]}],"returnValues":[]}},{"name":"BreakBlock","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"GLASS","name":"Break Block","deprecatedNote":[],"description":["Breaks the block at a location","as if it was broken by a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":true,"optional":false,"description":["Block(s) to break"],"notes":[]}],"returnValues":[]}},{"name":"L PFX Spiral","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ParticleSphere","codeblockName":"GAME ACTION","tags":[],"aliases":["PFX Sphere"],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"BoneMeal","codeblockName":"GAME ACTION","tags":[{"name":"Show Particles","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"BONE_MEAL","name":"Bone Meal Block","deprecatedNote":[],"description":["Applies bone meal to a block."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"LOCATION","plural":true,"optional":false,"description":["Block(s) to bone meal"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Number of uses"],"notes":[]}],"returnValues":[]}},{"name":"DebugStackTrace","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Dev","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"FallingBlock","codeblockName":"GAME ACTION","tags":[{"name":"Hurt Hit Entities","options":[{"name":"True","icon":{"material":"ANVIL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"SAND","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":26},{"name":"Reform on Impact","options":[{"name":"True","icon":{"material":"COBBLESTONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"BARRIER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":25}],"aliases":[],"icon":{"material":"SAND","name":"Spawn Falling Block","deprecatedNote":[],"description":["Spawns a falling block at a","location."],"example":[],"worksWith":[],"additionalInfo":[["Falling blocks automatically","disappear after 30 seconds."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Block location"],"notes":[]},{"text":""},{"type":"BLOCK","plural":false,"optional":false,"description":["Block material"],"notes":[]},{"type":"BLOCK_TAG","plural":true,"optional":true,"description":["Block data"],"notes":[]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":["Converts the block at","the location to a falling block)"],"notes":[]},{"text":""}],"returnValues":[]}},{"name":"DiscordWebhook","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"WRITABLE_BOOK","name":"Send Discord Webhook Message","deprecatedNote":[],"description":["Sends a message to a Discord","webhook."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Overlord","requireTokens":false,"requireRankAndTokens":false,"advanced":true,"loadedItem":"","tags":0,"arguments":[{"type":"TEXT","plural":false,"optional":false,"description":["Webhook URL"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["Message content"],"notes":[]}],"returnValues":[]}},{"name":"ChangeSign","codeblockName":"GAME ACTION","tags":[{"name":"Sign Side","options":[{"name":"Front","icon":{"material":"OAK_SIGN","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Back","icon":{"material":"DARK_OAK_SIGN","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Front","slot":26}],"aliases":[],"icon":{"material":"OAK_SIGN","name":"Change Sign Text","deprecatedNote":[],"description":["Changes a line of text","on a sign."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Sign location"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Line number"],"notes":[]},{"type":"COMPONENT","plural":false,"optional":true,"description":["New text"],"notes":[]}],"returnValues":[]}},{"name":"TickBlock","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"CLOCK","name":"Random Tick Block","deprecatedNote":[],"description":["Causes a block to get \"random","ticked\", which could cause a","block update."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":true,"optional":false,"description":["Block(s) to tick"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Number of ticks"],"notes":[]}],"returnValues":[]}},{"name":"WebRequest","codeblockName":"GAME ACTION","tags":[{"name":"Request Method","options":[{"name":"Post","icon":{"material":"FEATHER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Get","icon":{"material":"FEATHER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Put","icon":{"material":"FEATHER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Delete","icon":{"material":"FEATHER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Post","slot":25},{"name":"Content Type","options":[{"name":"text/plain","icon":{"material":"WRITABLE_BOOK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"application/json","icon":{"material":"BOOKSHELF","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"text/plain","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Send Web Request","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjFkZDRmZTRhNDI5YWJkNjY1ZGZkYjNlMjEzMjFkNmVmYTZhNmI1ZTdiOTU2ZGI5YzVkNTljOWVmYWIyNSJ9fX0=","deprecatedNote":[],"description":["Sends a web request to a URL."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Overlord","requireTokens":false,"requireRankAndTokens":false,"advanced":true,"loadedItem":"","tags":2,"arguments":[{"type":"TEXT","plural":false,"optional":false,"description":["URL to request"],"notes":[]},{"type":"TEXT","plural":false,"optional":true,"description":["Content body"],"notes":[]}],"returnValues":[]}},{"name":"ClearScBoard","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"HideSidebar","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ReplaceItems","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"LEVER","name":"Replace Container Items","deprecatedNote":[],"description":["Replaces items in the container","at a location with the given item."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Container location"],"notes":[]},{"type":"ITEM","plural":true,"optional":true,"description":["Item(s) to replace"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Item to replace with"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Amount of items to","replace"],"notes":[]}],"returnValues":[]}},{"name":"SetEventProj","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"BOW","name":"Set Event Projectile","deprecatedNote":[],"description":["Replaces the projectile fired in","the Shoot Bow Event."],"example":[],"worksWith":["Shoot Bow Event"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"PROJECTILE","plural":false,"optional":true,"description":["Projectile to launch"],"notes":[]}],"returnValues":[]}},{"name":"SpawnItemDisplay","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"Explosion","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"TNT_MINECART","name":"Create Explosion","deprecatedNote":[],"description":["Creates an explosion at a location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Explosion","location"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Explosion power (0-4)"],"notes":[["Default = 4"]]}],"returnValues":[]}},{"name":"SpawnMob","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"POLAR_BEAR_SPAWN_EGG","name":"Spawn Mob","deprecatedNote":[],"description":["Spawns a mob at a location."],"example":[],"worksWith":[],"additionalInfo":[["Equipment goes from the bottom","left corner towards the right:","","Main Hand, Helmet, Chestplate,","Leggings, Boots, Off Hand"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"SPAWN_EGG","plural":false,"optional":false,"description":["Mob type"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Spawn location"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Health"],"notes":[]},{"type":"COMPONENT","plural":false,"optional":true,"description":["Custom name"],"notes":[]},{"type":"POTION","plural":true,"optional":true,"description":["Effect(s)"],"notes":[]},{"type":"ITEM","plural":true,"optional":true,"description":["Equipment"],"notes":[]}],"returnValues":[]}},{"name":"SetBrushableItem","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"SUSPICIOUS_SAND","name":"Set Item in Brushable Block","deprecatedNote":[],"description":["Sets the item buried in a","suspicious sand or gravel."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Block location"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Item"],"notes":[]}],"returnValues":[]}},{"name":"ParticleLineA","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SpawnEnderEye","codeblockName":"GAME ACTION","tags":[{"name":"End of Lifespan","options":[{"name":"Drop item","icon":{"material":"ENDER_EYE","name":"","deprecatedNote":[],"description":["The eye always drops itself","as an item."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Shatter","icon":{"material":"PRISMARINE_SHARD","name":"","deprecatedNote":[],"description":["The eye always shatters."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Random","icon":{"material":"ENDER_PEARL","name":"","deprecatedNote":[],"description":["The eye has a 20% chance","of shattering."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Random","slot":26}],"aliases":[],"icon":{"material":"ENDER_EYE","name":"Spawn Eye of Ender","deprecatedNote":[],"description":["Spawns an eye of ender at a","location, which (if specified) will","float towards its destination."],"example":[],"worksWith":[],"additionalInfo":[["If the destination is further","than 12 blocks away, the eye's","path always goes upwards."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Location to spawn at"],"notes":[]},{"type":"LOCATION","plural":false,"optional":true,"description":["Destination"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Lifespan (ticks)"],"notes":[]},{"type":"COMPONENT","plural":false,"optional":true,"description":["Custom name"],"notes":[]}],"returnValues":[]}},{"name":"ShowSidebar","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SpawnPotionCloud","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"LINGERING_POTION","name":"Spawn Area of Effect Cloud","color":{"red":0,"green":255,"blue":0},"deprecatedNote":[],"description":["Spawns a lingering potion cloud","at a location that imbues effects","onto entities who enter it."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Spawn location"],"notes":[]},{"type":"POTION","plural":true,"optional":true,"description":["Effect to apply"],"notes":[]},{"type":"COMPONENT","plural":false,"optional":true,"description":["Custom name"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Radius (blocks)"],"notes":[["Default = 3"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Duration (ticks)"],"notes":[["Default = 200"]]}],"returnValues":[]}},{"name":"ParticleSpiral","codeblockName":"GAME ACTION","tags":[],"aliases":["PFX Spiral"],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetBlockData","codeblockName":"GAME ACTION","tags":[{"name":"Overwrite Existing Data","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":26}],"aliases":[],"icon":{"material":"CHORUS_FLOWER","name":"Set Block Data","deprecatedNote":[],"description":["Sets a data tag value of","the block at a location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"LOCATION","plural":true,"optional":false,"description":["Location"],"notes":[]},{"type":"BLOCK_TAG","plural":true,"optional":false,"description":["Block data"],"notes":[["Example: \"facing=up\""]]}],"returnValues":[]}},{"name":"LaunchProj","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"ARROW","name":"Launch Game Projectile","deprecatedNote":[],"description":["Launches a projectile."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"PROJECTILE","plural":false,"optional":false,"description":["Projectile to launch"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Launch point"],"notes":[]},{"type":"COMPONENT","plural":false,"optional":true,"description":["Custom name"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Speed"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Inaccuracy"],"notes":[["Controls how much random","motion is applied on launch"],["Default = 1"]]}],"returnValues":[]}},{"name":"Firework","codeblockName":"GAME ACTION","tags":[{"name":"Instant","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Instantly explodes."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":25},{"name":"Movement","options":[{"name":"Upwards","icon":{"material":"FIREWORK_ROCKET","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Directional","icon":{"material":"CROSSBOW","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"FIREWORK_ROCKET"},"aliases":[]}],"defaultOption":"Upwards","slot":26}],"aliases":[],"icon":{"material":"FIREWORK_ROCKET","name":"Spawn Firework","deprecatedNote":[],"description":["Launches a firework","rocket at a location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"ITEM","plural":false,"optional":false,"description":["Firework rocket"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Spawn location"],"notes":[]}],"returnValues":[]}},{"name":" SetBlock ","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"OAK_LOG","name":"Set Block","deprecatedNote":[],"description":["Sets the block at a location."],"example":[],"worksWith":[],"additionalInfo":[["Will cause block updates. Use SetRegion","to not update nearby blocks and","save CPU."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"BLOCK","plural":false,"optional":false,"description":["Block to set"],"notes":[]},{"type":"LOCATION","plural":true,"optional":false,"description":["Block location(s)"],"notes":[]},{"type":"BLOCK_TAG","plural":true,"optional":true,"description":["Block data"],"notes":[["Example: \"facing=up\", \"half=top\""]]}],"returnValues":[]}},{"name":"SpawnItemDisp","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"ITEM_FRAME","name":"Spawn Item Display","deprecatedNote":[],"description":["Spawns an item display entity."],"example":[],"worksWith":[],"additionalInfo":[["Notable defaults:","⏵ Billboard = Fixed"]],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Spawn location"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Displayed item"],"notes":[]}],"returnValues":[]}},{"name":"SetEventDamage","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"IRON_SWORD","name":"Set Event Damage","deprecatedNote":[],"description":["Sets the damage dealt in","this event."],"example":[],"worksWith":["Damage Events"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["New damage amount"],"notes":[["❤ = 2 Health"]]}],"returnValues":[]}},{"name":"SetBlockGrowth","codeblockName":"GAME ACTION","tags":[{"name":"Growth Unit","options":[{"name":"Growth Stage Number","icon":{"material":"WOODEN_HOE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Growth Percentage","icon":{"material":"SHORT_GRASS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Growth Stage Number","slot":26}],"aliases":[],"icon":{"material":"WHEAT_SEEDS","name":"Set Block Growth","deprecatedNote":[],"description":["Sets the growth stage of the block","(eg. carrots) at a location."],"example":[],"worksWith":[],"additionalInfo":[["Most crops have growth stages","from 0 to 7."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Block location"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Growth stage"],"notes":[["Default = 0"]]}],"returnValues":[]}},{"name":"Wait","codeblockName":"GAME ACTION","tags":[{"name":"Delay Unit","options":[{"name":"Ticks","icon":{"material":"REPEATER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Seconds","icon":{"material":"CLOCK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Minutes","icon":{"material":"RED_BED","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Ticks","slot":26}],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetContainerName","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"NAME_TAG","name":"Set Container Name","deprecatedNote":[],"description":["Sets the name of the container","at a location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Container location"],"notes":[]},{"type":"COMPONENT","plural":false,"optional":false,"description":["Name"],"notes":[]}],"returnValues":[]}},{"name":"SpawnItem","codeblockName":"GAME ACTION","tags":[{"name":"Apply Item Motion","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"IRON_SWORD","name":"Spawn Item","deprecatedNote":[],"description":["Spawns an item at a location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"ITEM","plural":true,"optional":false,"description":["Item(s) to spawn"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Spawn location"],"notes":[]},{"type":"COMPONENT","plural":false,"optional":true,"description":["Custom name"],"notes":[]}],"returnValues":[]}},{"name":"SignColor","codeblockName":"GAME ACTION","tags":[{"name":"Sign Side","options":[{"name":"Front","icon":{"material":"OAK_SIGN","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Back","icon":{"material":"DARK_OAK_SIGN","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Front","slot":24},{"name":"Text Color","options":[{"name":"White","icon":{"material":"WHITE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Orange","icon":{"material":"ORANGE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Magenta","icon":{"material":"MAGENTA_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Light blue","icon":{"material":"LIGHT_BLUE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Light Blue"]},{"name":"Yellow","icon":{"material":"YELLOW_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Lime","icon":{"material":"LIME_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Pink","icon":{"material":"PINK_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Gray","icon":{"material":"GRAY_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Light gray","icon":{"material":"LIGHT_GRAY_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Light Gray"]},{"name":"Cyan","icon":{"material":"CYAN_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Purple","icon":{"material":"PURPLE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Blue","icon":{"material":"BLUE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Brown","icon":{"material":"BROWN_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Green","icon":{"material":"GREEN_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Red","icon":{"material":"RED_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Black","icon":{"material":"BLACK_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Black","slot":25},{"name":"Glowing","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Disable","slot":26}],"aliases":[],"icon":{"material":"CRIMSON_SIGN","name":"Set Sign Text Color","deprecatedNote":[],"description":["Changes the text color","of a sign."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":3,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Sign location"],"notes":[]}],"returnValues":[]}},{"name":"SetHead","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Player Head","head":"eyJ0aW1lc3RhbXAiOjE1NTc5Mjk5NjA0MDEsInByb2ZpbGVJZCI6Ijg1M2M4MGVmM2MzNzQ5ZmRhYTQ5OTM4YjY3NGFkYWU2IiwicHJvZmlsZU5hbWUiOiJqZWJfIiwic2lnbmF0dXJlUmVxdWlyZWQiOnRydWUsInRleHR1cmVzIjp7IlNLSU4iOnsidXJsIjoiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS83ZmQ5YmE0MmE3YzgxZWVlYTIyZjE1MjQyNzFhZTg1YThlMDQ1Y2UwYWY1YTZhZTE2YzY0MDZhZTkxN2U2OGI1In0sIkNBUEUiOnsidXJsIjoiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS81Nzg2ZmU5OWJlMzc3ZGZiNjg1ODg1OWY5MjZjNGRiYzk5NTc1MWU5MWNlZTM3MzQ2OGM1ZmJmNDg2NWU3MTUxIn19fQ==","deprecatedNote":[],"description":["Sets the block at a location","to a player head."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Head location"],"notes":[]},{"text":""},{"type":"ITEM","plural":false,"optional":false,"description":["Head"],"notes":[]},{"text":"OR"},{"type":"TEXT","plural":false,"optional":false,"description":["Head owner"],"notes":[["Player name or UUID"]]}],"returnValues":[]}},{"name":"RemoveHologram","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"RemoveItems","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"HOPPER_MINECART","name":"Remove Container Items","deprecatedNote":[],"description":["Removes items from the container","at a location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Container location"],"notes":[]},{"type":"ITEM","plural":true,"optional":false,"description":["Item(s) to remove"],"notes":[]}],"returnValues":[]}},{"name":"ShulkerBullet","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Spawn Shulker Bullet","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWVkZjkyYWJmMTI4Nzc3YzMyZGU3MjQ3ODRhZmYxYmYyMzVmZjY2Yzc2NTk0OWZkNzVkNGFiNWQ2NjRiOSJ9fX0=","deprecatedNote":[],"description":["Spawns a shulker bullet at a location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Spawn Location"],"notes":[]}],"returnValues":[]}},{"name":"SpawnRngItem","codeblockName":"GAME ACTION","tags":[{"name":"Apply Item Motion","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"FireworkEffect","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetRegion","codeblockName":"GAME ACTION","tags":[],"aliases":["SetBlock"],"icon":{"material":"OAK_WOOD","name":"Set Region","deprecatedNote":[],"description":["Fills a region with a type of block."],"example":[],"worksWith":[],"additionalInfo":[["Can set up to 100,000 blocks per","action."],["Will not cause block updates. A 1x1x1","SetRegion may save CPU compared to","SetBlock in certain situations."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"BLOCK","plural":false,"optional":false,"description":["Block to set"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Corner 1"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Corner 2"],"notes":[]},{"type":"BLOCK_TAG","plural":false,"optional":true,"description":["Block data","(comma separated)"],"notes":[["Example: \"facing=up,half=top\""]]}],"returnValues":[]}},{"name":"SetContainer","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"CHEST_MINECART","name":"Set Container Contents","deprecatedNote":[],"description":["Sets the contents of the container","at a location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Container location"],"notes":[]},{"type":"ITEM","plural":true,"optional":false,"description":["Item(s) to set"],"notes":[]}],"returnValues":[]}},{"name":"SpawnInteraction","codeblockName":"GAME ACTION","tags":[{"name":"Responsive","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Player swings main hand and","plays the attack sound."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["No visual or audio response."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Disable","slot":26}],"aliases":[],"icon":{"material":"GLASS","name":"Spawn Interaction Entity","deprecatedNote":[],"description":["Spawns an invisible hitbox","with the specified size."],"example":[],"worksWith":[],"additionalInfo":[["Detect interactions with:","⏵ Player Damage Entity Event","⏵ Player Right Click Entity Event"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Spawn location"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Hitbox width"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Hitbox height"],"notes":[]}],"returnValues":[]}},{"name":"SetItemInSlot","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"ITEM_FRAME","name":"Set Item in Container Slot","deprecatedNote":[],"description":["Sets the item in a slot of the","container at a location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Container location"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Item to set"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Slot"],"notes":[]}],"returnValues":[]}},{"name":"ParticleCircleA","codeblockName":"GAME ACTION","tags":[],"aliases":["PFX Circle [A]"],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"CloneRegion","codeblockName":"GAME ACTION","tags":[{"name":"Ignore Air","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":25},{"name":"Clone Block Entities","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Blocks such as chests will","have their contents saved.","","This takes up more server CPU."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["Blocks such as chests will not","have their contents saved."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":["CopyBlocks"],"icon":{"material":"NETHERITE_SCRAP","name":"Clone Region","deprecatedNote":[],"description":["Copies a region of blocks to another","region, including air."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Overlord","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Corner 1"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Corner 2"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Position to copy from"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Position to paste to"],"notes":[]}],"returnValues":[]}},{"name":"UncancelEvent","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"STRUCTURE_VOID","name":"Uncancel Event","deprecatedNote":[],"description":["Uncancels the initial event that","triggered this line of code."],"example":[],"worksWith":[],"additionalInfo":[["Events cannot be uncancelled","after a Control: Wait block."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetLecternBook","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"LECTERN","name":"Set Lectern Book","deprecatedNote":[],"description":["Sets the book and the","displayed page of a Lectern."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Lectern location"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Book to put"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Displayed page"],"notes":[]}],"returnValues":[]}},{"name":"SpawnTNT","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"TNT","name":"Spawn Primed TNT","deprecatedNote":[],"description":["Spawns primed TNT at a location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Spawn location"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["TNT power (0-4)"],"notes":[["Default = 4"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Fuse duration"],"notes":[["Default = 80"]]},{"type":"COMPONENT","plural":false,"optional":true,"description":["Custom name"],"notes":[]}],"returnValues":[]}},{"name":"SpawnArmorStand","codeblockName":"GAME ACTION","tags":[{"name":"Visibility","options":[{"name":"Visible","icon":{"material":"OAK_FENCE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Visible (No hitbox)","icon":{"material":"OAK_FENCE_GATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Invisible","icon":{"material":"DARK_OAK_FENCE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Invisible (No hitbox)","icon":{"material":"DARK_OAK_FENCE_GATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Visible","slot":26}],"aliases":[],"icon":{"material":"ARMOR_STAND","name":"Spawn Armor Stand","deprecatedNote":[],"description":["Spawns an armor stand at a","location."],"example":[],"worksWith":[],"additionalInfo":[["Options to set the pose and tags","are in Entity Action » Appearance."],["Equipment goes from the bottom","left corner towards the right:","","Helmet, Chestplate, Leggings,","Boots, Right Hand, Left Hand"]],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Spawn location"],"notes":[]},{"type":"COMPONENT","plural":false,"optional":true,"description":["Custom name"],"notes":[]},{"type":"ITEM","plural":true,"optional":true,"description":["Equipment"],"notes":[]}],"returnValues":[]}},{"name":"SpawnExpOrb","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"EXPERIENCE_BOTTLE","name":"Spawn Experience Orb","deprecatedNote":[],"description":["Spawns an experience orb at","a location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Spawn location"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Experience amount"],"notes":[]},{"type":"COMPONENT","plural":false,"optional":true,"description":["Custom name"],"notes":[]}],"returnValues":[]}},{"name":"SetEventHeal","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"POTION","name":"Set Event Heal Amount","color":{"red":255,"green":0,"blue":0},"deprecatedNote":[],"description":["Sets the amount of health","regained in this event."],"example":[],"worksWith":["Player Heal Event"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["New healing amount"],"notes":[["❤ = 2 Health"]]}],"returnValues":[]}},{"name":"PFX Path","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SpawnBlockDisp","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"BRICKS","name":"Spawn Block Display","deprecatedNote":[],"description":["Spawns a block display entity."],"example":[],"worksWith":[],"additionalInfo":[["Notable defaults:","⏵ Billboard = Fixed"]],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Spawn location"],"notes":[]},{"type":"BLOCK","plural":false,"optional":false,"description":["Displayed block"],"notes":[]},{"type":"BLOCK_TAG","plural":true,"optional":true,"description":["Block data"],"notes":[["Example: \"facing=up\", \"half=top\""]]}],"returnValues":[]}},{"name":"ParticleRay","codeblockName":"GAME ACTION","tags":[],"aliases":["PFX Ray"],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"GenerateTree","codeblockName":"GAME ACTION","tags":[{"name":"Tree Type","options":[{"name":"Oak Tree","icon":{"material":"OAK_SAPLING","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Big Oak Tree","icon":{"material":"OAK_SAPLING","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Swamp Tree","icon":{"material":"VINE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Spruce Tree","icon":{"material":"SPRUCE_SAPLING","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Slightly Taller Spruce Tree","icon":{"material":"SPRUCE_SAPLING","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Big Spruce Tree","icon":{"material":"SPRUCE_SAPLING","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Birch Tree","icon":{"material":"BIRCH_SAPLING","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Tall Birch Tree","icon":{"material":"BIRCH_SAPLING","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Jungle Tree","icon":{"material":"JUNGLE_SAPLING","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Big Jungle Tree","icon":{"material":"JUNGLE_SAPLING","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Jungle Bush","icon":{"material":"JUNGLE_LEAVES","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Acacia Tree","icon":{"material":"ACACIA_SAPLING","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Dark Oak Tree","icon":{"material":"DARK_OAK_SAPLING","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Mangrove Tree","icon":{"material":"MANGROVE_PROPAGULE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Tall Mangrove Tree","icon":{"material":"MANGROVE_PROPAGULE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Cherry Tree","icon":{"material":"CHERRY_SAPLING","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Azalea Tree","icon":{"material":"FLOWERING_AZALEA","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Red Mushroom","icon":{"material":"RED_MUSHROOM","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Brown Mushroom","icon":{"material":"BROWN_MUSHROOM","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Crimson Fungus","icon":{"material":"CRIMSON_FUNGUS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Warped Fungus","icon":{"material":"WARPED_FUNGUS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Chorus Plant","icon":{"material":"CHORUS_FLOWER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Oak Tree","slot":26}],"aliases":[],"icon":{"material":"OAK_SAPLING","name":"Generate Tree","deprecatedNote":[],"description":["Generates a tree at a location."],"example":[],"worksWith":[],"additionalInfo":[["The location is the northwest","corner of 2x2 trees."],["Trees will not grow on blocks","that do not normally support","tree growth."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Tree location (bottom","log block)"],"notes":[]}],"returnValues":[]}},{"name":"StopLoop","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ClearContainer","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"TNT_MINECART","name":"Clear Container","deprecatedNote":[],"description":["Empties a container at a location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Container location"],"notes":[]}],"returnValues":[]}},{"name":"SetScObj","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"CancelEvent","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"BARRIER","name":"Cancel Event","deprecatedNote":[],"description":["Cancels the initial event that","triggered this line of code."],"example":[],"worksWith":[],"additionalInfo":[["Events cannot be cancelled","after a Control: Wait block."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SpawnCrystal","codeblockName":"GAME ACTION","tags":[{"name":"Show Bottom","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"END_CRYSTAL","name":"Spawn End Crystal","deprecatedNote":[],"description":["Spawns an end crystal at a","location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Spawn location"],"notes":[]},{"type":"COMPONENT","plural":false,"optional":true,"description":["Custom name"],"notes":[]}],"returnValues":[]}},{"name":"ParticleEffect","codeblockName":"GAME ACTION","tags":[],"aliases":["Particle FX"],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SpawnFangs","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"DONKEY_SPAWN_EGG","name":"Spawn Evoker Fangs","deprecatedNote":[],"description":["Spawns evoker fangs at a","location."],"example":[],"worksWith":[],"additionalInfo":[["Evoker Fangs deal damage","and remove themselves a","second later."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Spawn location"],"notes":[]},{"type":"COMPONENT","plural":false,"optional":true,"description":["Custom name"],"notes":[]}],"returnValues":[]}},{"name":"SetEventSound","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"NAUTILUS_SHELL","name":"Set Event Sound","deprecatedNote":[],"description":["Sets the sound to play for","this event, replacing the","original sound."],"example":[],"worksWith":["Entity Death Events"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"SOUND","plural":false,"optional":false,"description":["New sound"],"notes":[]}],"returnValues":[]}},{"name":"SetCampfireItem","codeblockName":"GAME ACTION","tags":[{"name":"Campfire Slot","options":[{"name":"1","icon":{"material":"STICK","name":"","deprecatedNote":[],"description":["Sets the item on the","southwest corner","of the campfire."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"2","icon":{"material":"STICK","name":"","deprecatedNote":[],"description":["Sets the item on the","northwest corner","of the campfire."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"3","icon":{"material":"STICK","name":"","deprecatedNote":[],"description":["Sets the item on the","northeast corner","of the campfire."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"4","icon":{"material":"STICK","name":"","deprecatedNote":[],"description":["Sets the item on the","southeast corner","of the campfire."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"1","slot":26}],"aliases":[],"icon":{"material":"CAMPFIRE","name":"Set Campfire Item","deprecatedNote":[],"description":["Sets the item being cooked in","one of a campfire's slots."],"example":[],"worksWith":[],"additionalInfo":[["After the cooking time, the","item drops from the campfire","(unless the campfire is unlit)."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Campfire location"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Campfire item"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Cooking time (ticks)"],"notes":[["Default = 600"]]}],"returnValues":[]}},{"name":"SpawnTextDisplay","codeblockName":"GAME ACTION","tags":[{"name":"Text Value Merging","options":[{"name":"Add spaces","icon":{"material":"PISTON","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Add Spaces"]},{"name":"No spaces","icon":{"material":"STICKY_PISTON","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["No Spaces"]}],"defaultOption":"No spaces","slot":26},{"name":"Inherit Styles","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Text style of the last value","will be inherited when merging","multiple values."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["Each value will have independent","text style when merging multiple","values."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":25}],"aliases":[],"icon":{"material":"JUNGLE_SIGN","name":"Spawn Text Display","deprecatedNote":[],"description":["Spawns a text display entity."],"example":[],"worksWith":[],"additionalInfo":[["Notable defaults:","⏵ Line Width = 200","⏵ Text Alignment = Center","⏵ Billboard = Center"]],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Spawn location"],"notes":[]},{"type":"COMPONENT","plural":true,"optional":false,"description":["Displayed text"],"notes":[]}],"returnValues":[]}},{"name":"SetEventXP","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"EXPERIENCE_BOTTLE","name":"Set Event Experience","deprecatedNote":[],"description":["Sets the amount of experience","this event should drop."],"example":[],"worksWith":["Entity Death Events","Fish Event"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Experience"],"notes":[]}],"returnValues":[]}},{"name":"LockContainer","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"TRIPWIRE_HOOK","name":"Set Container Lock","deprecatedNote":[],"description":["Sets the lock key of the container","at a location."],"example":[],"worksWith":[],"additionalInfo":[["Lock keys determine the name of","the item used to open the container."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Container location"],"notes":[]},{"text":""},{"type":"TEXT","plural":false,"optional":true,"description":["Lock key"],"notes":[]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":["Unlocks the container)"],"notes":[]}],"returnValues":[]}},{"name":"SpawnVehicle","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"OAK_BOAT","name":"Spawn Vehicle","deprecatedNote":[],"description":["Spawns a vehicle at a location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VEHICLE","plural":false,"optional":false,"description":["Vehicle type"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Spawn location"],"notes":[]},{"type":"COMPONENT","plural":false,"optional":true,"description":["Custom name"],"notes":[]}],"returnValues":[]}},{"name":"Lightning","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"GOLDEN_AXE","name":"Summon Lightning","deprecatedNote":[],"description":["Strikes lightning at a location."],"example":[],"worksWith":[],"additionalInfo":[["The lightning's damage can be","detected using the \"lightning\"","damage event cause."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Impact location"],"notes":[]}],"returnValues":[]}},{"name":"ParticleSpiralA","codeblockName":"GAME ACTION","tags":[],"aliases":["PFX Spiral [A]"],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"RemoveScore","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"CreateHologram","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetScore","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ParticleCluster","codeblockName":"GAME ACTION","tags":[],"aliases":["PFX Cluster","L PFX Cluster"],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ParticleCircle","codeblockName":"GAME ACTION","tags":[],"aliases":["PFX Circle"],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"BlockDropsOff","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"WOODEN_PICKAXE","name":"Disable Block Drops","deprecatedNote":[],"description":["Disables blocks dropping","as items when broken."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"PFX Line [A]","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ClearItems","codeblockName":"GAME ACTION","tags":[],"aliases":[],"icon":{"material":"HOPPER","name":"Clear Container Items","deprecatedNote":[],"description":["Removes all of an item from","the container at a location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Container location"],"notes":[]},{"type":"ITEM","plural":true,"optional":false,"description":["Item(s) to clear"],"notes":[]}],"returnValues":[]}},{"name":"ParticleLine","codeblockName":"GAME ACTION","tags":[],"aliases":["PFX Line"],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"dynamic","codeblockName":"PROCESS","tags":[{"name":"Is Hidden","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":26}],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"name":"IsLookingAt","codeblockName":"IF PLAYER","tags":[{"name":"Fluid Mode","options":[{"name":"Ignore fluids","icon":{"material":"BUCKET","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Ignore Fluids"]},{"name":"Detect fluids","icon":{"material":"WATER_BUCKET","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Detect Fluids"]}],"defaultOption":"Ignore fluids","slot":26}],"aliases":[],"icon":{"material":"IRON_ORE","name":"Is Looking at Block","deprecatedNote":[],"description":["Checks if a player is looking at","the given block or location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"BLOCK","plural":true,"optional":true,"description":["Block to check for"],"notes":[]},{"text":"OR"},{"type":"LOCATION","plural":true,"optional":false,"description":["Location to check for"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Maximum distance from","target block/location"],"notes":[["This is distance from the player's","selected block "]]}],"returnValues":[]}},{"name":"InWorldBorder","codeblockName":"IF PLAYER","tags":[],"aliases":[],"icon":{"material":"STRUCTURE_VOID","name":"Is In World Border","deprecatedNote":[],"description":["Checks if a player (or a location)","is within their world border."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":true,"description":["Location to check"],"notes":[]}],"returnValues":[]}},{"name":"IsInGameMode","codeblockName":"IF PLAYER","tags":[{"name":"Game Mode","options":[{"name":"Survival","icon":{"material":"IRON_SWORD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Creative","icon":{"material":"GRASS_BLOCK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Adventure","icon":{"material":"MAP","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Spectator","icon":{"material":"ENDER_EYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Survival","slot":26}],"aliases":[],"icon":{"material":"IRON_SWORD","name":"Is in Game Mode","deprecatedNote":[],"description":["Checks if a player is in","a specific game mode."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"HasRoomForItem","codeblockName":"IF PLAYER","tags":[{"name":"Check Mode","options":[{"name":"Has Room for Any Item","icon":{"material":"ITEM_FRAME","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Has Room for All Items","icon":{"material":"CHEST_MINECART","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Has Room for Any Item","slot":26},{"name":"Checked Slots","options":[{"name":"Entire inventory","icon":{"material":"ENDER_CHEST","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Entire Inventory"]},{"name":"Main inventory","icon":{"material":"CHEST","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Main Inventory"]},{"name":"Upper inventory","icon":{"material":"HOPPER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Upper Inventory"]},{"name":"Hotbar","icon":{"material":"ITEM_FRAME","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Armor","icon":{"material":"IRON_CHESTPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Main inventory","slot":25}],"aliases":["PHasRoomForItem"],"icon":{"material":"FLOWER_POT","name":"Has Room For Item","deprecatedNote":[],"description":["Checks if a player's inventory","has room for one or more","items to be given."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"ITEM","plural":false,"optional":true,"description":["Item(s) to check with"],"notes":[]},{"text":"OR"},{"type":"NONE","plural":false,"optional":true,"description":["Checks for empty slot"],"notes":[]}],"returnValues":[]}},{"name":"IsHoldingOff","codeblockName":"IF PLAYER","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"UsingPack","codeblockName":"IF PLAYER","tags":[],"aliases":[],"icon":{"material":"PINK_SHULKER_BOX","name":"Is Using Resource Pack","deprecatedNote":[],"description":["Checks if a player is","using a plot resource","pack."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Overlord","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"NoItemCooldown","codeblockName":"IF PLAYER","tags":[],"aliases":[],"icon":{"material":"CLOCK","name":"Item Is Not On Cooldown","deprecatedNote":[],"description":["Checks if a player does not have a","cooldown applied to an item type."],"example":[],"worksWith":[],"additionalInfo":[["The check will succeed if any","of the given items are not on","cooldown."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ITEM","plural":true,"optional":false,"description":["Item type(s) to check"],"notes":[]}],"returnValues":[]}},{"name":"IsUsingItem","codeblockName":"IF PLAYER","tags":[],"aliases":[],"icon":{"material":"GOLDEN_APPLE","name":"Is Using Item","deprecatedNote":[],"description":["Checks if a player is currently","using an item (eg. bow)."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ITEM","plural":true,"optional":true,"description":["Item(s) to check"],"notes":[["Checks material only"]]}],"returnValues":[]}},{"name":"HasAllItems","codeblockName":"IF PLAYER","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"IsSwimming","codeblockName":"IF PLAYER","tags":[],"aliases":[],"icon":{"material":"WATER_BUCKET","name":"Is Swimming","deprecatedNote":[],"description":["Checks if a player","is in water or lava."],"example":[],"worksWith":[],"additionalInfo":[["Use 'Is Sprinting'","to check if a player","is swimming with the","swimming animation."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"HasItem","codeblockName":"IF PLAYER","tags":[{"name":"Check Mode","options":[{"name":"Has Any Item","icon":{"material":"ITEM_FRAME","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Has All Items","icon":{"material":"CHEST_MINECART","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Has Any Item","slot":26}],"aliases":[],"icon":{"material":"ENDER_CHEST","name":"Has Item","deprecatedNote":[],"description":["Checks if a player has an item","in their inventory."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"ITEM","plural":true,"optional":false,"description":["Item(s) to check for"],"notes":[]}],"returnValues":[]}},{"name":"BlockEquals","codeblockName":"IF PLAYER","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"IsWearing","codeblockName":"IF PLAYER","tags":[{"name":"Check Mode","options":[{"name":"Is Wearing Some","icon":{"material":"CHEST","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Is Wearing All","icon":{"material":"ENDER_CHEST","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Is Wearing Some","slot":26}],"aliases":["PIsWearing"],"icon":{"material":"IRON_CHESTPLATE","name":"Is Wearing Item","deprecatedNote":[],"description":["Checks if a player is wearing","an item."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"ITEM","plural":true,"optional":false,"description":["Item(s) to check for"],"notes":[]}],"returnValues":[]}},{"name":"IsNear","codeblockName":"IF PLAYER","tags":[{"name":"Shape","options":[{"name":"Sphere","icon":{"material":"POPPED_CHORUS_FRUIT","name":"","deprecatedNote":[],"description":["Checks if √(X²+Y²+Z²)","is within the radius."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["False"]},{"name":"Circle","icon":{"material":"POPPED_CHORUS_FRUIT","name":"","deprecatedNote":[],"description":["Checks if √(X²+Z²) is","within the radius."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["True"]},{"name":"Cube","icon":{"material":"SHULKER_SHELL","name":"","deprecatedNote":[],"description":["Checks if the distance","on the X, Y or Z axis","is within the radius."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Square","icon":{"material":"SHULKER_SHELL","name":"","deprecatedNote":[],"description":["Checks if the distance","on the X or Z axis is","within the radius."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Sphere","slot":26}],"aliases":["PIsNear"],"icon":{"material":"COMPASS","name":"Is Near Location","deprecatedNote":[],"description":["Checks if a player is within a","range of a location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"LOCATION","plural":true,"optional":false,"description":["Center location"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Radius"],"notes":[["Default = 5 blocks"]]}],"returnValues":[]}},{"name":"IsRiding","codeblockName":"IF PLAYER","tags":[{"name":"Compare Text To","options":[{"name":"Entity type","icon":{"material":"PIG_SPAWN_EGG","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Name or UUID","icon":{"material":"NAME_TAG","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Entity type","slot":26}],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"StandingOn","codeblockName":"IF PLAYER","tags":[],"aliases":["PStandingOn"],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"CmdEquals","codeblockName":"IF PLAYER","tags":[{"name":"Check Mode","options":[{"name":"Check Entire Command","icon":{"material":"COMMAND_BLOCK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Check First Word","icon":{"material":"NAME_TAG","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Check Entire Command","slot":26},{"name":"Ignore Case","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":25}],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[],"returnValues":[]}},{"name":" StandingOn ","codeblockName":"IF PLAYER","tags":[],"aliases":[" PStandingOn "],"icon":{"material":"HEAVY_WEIGHTED_PRESSURE_PLATE","name":"Is Standing on Block","deprecatedNote":[],"description":["Checks if a player is standing on","the given block or location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"BLOCK","plural":true,"optional":true,"description":["Block to check for"],"notes":[]},{"text":"OR"},{"type":"LOCATION","plural":true,"optional":false,"description":["Location to check for"],"notes":[]}],"returnValues":[]}},{"name":"IsGrounded","codeblockName":"IF PLAYER","tags":[],"aliases":[],"icon":{"material":"OAK_TRAPDOOR","name":"Is Grounded","deprecatedNote":[],"description":["Checks if a player is","supported by a block."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"CursorItem","codeblockName":"IF PLAYER","tags":[],"aliases":[],"icon":{"material":"FISHING_ROD","name":"Cursor Item Equals","deprecatedNote":[],"description":["Checks if the item that is being moved","with a player's cursor is the given item."],"example":[],"worksWith":[],"additionalInfo":[["If multiple items are in the chest,","the target can have any of them on","their cursor."],["When used on the Player Click Item","in Own Inventory Event, 'Cursor Item","Equals' checks the previous cursor","item, not the item that was clicked."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ITEM","plural":true,"optional":true,"description":["Items(s) to check for"],"notes":[]}],"returnValues":[]}},{"name":"SlotEquals","codeblockName":"IF PLAYER","tags":[],"aliases":[],"icon":{"material":"ITEM_FRAME","name":"Hotbar Slot Equals","deprecatedNote":[],"description":["Checks if a player's currently","selected hotbar slot equals the","given slot ID."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Slot ID to check"],"notes":[["1 (left) to 9 (right)"]]}],"returnValues":[]}},{"name":"ItemEquals","codeblockName":"IF PLAYER","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"IsHoldingMain","codeblockName":"IF PLAYER","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"IsHolding","codeblockName":"IF PLAYER","tags":[{"name":"Hand Slot","options":[{"name":"Either hand","icon":{"material":"WOODEN_SWORD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Either Hand"]},{"name":"Main hand","icon":{"material":"IRON_SWORD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Main Hand"]},{"name":"Off hand","icon":{"material":"SHIELD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Off Hand"]}],"defaultOption":"Either hand","slot":26}],"aliases":[],"icon":{"material":"CHEST","name":"Is Holding Item","deprecatedNote":[],"description":["Checks if a player is holding","an item in their hand."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"ITEM","plural":true,"optional":true,"description":["Item(s) to check for"],"notes":[]}],"returnValues":[]}},{"name":"MenuSlotEquals","codeblockName":"IF PLAYER","tags":[],"aliases":[],"icon":{"material":"CHEST_MINECART","name":"Inventory Menu Slot Equals","deprecatedNote":[],"description":["Checks if a player's currently","open inventory menu contains","an item in the given slot."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":true,"optional":false,"description":["Slot(s) to check"],"notes":[]},{"type":"ITEM","plural":true,"optional":true,"description":["Item(s) to check for"],"notes":[]}],"returnValues":[]}},{"name":"IsBlocking","codeblockName":"IF PLAYER","tags":[],"aliases":[],"icon":{"material":"SHIELD","name":"Is Blocking","deprecatedNote":[],"description":["Checks if a player is","blocking with a shield."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"HasPermission","codeblockName":"IF PLAYER","tags":[{"name":"Permission","options":[{"name":"Owner","icon":{"material":"DIAMOND","name":"","deprecatedNote":[],"description":["Checks if the target","is the plot owner."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Developer","icon":{"material":"IRON_INGOT","name":"","deprecatedNote":[],"description":["Checks if the target","has dev perms."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Builder","icon":{"material":"BRICK","name":"","deprecatedNote":[],"description":["Checks if the target","has build perms."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Developer or builder","icon":{"material":"NETHER_BRICK","name":"","deprecatedNote":[],"description":["Checks if the target","has dev or build perms."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Developer or Builder"]},{"name":"Whitelisted","icon":{"material":"FLOWER_BANNER_PATTERN","name":"","deprecatedNote":[],"description":["Checks if the target","is whitelisted on the plot."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Developer or builder","slot":26}],"aliases":[],"icon":{"material":"SMITHING_TABLE","name":"Has Plot Permission","deprecatedNote":[],"description":["Checks if a player has a certain","level of access on this plot, such","as builder or owner."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":" IsRiding ","codeblockName":"IF PLAYER","tags":[{"name":"Ignore Formatting","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Color codes and style tags","are ignored when matching","an entity by its name."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["All color codes and style","tags in the entity's name","must match exactly."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"SADDLE","name":"Is Riding Entity","deprecatedNote":[],"description":["Checks if a player is riding","another entity."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"ENTITY_TYPE","plural":true,"optional":true,"description":["Spawn egg,","projectile, or vehicle"],"notes":[]},{"text":"OR"},{"type":"TEXT","plural":true,"optional":true,"description":["Entity UUID"],"notes":[]},{"text":"OR"},{"type":"COMPONENT","plural":true,"optional":true,"description":["Entity name"],"notes":[]}],"returnValues":[]}},{"name":"MainHandEquals","codeblockName":"IF PLAYER","tags":[{"name":"Main Hand","options":[{"name":"Left Hand","icon":{"material":"RABBIT_HIDE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Right Hand","icon":{"material":"RABBIT_HIDE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Left Hand","slot":26}],"aliases":[],"icon":{"material":"RABBIT_FOOT","name":"Main Hand Equals","deprecatedNote":[],"description":["Checks if a player's main hand","is their left or right hand."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"IsSneaking","codeblockName":"IF PLAYER","tags":[],"aliases":[],"icon":{"material":"CHAINMAIL_LEGGINGS","name":"Is Sneaking","deprecatedNote":[],"description":["Checks if a player is sneaking."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"IsFlying","codeblockName":"IF PLAYER","tags":[],"aliases":[],"icon":{"material":"FEATHER","name":"Is Flying","deprecatedNote":[],"description":["Checks if a player is flying."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"HasPotion","codeblockName":"IF PLAYER","tags":[{"name":"Check Properties","options":[{"name":"None","icon":{"material":"GUNPOWDER","name":"","deprecatedNote":[],"description":["Checks only if the","effect type matches."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Amplifier","icon":{"material":"GLOWSTONE_DUST","name":"","deprecatedNote":[],"description":["The amplifier of the","player's effect must","be equal or higher."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Duration","icon":{"material":"REDSTONE","name":"","deprecatedNote":[],"description":["The duration of the","player's effect must","be equal or higher."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Amplifier and duration","icon":{"material":"SUGAR","name":"","deprecatedNote":[],"description":["The amplifier and duration","of the player's effect","must be equal or higher."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"None","slot":25},{"name":"Check Mode","options":[{"name":"Has any effect","icon":{"material":"POTION","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Has Any Effect"]},{"name":"Has all effects","icon":{"material":"BREWING_STAND","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Has all effects"]}],"defaultOption":"Has any effect","slot":26}],"aliases":["HasEffect"],"icon":{"material":"DRAGON_BREATH","name":"Has Potion Effect","deprecatedNote":[],"description":["Checks if a player has a","potion effect of the given","type active."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"POTION","plural":true,"optional":false,"description":["Effect(s)","to check for"],"notes":[]}],"returnValues":[]}},{"name":"NameEquals","codeblockName":"IF PLAYER","tags":[],"aliases":["PNameEquals"],"icon":{"material":"NAME_TAG","name":"Name Equals","deprecatedNote":[],"description":["Checks if a player's username is","equal to one of the given","usernames (case insensitive)."],"example":[],"worksWith":[],"additionalInfo":[["Works with UUIDs."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"TEXT","plural":true,"optional":false,"description":["Name(s) to check for"],"notes":[]}],"returnValues":[]}},{"name":"InvOpen","codeblockName":"IF PLAYER","tags":[{"name":"Inventory Type","options":[{"name":"Any Inventory","icon":{"material":"MAGMA_CREAM","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Plot Menu","icon":{"material":"PAINTING","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Crafting Table","icon":{"material":"CRAFTING_TABLE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Chest","icon":{"material":"CHEST","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Double Chest","icon":{"material":"CHEST","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Ender Chest","icon":{"material":"ENDER_CHEST","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Shulker Box","icon":{"material":"SHULKER_SHELL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Barrel","icon":{"material":"BARREL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Furnace (any)","icon":{"material":"FURNACE_MINECART","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Furnace","icon":{"material":"FURNACE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Blast Furnace","icon":{"material":"BLAST_FURNACE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Smoker","icon":{"material":"SMOKER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Dropper","icon":{"material":"DROPPER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Dispenser","icon":{"material":"DISPENSER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Beacon","icon":{"material":"BEACON","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Hopper","icon":{"material":"HOPPER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Anvil","icon":{"material":"ANVIL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Brewing Stand","icon":{"material":"BREWING_STAND","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Cartography Table","icon":{"material":"CARTOGRAPHY_TABLE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Loom","icon":{"material":"LOOM","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Grindstone","icon":{"material":"GRINDSTONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Stonecutter","icon":{"material":"STONECUTTER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Enchanting Table","icon":{"material":"ENCHANTING_TABLE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Trader Menu (any)","icon":{"material":"EMERALD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Trader Menu"]},{"name":"Villager Menu","icon":{"material":"VILLAGER_SPAWN_EGG","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Wandering Trader Menu","icon":{"material":"WANDERING_TRADER_SPAWN_EGG","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Horse Inventory","icon":{"material":"SADDLE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Llama Inventory","icon":{"material":"ORANGE_CARPET","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Any Inventory","slot":26}],"aliases":[],"icon":{"material":"PAINTING","name":"Inventory Type Open","deprecatedNote":[],"description":["Checks if a player has a","certain inventory type open."],"example":[],"worksWith":[],"additionalInfo":[["Does not work with special","screens such as the death","screen or the player's own","inventory."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"HasSlotItem","codeblockName":"IF PLAYER","tags":[],"aliases":[],"icon":{"material":"CYAN_SHULKER_BOX","name":"Has Item in Slot","deprecatedNote":[],"description":["Checks if a player has an item","in the given inventory slot."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":true,"optional":false,"description":["Slot(s) to check"],"notes":[]},{"type":"ITEM","plural":true,"optional":true,"description":["Item(s) to check for"],"notes":[]}],"returnValues":[]}},{"name":"IsSprinting","codeblockName":"IF PLAYER","tags":[],"aliases":[],"icon":{"material":"GOLDEN_BOOTS","name":"Is Sprinting","deprecatedNote":[],"description":["Checks if a player is sprinting","or using the sprint key to swim."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"IsGliding","codeblockName":"IF PLAYER","tags":[],"aliases":[],"icon":{"material":"ELYTRA","name":"Is Gliding","deprecatedNote":[],"description":["Checks if a player is","gliding with elytra."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"CmdArgEquals","codeblockName":"IF PLAYER","tags":[{"name":"Ignore Case","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetHotbar","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"DROPPER","name":"Set Hotbar Items","deprecatedNote":[],"description":["Sets items in a player's","hotbar."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ITEM","plural":true,"optional":false,"description":["Item(s) to set"],"notes":[["Slots 1-9"]]}],"returnValues":[]}},{"name":"SetReducedDebug","codeblockName":"PLAYER ACTION","tags":[{"name":"Reduced Debug Info Enabled","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"COMPASS","name":"Set Reduced Debug Info Enabled","deprecatedNote":[],"description":["When enabled, a player won't be","able to see their coordinates,","block info, or other info."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"CloseInv","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"OAK_DOOR","name":"Close Inventory","deprecatedNote":[],"description":["Closes a player's inventory."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"GiveItems","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"CHEST","name":"Give Items","deprecatedNote":[],"description":["Gives a player all of the","items in the chest."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ITEM","plural":true,"optional":false,"description":["Item(s) to give"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Amount to give"],"notes":[]}],"returnValues":[]}},{"name":"NoKeepInv","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetHandCrafting","codeblockName":"PLAYER ACTION","tags":[{"name":"Allow Hand Crafting","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Disable","slot":26}],"aliases":[],"icon":{"material":"CRAFTING_TABLE","name":"Set Allow Hand Crafting","deprecatedNote":[],"description":["Sets if a player is","allowed to interact with","their hand-crafting menu."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"BossBar","codeblockName":"PLAYER ACTION","tags":[{"name":"Bar Slot","options":[{"name":"Slot 1","icon":{"material":"IRON_INGOT","name":"","deprecatedNote":[],"description":["Creates or modifies","a boss bar in slot 1."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["1"]},{"name":"Slot 2","icon":{"material":"IRON_INGOT","name":"","deprecatedNote":[],"description":["Creates or modifies","a boss bar in slot 2."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["2"]},{"name":"Slot 3","icon":{"material":"IRON_INGOT","name":"","deprecatedNote":[],"description":["Creates or modifies","a boss bar in slot 3."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["3"]},{"name":"Slot 4","icon":{"material":"IRON_INGOT","name":"","deprecatedNote":[],"description":["Creates or modifies","a boss bar in slot 4."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["4"]},{"name":"Slot 5","icon":{"material":"IRON_INGOT","name":"","deprecatedNote":[],"description":["Creates or modifies","a boss bar in slot 5."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Slot 6","icon":{"material":"IRON_INGOT","name":"","deprecatedNote":[],"description":["Creates or modifies","a boss bar in slot 6."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Slot 7","icon":{"material":"IRON_INGOT","name":"","deprecatedNote":[],"description":["Creates or modifies","a boss bar in slot 7."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Slot 8","icon":{"material":"IRON_INGOT","name":"","deprecatedNote":[],"description":["Creates or modifies","a boss bar in slot 8."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Slot 9","icon":{"material":"IRON_INGOT","name":"","deprecatedNote":[],"description":["Creates or modifies","a boss bar in slot 9."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Slot 1","slot":23},{"name":"Bar Style","options":[{"name":"Solid","icon":{"material":"IRON_NUGGET","name":"","deprecatedNote":[],"description":["The boss bar has no","segments."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"6 segments","icon":{"material":"IRON_NUGGET","name":"","deprecatedNote":[],"description":["Each segment covers","16.66% of the boss bar."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Segmented 6"]},{"name":"10 segments","icon":{"material":"IRON_NUGGET","name":"","deprecatedNote":[],"description":["Each segment covers","10% of the boss bar."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Segmented 10"]},{"name":"12 segments","icon":{"material":"IRON_NUGGET","name":"","deprecatedNote":[],"description":["Each segment covers","8.33% of the boss bar."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Segmented 12"]},{"name":"20 segments","icon":{"material":"IRON_NUGGET","name":"","deprecatedNote":[],"description":["Each segment covers","5% of the boss bar."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Segmented 20"]}],"defaultOption":"Solid","slot":25},{"name":"Sky Effect","options":[{"name":"None","icon":{"material":"GLASS_BOTTLE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Create fog","icon":{"material":"LINGERING_POTION","name":"","color":{"red":255,"green":255,"blue":255},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Fog"]},{"name":"Darken sky","icon":{"material":"POTION","name":"","color":{"red":128,"green":128,"blue":128},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Dark Sky"]},{"name":"Both","icon":{"material":"LINGERING_POTION","name":"","color":{"red":128,"green":128,"blue":128},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Fog and Dark Sky"]}],"defaultOption":"None","slot":24},{"name":"Bar Color","options":[{"name":"Red","icon":{"material":"RED_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Purple","icon":{"material":"PURPLE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Pink","icon":{"material":"MAGENTA_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Blue","icon":{"material":"LIGHT_BLUE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Green","icon":{"material":"LIME_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Yellow","icon":{"material":"YELLOW_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"White","icon":{"material":"WHITE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Purple","slot":26}],"aliases":["SetBossBar"],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":4,"arguments":[],"returnValues":[]}},{"name":"ParticleSphere","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"ENDER_PEARL","name":"Display Particle Sphere","deprecatedNote":[],"description":["Displays a sphere of particles","at a location to a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"PARTICLE","plural":false,"optional":false,"description":["Effect"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Center location"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Diameter"],"notes":[["Default = 2 blocks"]]}],"returnValues":[]}},{"name":"SetVelocity","codeblockName":"PLAYER ACTION","tags":[{"name":"Add to Current Velocity","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":26}],"aliases":[],"icon":{"material":"TIPPED_ARROW","name":"Set Velocity","color":{"red":42,"green":255,"blue":170},"deprecatedNote":[],"description":["Sets a player's movement","velocity."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VECTOR","plural":false,"optional":false,"description":["New velocity"],"notes":[]}],"returnValues":[]}},{"name":"Particle","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"GOLD_NUGGET","name":"Display Particle Effect","deprecatedNote":[],"description":["Displays a particle effect","to a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"PARTICLE","plural":true,"optional":false,"description":["Effect"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Effect location"],"notes":[]}],"returnValues":[]}},{"name":"AddInvRow","codeblockName":"PLAYER ACTION","tags":[{"name":"New Row Position","options":[{"name":"Top row","icon":{"material":"IRON_DOOR","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Top Row"]},{"name":"Bottom row","icon":{"material":"IRON_TRAPDOOR","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Bottom Row"]}],"defaultOption":"Bottom row","slot":26}],"aliases":[],"icon":{"material":"PISTON","name":"Add Inventory Menu Row","deprecatedNote":[],"description":["Adds a row to the bottom of","a player's current inventory","menu."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"ITEM","plural":true,"optional":true,"description":["Items to display"],"notes":[]}],"returnValues":[]}},{"name":"NoNatRegen","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"DisplayLightning","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"GOLDEN_AXE","name":"Display Lightning Bolt","deprecatedNote":[],"description":["Displays a lightning strike","effect to a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Strike location"],"notes":[]}],"returnValues":[]}},{"name":"Damage","codeblockName":"PLAYER ACTION","tags":[{"name":"Ignore Formatting","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Color codes and style tags","are ignored when matching","an entity by its name."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["All color codes and style","tags in the entity's name","must match exactly."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"IRON_SWORD","name":"Damage","deprecatedNote":[],"description":["Damages a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Damage to inflict"],"notes":[["❤ = 2 Health"]]},{"text":""},{"type":"TEXT","plural":false,"optional":true,"description":["UUID of damager entity"],"notes":[]},{"text":"OR"},{"type":"COMPONENT","plural":false,"optional":true,"description":["Name of damager entity"],"notes":[]}],"returnValues":[]}},{"name":"SendAnimation","codeblockName":"PLAYER ACTION","tags":[{"name":"Animation Type","options":[{"name":"Hurt animation","icon":{"material":"IRON_SWORD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Hurt Animation"]},{"name":"Wake up (fade effect)","icon":{"material":"LIGHT_GRAY_BED","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Wake Up (fade effect)"]}],"defaultOption":"Hurt animation","slot":26}],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetXPProg","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"EMERALD","name":"Set XP Progress","deprecatedNote":[],"description":["Sets the XP progress bar","to a certain percentage."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Progress % (0-100)"],"notes":[]}],"returnValues":[]}},{"name":"SetInventory","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"ENDER_CHEST","name":"Set Inventory Items","deprecatedNote":[],"description":["Sets items in a player's","upper inventory."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ITEM","plural":true,"optional":false,"description":["Item(s) to set"],"notes":[]}],"returnValues":[]}},{"name":"TpSequence","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"CHORUS_FRUIT","name":"Teleport Sequence","deprecatedNote":[],"description":["Teleports a player to multiple","locations, with a delay between","each teleport."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":true,"optional":false,"description":["Locations to","teleport to"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Teleport delay (ticks,","default = 60)"],"notes":[]}],"returnValues":[]}},{"name":"Heal","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"POTION","name":"Heal","color":{"red":255,"green":0,"blue":0},"deprecatedNote":[],"description":["Restores a player's health."],"example":[],"worksWith":[],"additionalInfo":[["Triggers the Heal Event."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Amount to heal"],"notes":[["❤ = 2 Health"]]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":["Heals to full health)"],"notes":[]}],"returnValues":[]}},{"name":"SetSpawnPoint","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"OAK_SAPLING","name":"Set Spawn Point","deprecatedNote":[],"description":["Sets the location a player will","spawn when they die and respawn."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["The new spawn location"],"notes":[]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":["Plot spawn)"],"notes":[]}],"returnValues":[]}},{"name":"SetInventoryKept","codeblockName":"PLAYER ACTION","tags":[{"name":"Inventory Kept","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"ENDER_CHEST","name":"Set Inventory Kept","deprecatedNote":[],"description":["Sets whether a player's inventory","is kept after death."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"LaunchUp","codeblockName":"PLAYER ACTION","tags":[{"name":"Add to Current Velocity","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"PISTON","name":"Launch Up","deprecatedNote":[],"description":["Launches a player up or down."],"example":[],"worksWith":[],"additionalInfo":[["A negative launch power will","launch the player down."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Launch power"],"notes":[]}],"returnValues":[]}},{"name":"GetTargetEntity","codeblockName":"PLAYER ACTION","tags":[{"name":"Ignore Blocks","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":26}],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"ForceFlight","codeblockName":"PLAYER ACTION","tags":[{"name":"Flight Mode","options":[{"name":"Start Flight","icon":{"material":"DIAMOND_LEGGINGS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Stop Flight","icon":{"material":"CHAINMAIL_LEGGINGS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Start Flight","slot":26}],"aliases":[],"icon":{"material":"FEATHER","name":"Force Flight Mode","deprecatedNote":[],"description":["Forces a player to start","or stop flying."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"LoadInv","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"LIME_SHULKER_BOX","name":"Load Saved Inventory","deprecatedNote":[],"description":["Loads a player's inventory."],"example":[],"worksWith":[],"additionalInfo":[["If no saved inventory exists,","the player's inventory will be","cleared."],["Inventories loaded with 'Load","Saved Inventory' take several","ticks to load. Use 'Control:","Wait' if you need to check the","inventory's contents after it is","loaded."]],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ChatStyle","codeblockName":"PLAYER ACTION","tags":[],"aliases":["ChatColor"],"icon":{"material":"CYAN_DYE","name":"Set Chat Style","deprecatedNote":[],"description":["Sets a player's chat color or","decoration."],"example":["\"<#D4D4FF>\""],"worksWith":[],"additionalInfo":[],"requiredRank":"Overlord","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"COMPONENT","plural":false,"optional":false,"description":["New chat style"],"notes":[]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":["Resets chat style)"],"notes":[]}],"returnValues":[]}},{"name":"Kick","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"IRON_BOOTS","name":"Kick","deprecatedNote":[],"description":["Kicks a player from","the plot."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ProjColl","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SpectateTarget","codeblockName":"PLAYER ACTION","tags":[{"name":"Ignore Formatting","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Color codes and style tags","are ignored when matching","an entity by its name."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["All color codes and style","tags in the entity's name","must match exactly."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"ENDER_EYE","name":"Spectate Target","deprecatedNote":[],"description":["Makes a player spectate","another player or entity."],"example":[],"worksWith":[],"additionalInfo":[["The player must be in","spectator mode."]],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"TEXT","plural":false,"optional":false,"description":["Target UUID"],"notes":[]},{"text":"OR"},{"type":"COMPONENT","plural":false,"optional":false,"description":["Target name"],"notes":[]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":["Stops spectating)"],"notes":[]}],"returnValues":[]}},{"name":"HurtAnimation","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"REDSTONE","name":"Send Hurt Animation","deprecatedNote":[],"description":["Makes a player perform","a hurt animation."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":true,"description":["Damage source"],"notes":[["Affects the direction of","the screen tilt effect."]]}],"returnValues":[]}},{"name":"SurvivalMode","codeblockName":"PLAYER ACTION","tags":[],"aliases":["GmSurvival"],"icon":{"material":"IRON_SWORD","name":"Set to Survival Mode","deprecatedNote":[],"description":["Sets a player's game","mode to Survival."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"DisplayBellRing","codeblockName":"PLAYER ACTION","tags":[{"name":"Ring Direction","options":[{"name":"North","icon":{"material":"BELL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"South","icon":{"material":"BELL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"West","icon":{"material":"BELL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"East","icon":{"material":"BELL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"North","slot":26}],"aliases":[],"icon":{"material":"BELL","name":"Display Bell Ring","deprecatedNote":[],"description":["Displays a bell ring animation","at a location to a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Block location"],"notes":[]}],"returnValues":[]}},{"name":"SetStatus","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"KNOWLEDGE_BOOK","name":"Set Status","deprecatedNote":[],"description":["Sets the player's game status,","which is used to display information","about what the player is doing","in the game."],"example":[],"worksWith":[],"additionalInfo":[["A player's game status be seen","when using /locate."]],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"COMPONENT","plural":false,"optional":false,"description":["Game Status"],"notes":[["Limited at 50 characters"]]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":["Clear status)"],"notes":[]}],"returnValues":[]}},{"name":"SetCursorItem","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"FISHING_ROD","name":"Set Cursor Item","deprecatedNote":[],"description":["Sets the item on a","player's cursor."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ITEM","plural":false,"optional":true,"description":["Item to set"],"notes":[]}],"returnValues":[]}},{"name":"SetAbsorption","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"HONEY_BOTTLE","name":"Set Absorption Health","deprecatedNote":[],"description":["Sets a player's absorption","health (golden hearts)."],"example":[],"worksWith":[],"additionalInfo":[["The target does not need to","have an absorption effect."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Absorption health"],"notes":[["❤ = 2 Health"]]}],"returnValues":[]}},{"name":"SetFireTicks","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"BLAZE_POWDER","name":"Set Fire Ticks","deprecatedNote":[],"description":["Sets the remaining time a","player is on fire for."],"example":[],"worksWith":[],"additionalInfo":[["0 ticks mean the target is","not on fire."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Ticks"],"notes":[]}],"returnValues":[]}},{"name":"SetGamemode","codeblockName":"PLAYER ACTION","tags":[{"name":"Flight Mode","options":[{"name":"Respect Gamemode","icon":{"material":"FEATHER","name":"","deprecatedNote":[],"description":["Follows the flight access given","to the gamemode."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Keep Original","icon":{"material":"FEATHER","name":"","deprecatedNote":[],"description":["Does not change the target's","ability to fly before changing","the gamemode."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Respect Gamemode","slot":25},{"name":"Gamemode","options":[{"name":"Survival","icon":{"material":"OAK_WOOD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Creative","icon":{"material":"DIAMOND_BLOCK","name":"","deprecatedNote":[],"description":["Warning: a player can spawn","any item they wish through a","toolbar.","","Click related events or game","values may not work like they","would in other gamemodes."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Adventure","icon":{"material":"GOLD_BLOCK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Survival","slot":26}],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[],"returnValues":[]}},{"name":"RemoveInvRow","codeblockName":"PLAYER ACTION","tags":[{"name":"Row to Remove","options":[{"name":"Top row","icon":{"material":"IRON_DOOR","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Top Row"]},{"name":"Bottom row","icon":{"material":"IRON_TRAPDOOR","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Bottom Row"]}],"defaultOption":"Bottom row","slot":26}],"aliases":[],"icon":{"material":"TNT","name":"Remove Inventory Menu Row","deprecatedNote":[],"description":["Removes the given number of","rows from the bottom of a player's","current inventory menu."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"NUMBER","plural":false,"optional":true,"description":["Rows to remove"],"notes":[]}],"returnValues":[]}},{"name":"WakeUpAnimation","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"RED_BED","name":"Send Wake Up Animation","deprecatedNote":[],"description":["Displays the wake up (fade in)","animation to a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"DisableBlocks","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Disallow Placing/Breaking Blocks","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzIwZWYwNmRkNjA0OTk3NjZhYzhjZTE1ZDJiZWE0MWQyODEzZmU1NTcxODg2NGI1MmRjNDFjYmFhZTFlYTkxMyJ9fX0=","deprecatedNote":[],"description":["Prevents a player from placing","and breaking certain blocks."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"BLOCK","plural":true,"optional":true,"description":["Blocks to disallow"],"notes":[["If no blocks are given,","disallows all blocks"]]}],"returnValues":[]}},{"name":"SetScoreObj","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"NETHER_STAR","name":"Set Scoreboard Objective Name","deprecatedNote":[],"description":["Sets the objective name of the","scoreboard sidebar."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"COMPONENT","plural":false,"optional":false,"description":["Objective name"],"notes":[]}],"returnValues":[]}},{"name":"L SetHealth","codeblockName":"PLAYER ACTION","tags":[{"name":"Heal Type","options":[{"name":"Regular Health","icon":{"material":"APPLE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Absorption Health","icon":{"material":"GOLDEN_APPLE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Combined Health","icon":{"material":"ENCHANTED_GOLDEN_APPLE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Regular Health","slot":26}],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"ParticleEffect","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ClearInv","codeblockName":"PLAYER ACTION","tags":[{"name":"Clear Mode","options":[{"name":"Entire inventory","icon":{"material":"ENDER_CHEST","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Entire Inventory"]},{"name":"Main inventory","icon":{"material":"CHEST","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Main Inventory"]},{"name":"Upper inventory","icon":{"material":"HOPPER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Upper Inventory"]},{"name":"Hotbar","icon":{"material":"ITEM_FRAME","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Armor","icon":{"material":"IRON_CHESTPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Entire inventory","slot":26},{"name":"Clear Crafting and Cursor","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":25}],"aliases":[],"icon":{"material":"PAPER","name":"Clear Inventory","deprecatedNote":[],"description":["Empties a player's inventory."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[],"returnValues":[]}},{"name":"SetFreezeTicks","codeblockName":"PLAYER ACTION","tags":[{"name":"Ticking Locked","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Player will stay frozen."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["Player will slowly unfreeze","over time."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Disable","slot":26}],"aliases":[],"icon":{"material":"POWDER_SNOW_BUCKET","name":"Set Freeze Ticks","deprecatedNote":[],"description":["Sets how long a player","is frozen for."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Ticks","(0-140)"],"notes":[]}],"returnValues":[]}},{"name":"SetGliding","codeblockName":"PLAYER ACTION","tags":[{"name":"Gliding","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"ELYTRA","name":"Set Gliding","deprecatedNote":[],"description":["Sets whether a player","is gliding with elytra."],"example":[],"worksWith":[],"additionalInfo":[["The player must be","wearing an elytra."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetRotation","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"HEART_OF_THE_SEA","name":"Set Rotation","deprecatedNote":[],"description":["Changes a player's pitch and","yaw."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Pitch (-90 to 90)"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Yaw (-180 to 180)"],"notes":[]}],"returnValues":[]}},{"name":"ClearItems","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STRING","name":"Clear Items","deprecatedNote":[],"description":["Removes all of an item from","a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ITEM","plural":true,"optional":false,"description":["Item(s) to clear"],"notes":[]}],"returnValues":[]}},{"name":"SetFlying","codeblockName":"PLAYER ACTION","tags":[{"name":"Flying","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"FEATHER","name":"Set Flying","deprecatedNote":[],"description":["Sets whether a player","is flying."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"DisplayBlockOpen","codeblockName":"PLAYER ACTION","tags":[{"name":"Container State","options":[{"name":"Open","icon":{"material":"LIME_SHULKER_BOX","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Closed","icon":{"material":"RED_SHULKER_BOX","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Open","slot":26}],"aliases":[],"icon":{"material":"CHEST","name":"Display Block Opened State","deprecatedNote":[],"description":["Displays a container block","at a location as being open","or closed to a player."],"example":[],"worksWith":["Chest","Trapped Chest","Ender Chest","Shulker Box","Barrel"],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Block location"],"notes":[]}],"returnValues":[]}},{"name":"SetHandItem","codeblockName":"PLAYER ACTION","tags":[{"name":"Hand Slot","options":[{"name":"Main Hand","icon":{"material":"IRON_SWORD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Off Hand","icon":{"material":"SHIELD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Main Hand","slot":26}],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SendAdvancement","codeblockName":"PLAYER ACTION","tags":[{"name":"Toast Type","options":[{"name":"Advancement","icon":{"material":"GOLD_INGOT","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Goal","icon":{"material":"GOLDEN_HELMET","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Challenge","icon":{"material":"DIAMOND_SWORD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Advancement","slot":26}],"aliases":[],"icon":{"material":"TOTEM_OF_UNDYING","name":"Send Advancement","deprecatedNote":[],"description":["Displays a custom advancement","popup to a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"COMPONENT","plural":false,"optional":false,"description":["Advancement name"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Advancement icon"],"notes":[]}],"returnValues":[]}},{"name":"ClearChat","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetMenuItem","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"HOPPER","name":"Set Inventory Menu Item","deprecatedNote":[],"description":["Sets the item in a slot","of a player's current","inventory menu."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Slot"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Item to set"],"notes":[]}],"returnValues":[]}},{"name":"LaunchToward","codeblockName":"PLAYER ACTION","tags":[{"name":"Add to Current Velocity","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":25},{"name":"Ignore Distance","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":26}],"aliases":[],"icon":{"material":"TARGET","name":"Launch Toward Location","deprecatedNote":[],"description":["Launches a player toward or away","from a location."],"example":[],"worksWith":[],"additionalInfo":[["A negative launch power will launch","the player away from the location."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Launch destination"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Launch power"],"notes":[]}],"returnValues":[]}},{"name":"SetArmor","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"IRON_LEGGINGS","name":"Set Armor Items","deprecatedNote":[],"description":["Sets a player's armor items.","Place the armor in slots 1-4","of the chest, with 1 being the","helmet and 4 being the boots."],"example":[],"worksWith":[],"additionalInfo":[["Any block or item can render","on the target's head if placed","in the 'helmet' slot."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ITEM","plural":true,"optional":false,"description":["Armor to set"],"notes":[]}],"returnValues":[]}},{"name":"DisplayGateway","codeblockName":"PLAYER ACTION","tags":[{"name":"Animation Type","options":[{"name":"Initial beam","icon":{"material":"CHORUS_FLOWER","name":"","deprecatedNote":[],"description":["A magenta beam.","Plays for 200 ticks."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Periodic beam","icon":{"material":"CHORUS_PLANT","name":"","deprecatedNote":[],"description":["A purple beam.","Plays for 40 ticks."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Initial beam","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Display Gateway Beam","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTYzOWQ0MDc5ZDZiN2MwYTkxM2NmZjYwOGVjNDNmYTM5YTcyZmNhNWQ2NGZiMjI3MDBiMWNjNmM0NmNjNjljMiJ9fX0=","deprecatedNote":[],"description":["Displays a vertical beam on","an end gateway to a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Gateway location"],"notes":[]}],"returnValues":[]}},{"name":"GiveSaturation","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"COOKED_MUTTON","name":"Give Saturation","deprecatedNote":[],"description":["Adds saturation to a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Saturation to give"],"notes":[]}],"returnValues":[]}},{"name":"GiveExp","codeblockName":"PLAYER ACTION","tags":[{"name":"Give Experience","options":[{"name":"Points","icon":{"material":"POTION","name":"","color":{"red":0,"green":255,"blue":0},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Levels","icon":{"material":"EXPERIENCE_BOTTLE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Level percentage","icon":{"material":"SCUTE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Points","slot":26}],"aliases":[],"icon":{"material":"POTION","name":"Give Experience","color":{"red":0,"green":255,"blue":0},"deprecatedNote":[],"description":["Adds experience points or","levels to a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Experience to give"],"notes":[]}],"returnValues":[]}},{"name":"FaceLocation","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"SPIDER_EYE","name":"Face Location","deprecatedNote":[],"description":["Rotates a player to look","toward a location without","teleporting them."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Location to face"],"notes":[]}],"returnValues":[]}},{"name":"ClearScoreboard","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STRUCTURE_VOID","name":"Clear Scoreboard","deprecatedNote":[],"description":["Removes all scores from","the scoreboard."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ActionBar","codeblockName":"PLAYER ACTION","tags":[{"name":"Text Value Merging","options":[{"name":"Add spaces","icon":{"material":"PISTON","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Add Spaces"]},{"name":"No spaces","icon":{"material":"STICKY_PISTON","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["No Spaces"]}],"defaultOption":"No spaces","slot":26},{"name":"Inherit Styles","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Text style of the last value","will be inherited when merging","multiple values."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["Each value will have independent","text style when merging multiple","values."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":25}],"aliases":[],"icon":{"material":"SPRUCE_SIGN","name":"Show Action Bar Text","deprecatedNote":[],"description":["Displays text directly above","a player's hotbar."],"example":[],"worksWith":[],"additionalInfo":[["Multiple variables (of any type)","will be merged into one message."]],"requiredRank":"Mythic","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"COMPONENT","plural":true,"optional":false,"description":["Message to send"],"notes":[]}],"returnValues":[]}},{"name":"SetChatTag","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"BIRCH_SIGN","name":"Set Chat Tag","deprecatedNote":[],"description":["Sets a player's chat tag."],"example":[],"worksWith":[],"additionalInfo":[["Multiple text items will be","merged into one chat tag."]],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"COMPONENT","plural":true,"optional":false,"description":["Chat tag"],"notes":[]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":["Resets chat tag)"],"notes":[]}],"returnValues":[]}},{"name":"ShiftWorldBorder","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"RED_NETHER_BRICK_WALL","name":"Shift World Border","deprecatedNote":[],"description":["Changes a player's world border","size if they have one active."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["New radius"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Blocks per second"],"notes":[]}],"returnValues":[]}},{"name":"DisplaySignText","codeblockName":"PLAYER ACTION","tags":[{"name":"Sign Side","options":[{"name":"Front","icon":{"material":"OAK_SIGN","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Back","icon":{"material":"DARK_OAK_SIGN","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Front","slot":24},{"name":"Text Color","options":[{"name":"White","icon":{"material":"WHITE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Orange","icon":{"material":"ORANGE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Magenta","icon":{"material":"MAGENTA_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Light blue","icon":{"material":"LIGHT_BLUE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Light Blue"]},{"name":"Yellow","icon":{"material":"YELLOW_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Lime","icon":{"material":"LIME_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Pink","icon":{"material":"PINK_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Gray","icon":{"material":"GRAY_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Light gray","icon":{"material":"LIGHT_GRAY_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Light Gray"]},{"name":"Cyan","icon":{"material":"CYAN_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Purple","icon":{"material":"PURPLE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Blue","icon":{"material":"BLUE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Brown","icon":{"material":"BROWN_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Green","icon":{"material":"GREEN_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Red","icon":{"material":"RED_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Black","icon":{"material":"BLACK_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Black","slot":25},{"name":"Glowing","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Disable","slot":26}],"aliases":[],"icon":{"material":"OAK_SIGN","name":"Display Sign Text","deprecatedNote":[],"description":["Displays text on a sign","to a player."],"example":[],"worksWith":[],"additionalInfo":[["Displaying a sign text will","wipe any existing text on the","sign for the player."]],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":3,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Sign location"],"notes":[]},{"type":"COMPONENT","plural":true,"optional":true,"description":["Text line(s)"],"notes":[]}],"returnValues":[]}},{"name":"SetSpeed","codeblockName":"PLAYER ACTION","tags":[{"name":"Speed Type","options":[{"name":"Ground speed","icon":{"material":"IRON_BOOTS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Flight speed","icon":{"material":"ELYTRA","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Both","icon":{"material":"SUGAR","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Ground speed","slot":26}],"aliases":[],"icon":{"material":"NETHERITE_BOOTS","name":"Set Movement Speed","deprecatedNote":[],"description":["Sets a player's walking","and/or flight speed."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Movement speed","percentage (0% to 1000%)"],"notes":[]}],"returnValues":[]}},{"name":"ExpandInv","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"COMMAND_BLOCK_MINECART","name":"Expand Inventory Menu","deprecatedNote":[],"description":["Adds 3 more rows to a player's","current inventory menu using the","contents of the chest."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ITEM","plural":true,"optional":true,"description":["Items to display"],"notes":[]}],"returnValues":[]}},{"name":"LaunchProj","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"ARROW","name":"Launch Projectile","deprecatedNote":[],"description":["Launches a projectile from","a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"PROJECTILE","plural":false,"optional":false,"description":["Projectile to","launch"],"notes":[]},{"type":"LOCATION","plural":false,"optional":true,"description":["Launch point"],"notes":[]},{"type":"COMPONENT","plural":false,"optional":true,"description":["Projectile name"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Speed"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Inaccuracy"],"notes":[["Controls how much random","motion is applied on launch"],["Default = 1"]]}],"returnValues":[]}},{"name":"NoProjColl","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ShowDisguise","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Overlord","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ParticleCuboidA","codeblockName":"PLAYER ACTION","tags":[{"name":"Fill Type","options":[{"name":"Wireframe","icon":{"material":"GLASS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Hollow","icon":{"material":"WHITE_STAINED_GLASS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Solid","icon":{"material":"QUARTZ_BLOCK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Wireframe","slot":26}],"aliases":[],"icon":{"material":"NETHERITE_SCRAP","name":"Display Animated Particle Cuboid","deprecatedNote":[],"description":["Displays an animated particle","cuboid to a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"PARTICLE","plural":false,"optional":false,"description":["Effect"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Corner 1"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Corner 2"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Effect spacing"],"notes":[["Default = 0.5 blocks"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Animation duration"],"notes":[["Default = 40 ticks"]]}],"returnValues":[]}},{"name":"PlaySound","codeblockName":"PLAYER ACTION","tags":[{"name":"Sound Source","options":[{"name":"Master","icon":{"material":"MUSIC_DISC_STRAD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Music","icon":{"material":"MUSIC_DISC_MALL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Jukebox/Note Blocks","icon":{"material":"MUSIC_DISC_MELLOHI","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Weather","icon":{"material":"MUSIC_DISC_WAIT","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Blocks","icon":{"material":"MUSIC_DISC_BLOCKS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Hostile Creatures","icon":{"material":"MUSIC_DISC_CHIRP","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Friendly Creatures","icon":{"material":"MUSIC_DISC_FAR","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Players","icon":{"material":"MUSIC_DISC_13","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Ambient/Environment","icon":{"material":"MUSIC_DISC_WARD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Voice/Speech","icon":{"material":"MUSIC_DISC_STAL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Master","slot":26}],"aliases":[],"icon":{"material":"NAUTILUS_SHELL","name":"Play Sound","deprecatedNote":[],"description":["Plays a sound for a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"SOUND","plural":true,"optional":false,"description":["Sound to play"],"notes":[]},{"type":"LOCATION","plural":false,"optional":true,"description":["Playback location"],"notes":[]}],"returnValues":[]}},{"name":"SetCompass","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"COMPASS","name":"Set Compass Target","deprecatedNote":[],"description":["Sets the location compasses","point to for a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["New Target"],"notes":[]}],"returnValues":[]}},{"name":"RngTeleport","codeblockName":"PLAYER ACTION","tags":[{"name":"Keep Current Rotation","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":26}],"aliases":[],"icon":{"material":"ENDER_PEARL","name":"Randomized Teleport","deprecatedNote":["Use 'Set Variable: Set to Random","Value' instead. This will likely","be removed in 5.4."],"description":["Teleports a player to a random","location in the chest."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"LOCATION","plural":true,"optional":false,"description":["Locations to","choose from"],"notes":[]}],"returnValues":[]}},{"name":"MobDisguise","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Disguise as Mob","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjhlMjUyNmZiNGJkM2I3MDgxZWVkYmRlOTU4MGY0ZDZjNDdkNDBiZWRiNjM2ZjEwMjc4YWNlOWRmM2E1MmY1In19fQ==","deprecatedNote":[],"description":["Disguises a player as a mob."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Overlord","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"SPAWN_EGG","plural":false,"optional":false,"description":["Mob to disguise as"],"notes":[]},{"type":"COMPONENT","plural":false,"optional":true,"description":["Display name"],"notes":[]}],"returnValues":[]}},{"name":"EnableBlocks","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Allow Placing/Breaking Blocks","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzQwNjNiYTViMTZiNzAzMGEyMGNlNmYwZWE5NmRjZDI0YjA2NDgzNmY1NzA0NTZjZGJmYzllODYxYTc1ODVhNSJ9fX0=","deprecatedNote":[],"description":["Allows a player to place","and break certain blocks."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"BLOCK","plural":true,"optional":true,"description":["Blocks to allow"],"notes":[["If no blocks are given,","allows all blocks"]]}],"returnValues":[]}},{"name":"OpenBlockInv","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"CHEST","name":"Open Container Inventory","deprecatedNote":[],"description":["Opens a container's inventory.","Also works with crafting tables."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Container location"],"notes":[]}],"returnValues":[]}},{"name":"ParticleCircleA","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"SNOWBALL","name":"Display Animated Particle Circle","deprecatedNote":[],"description":["Displays an animated circle","of particles to a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"PARTICLE","plural":false,"optional":false,"description":["Effect"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Center location"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Diameter"],"notes":[["Default = 2 blocks"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Animation duration"],"notes":[["Default = 40 ticks"]]}],"returnValues":[]}},{"name":"RemoveBossBar","codeblockName":"PLAYER ACTION","tags":[{"name":"Boss Bar Slot","options":[{"name":"All boss bars","icon":{"material":"IRON_BLOCK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["All Bossbars"]},{"name":"1","icon":{"material":"IRON_INGOT","name":"","deprecatedNote":[],"description":["Removes the boss bar","in slot 1 and any boss","bars below it."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"2","icon":{"material":"IRON_INGOT","name":"","deprecatedNote":[],"description":["Removes the boss bar","in slot 2 and any boss","bars below it."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"3","icon":{"material":"IRON_INGOT","name":"","deprecatedNote":[],"description":["Removes the boss bar","in slot 3 and any boss","bars below it."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"4","icon":{"material":"IRON_INGOT","name":"","deprecatedNote":[],"description":["Removes the boss bar","in slot 4 and any boss","bars below it."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"5","icon":{"material":"IRON_INGOT","name":"","deprecatedNote":[],"description":["Removes the boss bar","in slot 5 and any boss","bars below it."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"6","icon":{"material":"IRON_INGOT","name":"","deprecatedNote":[],"description":["Removes the boss bar","in slot 6 and any boss","bars below it."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"7","icon":{"material":"IRON_INGOT","name":"","deprecatedNote":[],"description":["Removes the boss bar","in slot 7 and any boss","bars below it."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"8","icon":{"material":"IRON_INGOT","name":"","deprecatedNote":[],"description":["Removes the boss bar","in slot 8 and any boss","bars below it."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"9","icon":{"material":"IRON_INGOT","name":"","deprecatedNote":[],"description":["Removes the boss bar","in slot 9 and any boss","bars below it."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"All boss bars","slot":26}],"aliases":["ClearBars"],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetEquipment","codeblockName":"PLAYER ACTION","tags":[{"name":"Equipment Slot","options":[{"name":"Main hand","icon":{"material":"IRON_SWORD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Off hand","icon":{"material":"SHIELD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Head","icon":{"material":"IRON_HELMET","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Chest","icon":{"material":"IRON_CHESTPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Legs","icon":{"material":"IRON_LEGGINGS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Feet","icon":{"material":"IRON_BOOTS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Main hand","slot":26}],"aliases":[],"icon":{"material":"DIAMOND_CHESTPLATE","name":"Set Equipment Item","deprecatedNote":[],"description":["Sets the item in one of the","equipment slots (armor and","held items) of a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"ITEM","plural":false,"optional":true,"description":["Item to set"],"notes":[]}],"returnValues":[]}},{"name":"GiveRngItem","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetDropsEnabled","codeblockName":"PLAYER ACTION","tags":[{"name":"Spawn Death Drops","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"REDSTONE","name":"Set Death Drops Enabled","deprecatedNote":[],"description":["Sets whether a player drops","their items when dead."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SendToPlot","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"SPECTRAL_ARROW","name":"Send to Plot","deprecatedNote":[],"description":["Sends a player to another plot."],"example":[],"worksWith":[],"additionalInfo":[["The player will be prompted to","be sent to the specified plot.","The prompt may be denied by the player."]],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"TEXT","plural":false,"optional":false,"description":["Plot ID"],"notes":[]}],"returnValues":[]}},{"name":"RemovePotion","codeblockName":"PLAYER ACTION","tags":[],"aliases":["RemoveEffect"],"icon":{"material":"GLASS_BOTTLE","name":"Remove Potion Effect","deprecatedNote":[],"description":["Removes one or more potion","effects from a player."],"example":[],"worksWith":[],"additionalInfo":[["Only the potion's type needs","to match; amplifier and duration","are disregarded."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"POTION","plural":true,"optional":false,"description":["Effect(s)","to remove"],"notes":[]}],"returnValues":[]}},{"name":"DisplayFracture","codeblockName":"PLAYER ACTION","tags":[{"name":"Overwrite Previous Fracture","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"CRACKED_STONE_BRICKS","name":"Display Block Fracture","deprecatedNote":[],"description":["Displays a block fracture","effect at a location to a","player."],"example":[],"worksWith":[],"additionalInfo":[["Disappears after 20s."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"LOCATION","plural":true,"optional":false,"description":["Block(s) to","fracture"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Fracture level"],"notes":[["0-10 (default = 0)"]]}],"returnValues":[]}},{"name":"SetEntityHidden","codeblockName":"PLAYER ACTION","tags":[{"name":"Hidden","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26},{"name":"Ignore Formatting","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Color codes and style tags","are ignored when matching","an entity by its name."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["All color codes and style","tags in the entity's name","must match exactly."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":25}],"aliases":[],"icon":{"material":"COBWEB","name":"Set Entity Hidden","deprecatedNote":[],"description":["Sets if an entity is hidden","to a target."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"TEXT","plural":false,"optional":false,"description":["Entity UUID"],"notes":[]},{"text":"OR"},{"type":"COMPONENT","plural":false,"optional":false,"description":["Entity name"],"notes":[]}],"returnValues":[]}},{"name":"SetSidebar","codeblockName":"PLAYER ACTION","tags":[{"name":"Sidebar","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"PAINTING","name":"Set Sidebar Visible","deprecatedNote":[],"description":["Sets whether the scoreboard","sidebar is visible to a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"AllowDrops","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"Vibration","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"SCULK_SENSOR","name":"Display Vibration Effect","deprecatedNote":[],"description":["Displays a Sculk Sensor","vibration to a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Origin location"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Target location"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Arrival time"],"notes":[["Default = 20 ticks"]]}],"returnValues":[]}},{"name":"SetSlot","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"SLIME_BALL","name":"Set Hotbar Slot","deprecatedNote":[],"description":["Sets a player's selected","hotbar slot."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["New slot"],"notes":[["1 (left) to 9 (right)"]]}],"returnValues":[]}},{"name":"ParticleRay","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"PRISMARINE_SHARD","name":"Display Particle Ray","deprecatedNote":[],"description":["Displays a ray of particles","to a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"PARTICLE","plural":false,"optional":false,"description":["Effect"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Ray location"],"notes":[]},{"type":"VECTOR","plural":false,"optional":false,"description":["Ray vector"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Effect spacing"],"notes":[["Default = 0.5 blocks"]]}],"returnValues":[]}},{"name":"ParticleCuboid","codeblockName":"PLAYER ACTION","tags":[{"name":"Fill Type","options":[{"name":"Wireframe","icon":{"material":"GLASS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Hollow","icon":{"material":"WHITE_STAINED_GLASS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Solid","icon":{"material":"QUARTZ_BLOCK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Wireframe","slot":26}],"aliases":[],"icon":{"material":"NETHERITE_SCRAP","name":"Display Particle Cuboid","deprecatedNote":[],"description":["Displays a particle cuboid as a","solid, hollow or wireframe","shape to a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"PARTICLE","plural":false,"optional":false,"description":["Effect"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Corner 1"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Corner 2"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Effect spacing"],"notes":[["Default = 0.5 blocks"]]}],"returnValues":[]}},{"name":"SendMessageSeq","codeblockName":"PLAYER ACTION","tags":[{"name":"Alignment Mode","options":[{"name":"Regular","icon":{"material":"CHORUS_PLANT","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Centered","icon":{"material":"CHORUS_FLOWER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Regular","slot":26}],"aliases":["SendDialogue"],"icon":{"material":"BOOKSHELF","name":"Send Message Sequence","deprecatedNote":[],"description":["Sends a series of messages","in chat to a player, with a","delay after each message."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"COMPONENT","plural":true,"optional":false,"description":["Messages to send"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Message delay ticks"],"notes":[["Default = 60"]]}],"returnValues":[]}},{"name":"SetNamePrefix","codeblockName":"PLAYER ACTION","tags":[{"name":"Text Type","options":[{"name":"Prefix","icon":{"material":"GOLDEN_HELMET","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Suffix","icon":{"material":"GOLDEN_BOOTS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Prefix","slot":26}],"aliases":[],"icon":{"material":"OAK_SIGN","name":"Set Name Prefix / Suffix","deprecatedNote":[],"description":["Sets the prefix or suffix","for the player's name."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"COMPONENT","plural":false,"optional":true,"description":["Prefix/suffix text"],"notes":[]}],"returnValues":[]}},{"name":"ClearDispBlock","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"DEAD_FIRE_CORAL_BLOCK","name":"Clear Display Block","deprecatedNote":[],"description":["Displays the real block at a","location to a player, effectively","removing any client-side blocks."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Block location,","or start of region"],"notes":[]},{"type":"LOCATION","plural":false,"optional":true,"description":["End of region"],"notes":[["Region size limit: 500 blocks"]]}],"returnValues":[]}},{"name":"SetRainLevel","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"LIGHTNING_ROD","name":"Set Rain Level","deprecatedNote":[],"description":["Sets the heaviness of rain and","storm visible to a player."],"example":[],"worksWith":[],"additionalInfo":[["The player's weather must be","set to Downfall to take effect."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Rain level (%)"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Storm level (%)"],"notes":[]}],"returnValues":[]}},{"name":"Undisguise","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Undisguise","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWI3YWY5ZTQ0MTEyMTdjN2RlOWM2MGFjYmQzYzNmZDY1MTk3ODMzMzJhMWIzYmM1NmZiZmNlOTA3MjFlZjM1In19fQ==","deprecatedNote":[],"description":["Removes a player's disguise."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Overlord","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ParticleSpiralA","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STRING","name":"Display Animated Particle Spiral","deprecatedNote":[],"description":["Displays an animated spiral of","particles to a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"PARTICLE","plural":false,"optional":false,"description":["Effect"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Base location"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Length"],"notes":[["Default = 10 blocks"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Diameter"],"notes":[["Default = 2 blocks"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Particle count"],"notes":[["Default = 50"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Rotations"],"notes":[["Default = 4"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Animation duration"],"notes":[["Default = 40 ticks"]]}],"returnValues":[]}},{"name":"InstantRespawn","codeblockName":"PLAYER ACTION","tags":[{"name":"Instant Respawn","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"TOTEM_OF_UNDYING","name":"Set Instant Respawn","deprecatedNote":[],"description":["Sets if a player is instantly ","respawned upon dying."],"example":[],"worksWith":[],"additionalInfo":[["Also respawns a player if","they are dead."]],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetScore","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"BOOK","name":"Set Scoreboard Score","deprecatedNote":[],"description":["Sets a score on the","scoreboard."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"COMPONENT","plural":false,"optional":false,"description":["Score name"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Score value"],"notes":[["Default = 0"]]}],"returnValues":[]}},{"name":"SetNameColor","codeblockName":"PLAYER ACTION","tags":[{"name":"Name Color","options":[{"name":"Black","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":0,"green":0,"blue":0},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Dark blue","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":0,"green":0,"blue":170},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Dark green","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":0,"green":170,"blue":0},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Dark aqua","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":0,"green":170,"blue":170},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Dark red","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":170,"green":0,"blue":0},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Dark purple","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":170,"green":0,"blue":170},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Gold","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":255,"green":170,"blue":0},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Gray","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":170,"green":170,"blue":170},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Dark gray","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":85,"green":85,"blue":85},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Blue","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":85,"green":85,"blue":255},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Green","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":85,"green":255,"blue":85},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Aqua","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":85,"green":255,"blue":255},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Red","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":255,"green":85,"blue":85},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Light purple","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":255,"green":85,"blue":255},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Yellow","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":255,"green":255,"blue":85},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"White","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":255,"green":255,"blue":255},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"None","icon":{"material":"GLASS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Black","slot":26}],"aliases":[],"icon":{"material":"LIGHT_BLUE_DYE","name":"Set Name Color","deprecatedNote":[],"description":["Sets the color a player's","name tag appears in."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetAtkSpeed","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"GOLDEN_SWORD","name":"Set Base Attack Speed","deprecatedNote":[],"description":["Sets a player's attack speed."],"example":[],"worksWith":[],"additionalInfo":[["The target's attack speed is","equal to the number of times","they can attack per second."]],"requiredRank":"Mythic","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":true,"description":["Attack speed"],"notes":[["Default = 4"]]}],"returnValues":[]}},{"name":"DisablePvp","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetTickRate","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"CLOCK","name":"Set Tick Rate","deprecatedNote":[],"description":["Changes the tick rate of a player."],"example":[],"worksWith":[],"additionalInfo":[["Lower tick rate makes the player","move in slower speed, and makes","various animations slower."],["Tick rate of 0 does not affect","the player's movement and entities","will appear to be broken."]],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":true,"description":["Ticks per second (0-20)"],"notes":[["Default = 20"]]}],"returnValues":[]}},{"name":"PlayEntitySound","codeblockName":"PLAYER ACTION","tags":[{"name":"Sound Source","options":[{"name":"Master","icon":{"material":"MUSIC_DISC_STRAD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Music","icon":{"material":"MUSIC_DISC_MALL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Jukebox/Note Blocks","icon":{"material":"MUSIC_DISC_MELLOHI","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Weather","icon":{"material":"MUSIC_DISC_WAIT","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Blocks","icon":{"material":"MUSIC_DISC_BLOCKS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Hostile Creatures","icon":{"material":"MUSIC_DISC_CHIRP","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Friendly Creatures","icon":{"material":"MUSIC_DISC_FAR","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Players","icon":{"material":"MUSIC_DISC_13","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Ambient/Environment","icon":{"material":"MUSIC_DISC_WARD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Voice/Speech","icon":{"material":"MUSIC_DISC_STAL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Master","slot":26},{"name":"Ignore Formatting","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Color codes and style tags","are ignored when matching","an entity by its name."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["All color codes and style","tags in the entity's name","must match exactly."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":25}],"aliases":[],"icon":{"material":"GOAT_HORN","name":"Play Sound from Entity","deprecatedNote":[],"description":["Plays a sound that follows a","moving entity or player."],"example":[],"worksWith":[],"additionalInfo":[["Some sounds are not supported","to be played from an entity."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"SOUND","plural":true,"optional":false,"description":["Sound to play"],"notes":[]},{"text":""},{"type":"TEXT","plural":true,"optional":false,"description":["Target UUID"],"notes":[]},{"text":"OR"},{"type":"COMPONENT","plural":true,"optional":false,"description":["Target name"],"notes":[]}],"returnValues":[]}},{"name":"ReplaceProj","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetExp","codeblockName":"PLAYER ACTION","tags":[{"name":"Set Experience","options":[{"name":"Points","icon":{"material":"POTION","name":"","color":{"red":0,"green":255,"blue":0},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Level","icon":{"material":"EXPERIENCE_BOTTLE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Level Percentage","icon":{"material":"SCUTE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Level","slot":26}],"aliases":[],"icon":{"material":"EXPERIENCE_BOTTLE","name":"Set Experience","deprecatedNote":[],"description":["Sets a player's experience","level, points or progress."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Experience to set"],"notes":[]}],"returnValues":[]}},{"name":"ParticleSpiral","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STRING","name":"Display Particle Spiral","deprecatedNote":[],"description":["Displays a spiral of particles","at a location to a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"PARTICLE","plural":false,"optional":false,"description":["Effect"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Base location"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Length"],"notes":[["Default = 10 blocks"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Diameter"],"notes":[["Default = 2 blocks"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Effect count"],"notes":[["Default = 50"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Rotations"],"notes":[["Default = 4"]]}],"returnValues":[]}},{"name":"SetAllowFlight","codeblockName":"PLAYER ACTION","tags":[{"name":"Allow Flight","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"FEATHER","name":"Set Allow Flight","deprecatedNote":[],"description":["Sets whether a player","is able to enter and exit","flight mode by double","tapping jump."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetMaxHealth","codeblockName":"PLAYER ACTION","tags":[{"name":"Heal Player to Max Health","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":26}],"aliases":[],"icon":{"material":"GOLDEN_APPLE","name":"Set Maximum Health","deprecatedNote":[],"description":["Sets a player's maximum","health."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Maximum health"],"notes":[["❤ = 2 Health"]]}],"returnValues":[]}},{"name":" RemoveBossBar ","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"NETHERRACK","name":"Remove Boss Bar","deprecatedNote":[],"description":["Removes a boss health bar","from a player's screen."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Boss bar position"],"notes":[]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":["Removes all boss bars)"],"notes":[]}],"returnValues":[]}},{"name":"SetFogDistance","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"SPYGLASS","name":"Set Fog Distance","deprecatedNote":[],"description":["Sets how far the fog is","displayed to a player."],"example":[],"worksWith":[],"additionalInfo":[["Fog distance cannot be higher","than the client's View Distance."]],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Fog distance in chunks","(2-7)"],"notes":[]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":["Removes fog)"],"notes":[]}],"returnValues":[]}},{"name":"AdventureMode","codeblockName":"PLAYER ACTION","tags":[],"aliases":["GmAdventure"],"icon":{"material":"MAP","name":"Set to Adventure Mode","deprecatedNote":[],"description":["Sets a player's game","mode to Adventure."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SpectatorMode","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"ENDER_EYE","name":"Set to Spectator Mode","deprecatedNote":[],"description":["Sets a player's game","mode to Spectator."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ClearPotions","codeblockName":"PLAYER ACTION","tags":[],"aliases":["ClearEffects"],"icon":{"material":"CAULDRON","name":"Clear Potion Effects","deprecatedNote":[],"description":["Removes all active potion","effects from a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetTabListInfo","codeblockName":"PLAYER ACTION","tags":[{"name":"Player List Field","options":[{"name":"Header","icon":{"material":"IRON_HELMET","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Footer","icon":{"material":"IRON_BOOTS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Header","slot":26},{"name":"Text Value Merging","options":[{"name":"Add spaces","icon":{"material":"PISTON","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Add Spaces"]},{"name":"No spaces","icon":{"material":"STICKY_PISTON","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["No Spaces"]}],"defaultOption":"No spaces","slot":25},{"name":"Inherit Styles","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Text style of the last value","will be inherited when merging","multiple values."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["Each value will have independent","text style when merging multiple","values."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":24}],"aliases":[],"icon":{"material":"OBSERVER","name":"Set Player List Info","deprecatedNote":[],"description":["Sets the text to be displayed","above or below a player's player","list shown when pressing Tab."],"example":[],"worksWith":[],"additionalInfo":[["Multiple variables (of any type)","will be merged into one message."]],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":3,"arguments":[{"type":"COMPONENT","plural":true,"optional":true,"description":["Header/footer text"],"notes":[]}],"returnValues":[]}},{"name":"EnablePvp","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"HideDisguise","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Overlord","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ScoreLineFormat","codeblockName":"PLAYER ACTION","tags":[{"name":"Number Format","options":[{"name":"Fixed","icon":{"material":"BOOK","name":"","deprecatedNote":[],"description":["Displays a constant text."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Styled","icon":{"material":"FEATHER","name":"","deprecatedNote":[],"description":["Displays a score number with","the specified text style."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Blank","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":["Does not display anything."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Reset","icon":{"material":"BARRIER","name":"","deprecatedNote":[],"description":["Uses the default number format."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Fixed","slot":26}],"aliases":[],"icon":{"material":"SLIME_BALL","name":"Set Scoreboard Line Number Format","deprecatedNote":[],"description":["Sets the number format of a","single line in the player's","scoreboard."],"example":[],"worksWith":[],"additionalInfo":[["Put an appropriate value in the chest","depending on the number format type."],["Line number format overrides the default","number format of the whole scoreboard."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"COMPONENT","plural":false,"optional":false,"description":["Score name"],"notes":[]},{"text":""},{"type":"COMPONENT","plural":false,"optional":false,"description":["Content or style"],"notes":[]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":[],"notes":[]}],"returnValues":[]}},{"name":" SetBossBar ","codeblockName":"PLAYER ACTION","tags":[{"name":"Bar Style","options":[{"name":"Solid","icon":{"material":"IRON_NUGGET","name":"","deprecatedNote":[],"description":["The boss bar has no","segments."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"6 segments","icon":{"material":"IRON_NUGGET","name":"","deprecatedNote":[],"description":["Each segment covers","16.66% of the boss bar."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Segmented 6"]},{"name":"10 segments","icon":{"material":"IRON_NUGGET","name":"","deprecatedNote":[],"description":["Each segment covers","10% of the boss bar."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Segmented 10"]},{"name":"12 segments","icon":{"material":"IRON_NUGGET","name":"","deprecatedNote":[],"description":["Each segment covers","8.33% of the boss bar."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Segmented 12"]},{"name":"20 segments","icon":{"material":"IRON_NUGGET","name":"","deprecatedNote":[],"description":["Each segment covers","5% of the boss bar."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Segmented 20"]}],"defaultOption":"Solid","slot":25},{"name":"Sky Effect","options":[{"name":"None","icon":{"material":"GLASS_BOTTLE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Create fog","icon":{"material":"LINGERING_POTION","name":"","color":{"red":255,"green":255,"blue":255},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Fog"]},{"name":"Darken sky","icon":{"material":"POTION","name":"","color":{"red":128,"green":128,"blue":128},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Dark Sky"]},{"name":"Both","icon":{"material":"LINGERING_POTION","name":"","color":{"red":128,"green":128,"blue":128},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Fog and Dark Sky"]}],"defaultOption":"None","slot":24},{"name":"Bar Color","options":[{"name":"Red","icon":{"material":"RED_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Purple","icon":{"material":"PURPLE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Pink","icon":{"material":"MAGENTA_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Blue","icon":{"material":"LIGHT_BLUE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Green","icon":{"material":"LIME_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Yellow","icon":{"material":"YELLOW_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"White","icon":{"material":"WHITE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Purple","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Boss Bar","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2RmNzRlMzIzZWQ0MTQzNjk2NWY1YzU3ZGRmMjgxNWQ1MzMyZmU5OTllNjhmYmI5ZDZjZjVjOGJkNDEzOWYifX19","deprecatedNote":[],"description":["Creates or modifies a custom boss","health bar at the top of a player's","screen."],"example":[],"worksWith":[],"additionalInfo":[["Boss bar positions are relative;","unused positions are not shown."]],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":3,"arguments":[{"type":"COMPONENT","plural":false,"optional":true,"description":["Title"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Current health"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Maximum health"],"notes":[["Default = 100"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Boss bar position"],"notes":[["Default = 1 (top)"]]}],"returnValues":[]}},{"name":"SetSkin","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Skin","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTNjYTA3OTk2OTVmM2MzY2U0ZjQxMWVmMWU2OGU5MjdkZWQ3ZTQ5ZjYwOGY0ZDYxZDViYzlkZmI5NTUwMDkzMSJ9fX0=","deprecatedNote":[],"description":["Sets the player's skin."],"example":[],"worksWith":[],"additionalInfo":[["To get a skin use","/item head <player name>","OR /item mshead"]],"requiredRank":"Overlord","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ITEM","plural":false,"optional":false,"description":["Player head"],"notes":[]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":["Clear Skin)"],"notes":[]}],"returnValues":[]}},{"name":"SpectatorCollision","codeblockName":"PLAYER ACTION","tags":[{"name":"Spectator Collision","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"WHITE_STAINED_GLASS","name":"Set Spectator Collision","deprecatedNote":[],"description":["Toggles whether a player","collides with blocks in","spectator mode."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetNameVisible","codeblockName":"PLAYER ACTION","tags":[{"name":"Name Tag Visible","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Disable","slot":26}],"aliases":[],"icon":{"material":"NAME_TAG","name":"Set Name Tag Visible","deprecatedNote":[],"description":["Sets whether a player's","name tag is visible."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetInvulTicks","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"DIAMOND_HELMET","name":"Set Invulnerability Ticks","deprecatedNote":[],"description":["Sets the currently","remaining ticks until a","player can next be hurt."],"example":[],"worksWith":[],"additionalInfo":[["This value is set to 10","upon taking damage."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Ticks"],"notes":[]}],"returnValues":[]}},{"name":"EnableFlight","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetStingsStuck","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Bee Stings Stuck","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTE2MmRkMGI5ZjY1YjU4YTFlNzBmODFkOGUwM2U4ZmY2YzUzZTRlOTg1YmRiZTAxODY1NThkOGE2OWE4MTE4OSJ9fX0=","deprecatedNote":[],"description":["Sets the amount of bee stings","sticking out of a player's","character model."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":true,"description":["Sting Count"],"notes":[["Default = 0"]]}],"returnValues":[]}},{"name":"RemoveScore","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"INK_SAC","name":"Remove Scoreboard Score","deprecatedNote":[],"description":["Removes a score from","the scoreboard."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"COMPONENT","plural":false,"optional":false,"description":["Score name"],"notes":[]}],"returnValues":[]}},{"name":"DisallowDrops","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ParticleCircle","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"SNOWBALL","name":"Display Particle Circle","deprecatedNote":[],"description":["Displays a circle of particles","to a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"PARTICLE","plural":false,"optional":false,"description":["Effect"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Center location"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Diameter"],"notes":[["Default = 2 blocks"]]}],"returnValues":[]}},{"name":"DisplayBlock","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"FIRE_CORAL_BLOCK","name":"Display Block","deprecatedNote":[],"description":["Displays a block at a location to","a player."],"example":[],"worksWith":[],"additionalInfo":[["This block is client-side. The","actual block is not changed."],["Interacting with a client-side","block causes it to update."]],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"BLOCK","plural":false,"optional":false,"description":["Block to display"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Block location,","or start of region"],"notes":[]},{"type":"LOCATION","plural":false,"optional":true,"description":["End of region"],"notes":[["Region size limit: 250,000 blocks"]]},{"type":"BLOCK_TAG","plural":true,"optional":true,"description":["Block data"],"notes":[["Example: \"facing=up\", \"half=top\""]]}],"returnValues":[]}},{"name":"RideEntity","codeblockName":"PLAYER ACTION","tags":[{"name":"Ignore Formatting","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Color codes and style tags","are ignored when matching","an entity by its name."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["All color codes and style","tags in the entity's name","must match exactly."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"SADDLE","name":"Ride Entity","deprecatedNote":[],"description":["Mounts a player on top of","another player or entity."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"TEXT","plural":true,"optional":false,"description":["Target UUID"],"notes":[]},{"text":"OR"},{"type":"COMPONENT","plural":true,"optional":false,"description":["Target name"],"notes":[]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":["Dismounts player)"],"notes":[]}],"returnValues":[]}},{"name":"WeatherRain","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"RmWorldBorder","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE_BRICK_WALL","name":"Remove World Border","deprecatedNote":[],"description":["Removes a player's world border."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ResourcePack","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"YELLOW_SHULKER_BOX","name":"Send Resource Pack","deprecatedNote":[],"description":["Send a resource pack to the player."],"example":[],"worksWith":[],"additionalInfo":[["Resource packs may only be","sent once per player."],["Resource packs are limited to","10 MiB in size."]],"requiredRank":"Overlord","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"TEXT","plural":false,"optional":false,"description":["Resource Pack URL"],"notes":[["Must link directly to a .zip file."]]}],"returnValues":[]}},{"name":" SetInvName ","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"NAME_TAG","name":"Set Inventory Menu Name","deprecatedNote":[],"description":["Renames a player's current","inventory menu."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"COMPONENT","plural":false,"optional":false,"description":["Inventory name"],"notes":[]}],"returnValues":[]}},{"name":"Teleport","codeblockName":"PLAYER ACTION","tags":[{"name":"Keep Current Rotation","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":26},{"name":"Keep Velocity","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":25}],"aliases":[],"icon":{"material":"ENDER_PEARL","name":"Teleport","deprecatedNote":[],"description":["Teleports a player to","a location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["New position"],"notes":[]}],"returnValues":[]}},{"name":"SetAllowPVP","codeblockName":"PLAYER ACTION","tags":[{"name":"PVP","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Disable","slot":26}],"aliases":[],"icon":{"material":"NETHERITE_SWORD","name":"Set PvP Allowed","deprecatedNote":[],"description":["Sets whether a player can","hurt or be hurt by other","players."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"DisableFlight","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetVisualFire","codeblockName":"PLAYER ACTION","tags":[{"name":"On Fire","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"CAMPFIRE","name":"Set Visual Fire","deprecatedNote":[],"description":["Sets whether a player","should appear on fire."],"example":[],"worksWith":[],"additionalInfo":[["The affected player's","fire ticks won't change","and won't take any damage."]],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetDisguiseVisible","codeblockName":"PLAYER ACTION","tags":[{"name":"Disguise Visible","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Disable","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Own Disguise Visibility","head":"ewogICJ0aW1lc3RhbXAiIDogMTU5MDQzNjE2NDE4MSwKICAicHJvZmlsZUlkIiA6ICJhNzFjNTQ5MmQwNTE0ZDg3OGFiOTEwZmRmZmRmYzgyZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJBcHBsZTU0NDciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjhiOGY5MTdkZGNiNmE1ZjFkOGQ0ZTYwNTdlZjBhNjg0Y2I1ZGIyZjRiMWE5NDQ0MTE5NDZiNDcxOGVkNDk2MSIKICAgIH0KICB9Cn0=","deprecatedNote":[],"description":["Sets a player's ability to","see their own disguise. It","is recommended that it is","almost always hidden."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Overlord","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetArrowsStuck","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"ARROW","name":"Set Arrows Stuck","deprecatedNote":[],"description":["Sets the amount of arrows","sticking out of a player's","character model."],"example":[],"worksWith":[],"additionalInfo":[["These arrows cannot be","used or picked up."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":true,"description":["Arrow Count"],"notes":[["Default = 0"]]}],"returnValues":[]}},{"name":"SetItems","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"KeepInv","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ReplaceItems","codeblockName":"PLAYER ACTION","tags":[],"aliases":["ReplaceItem"],"icon":{"material":"LEVER","name":"Replace Items","deprecatedNote":[],"description":["Replaces items in a player's","inventory with the given item."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ITEM","plural":true,"optional":true,"description":["Item(s) to replace"],"notes":[]},{"type":"ITEM","plural":false,"optional":false,"description":["Item to replace with"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Amount of items to","replace"],"notes":[]}],"returnValues":[]}},{"name":"SendMessage","codeblockName":"PLAYER ACTION","tags":[{"name":"Alignment Mode","options":[{"name":"Regular","icon":{"material":"CHORUS_PLANT","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Centered","icon":{"material":"CHORUS_FLOWER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Regular","slot":26},{"name":"Text Value Merging","options":[{"name":"Add spaces","icon":{"material":"PISTON","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Add Spaces"]},{"name":"No spaces","icon":{"material":"STICKY_PISTON","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["No Spaces"]}],"defaultOption":"Add spaces","slot":25},{"name":"Inherit Styles","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Text style of the last value","will be inherited when merging","multiple values."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["Each value will have independent","text style when merging multiple","values."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":24}],"aliases":[],"icon":{"material":"BOOK","name":"Send Message","deprecatedNote":[],"description":["Sends a chat message to a","player."],"example":[],"worksWith":[],"additionalInfo":[["Multiple values (of any type)","will be merged together."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":3,"arguments":[{"type":"COMPONENT","plural":true,"optional":true,"description":["Message to send"],"notes":[]}],"returnValues":[]}},{"name":"SetSlotItem","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"ITEM_FRAME","name":"Set Item in Slot","deprecatedNote":[],"description":["Sets the item in a slot","of a player's inventory."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ITEM","plural":false,"optional":true,"description":["Item to set"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Slot to set"],"notes":[["1-9 Hotbar"],["10-36 Inventory (Top to bottom)"],["37-40 Armor (foot to head)"],["41 Offhand"]]}],"returnValues":[]}},{"name":"PlaySoundSeq","codeblockName":"PLAYER ACTION","tags":[{"name":"Sound Source","options":[{"name":"Master","icon":{"material":"MUSIC_DISC_STRAD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Music","icon":{"material":"MUSIC_DISC_MALL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Jukebox/Note Blocks","icon":{"material":"MUSIC_DISC_MELLOHI","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Weather","icon":{"material":"MUSIC_DISC_WAIT","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Blocks","icon":{"material":"MUSIC_DISC_BLOCKS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Hostile Creatures","icon":{"material":"MUSIC_DISC_CHIRP","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Friendly Creatures","icon":{"material":"MUSIC_DISC_FAR","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Players","icon":{"material":"MUSIC_DISC_13","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Ambient/Environment","icon":{"material":"MUSIC_DISC_WARD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Voice/Speech","icon":{"material":"MUSIC_DISC_STAL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Master","slot":26}],"aliases":[],"icon":{"material":"JUKEBOX","name":"Play Sound Sequence","deprecatedNote":[],"description":["Plays a sequence of sounds","to a player, with a delay","between each sound."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"SOUND","plural":true,"optional":false,"description":["Sounds to play"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Sound delay (ticks,","default = 60)"],"notes":[]},{"type":"LOCATION","plural":false,"optional":true,"description":["Playback location"],"notes":[]}],"returnValues":[]}},{"name":"ParticleLineA","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STICK","name":"Display Animated Particle Line","deprecatedNote":[],"description":["Displays an animated line of","particles between two locations","to a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"PARTICLE","plural":false,"optional":false,"description":["Effect"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Start location"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["End location"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Effect spacing"],"notes":[["Default = 0.5 blocks"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Animation duration"],"notes":[["Default = 40 ticks"]]}],"returnValues":[]}},{"name":"Respawn","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetInvName","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetItemCooldown","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"CLOCK","name":"Set Item Cooldown","deprecatedNote":[],"description":["Applies a cooldown visual effect","to an item type."],"example":[],"worksWith":[],"additionalInfo":[["The cooldown applies to all items","of the given type."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ITEM","plural":false,"optional":false,"description":["Item type to affect"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Cooldown in ticks"],"notes":[]}],"returnValues":[]}},{"name":"SetPlayerWeather","codeblockName":"PLAYER ACTION","tags":[{"name":"Weather","options":[{"name":"Clear","icon":{"material":"BUCKET","name":"","deprecatedNote":[],"description":["Displays sunny weather."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Reset"]},{"name":"Downfall","icon":{"material":"WATER_BUCKET","name":"","deprecatedNote":[],"description":["Displays rain, or snow","(in cold biomes)."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Downfall","slot":26}],"aliases":[],"icon":{"material":"WATER_BUCKET","name":"Set Player Weather","deprecatedNote":[],"description":["Sets the type of weather","visible to a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SendHover","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetShoulder","codeblockName":"PLAYER ACTION","tags":[{"name":"Shoulder","options":[{"name":"Left","icon":{"material":"GLISTERING_MELON_SLICE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Right","icon":{"material":"MELON_SLICE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Left","slot":26},{"name":"Type","options":[{"name":"Remove","icon":{"material":"GLASS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Red","icon":{"material":"RED_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Blue","icon":{"material":"BLUE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Green","icon":{"material":"LIME_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Cyan","icon":{"material":"LIGHT_BLUE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Gray","icon":{"material":"LIGHT_GRAY_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Remove","slot":25}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Visual Shoulder Parrot","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzA3ZGFiMmNiZWJlYTUzOWI2NGQ1YWQyNDZmOWNjYzFmY2RhN2FhOTRiODhlNTlmYzI4Mjk4NTJmNDYwNzEifX19","deprecatedNote":[],"description":["Displays a parrot on the targets'","shoulders."],"example":[],"worksWith":[],"additionalInfo":[["Parrot will not dismount","automatically."]],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[],"returnValues":[]}},{"name":"SetAirTicks","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"PUFFERFISH","name":"Set Remaining Air","deprecatedNote":[],"description":["Sets a player's remaining","breath ticks."],"example":[],"worksWith":[],"additionalInfo":[["Each bubble is equal","to 30 air ticks."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Breath ticks"],"notes":[]}],"returnValues":[]}},{"name":"DisplayPickup","codeblockName":"PLAYER ACTION","tags":[{"name":"Ignore Formatting","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Color codes and style tags","are ignored when matching","an entity by its name."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["All color codes and style","tags in the entity's name","must match exactly."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"HOPPER_MINECART","name":"Display Pick Up Animation","deprecatedNote":[],"description":["Displays a pickup animation","of one entity being collected","by another entity."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"TEXT","plural":false,"optional":false,"description":["Entity UUID"],"notes":[]},{"text":"OR"},{"type":"COMPONENT","plural":false,"optional":false,"description":["Entity name"],"notes":[]},{"text":""},{"type":"TEXT","plural":false,"optional":false,"description":["Collector UUID"],"notes":[]},{"text":"OR"},{"type":"COMPONENT","plural":false,"optional":false,"description":["Collector name"],"notes":[]}],"returnValues":[]}},{"name":"SetWorldBorder","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"PRISMARINE_WALL","name":"Set World Border","deprecatedNote":[],"description":["Creates a world border only","visible to a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Center position"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Radius in blocks"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Warning distance"],"notes":[["Default = 0"]]}],"returnValues":[]}},{"name":"SetPlayerTime","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"CLOCK","name":"Set Player Time","deprecatedNote":[],"description":["Sets the time of day visible","to a player."],"example":[],"worksWith":[],"additionalInfo":[["Add 24000 ticks to add","one moon phase."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Daylight ticks"],"notes":[["Day: 1000"],["Noon: 6000"],["Night: 13000"],["Midnight: 18000"]]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":["Resets player time)"],"notes":[]}],"returnValues":[]}},{"name":"GiveFood","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"COOKED_RABBIT","name":"Give Food","deprecatedNote":[],"description":["Adds food to a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Food to give"],"notes":[]}],"returnValues":[]}},{"name":"NatRegen","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"GivePotion","codeblockName":"PLAYER ACTION","tags":[{"name":"Show Icon","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Shows the effect's icon."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["Hides the effect's icon.","It can still be seen in","the inventory."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":24},{"name":"Overwrite Effect","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Effects of the same type","will always be replaced."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["Weaker effects of the","same type will be hidden."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":25},{"name":"Effect Particles","options":[{"name":"Regular","icon":{"material":"POTION","name":"","color":{"red":255,"green":85,"blue":170},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Shown"]},{"name":"Ambient","icon":{"material":"POTION","name":"","color":{"red":128,"green":128,"blue":128},"deprecatedNote":[],"description":["Ambient particles are","translucent and make","the icon border blue."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Beacon"]},{"name":"None","icon":{"material":"GLASS_BOTTLE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Hidden"]}],"defaultOption":"Regular","slot":26}],"aliases":["GiveEffect"],"icon":{"material":"DRAGON_BREATH","name":"Give Potion Effect","deprecatedNote":[],"description":["Gives one or more potion","effects to a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":3,"arguments":[{"type":"POTION","plural":true,"optional":false,"description":["Effect(s)","to give"],"notes":[]}],"returnValues":[]}},{"name":"RemoveItems","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"COBWEB","name":"Remove Items","deprecatedNote":[],"description":["Removes items from a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ITEM","plural":true,"optional":false,"description":["Item(s) to remove"],"notes":[]}],"returnValues":[]}},{"name":"BoostElytra","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"FIREWORK_ROCKET","name":"Boost Elytra","deprecatedNote":[],"description":["Boosts a player's elytra","using a firework rocket."],"example":[],"worksWith":[],"additionalInfo":[["The player must be","gliding with an elytra."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ITEM","plural":false,"optional":false,"description":["Firework"],"notes":[]}],"returnValues":[]}},{"name":"SaveInv","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"CYAN_SHULKER_BOX","name":"Save Current Inventory","deprecatedNote":[],"description":["Saves a player's inventory.","It can be loaded later with","'Load Saved Inventory'."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"OpenBook","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"WRITABLE_BOOK","name":"Open Book","deprecatedNote":[],"description":["Opens a written book","menu for a player."],"example":[],"worksWith":[],"additionalInfo":[["Opened book and quills","cannot be edited."]],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ITEM","plural":false,"optional":false,"description":["Book item"],"notes":[]}],"returnValues":[]}},{"name":"SetHealth","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"APPLE","name":"Set Current Health","deprecatedNote":[],"description":["Sets a player's current","health."],"example":[],"worksWith":[],"additionalInfo":[["Does not trigger a heal","or damage event."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Current health"],"notes":[["❤ = 2 Health"]]}],"returnValues":[]}},{"name":"BlockDisguise","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Disguise as Block","head":"ewogICJ0aW1lc3RhbXAiIDogMTU5MDQzNDE3NjcwNCwKICAicHJvZmlsZUlkIiA6ICI3NTE0NDQ4MTkxZTY0NTQ2OGM5NzM5YTZlMzk1N2JlYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGFua3NNb2phbmciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmFkMWVlMWVjN2RiOTQ3ZGUyMDllMjZlNTg1NzQ3OTRlM2Q2OTYyZDVjY2UwNDIyYWY1NTc3YTg3YmI0NmZlZSIKICAgIH0KICB9Cn0=","deprecatedNote":[],"description":["Disguises a player as a block."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Overlord","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"BLOCK","plural":false,"optional":false,"description":["Block to disguise as"],"notes":[]},{"type":"COMPONENT","plural":false,"optional":true,"description":["Display name"],"notes":[]}],"returnValues":[]}},{"name":"RollbackBlocks","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE_PICKAXE","name":"Roll Back Block Changes","deprecatedNote":[],"description":["Undoes the interactions with","blocks by a player."],"example":[],"worksWith":[],"additionalInfo":[["The rollback time argument","specifies how far back","in time block changes should","be reverted."],["Please note that the rollback","time argument is in","SECONDS!"]],"requiredRank":"Overlord","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":true,"description":["Rollback time"],"notes":[]}],"returnValues":[]}},{"name":"NoDeathDrops","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"WalkSpeed","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"SUGAR","name":"Set Walk Speed","deprecatedNote":[],"description":["Sets a player's walk","speed."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["% of normal","walk speed (0 to 500)"],"notes":[]}],"returnValues":[]}},{"name":"SetCollidable","codeblockName":"PLAYER ACTION","tags":[{"name":"Collision","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Disable","slot":26}],"aliases":[],"icon":{"material":"GLASS","name":"Set Collidable","deprecatedNote":[],"description":["Sets whether a player is","able to collide with other","entities."],"example":[],"worksWith":[],"additionalInfo":[["Useful in conjunction","with projectiles."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"LaunchFwd","codeblockName":"PLAYER ACTION","tags":[{"name":"Add to Current Velocity","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":25},{"name":"Launch Axis","options":[{"name":"Pitch and Yaw","icon":{"material":"SLIME_BALL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Yaw Only","icon":{"material":"HEART_OF_THE_SEA","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Pitch and Yaw","slot":26}],"aliases":[],"icon":{"material":"STICKY_PISTON","name":"Launch Forward","deprecatedNote":[],"description":["Launches a player forward","or backward."],"example":[],"worksWith":[],"additionalInfo":[["A negative launch power will","launch the player backward."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Launch power"],"notes":[]}],"returnValues":[]}},{"name":"SetFallDistance","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"HAY_BLOCK","name":"Set Fall Distance","deprecatedNote":[],"description":["Sets a player's fall distance,","affecting fall damage upon","landing."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Fall distance (blocks)"],"notes":[]}],"returnValues":[]}},{"name":"CreativeMode","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"GRASS_BLOCK","name":"Set to Creative Mode","deprecatedNote":[],"description":["Sets a player's game","mode to Creative."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"AttackAnimation","codeblockName":"PLAYER ACTION","tags":[{"name":"Animation Arm","options":[{"name":"Swing main arm","icon":{"material":"DIAMOND_SWORD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Swing Main Hand Arm"]},{"name":"Swing off arm","icon":{"material":"SHIELD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Swing Off Hand Arm"]}],"defaultOption":"Swing main arm","slot":26}],"aliases":[],"icon":{"material":"GOLDEN_SWORD","name":"Send Player Attack Animation","deprecatedNote":[],"description":["Makes a player perform","an attack animation."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"DisplayHologram","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"NAME_TAG","name":"Display Hologram","deprecatedNote":[],"description":["Displays a floating name tag","at a location to a player."],"example":[],"worksWith":[],"additionalInfo":[["If the player already has","a hologram displayed at the","location, its text is replaced."]],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Display location"],"notes":[]},{"text":""},{"type":"COMPONENT","plural":false,"optional":false,"description":["Text to display"],"notes":[]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":["Removes hologram)"],"notes":[]}],"returnValues":[]}},{"name":" SetAbsorption ","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"HONEY_BOTTLE","name":"Set Absorption Health","deprecatedNote":[],"description":["Sets a player's absorption","health (golden hearts)."],"example":[],"worksWith":[],"additionalInfo":[["The target does not need to","have an absorption effect."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Absorption health"],"notes":[["❤ = 2 Health"]]}],"returnValues":[]}},{"name":"DeathDrops","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ShowInv","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"COMMAND_BLOCK","name":"Show Inventory Menu","deprecatedNote":[],"description":["Opens a custom inventory","for a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ITEM","plural":true,"optional":true,"description":["Items to display"],"notes":[]}],"returnValues":[]}},{"name":"SetFoodLevel","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"COOKED_CHICKEN","name":"Set Food Level","deprecatedNote":[],"description":["Sets a player's food hunger level."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Food level","(1-20)"],"notes":[]}],"returnValues":[]}},{"name":"PlayerDisguise","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Disguise as Player","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDA2MDliOGIyNGVkMTM2ZDY5MmQ3YmQzYjNhOGU1OGQ5MDRjYjE5Mjg3ZDJjNDliYTUxNTMwNTY0YzNlIn19fQ==","deprecatedNote":[],"description":["Disguises a player as another","player."],"example":[],"worksWith":[],"additionalInfo":[["To get a skin use /item head <player name>","OR /item mshead"]],"requiredRank":"Overlord","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"COMPONENT","plural":false,"optional":false,"description":["Player name to disguise as"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Display skin"],"notes":[]}],"returnValues":[]}},{"name":"SetSaturation","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"COOKED_BEEF","name":"Set Saturation Level","deprecatedNote":[],"description":["Sets a player's saturation","level."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Saturation level","(1-20)"],"notes":[]}],"returnValues":[]}},{"name":"WeatherClear","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SendTitle","codeblockName":"PLAYER ACTION","tags":[],"aliases":["Title"],"icon":{"material":"BIRCH_SIGN","name":"Show Title Text","deprecatedNote":[],"description":["Displays text in the center","of a player's screen."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Emperor","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"COMPONENT","plural":false,"optional":false,"description":["Title text"],"notes":[]},{"type":"COMPONENT","plural":false,"optional":true,"description":["Subtitle text"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Title duration"],"notes":[["Default = 60 ticks"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Fade in length"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Fade out length"],"notes":[]}],"returnValues":[]}},{"name":"ScoreDefFormat","codeblockName":"PLAYER ACTION","tags":[{"name":"Number Format","options":[{"name":"Fixed","icon":{"material":"BOOK","name":"","deprecatedNote":[],"description":["Displays a constant text."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Styled","icon":{"material":"FEATHER","name":"","deprecatedNote":[],"description":["Displays a score number with","the specified text style."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Blank","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":["Does not display anything."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Reset","icon":{"material":"BARRIER","name":"","deprecatedNote":[],"description":["Uses the default number format."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Fixed","slot":26}],"aliases":[],"icon":{"material":"SLIME_BLOCK","name":"Set Scoreboard Default Number Format","deprecatedNote":[],"description":["Sets the default number format","of the player's scoreboard."],"example":[],"worksWith":[],"additionalInfo":[["Put an appropriate value in the chest","depending on the number format type."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"COMPONENT","plural":false,"optional":false,"description":["Content or style"],"notes":[]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":[],"notes":[]}],"returnValues":[]}},{"name":"StopSound","codeblockName":"PLAYER ACTION","tags":[{"name":"Sound Source","options":[{"name":"Master","icon":{"material":"MUSIC_DISC_STRAD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Music","icon":{"material":"MUSIC_DISC_MALL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Jukebox/Note Blocks","icon":{"material":"MUSIC_DISC_MELLOHI","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Weather","icon":{"material":"MUSIC_DISC_WAIT","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Blocks","icon":{"material":"MUSIC_DISC_BLOCKS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Hostile Creatures","icon":{"material":"MUSIC_DISC_CHIRP","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Friendly Creatures","icon":{"material":"MUSIC_DISC_FAR","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Players","icon":{"material":"MUSIC_DISC_13","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Ambient/Environment","icon":{"material":"MUSIC_DISC_WARD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Voice/Speech","icon":{"material":"MUSIC_DISC_STAL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Master","slot":26}],"aliases":[],"icon":{"material":"MUSIC_DISC_11","name":"Stop Sounds","deprecatedNote":[],"description":["Stops all or specific sounds","for a player."],"example":[],"worksWith":[],"additionalInfo":[["Stopping sounds from the","Master source stops every","sound effect."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"SOUND","plural":true,"optional":true,"description":["Sounds to stop"],"notes":[]}],"returnValues":[]}},{"name":"ParticleLine","codeblockName":"PLAYER ACTION","tags":[],"aliases":[],"icon":{"material":"STICK","name":"Display Particle Line","deprecatedNote":[],"description":["Displays a line of particles","between two locations to","a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"PARTICLE","plural":false,"optional":false,"description":["Effect"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Start location"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["End location"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Effect spacing"],"notes":[["Default = 0.5 blocks"]]}],"returnValues":[]}},{"name":"dynamic","codeblockName":"START PROCESS","tags":[{"name":"Target Mode","options":[{"name":"With current targets","icon":{"material":"DIAMOND_SWORD","name":"","deprecatedNote":[],"description":["Starts a process with the","same event targets as","the current thread."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"With current selection","icon":{"material":"NETHER_STAR","name":"","deprecatedNote":[],"description":["Starts a process with the","same selection as the","current thread.","This process requires no","targets to keep running."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"With no targets","icon":{"material":"GUNPOWDER","name":"","deprecatedNote":[],"description":["Starts a process without","any targets or selection.","This process requires no","targets to keep running."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"For each in selection","icon":{"material":"GLOWSTONE_DUST","name":"","deprecatedNote":[],"description":["Starts multiple processes;","one for each target in the","current selection. This is","the default target of each","started process."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"With current targets","slot":26},{"name":"Local Variables","options":[{"name":"Don't copy","icon":{"material":"KNOWLEDGE_BOOK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Create new storage"]},{"name":"Copy","icon":{"material":"BOOK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Copy current storage"]},{"name":"Share","icon":{"material":"WRITABLE_BOOK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Share current storage"]}],"defaultOption":"Don't copy","slot":25}],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"name":"SignHasTxt","codeblockName":"IF GAME","tags":[{"name":"Sign Line","options":[{"name":"1","icon":{"material":"WRITABLE_BOOK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"2","icon":{"material":"WRITABLE_BOOK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"3","icon":{"material":"WRITABLE_BOOK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"4","icon":{"material":"WRITABLE_BOOK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"All lines","icon":{"material":"BOOKSHELF","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["All Lines"]}],"defaultOption":"All lines","slot":26},{"name":"Check Mode","options":[{"name":"Contains","icon":{"material":"CHEST","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Sign Line Contains"]},{"name":"Equals","icon":{"material":"GOLD_INGOT","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Sign Line Equals"]}],"defaultOption":"Contains","slot":25}],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[],"returnValues":[]}},{"name":"HasRoomForItem","codeblockName":"IF GAME","tags":[{"name":"Check Mode","options":[{"name":"Has Room for Any Item","icon":{"material":"ITEM_FRAME","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Has Room for All Items","icon":{"material":"CHEST_MINECART","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Has Room for Any Item","slot":26}],"aliases":[],"icon":{"material":"FLOWER_POT","name":"Container Has Room For Item","deprecatedNote":[],"description":["Checks if the container at a","location has room for one or","more items to be given."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Container location"],"notes":[]},{"text":""},{"type":"ITEM","plural":false,"optional":true,"description":["Item(s) to check with"],"notes":[]},{"text":"OR"},{"type":"NONE","plural":false,"optional":true,"description":["Checks for empty slot"],"notes":[]}],"returnValues":[]}},{"name":"EventBlockEquals","codeblockName":"IF GAME","tags":[],"aliases":[],"icon":{"material":"GRASS_BLOCK","name":"Event Block Equals","deprecatedNote":[],"description":["Checks if the block in a block","related event is the given block."],"example":[],"worksWith":["Block Events","Click Events"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"BLOCK","plural":true,"optional":false,"description":["Block(s) to check for"],"notes":[]}],"returnValues":[]}},{"name":"CommandEquals","codeblockName":"IF GAME","tags":[{"name":"Check Mode","options":[{"name":"Check entire command","icon":{"material":"COMMAND_BLOCK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Check Entire Command"]},{"name":"Check beginning","icon":{"material":"NAME_TAG","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Check First Word","Check first word"]}],"defaultOption":"Check entire command","slot":26},{"name":"Ignore Case","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":25}],"aliases":[],"icon":{"material":"COMMAND_BLOCK","name":"Command Equals","deprecatedNote":[],"description":["Checks if the command entered","in the Command Event is equal","to the given string."],"example":[],"worksWith":["Command Event"],"additionalInfo":[],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"TEXT","plural":true,"optional":false,"description":["String(s) to check for"],"notes":[]}],"returnValues":[]}},{"name":"EventItemEquals","codeblockName":"IF GAME","tags":[{"name":"Comparison Mode","options":[{"name":"Exactly equals","icon":{"material":"GOLD_INGOT","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Ignore stack size/durability","icon":{"material":"DIAMOND_SWORD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Material only","icon":{"material":"CHISELED_STONE_BRICKS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Ignore stack size/durability","slot":26}],"aliases":[],"icon":{"material":"CRAFTING_TABLE","name":"Event Item Equals","deprecatedNote":[],"description":["Checks if the item in a item","related event is the given item."],"example":[],"worksWith":["Item Events","Right Click Event","Left Click Event","Change Slot Event","Place Block Event"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"ITEM","plural":true,"optional":false,"description":["Item(s) to check for"],"notes":[]}],"returnValues":[]}},{"name":" SignHasTxt ","codeblockName":"IF GAME","tags":[{"name":"Sign Line","options":[{"name":"1","icon":{"material":"WRITABLE_BOOK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"2","icon":{"material":"WRITABLE_BOOK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"3","icon":{"material":"WRITABLE_BOOK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"4","icon":{"material":"WRITABLE_BOOK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"All lines","icon":{"material":"BOOKSHELF","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["All Lines"]}],"defaultOption":"All lines","slot":26},{"name":"Sign Side","options":[{"name":"Front","icon":{"material":"OAK_SIGN","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Back","icon":{"material":"DARK_OAK_SIGN","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Front","slot":25},{"name":"Check Mode","options":[{"name":"Contains","icon":{"material":"CHEST","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Sign Line Contains"]},{"name":"Equals","icon":{"material":"GOLD_INGOT","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Sign Line Equals"]}],"defaultOption":"Contains","slot":24}],"aliases":[],"icon":{"material":"OAK_SIGN","name":"Sign Contains Text","deprecatedNote":[],"description":["Checks if the sign at a location","has the given text."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":3,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Sign location"],"notes":[]},{"type":"COMPONENT","plural":true,"optional":false,"description":["Text to check for"],"notes":[["Formatting is ignored."]]}],"returnValues":[]}},{"name":"AttackIsCrit","codeblockName":"IF GAME","tags":[],"aliases":[],"icon":{"material":"DIAMOND_SWORD","name":"Attack Is Critical","deprecatedNote":[],"description":["Checks if an event attack","is critical."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ContainerHas","codeblockName":"IF GAME","tags":[],"aliases":[],"icon":{"material":"CHEST","name":"Container Has Item","deprecatedNote":[],"description":["Checks if the container at a","location has the given item."],"example":[],"worksWith":[],"additionalInfo":[["If multiple items are in the","chest, the container only","needs to have one of them."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Container location"],"notes":[]},{"type":"ITEM","plural":true,"optional":false,"description":["Item(s) to check for"],"notes":[]}],"returnValues":[]}},{"name":"BlockEquals","codeblockName":"IF GAME","tags":[],"aliases":["GBlockEquals"],"icon":{"material":"BRICKS","name":"Block Equals","deprecatedNote":[],"description":["Checks if the block at a location","is the given block."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Check location"],"notes":[]},{"type":"BLOCK","plural":true,"optional":true,"description":["Block(s) to check for"],"notes":[]},{"type":"BLOCK_TAG","plural":true,"optional":true,"description":["Block data"],"notes":[["Example: \"facing=up\""]]}],"returnValues":[]}},{"name":"BlockPowered","codeblockName":"IF GAME","tags":[{"name":"Redstone Power Mode","options":[{"name":"Direct power","icon":{"material":"REDSTONE_TORCH","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Direct Power"]},{"name":"Indirect power","icon":{"material":"REDSTONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Indirect Power"]}],"defaultOption":"Direct power","slot":26}],"aliases":[],"icon":{"material":"REDSTONE_TORCH","name":"Block Is Powered","deprecatedNote":[],"description":["Checks if the block at a location","is powered by redstone."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"LOCATION","plural":true,"optional":false,"description":["Check location(s)"],"notes":[]}],"returnValues":[]}},{"name":"HasPlayer","codeblockName":"IF GAME","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Game Has Player","head":"eyJ0aW1lc3RhbXAiOjE1Njc4MDczMzgxMzIsInByb2ZpbGVJZCI6IjJkYzc3YWU3OTQ2MzQ4MDI5NDI4MGM4NDIyNzRiNTY3IiwicHJvZmlsZU5hbWUiOiJzYWR5MDYxMCIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzE4NTI3NGZhNzMzMDg4MDY1OWNlNjgxNmU1NjE5YzgwYTk3OWRkYzhkN2RkZjYwY2M2YzZmNThlYTY0NDYyIn19fQ==","deprecatedNote":[],"description":["Checks if there is currently","a player in the game with the","given name or UUID."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"TEXT","plural":true,"optional":false,"description":["Name or UUID"],"notes":[]}],"returnValues":[]}},{"name":"ContainerHasAll","codeblockName":"IF GAME","tags":[],"aliases":[],"icon":{"material":"ENDER_CHEST","name":"Container Has All Items","deprecatedNote":[],"description":["Checks if the container at a","location has all of the given","items."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Container location"],"notes":[]},{"type":"ITEM","plural":true,"optional":false,"description":["Item(s) to check for"],"notes":[]}],"returnValues":[]}},{"name":"CmdArgEquals","codeblockName":"IF GAME","tags":[{"name":"Ignore Case","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"COMMAND_BLOCK_MINECART","name":"Command Argument Equals","deprecatedNote":[],"description":["Checks if a part of the command","entered in the Command Event","is equal to the given string."],"example":[],"worksWith":["Command Event"],"additionalInfo":[],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"TEXT","plural":true,"optional":false,"description":["String(s) to check for"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Argument number"],"notes":[]}],"returnValues":[]}},{"name":"EventCancelled","codeblockName":"IF GAME","tags":[],"aliases":[],"icon":{"material":"BARRIER","name":"Event Is Cancelled","deprecatedNote":[],"description":["Checks if the current","event is cancelled."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"EntityKillEntity","codeblockName":"ENTITY EVENT","tags":[],"aliases":[],"icon":{"material":"ROTTEN_FLESH","name":"Entity Kill Entity Event","deprecatedNote":[],"description":["Executes code when an entity","kills another entity."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"BlockFall","codeblockName":"ENTITY EVENT","tags":[],"aliases":[],"icon":{"material":"ANVIL","name":"Block Fall Event","deprecatedNote":[],"description":["Executes code when a block","affected by gravity turns","into a falling block."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":false,"cancelledAutomatically":true}},{"name":"EntityDmg","codeblockName":"ENTITY EVENT","tags":[],"aliases":[],"icon":{"material":"REDSTONE","name":"Entity Take Damage Event","deprecatedNote":[],"description":["Executes code when","an entity takes damage."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"ProjDmgEntity","codeblockName":"ENTITY EVENT","tags":[],"aliases":[],"icon":{"material":"ARROW","name":"Projectile Damage Entity Event","deprecatedNote":[],"description":["Executes code when a projectile","damages an entity."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"ProjKillEntity","codeblockName":"ENTITY EVENT","tags":[],"aliases":[],"icon":{"material":"SPECTRAL_ARROW","name":"Projectile Kill Entity Event","deprecatedNote":[],"description":["Executes code when a","projectile kills an entity."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"EntityExplode","codeblockName":"ENTITY EVENT","tags":[],"aliases":[],"icon":{"material":"TNT","name":"Entity Explode Event","deprecatedNote":[],"description":["Executes code when an","entity explodes."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"EntityDeath","codeblockName":"ENTITY EVENT","tags":[],"aliases":[],"icon":{"material":"SKELETON_SKULL","name":"Entity Death Event","deprecatedNote":[],"description":["Executes code when an entity","dies by natural causes."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"VehicleDamage","codeblockName":"ENTITY EVENT","tags":[],"aliases":[],"icon":{"material":"HOPPER_MINECART","name":"Vehicle Take Damage Event","deprecatedNote":[],"description":["Executes code when a vehicle","entity (minecart or boat) is","damaged."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"EntityDmgEntity","codeblockName":"ENTITY EVENT","tags":[],"aliases":[],"icon":{"material":"GOLDEN_SWORD","name":"Entity Damage Entity Event","deprecatedNote":[],"description":["Executes code when an entity","damages another entity."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"FallingBlockLand","codeblockName":"ENTITY EVENT","tags":[],"aliases":[],"icon":{"material":"SAND","name":"Falling Block Land Event","deprecatedNote":[],"description":["Executes code when a falling","block lands on the ground."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"EntityResurrect","codeblockName":"ENTITY EVENT","tags":[],"aliases":[],"icon":{"material":"TOTEM_OF_UNDYING","name":"Entity Resurrect Event","deprecatedNote":[],"description":["Executes code when","an entity resurrects with","a totem of undying."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"RegrowWool","codeblockName":"ENTITY EVENT","tags":[],"aliases":[],"icon":{"material":"WHITE_WOOL","name":"Sheep Regrow Wool Event","deprecatedNote":[],"description":["Executes code when a sheep","regrows its wool."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","cancellable":true,"cancelledAutomatically":false}},{"name":"LastMob","codeblockName":"SELECT OBJECT","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"RandomPlayer","codeblockName":"SELECT OBJECT","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Select Random Player","head":"ewogICJ0aW1lc3RhbXAiIDogMTYyMDEzNjM4MDQ1MywKICAicHJvZmlsZUlkIiA6ICI0OWIzODUyNDdhMWY0NTM3YjBmN2MwZTFmMTVjMTc2NCIsCiAgInByb2ZpbGVOYW1lIiA6ICJiY2QyMDMzYzYzZWM0YmY4IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2Q5OGM4MGQzNWMyMDlhYWYyMGVhYWMyMWQ1ZGFlMTg0ZGNlMTBmYTgwNTI2ZTllNzU0YWZmYzc1MjVjODFkNjgiCiAgICB9CiAgfQp9","deprecatedNote":[],"description":["Creates a selection using","one or more random","players in the game."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":true,"description":["Selection size"],"notes":[["Default = 1"]]}],"returnValues":[]}},{"name":"LastEntity","codeblockName":"SELECT OBJECT","tags":[],"aliases":[],"icon":{"material":"TURTLE_EGG","name":"Select Last-Spawned Entity","deprecatedNote":[],"description":["Creates a selection using","the most recently spawned","entity."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"Shooter","codeblockName":"SELECT OBJECT","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"AllMobs","codeblockName":"SELECT OBJECT","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"EntityName","codeblockName":"SELECT OBJECT","tags":[{"name":"Ignore Formatting","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Color codes and style tags","are ignored when matching","an entity by its name."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["All color codes and style","tags in the entity's name","must match exactly."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"WRITABLE_BOOK","name":"Select Entities by Name","deprecatedNote":[],"description":["Creates a selection using all","entities in the game whose","name or UUID matches."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"TEXT","plural":true,"optional":false,"description":["UUID to check for"],"notes":[]},{"text":"OR"},{"type":"COMPONENT","plural":true,"optional":false,"description":["Name to check for"],"notes":[]}],"returnValues":[]}},{"name":"FilterRandom","codeblockName":"SELECT OBJECT","tags":[],"aliases":["RandomSelected"],"icon":{"material":"PLAYER_HEAD","name":"Filter Selection Randomly","head":"ewogICJ0aW1lc3RhbXAiIDogMTYyMDEzNjM4MDQ1MywKICAicHJvZmlsZUlkIiA6ICI0OWIzODUyNDdhMWY0NTM3YjBmN2MwZTFmMTVjMTc2NCIsCiAgInByb2ZpbGVOYW1lIiA6ICJiY2QyMDMzYzYzZWM0YmY4IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2Q5OGM4MGQzNWMyMDlhYWYyMGVhYWMyMWQ1ZGFlMTg0ZGNlMTBmYTgwNTI2ZTllNzU0YWZmYzc1MjVjODFkNjgiCiAgICB9CiAgfQp9","deprecatedNote":[],"description":["Filters the selection by","randomly picking one or","more objects from it."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":true,"description":["Selection size"],"notes":[["Default = 1"]]}],"returnValues":[]}},{"name":"DefaultEntity","codeblockName":"SELECT OBJECT","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"PlayerName","codeblockName":"SELECT OBJECT","tags":[],"aliases":[],"icon":{"material":"BOOK","name":"Select Players by Name","deprecatedNote":[],"description":["Creates a selection using all","players in the game whose","name or UUID matches."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"TEXT","plural":true,"optional":false,"description":["Name or UUID"],"notes":[]}],"returnValues":[]}},{"name":"AllEntities","codeblockName":"SELECT OBJECT","tags":[],"aliases":[],"icon":{"material":"DIAMOND_BLOCK","name":"Select All Entities","deprecatedNote":[],"description":["Creates a selection of","all entities in the game."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"Damager","codeblockName":"SELECT OBJECT","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"FilterDistance","codeblockName":"SELECT OBJECT","tags":[{"name":"Ignore Y-Axis","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":25},{"name":"Compare Mode","options":[{"name":"Nearest","icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Farthest","icon":{"material":"STONE_BUTTON","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Nearest","slot":26}],"aliases":[],"icon":{"material":"COMPASS","name":"Filter Selection by Distance","deprecatedNote":[],"description":["Filters the selection to the","objects that are nearest","or farthest to a location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Location to","compare to"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Selection size"],"notes":[["Default = 1"]]}],"returnValues":[]}},{"name":"FilterRay","codeblockName":"SELECT OBJECT","tags":[{"name":"Block Collision","options":[{"name":"All blocks","icon":{"material":"STONE_BRICKS","name":"","deprecatedNote":[],"description":["Passes through air only."],"example":[],"worksWith":[],"additionalInfo":[["The hit location's","direction is set to","the hit block side."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Non-fluid blocks","icon":{"material":"WATER_BUCKET","name":"","deprecatedNote":[],"description":["Passes through fluids","(water and lava)."],"example":[],"worksWith":[],"additionalInfo":[["The hit location's","direction is set to","the hit block side."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Solid blocks","icon":{"material":"TALL_GRASS","name":"","deprecatedNote":[],"description":["Passes through non-solid","blocks such as tall grass,","and through fluids."],"example":[],"worksWith":[],"additionalInfo":[["The hit location's","direction is set to","the hit block side."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"None","icon":{"material":"FEATHER","name":"","deprecatedNote":[],"description":["Passes through all blocks."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Solid blocks","slot":26}],"aliases":[],"icon":{"material":"BLAZE_ROD","name":"Filter Selection by Raycast","deprecatedNote":[],"description":["Filters the selected objects","to the objects that intersect","a ray."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":true,"description":["Gets the end or","final hit location"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Ray origin"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Ray distance"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Ray width"],"notes":[["Default = 0.0"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Selection size"],"notes":[["Default = 1"]]}],"returnValues":[]}},{"name":"Reset","codeblockName":"SELECT OBJECT","tags":[],"aliases":["None"],"icon":{"material":"GLASS","name":"Reset Selection","deprecatedNote":[],"description":["Deactivates the selection.","Code that follows will run","normally with event targets."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"EventTarget","codeblockName":"SELECT OBJECT","tags":[{"name":"Event Target","options":[{"name":"Default","icon":{"material":"POTATO","name":"","deprecatedNote":[],"description":["The target that triggered","this event."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Killer","icon":{"material":"IRON_SWORD","name":"","deprecatedNote":[],"description":["The target that killed the","victim in this event."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Damager","icon":{"material":"STONE_SWORD","name":"","deprecatedNote":[],"description":["The target that harmed the","victim in this event."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Victim","icon":{"material":"SKELETON_SKULL","name":"","deprecatedNote":[],"description":["The target that was harmed","or killed in this event."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Shooter","icon":{"material":"BOW","name":"","deprecatedNote":[],"description":["The target that fired a","projectile in this event."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Projectile","icon":{"material":"ARROW","name":"","deprecatedNote":[],"description":["The projectile in this event."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Default","slot":26}],"aliases":[],"icon":{"material":"DIAMOND_SWORD","name":"Select Event Target","deprecatedNote":[],"description":["Creates a selection using","a target involved in this","Event."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"Killer","codeblockName":"SELECT OBJECT","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"Victim","codeblockName":"SELECT OBJECT","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"EntitiesCond","codeblockName":"SELECT OBJECT","tags":[],"aliases":[],"icon":{"material":"BRICKS","name":"Select Entities by Condition","deprecatedNote":[],"description":["Creates a selection of","all entities in the game","that meet a condition."],"example":[],"worksWith":[],"additionalInfo":[["Can be inverted with the","NOT Arrow."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"subActionBlocks":["if_entity","if_var","if_game"]},{"name":"AllPlayers","codeblockName":"SELECT OBJECT","tags":[],"aliases":[],"icon":{"material":"BEACON","name":"Select All Players","deprecatedNote":[],"description":["Creates a selection of","all players in the game."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"Invert","codeblockName":"SELECT OBJECT","tags":[],"aliases":[],"icon":{"material":"PRISMARINE","name":"Invert Selection","deprecatedNote":[],"description":["Creates a new selection by","inverting the selection that","is currently active."],"example":[],"worksWith":[],"additionalInfo":[["If the current selection","contains players, all other","players are selected."],["If the current selection","contains entities, all other","entities are selected."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"RandomEntity","codeblockName":"SELECT OBJECT","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"FilterCondition","codeblockName":"SELECT OBJECT","tags":[],"aliases":["FilterSelect"],"icon":{"material":"CHAIN_COMMAND_BLOCK","name":"Filter Selection by Condition","deprecatedNote":[],"description":["Filters the selection to the","objects that meet a certain","condition."],"example":[],"worksWith":[],"additionalInfo":[["Can be inverted with the","NOT Arrow."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"subActionBlocks":["if_player","if_entity","if_var","if_game"]},{"name":"MobsCond","codeblockName":"SELECT OBJECT","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"subActionBlocks":["if_entity","if_var","if_game"]},{"name":"FilterSort","codeblockName":"SELECT OBJECT","tags":[{"name":"Sort Order","options":[{"name":"Ascending","icon":{"material":"PRISMARINE_BRICK_STAIRS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Descending","icon":{"material":"DARK_PRISMARINE_STAIRS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Ascending","slot":26}],"aliases":[],"icon":{"material":"REPEATING_COMMAND_BLOCK","name":"Filter Selection by Sort","deprecatedNote":[],"description":["Filters the selection by","sorting the value of each","object in order."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"ANY_TYPE","plural":false,"optional":false,"description":["Value to","compare"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Selection size"],"notes":[["Default = 1"]]}],"returnValues":[]}},{"name":"Projectile","codeblockName":"SELECT OBJECT","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"DefaultPlayer","codeblockName":"SELECT OBJECT","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"PlayersCond","codeblockName":"SELECT OBJECT","tags":[],"aliases":[],"icon":{"material":"OAK_PLANKS","name":"Select Players by Condition","deprecatedNote":[],"description":["Creates a selection of","all players in the game","that meet a condition."],"example":[],"worksWith":[],"additionalInfo":[["Can be inverted with the","NOT Arrow."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"subActionBlocks":["if_player","if_var","if_game"]},{"name":"MobName","codeblockName":"SELECT OBJECT","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"Adjacent","codeblockName":"REPEAT","tags":[{"name":"Change Location Rotation","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":24},{"name":"Include Origin Block","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":25},{"name":"Pattern","options":[{"name":"Cardinal (4 blocks)","icon":{"material":"OAK_LOG","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Square (8 blocks)","icon":{"material":"SPRUCE_LOG","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Adjacent (6 blocks)","icon":{"material":"OAK_WOOD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Cube (26 blocks)","icon":{"material":"SPRUCE_WOOD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Adjacent (6 blocks)","slot":26}],"aliases":[],"icon":{"material":"OBSERVER","name":"Repeat Adjacently","deprecatedNote":[],"description":["Repeats code once for each","block adjacent to a location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":3,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Gets the current","block location each iteration"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Center block"],"notes":[]}],"returnValues":[]}},{"name":"Path","codeblockName":"REPEAT","tags":[{"name":"Rotate Location","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Sets the rotation of each","returned location to face","the next given path point."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["Keeps the rotation of the","given path points."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":26}],"aliases":[],"icon":{"material":"BAMBOO","name":"Repeat On Path","deprecatedNote":[],"description":["Repeats code once for","each interpolated point in","a path of locations."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Gets the current","path location each iteration"],"notes":[]},{"type":"LOCATION","plural":true,"optional":false,"description":["Path locations"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Point spacing"],"notes":[["Default = 0.5 blocks"]]}],"returnValues":[]}},{"name":"Multiple","codeblockName":"REPEAT","tags":[],"aliases":["N Times"],"icon":{"material":"REDSTONE","name":"Repeat Multiple Times","deprecatedNote":[],"description":["Repeats code multiple times."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":true,"description":["Gets the","current index each iteration"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Amount"],"notes":[]}],"returnValues":[]}},{"name":"Grid","codeblockName":"REPEAT","tags":[],"aliases":[],"icon":{"material":"DARK_PRISMARINE","name":"Repeat On Grid","deprecatedNote":[],"description":["Repeats code once for each","block in a region."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Gets the current","block location each iteration"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Start of region"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["End of region"],"notes":[]}],"returnValues":[]}},{"name":"While","codeblockName":"REPEAT","tags":[],"aliases":["WhileCond"],"icon":{"material":"IRON_INGOT","name":"Repeat While","deprecatedNote":[],"description":["Repeats code as long as a","condition is true."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]},"subActionBlocks":["if_player","if_entity","if_var","if_game"]},{"name":"Range","codeblockName":"REPEAT","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ForEach","codeblockName":"REPEAT","tags":[{"name":"Allow List Changes","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False (copy list)","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["False (Use Copy of List)"]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"ENDER_CHEST","name":"Repeat For Each in List","deprecatedNote":[],"description":["Repeats code once for each","index of a list."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Gets the current","value each iteration"],"notes":[]},{"type":"LIST","plural":false,"optional":false,"description":["List to repeat through"],"notes":[]}],"returnValues":[]}},{"name":"Sphere","codeblockName":"REPEAT","tags":[{"name":"Point Locations Inwards","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":26}],"aliases":[],"icon":{"material":"HEART_OF_THE_SEA","name":"Repeat On Sphere","deprecatedNote":[],"description":["Repeats code once for every","evenly distributed sphere point."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Gets the current","sphere location each iteration"],"notes":[]},{"type":"LOCATION","plural":false,"optional":false,"description":["Sphere center"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Sphere radius"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Sphere points"],"notes":[]}],"returnValues":[]}},{"name":"Forever","codeblockName":"REPEAT","tags":[],"aliases":[],"icon":{"material":"GOLD_INGOT","name":"Repeat Forever","deprecatedNote":[],"description":["Repeats code indefinitely."],"example":[],"worksWith":[],"additionalInfo":[["The Control: Wait block can","be used for a delay."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":" Range ","codeblockName":"REPEAT","tags":[],"aliases":[],"icon":{"material":"REPEATER","name":"Repeat On Range","deprecatedNote":[],"description":["Repeats code once for each","number on a number line."],"example":[],"worksWith":[],"additionalInfo":[["To iterate in the negative direction,","you must use a negative step size."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":true,"description":["Gets the current","number each iteration"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Start of range"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["End of range"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Step"],"notes":[["Default = 1"]]}],"returnValues":[]}},{"name":"ForEachEntry","codeblockName":"REPEAT","tags":[],"aliases":[],"icon":{"material":"CHEST_MINECART","name":"Repeat For Each Dictionary Entry","deprecatedNote":[],"description":["Repeats code once per entry in","a dictionary"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Gets the current key","each iteration"],"notes":[]},{"type":"VARIABLE","plural":false,"optional":false,"description":["Gets the current value","each iteration"],"notes":[]},{"type":"DICT","plural":false,"optional":false,"description":["Dictionary to","repeat through"],"notes":[]}],"returnValues":[]}},{"name":"<=","codeblockName":"IF VARIABLE","tags":[],"aliases":[],"icon":{"material":"NETHER_BRICKS","name":"Number ≤","deprecatedNote":[],"description":["Checks if a number value is","less than or equal to another","number."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Number to check"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Number to compare to"],"notes":[]}],"returnValues":[]}},{"name":"ItemHasEnchant","codeblockName":"IF VARIABLE","tags":[],"aliases":[],"icon":{"material":"ENCHANTING_TABLE","name":"Item Has Enchantment","deprecatedNote":[],"description":["Checks if an item has a","given enchantment, or,","if no enchantment is specified,","checks if it has any."],"example":[],"worksWith":[],"additionalInfo":[["A level of 0 will work","for any level."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ITEM","plural":false,"optional":false,"description":["Item to check"],"notes":[]},{"type":"TEXT","plural":false,"optional":true,"description":["Enchantment"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Level"],"notes":[]}],"returnValues":[]}},{"name":"DictValueEquals","codeblockName":"IF VARIABLE","tags":[],"aliases":[],"icon":{"material":"CHEST","name":"Dictionary Value Equals","deprecatedNote":[],"description":["Checks if a dictionary's value","for the given key is equal to","any of the given values."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"DICT","plural":false,"optional":false,"description":["Dictionary to check"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["Key to check"],"notes":[]},{"type":"ANY_TYPE","plural":true,"optional":false,"description":["Values to","compare with"],"notes":[]}],"returnValues":[]}},{"name":"ItemHasTag","codeblockName":"IF VARIABLE","tags":[],"aliases":[],"icon":{"material":"CHEST_MINECART","name":"Item Has Custom Tag","deprecatedNote":[],"description":["Checks if an item has a","given custom tag, and (if","provided) whether the tag","matches the given value."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ITEM","plural":false,"optional":false,"description":["Item to check"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["Tag name"],"notes":[]},{"text":""},{"type":"NUMBER","plural":false,"optional":true,"description":["Tag value"],"notes":[]},{"text":"OR"},{"type":"TEXT","plural":false,"optional":true,"description":["Tag value"],"notes":[]}],"returnValues":[]}},{"name":"StringMatches","codeblockName":"IF VARIABLE","tags":[{"name":"Regular Expressions","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Disable","slot":26},{"name":"Ignore Case","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":25}],"aliases":[" TextMatches "],"icon":{"material":"BOOK","name":"String Matches","deprecatedNote":[],"description":["Checks if a string value matches","other values."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"TEXT","plural":false,"optional":false,"description":["String or source expression to match"],"notes":[]},{"type":"TEXT","plural":true,"optional":false,"description":["String to compare"],"notes":[]}],"returnValues":[]}},{"name":"StartsWith","codeblockName":"IF VARIABLE","tags":[{"name":"Ignore Case","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":26}],"aliases":[],"icon":{"material":"FEATHER","name":"String Starts With","deprecatedNote":[],"description":["Checks if the first part of","a string value matches a","certain string."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"TEXT","plural":false,"optional":false,"description":["String to check"],"notes":[]},{"type":"TEXT","plural":true,"optional":false,"description":["String to start with"],"notes":[]}],"returnValues":[]}},{"name":"ListValueEq","codeblockName":"IF VARIABLE","tags":[],"aliases":[],"icon":{"material":"KNOWLEDGE_BOOK","name":"List Value Equals","deprecatedNote":[],"description":["Checks if a list's value at an","index is equal to a value."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LIST","plural":false,"optional":false,"description":["List to check in"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Index to check at"],"notes":[]},{"type":"ANY_TYPE","plural":true,"optional":false,"description":["Variable to","compare to"],"notes":[]}],"returnValues":[]}},{"name":"VarIsType","codeblockName":"IF VARIABLE","tags":[{"name":"Variable Type","options":[{"name":"Number","icon":{"material":"SLIME_BALL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"String","icon":{"material":"STRING","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Text"]},{"name":"Styled Text","icon":{"material":"BOOK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Location","icon":{"material":"PAPER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Item","icon":{"material":"ITEM_FRAME","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"List","icon":{"material":"ENDER_CHEST","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Potion effect","icon":{"material":"GLASS_BOTTLE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Potion"]},{"name":"Sound","icon":{"material":"NAUTILUS_SHELL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Particle","icon":{"material":"WHITE_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Vector","icon":{"material":"PRISMARINE_SHARD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Dictionary","icon":{"material":"CHEST_MINECART","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Number","slot":26}],"aliases":[],"icon":{"material":"TURTLE_EGG","name":"Value Is Type","deprecatedNote":[],"description":["Checks if a value is of a","certain type."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"ANY_TYPE","plural":false,"optional":false,"description":["Value to check"],"notes":[]}],"returnValues":[]}},{"name":"TextMatches","codeblockName":"IF VARIABLE","tags":[{"name":"Regular Expressions","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Disable","slot":26},{"name":"Ignore Case","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":25}],"aliases":["EqIgnoreCase"],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[],"returnValues":[]}},{"name":"IsNear","codeblockName":"IF VARIABLE","tags":[],"aliases":["VIsNear"],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":" InRange ","codeblockName":"IF VARIABLE","tags":[{"name":"Location Handling","options":[{"name":"Block","icon":{"material":"SHULKER_SHELL","name":"","deprecatedNote":[],"description":["Block locations are compared.","Does not affect number ranges."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Exact","icon":{"material":"POPPED_CHORUS_FRUIT","name":"","deprecatedNote":[],"description":["Exact decimal locations are compared.","Does not affect number ranges."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Exact","slot":26}],"aliases":[],"icon":{"material":"CHEST","name":"Value Is Within Range","deprecatedNote":[],"description":["Checks if a number value is","in between 2 other numbers or","a location value is within the","region of 2 other locations."],"example":[],"worksWith":["Number","Location"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"ANY_TYPE","plural":false,"optional":false,"description":["Check value"],"notes":[]},{"type":"ANY_TYPE","plural":false,"optional":false,"description":["Minimum value"],"notes":[]},{"type":"ANY_TYPE","plural":false,"optional":false,"description":["Maximum value"],"notes":[]}],"returnValues":[]}},{"name":"VarExists","codeblockName":"IF VARIABLE","tags":[],"aliases":[],"icon":{"material":"IRON_NUGGET","name":"Variable Exists","deprecatedNote":[],"description":["Checks if a variable exists."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to check"],"notes":[]}],"returnValues":[]}},{"name":"Legacy !=","codeblockName":"IF VARIABLE","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ItemEquals","codeblockName":"IF VARIABLE","tags":[{"name":"Comparison Mode","options":[{"name":"Exactly equals","icon":{"material":"GOLD_INGOT","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Ignore stack size","icon":{"material":"CHEST","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Ignore durability and stack size","icon":{"material":"DIAMOND_SWORD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Material only","icon":{"material":"CHISELED_STONE_BRICKS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Exactly equals","slot":26}],"aliases":["VItemEquals"],"icon":{"material":"ITEM_FRAME","name":"Item Equals","deprecatedNote":[],"description":["Works the same as Value =","but has a few extra options","for item comparison."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"ITEM","plural":false,"optional":false,"description":["Item to check"],"notes":[]},{"type":"ITEM","plural":true,"optional":true,"description":["Item(s) to compare to"],"notes":[]}],"returnValues":[]}},{"name":"ListContains","codeblockName":"IF VARIABLE","tags":[{"name":"Check Mode","options":[{"name":"Has Any Value","icon":{"material":"ITEM_FRAME","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Has All Values","icon":{"material":"CHEST_MINECART","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Has Any Value","slot":26}],"aliases":[],"icon":{"material":"BOOKSHELF","name":"List Contains Value","deprecatedNote":[],"description":["Checks if any of a list's contents","match the given value."],"example":[],"worksWith":[],"additionalInfo":[["If multiple values are given, the","condition will return true if one","of the values are found."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"LIST","plural":false,"optional":false,"description":["List to check in"],"notes":[]},{"type":"ANY_TYPE","plural":true,"optional":false,"description":["Value to find"],"notes":[]}],"returnValues":[]}},{"name":"Legacy =","codeblockName":"IF VARIABLE","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"InRange","codeblockName":"IF VARIABLE","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"LocIsNear","codeblockName":"IF VARIABLE","tags":[{"name":"Shape","options":[{"name":"Sphere","icon":{"material":"POPPED_CHORUS_FRUIT","name":"","deprecatedNote":[],"description":["Checks if √(X²+Y²+Z²)","is within the radius."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Circle","icon":{"material":"POPPED_CHORUS_FRUIT","name":"","deprecatedNote":[],"description":["Checks if √(X²+Z²) is","within the radius."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Cube","icon":{"material":"SHULKER_SHELL","name":"","deprecatedNote":[],"description":["Checks if the distance","on the X, Y or Z axis","is within the radius."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Square","icon":{"material":"SHULKER_SHELL","name":"","deprecatedNote":[],"description":["Checks if the distance","on the X or Z axis is","within the radius."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Sphere","slot":26}],"aliases":[],"icon":{"material":"COMPASS","name":"Location Is Near","deprecatedNote":[],"description":["Checks if a location is","near another location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Location to check"],"notes":[]},{"type":"LOCATION","plural":true,"optional":false,"description":["Location(s) to","compare to"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Radius"],"notes":[]}],"returnValues":[]}},{"name":"Contains","codeblockName":"IF VARIABLE","tags":[{"name":"Ignore Case","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":26}],"aliases":[],"icon":{"material":"NAME_TAG","name":"String Contains","deprecatedNote":[],"description":["Checks if a string value","contains another string."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"TEXT","plural":false,"optional":false,"description":["String to check"],"notes":[]},{"type":"TEXT","plural":true,"optional":false,"description":["String to check for"],"notes":[]}],"returnValues":[]}},{"name":"!=","codeblockName":"IF VARIABLE","tags":[],"aliases":[],"icon":{"material":"BARRIER","name":"Value !=","deprecatedNote":[],"description":["Checks if a value does not","equal another value."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ANY_TYPE","plural":false,"optional":false,"description":["Value to check"],"notes":[]},{"type":"ANY_TYPE","plural":true,"optional":false,"description":["Values to compare to"],"notes":[]}],"returnValues":[]}},{"name":"<","codeblockName":"IF VARIABLE","tags":[],"aliases":[],"icon":{"material":"NETHER_BRICK","name":"Number <","deprecatedNote":[],"description":["Checks if a number value is","less than another number."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Number to check"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Number to compare to"],"notes":[]}],"returnValues":[]}},{"name":"=","codeblockName":"IF VARIABLE","tags":[],"aliases":[" = "],"icon":{"material":"IRON_INGOT","name":"Value =","deprecatedNote":[],"description":["Checks if a value is equal","to one of the given values."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ANY_TYPE","plural":false,"optional":false,"description":["Value to check"],"notes":[]},{"type":"ANY_TYPE","plural":true,"optional":false,"description":["Values to compare to"],"notes":[]}],"returnValues":[]}},{"name":">","codeblockName":"IF VARIABLE","tags":[],"aliases":[],"icon":{"material":"BRICK","name":"Number >","deprecatedNote":[],"description":["Checks if a number value is","greater than another number."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Number to check"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Number to compare to"],"notes":[]}],"returnValues":[]}},{"name":"EndsWith","codeblockName":"IF VARIABLE","tags":[{"name":"Ignore Case","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":26}],"aliases":[],"icon":{"material":"BLACK_DYE","name":"String Ends With","deprecatedNote":[],"description":["Checks if the last part of","a string value matches a","certain string."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"TEXT","plural":false,"optional":false,"description":["String to check"],"notes":[]},{"type":"TEXT","plural":true,"optional":false,"description":["String to end with"],"notes":[]}],"returnValues":[]}},{"name":">=","codeblockName":"IF VARIABLE","tags":[],"aliases":[],"icon":{"material":"BRICKS","name":"Number ≥","deprecatedNote":[],"description":["Checks if a number value","is greater than or equal to","another number."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Number to check"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Number to compare to"],"notes":[]}],"returnValues":[]}},{"name":"DictHasKey","codeblockName":"IF VARIABLE","tags":[],"aliases":[],"icon":{"material":"CHEST_MINECART","name":"Dictionary Has Key","deprecatedNote":[],"description":["Checks if a dictionary has","the given key."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"DICT","plural":false,"optional":false,"description":["Dictionary to check"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["Key to look for"],"notes":[]}],"returnValues":[]}},{"name":"IsVehicle","codeblockName":"IF ENTITY","tags":[],"aliases":[],"icon":{"material":"OAK_BOAT","name":"Is Vehicle","deprecatedNote":[],"description":["Checks if an entity","is a boat or minecart."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"IsGrounded","codeblockName":"IF ENTITY","tags":[],"aliases":[],"icon":{"material":"OAK_TRAPDOOR","name":"Is Grounded","deprecatedNote":[],"description":["Checks if an entity is","supported by a block."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"IsType","codeblockName":"IF ENTITY","tags":[],"aliases":[],"icon":{"material":"PIG_SPAWN_EGG","name":"Is Type","deprecatedNote":[],"description":["Checks if an entity is the","given type."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ENTITY_TYPE","plural":true,"optional":false,"description":["Spawn egg,","projectile, or vehicle"],"notes":[]}],"returnValues":[]}},{"name":"IsProj","codeblockName":"IF ENTITY","tags":[],"aliases":[],"icon":{"material":"ARROW","name":"Is Projectile","deprecatedNote":[],"description":["Checks if an entity","is a projectile."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"IsMob","codeblockName":"IF ENTITY","tags":[],"aliases":[],"icon":{"material":"ROTTEN_FLESH","name":"Is Mob","deprecatedNote":[],"description":["Checks if an entity","is a mob."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"HasCustomTag","codeblockName":"IF ENTITY","tags":[],"aliases":[],"icon":{"material":"CHEST_MINECART","name":"Has Custom Tag","deprecatedNote":[],"description":["Checks if an entity has a","given custom tag, and (if","provided) whether the tag","matches the given value."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"TEXT","plural":false,"optional":false,"description":["Tag name"],"notes":[]},{"text":""},{"type":"NUMBER","plural":false,"optional":true,"description":["Tag value"],"notes":[]},{"text":"OR"},{"type":"TEXT","plural":false,"optional":true,"description":["Tag value"],"notes":[]}],"returnValues":[]}},{"name":"IsSheared","codeblockName":"IF ENTITY","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Is Sheared","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjMxZjljY2M2YjNlMzJlY2YxM2I4YTExYWMyOWNkMzNkMThjOTVmYzczZGI4YTY2YzVkNjU3Y2NiOGJlNzAifX19","deprecatedNote":[],"description":["Checks if a sheep is","sheared."],"example":[],"worksWith":["Sheep"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"IsItem","codeblockName":"IF ENTITY","tags":[],"aliases":[],"icon":{"material":"COBBLESTONE","name":"Is Item","deprecatedNote":[],"description":["Checks if an entity","is an item."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":" IsRiding ","codeblockName":"IF ENTITY","tags":[{"name":"Ignore Formatting","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Color codes and style tags","are ignored when matching","an entity by its name."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["All color codes and style","tags in the entity's name","must match exactly."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"SADDLE","name":"Is Riding Entity","deprecatedNote":[],"description":["Checks if an entity is riding","another entity."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"ENTITY_TYPE","plural":true,"optional":true,"description":["Spawn egg,","projectile, or vehicle"],"notes":[]},{"text":"OR"},{"type":"TEXT","plural":true,"optional":true,"description":["Entity UUID"],"notes":[]},{"text":"OR"},{"type":"COMPONENT","plural":true,"optional":true,"description":["Entity name"],"notes":[]}],"returnValues":[]}},{"name":"Exists","codeblockName":"IF ENTITY","tags":[],"aliases":[],"icon":{"material":"GLASS_BOTTLE","name":"Exists","deprecatedNote":[],"description":["Checks if an entity still","exists in the world."],"example":[],"worksWith":[],"additionalInfo":[["Entities which have been removed","still remain in selections."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"IsNear","codeblockName":"IF ENTITY","tags":[{"name":"Shape","options":[{"name":"Sphere","icon":{"material":"POPPED_CHORUS_FRUIT","name":"","deprecatedNote":[],"description":["Checks if √(X²+Y²+Z²)","is within the radius."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["False"]},{"name":"Circle","icon":{"material":"POPPED_CHORUS_FRUIT","name":"","deprecatedNote":[],"description":["Checks if √(X²+Z²) is","within the radius."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["True"]},{"name":"Cube","icon":{"material":"SHULKER_SHELL","name":"","deprecatedNote":[],"description":["Checks if the distance","on the X, Y or Z axis","is within the radius."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Square","icon":{"material":"SHULKER_SHELL","name":"","deprecatedNote":[],"description":["Checks if the distance","on the X or Z axis is","within the radius."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Sphere","slot":26}],"aliases":["EIsNear"],"icon":{"material":"COMPASS","name":"Is Near Location","deprecatedNote":[],"description":["Checks if an entity is within a","range of a location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"LOCATION","plural":true,"optional":false,"description":["Center location"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Range"],"notes":[["Default = 5 blocks"]]}],"returnValues":[]}},{"name":"HasPotion","codeblockName":"IF ENTITY","tags":[{"name":"Check Properties","options":[{"name":"None","icon":{"material":"GUNPOWDER","name":"","deprecatedNote":[],"description":["Checks only if the","effect type matches."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Amplifier","icon":{"material":"GLOWSTONE_DUST","name":"","deprecatedNote":[],"description":["The amplifier of the","entity's effect must","be equal or higher."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Duration","icon":{"material":"REDSTONE","name":"","deprecatedNote":[],"description":["The duration of the","entity's effect must","be equal or higher."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Amplifier and duration","icon":{"material":"SUGAR","name":"","deprecatedNote":[],"description":["The amplifier and duration","of the entity's effect","must be equal or higher."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"None","slot":25},{"name":"Check Mode","options":[{"name":"Has any effect","icon":{"material":"POTION","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Has all effects","icon":{"material":"BREWING_STAND","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Has any effect","slot":26}],"aliases":[],"icon":{"material":"DRAGON_BREATH","name":"Has Potion Effect","deprecatedNote":[],"description":["Checks if an entity has a","potion effect of a certain","type active."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"POTION","plural":true,"optional":false,"description":["Effect(s)","to check for"],"notes":[]}],"returnValues":[]}},{"name":"IsRiding","codeblockName":"IF ENTITY","tags":[{"name":"Compare Text To","options":[{"name":"Entity type","icon":{"material":"PIG_SPAWN_EGG","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Name or UUID","icon":{"material":"NAME_TAG","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Entity type","slot":26}],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"StandingOn","codeblockName":"IF ENTITY","tags":[],"aliases":["EStandingOn"],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"NameEquals","codeblockName":"IF ENTITY","tags":[{"name":"Ignore Formatting","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Color codes and style tags","are ignored when matching","an entity by its name."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["All color codes and style","tags in the entity's name","must match exactly."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":["ENameEquals"],"icon":{"material":"NAME_TAG","name":"Name Equals","deprecatedNote":[],"description":["Checks if an entity's name or","custom name is equal to the","given text."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"TEXT","plural":true,"optional":false,"description":["UUID to check for"],"notes":[]},{"text":"OR"},{"type":"COMPONENT","plural":true,"optional":false,"description":["Name to check for"],"notes":[]}],"returnValues":[]}},{"name":" StandingOn ","codeblockName":"IF ENTITY","tags":[],"aliases":[" EStandingOn "],"icon":{"material":"GOLD_ORE","name":"Is Standing on Block","deprecatedNote":[],"description":["Checks if an entity is standing on","the given block or location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"BLOCK","plural":true,"optional":false,"description":["Block to check for"],"notes":[]},{"text":"OR"},{"type":"LOCATION","plural":true,"optional":false,"description":["Location to check for"],"notes":[]}],"returnValues":[]}},{"name":"DispRotationEuler","codeblockName":"ENTITY ACTION","tags":[{"name":"Rotation Type","options":[{"name":"Left Rotation","icon":{"material":"HEART_OF_THE_SEA","name":"","deprecatedNote":[],"description":["Corresponds to the left-singular","vector matrix after the singular","value decomposition."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Right Rotation","icon":{"material":"HEART_OF_THE_SEA","name":"","deprecatedNote":[],"description":["Corresponds to the right-singular","vector matrix after the singular","value decomposition."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Left Rotation","slot":26}],"aliases":[],"icon":{"material":"HEART_OF_THE_SEA","name":"Set Display Rotation from Euler Angles","deprecatedNote":[],"description":["Sets the left or right rotation of a","display entity from 3 angles on","each axis."],"example":[],"worksWith":["Any Display Entity"],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":true,"loadedItem":"","tags":1,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Pitch (0-360)"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Yaw (0-360)"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Roll (0-360)"],"notes":[]}],"returnValues":[]}},{"name":"SetParrotColor","codeblockName":"ENTITY ACTION","tags":[{"name":"Parrot Color","options":[{"name":"Red","icon":{"material":"RED_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Blue","icon":{"material":"BLUE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Green","icon":{"material":"LIME_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Cyan","icon":{"material":"LIGHT_BLUE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Gray","icon":{"material":"LIGHT_GRAY_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Red","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Parrot Color","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzA3ZGFiMmNiZWJlYTUzOWI2NGQ1YWQyNDZmOWNjYzFmY2RhN2FhOTRiODhlNTlmYzI4Mjk4NTJmNDYwNzEifX19","deprecatedNote":[],"description":["Sets a parrot's color."],"example":[],"worksWith":["Parrot"],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"DispTranslation","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"ARROW","name":"Set Display Translation","deprecatedNote":[],"description":["Sets the translation values","of a display entity."],"example":[],"worksWith":["Any Display Entity"],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":true,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["X translation"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Y translation"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Z translation"],"notes":[]},{"text":"OR"},{"type":"VECTOR","plural":false,"optional":false,"description":["Translation vector"],"notes":[]}],"returnValues":[]}},{"name":"Remove","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"BARRIER","name":"Remove","deprecatedNote":[],"description":["Deletes an entity."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetVelocity","codeblockName":"ENTITY ACTION","tags":[{"name":"Add to Current Velocity","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":26}],"aliases":[],"icon":{"material":"TIPPED_ARROW","name":"Set Velocity","color":{"red":42,"green":255,"blue":170},"deprecatedNote":[],"description":["Sets an entity's movement","velocity."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VECTOR","plural":false,"optional":false,"description":["New velocity"],"notes":[]}],"returnValues":[]}},{"name":"TDispBackground","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"TINTED_GLASS","name":"Set Text Display Background","deprecatedNote":[],"description":["Sets the background color","and opacity of a text display."],"example":[],"worksWith":["Text Display"],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"TEXT","plural":false,"optional":true,"description":["Color hexadecimal"],"notes":[["Example: \"#FF0000\" (red)"]]},{"type":"NUMBER","plural":false,"optional":false,"description":["Opacity in percentage"],"notes":[]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":["Uses the default","background color"],"notes":[]}],"returnValues":[]}},{"name":"DisplayCullingSize","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"GLASS","name":"Set Display Culling Size","deprecatedNote":[],"description":["Sets the culling width","and height of a","display entity."],"example":[],"worksWith":["Any Display Entity"],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":true,"description":["Width"],"notes":[["Default = 0"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Height"],"notes":[["Default = 0"]]}],"returnValues":[]}},{"name":"SetGlowSquidDark","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Glow Squid Dark Ticks","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2U5NGExYmIxY2IwMGFhYTE1M2E3NGRhZjRiMGVlYTIwYjg5NzQ1MjJmZTk5MDFlYjU1YWVmNDc4ZWJlZmYwZCJ9fX0=","deprecatedNote":[],"description":["Sets the number of ticks a","glow squid will stop glowing for."],"example":[],"worksWith":["Glow Squid"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Ticks"],"notes":[]}],"returnValues":[]}},{"name":"HideName","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetFrogType","codeblockName":"ENTITY ACTION","tags":[{"name":"Frog Type","options":[{"name":"Temperate","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjNjZTZmOTk5OGVkMmRhNzU3ZDFlNjM3MmYwNGVmYTIwZTU3ZGZjMTdjM2EwNjQ3ODY1N2JiZGY1MWMyZjJhMiJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Warm","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjc3MzE0ZmEwMzhlYzMxMzU3ODQ1YTkzMjc0YjRkYzg4NDEyNDY4NjcyOGZmZTBkZWQ5YzM1NDY2YWNhMGFhYiJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Cold","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2U2MmU4YTA0OGQwNDBlYjA1MzNiYTI2YTg2NmNkOWMyZDA5MjhjOTMxYzUwYjQ0ODJhYzNhMzI2MWZhYjZmMCJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Temperate","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Frog Type","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2U2MmU4YTA0OGQwNDBlYjA1MzNiYTI2YTg2NmNkOWMyZDA5MjhjOTMxYzUwYjQ0ODJhYzNhMzI2MWZhYjZmMCJ9fX0=","deprecatedNote":[],"description":["Sets a frog's color type."],"example":[],"worksWith":["Frog"],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"DispRotAxisAngle","codeblockName":"ENTITY ACTION","tags":[{"name":"Rotation Type","options":[{"name":"Left Rotation","icon":{"material":"HEART_OF_THE_SEA","name":"","deprecatedNote":[],"description":["Corresponds to the left-singular","vector matrix after the singular","value decomposition."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Right Rotation","icon":{"material":"HEART_OF_THE_SEA","name":"","deprecatedNote":[],"description":["Corresponds to the right-singular","vector matrix after the singular","value decomposition."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Left Rotation","slot":26}],"aliases":[],"icon":{"material":"PRISMARINE_SHARD","name":"Set Display Rotation from Axis-Angle","deprecatedNote":[],"description":["Sets the left or right rotation of","a display entity from axis-angle","rotation."],"example":[],"worksWith":["Any Display Entity"],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":true,"loadedItem":"","tags":1,"arguments":[{"type":"VECTOR","plural":false,"optional":false,"description":["Axis vector"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Angle (0-360)"],"notes":[]}],"returnValues":[]}},{"name":"Damage","codeblockName":"ENTITY ACTION","tags":[{"name":"Ignore Formatting","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Color codes and style tags","are ignored when matching","an entity by its name."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["All color codes and style","tags in the entity's name","must match exactly."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"IRON_SWORD","name":"Damage","deprecatedNote":[],"description":["Damages a mob."],"example":[],"worksWith":["Any Mob"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Damage to inflict"],"notes":[["❤ = 2 Health"]]},{"text":""},{"type":"TEXT","plural":false,"optional":true,"description":["UUID of damager entity"],"notes":[]},{"text":"OR"},{"type":"COMPONENT","plural":false,"optional":true,"description":["Name of damager entity"],"notes":[]}],"returnValues":[]}},{"name":"SetSheepSheared","codeblockName":"ENTITY ACTION","tags":[{"name":"Sheared","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Sheep Sheared","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjMxZjljY2M2YjNlMzJlY2YxM2I4YTExYWMyOWNkMzNkMThjOTVmYzczZGI4YTY2YzVkNjU3Y2NiOGJlNzAifX19","deprecatedNote":[],"description":["Sets whether a sheep","has its wool."],"example":[],"worksWith":["Sheep"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetMobSitting","codeblockName":"ENTITY ACTION","tags":[{"name":"Is Sitting","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"OAK_STAIRS","name":"Set Sitting","deprecatedNote":[],"description":["Sets whether an entity","is sitting."],"example":[],"worksWith":["Camel","Cat","Fox","Parrot","Wolf"],"additionalInfo":[["Works on both tamed","and untamed mobs."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetAxolotlColor","codeblockName":"ENTITY ACTION","tags":[{"name":"Axolotl Color","options":[{"name":"Pink","icon":{"material":"PINK_CONCRETE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Brown","icon":{"material":"BROWN_MUSHROOM_BLOCK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Yellow","icon":{"material":"YELLOW_CONCRETE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Cyan","icon":{"material":"CYAN_CONCRETE_POWDER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Blue","icon":{"material":"BLUE_CONCRETE_POWDER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Pink","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Axolotl Pattern","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2I4M2EzOGE0NThjM2NjYTA3NjFlMmM4MjEwYzZmNWQyZjMzODBlODYwZDUwZDJmNDc1NjUxNmEyNjQyNjE3ZCJ9fX0=","deprecatedNote":[],"description":["Sets an axolotl's color."],"example":[],"worksWith":["Axolotl"],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SendAnimation","codeblockName":"ENTITY ACTION","tags":[{"name":"Animation Type","options":[{"name":"Hurt animation","icon":{"material":"IRON_SWORD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Hurt Animation"]},{"name":"Crit particles","icon":{"material":"BLAZE_POWDER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Crit Particles"]},{"name":"Enchanted hit particles","icon":{"material":"EXPERIENCE_BOTTLE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Enchanted Hit Particles"]}],"defaultOption":"Hurt animation","slot":26}],"aliases":[],"icon":{"material":"CLOCK","name":"Send Mob Animation","deprecatedNote":[],"description":["Makes a mob perform","an animation."],"example":[],"worksWith":["Any Mob"],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"DisableGlowing","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetWardenAnger","codeblockName":"ENTITY ACTION","tags":[{"name":"Ignore Formatting","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Color codes and style tags","are ignored when matching","an entity by its name."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["All color codes and style","tags in the entity's name","must match exactly."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Warden Anger Level","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Y2NDgxYzdjNDM1YzM0ZjIxZGZmMTA0M2E0YzcwMzRjNDQ1YTM4M2E1NDM1ZmExZjJhNTAzYTM0OGFmZDYyZiJ9fX0=","deprecatedNote":[],"description":["Sets the anger level","of a Warden."],"example":[],"worksWith":["Warden"],"additionalInfo":[["If the anger level reaches","80, the warden will actively","purse the target."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Anger level","(0-150)"],"notes":[]},{"text":""},{"type":"TEXT","plural":false,"optional":false,"description":["Entity name"],"notes":[]},{"text":"OR"},{"type":"COMPONENT","plural":false,"optional":false,"description":["Entity UUID"],"notes":[]}],"returnValues":[]}},{"name":"SetHorsePattern","codeblockName":"ENTITY ACTION","tags":[{"name":"Horse Color","options":[{"name":"White","icon":{"material":"WHITE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Buckskin","icon":{"material":"STRIPPED_SPRUCE_WOOD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Flaxen chestnut","icon":{"material":"STRIPPED_ACACIA_WOOD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Bay","icon":{"material":"BROWN_CONCRETE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Black","icon":{"material":"BLACK_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Dapple gray","icon":{"material":"GRAY_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Dark bay","icon":{"material":"SPRUCE_WOOD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Don't change","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Don't Change"]}],"defaultOption":"Flaxen chestnut","slot":25},{"name":"Horse Markings","options":[{"name":"No markings","icon":{"material":"LIGHT_GRAY_BANNER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Stockings and blaze","icon":{"material":"LIGHT_GRAY_BANNER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Paint","icon":{"material":"WHITE_BANNER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Snowflake appaloosa","icon":{"material":"LIGHT_GRAY_BANNER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Sooty","icon":{"material":"LIGHT_GRAY_BANNER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Don't change","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Don't Change"]}],"defaultOption":"Stockings and blaze","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Horse Pattern","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjI4ZDFhYjRiZTFlMjhiN2I0NjFmZGVhNDYzODFhYzM2M2E3ZTVjMzU5MWM5ZTVkMjY4M2ZiZTFlYzlmY2QzIn19fQ==","deprecatedNote":[],"description":["Sets a horse's color and pattern."],"example":[],"worksWith":["Horse"],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[],"returnValues":[]}},{"name":"Heal","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"APPLE","name":"Heal","deprecatedNote":[],"description":["Restores a mob's health."],"example":[],"worksWith":["Any Mob"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Amount to heal"],"notes":[["❤ = 2 Health"]]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":["Heals to full health"],"notes":[]}],"returnValues":[]}},{"name":"SetAI","codeblockName":"ENTITY ACTION","tags":[{"name":"AI","options":[{"name":"Sentient","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODIyZDhlNzUxYzhmMmZkNGM4OTQyYzQ0YmRiMmY1Y2E0ZDhhZThlNTc1ZWQzZWIzNGMxOGE4NmU5M2IifX19","deprecatedNote":[],"description":["The entity acts normally."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Insentient","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmI1NTJjOTBmMjEyZTg1NWQxMjI1NWQ1Y2Q2MmVkMzhiOWNkN2UzMGU3M2YwZWE3NzlkMTc2NDMzMGU2OTI2NCJ9fX0=","deprecatedNote":[],"description":["The entity does not act by","itself, but is affected by","physics."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"None","icon":{"material":"SKELETON_SKULL","name":"","deprecatedNote":[],"description":["The entity does not act by","itself, and is unaffected","by physics."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"None","slot":26}],"aliases":[],"icon":{"material":"FERMENTED_SPIDER_EYE","name":"Set AI","deprecatedNote":[],"description":["Sets whether an entity is","sentient and/or affected","by physics."],"example":[],"worksWith":["Any Mob"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetRiptiding","codeblockName":"ENTITY ACTION","tags":[{"name":"Riptiding","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"TRIDENT","name":"Set Riptiding","deprecatedNote":[],"description":["Sets whether an entity","is riptiding."],"example":[],"worksWith":["Any Mob"],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetProjSource","codeblockName":"ENTITY ACTION","tags":[{"name":"Ignore Formatting","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Color codes and style tags","are ignored when matching","an entity by its name."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["All color codes and style","tags in the entity's name","must match exactly."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"ARROW","name":"Set Projectile Shooter","deprecatedNote":[],"description":["Sets the projectile source of","a projectile (or removes it)."],"example":[],"worksWith":["Any Projectile","Area Effect Cloud"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"TEXT","plural":false,"optional":false,"description":["Shooter UUID"],"notes":[]},{"text":"OR"},{"type":"COMPONENT","plural":false,"optional":false,"description":["Shooter name"],"notes":[]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":["Removes shooter"],"notes":[]}],"returnValues":[]}},{"name":"SetFoxLeaping","codeblockName":"ENTITY ACTION","tags":[{"name":"Leaping","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Fox Leaping","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDg5NTRhNDJlNjllMDg4MWFlNmQyNGQ0MjgxNDU5YzE0NGEwZDVhOTY4YWVkMzVkNmQzZDczYTNjNjVkMjZhIn19fQ==","deprecatedNote":[],"description":["Sets whether a fox appears","to be leaping."],"example":[],"worksWith":["Fox"],"additionalInfo":[["Does not affect movement."]],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetItemOwner","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetPandaGene","codeblockName":"ENTITY ACTION","tags":[{"name":"Set Gene","options":[{"name":"Main gene","icon":{"material":"BLAZE_SPAWN_EGG","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Hidden gene","icon":{"material":"SQUID_SPAWN_EGG","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Both","icon":{"material":"WANDERING_TRADER_SPAWN_EGG","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Both","slot":25},{"name":"Gene Type","options":[{"name":"Aggressive","icon":{"material":"PANDA_SPAWN_EGG","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Lazy","icon":{"material":"PANDA_SPAWN_EGG","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Weak","icon":{"material":"PANDA_SPAWN_EGG","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Worried","icon":{"material":"PANDA_SPAWN_EGG","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Playful","icon":{"material":"PANDA_SPAWN_EGG","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Normal","icon":{"material":"PANDA_SPAWN_EGG","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Brown","icon":{"material":"PANDA_SPAWN_EGG","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Aggressive","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Panda Gene","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGNhMDk2ZWVhNTA2MzAxYmVhNmQ0YjE3ZWUxNjA1NjI1YTZmNTA4MmM3MWY3NGE2MzljYzk0MDQzOWY0NzE2NiJ9fX0=","deprecatedNote":[],"description":["Sets the gene of a panda.","This affects their behavior","and appearance."],"example":[],"worksWith":["Panda"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[],"returnValues":[]}},{"name":"SetDyeColor","codeblockName":"ENTITY ACTION","tags":[{"name":"Dye","options":[{"name":"White","icon":{"material":"WHITE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Orange","icon":{"material":"ORANGE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Magenta","icon":{"material":"MAGENTA_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Light blue","icon":{"material":"LIGHT_BLUE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Light Blue"]},{"name":"Yellow","icon":{"material":"YELLOW_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Lime","icon":{"material":"LIME_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Pink","icon":{"material":"PINK_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Gray","icon":{"material":"GRAY_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Light gray","icon":{"material":"LIGHT_GRAY_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Light Gray"]},{"name":"Cyan","icon":{"material":"CYAN_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Purple","icon":{"material":"PURPLE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Blue","icon":{"material":"BLUE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Brown","icon":{"material":"BROWN_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Green","icon":{"material":"GREEN_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Red","icon":{"material":"RED_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Black","icon":{"material":"BLACK_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"White","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Dye Color","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDllYzIyODE4ZDFmYmZjODE2N2ZiZTM2NzI4YjI4MjQwZTM0ZTE2NDY5YTI5MjlkMDNmZGY1MTFiZjJjYTEifX19","deprecatedNote":[],"description":["Sets a mob's dye color."],"example":[],"worksWith":["Sheep","Shulker","Dog (collar)","Cat (collar)"],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"LaunchUp","codeblockName":"ENTITY ACTION","tags":[{"name":"Add to Current Velocity","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"PISTON","name":"Launch Up","deprecatedNote":[],"description":["Launches an entity up or down."],"example":[],"worksWith":[],"additionalInfo":[["A negative launch power will","launch the entity down."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Launch power"],"notes":[]}],"returnValues":[]}},{"name":"SetMaxHealth","codeblockName":"ENTITY ACTION","tags":[{"name":"Heal Mob to Max Health","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":26}],"aliases":[],"icon":{"material":"COOKED_SALMON","name":"Set Maximum Health","deprecatedNote":[],"description":["Sets an entity's maximum","health."],"example":[],"worksWith":["Any Mob"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Maximum health"],"notes":[]}],"returnValues":[]}},{"name":"SetAge","codeblockName":"ENTITY ACTION","tags":[{"name":"Age Lock","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Don't change","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Don't Change"]}],"defaultOption":"Don't change","slot":26}],"aliases":[],"icon":{"material":"EGG","name":"Set Animal Age","deprecatedNote":[],"description":["Sets an animal's age."],"example":[],"worksWith":["Any Breedable"],"additionalInfo":[["0: Target is an adult that","can breed. Age stays at 0."],["-1 and below: Target is a","baby. Age goes up each tick."],["1 and above: Target is an","adult that can't breed. Age","goes down each tick."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Age"],"notes":[]}],"returnValues":[]}},{"name":"SetFishingTime","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"PUFFERFISH_BUCKET","name":"Set Fishing Wait Time","deprecatedNote":[],"description":["Sets the time until a fish","starts to approach a","fishing hook."],"example":[],"worksWith":["Fishing Hook"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Wait time (ticks)"],"notes":[]}],"returnValues":[]}},{"name":"EndCrystalBeam","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set End Crystal Beam","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjc0ODEzOWVlNmNmZjc0NGM3ZTg5NTkzZjZiOTBkNDYwNDRkMDdlZTVlNjM4MjhmYmU5NTMxZmI2NmRmOWI4ZiJ9fX0=","deprecatedNote":[],"description":["Sets the location an end","crystal points its beam at."],"example":[],"worksWith":[],"additionalInfo":[["To remove the beam, do not","specify a location."],["The target location is","rounded to the nearest","block."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":true,"description":["Target"],"notes":[]}],"returnValues":[]}},{"name":"FrogEat","codeblockName":"ENTITY ACTION","tags":[{"name":"Ignore Formatting","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Color codes and style tags","are ignored when matching","an entity by its name."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["All color codes and style","tags in the entity's name","must match exactly."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Eat Target","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjNjZTZmOTk5OGVkMmRhNzU3ZDFlNjM3MmYwNGVmYTIwZTU3ZGZjMTdjM2EwNjQ3ODY1N2JiZGY1MWMyZjJhMiJ9fX0=","deprecatedNote":[],"description":["Makes a frog try to eat the","specified mob or player."],"example":[],"worksWith":["Frog"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"TEXT","plural":false,"optional":false,"description":["Target UUID"],"notes":[]},{"text":"OR"},{"type":"COMPONENT","plural":false,"optional":false,"description":["Target name"],"notes":[]}],"returnValues":[]}},{"name":"DisplayBrightness","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"LIGHT","name":"Set Display Brightness","deprecatedNote":[],"description":["Sets the brightness","of a display entity."],"example":[],"worksWith":["Any Display Entity"],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Block light level (0-15)"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Sky light level (0-15)"],"notes":[]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":["Uses the light level","at entity's location"],"notes":[]}],"returnValues":[]}},{"name":"SetProfession","codeblockName":"ENTITY ACTION","tags":[{"name":"Profession","options":[{"name":"Unemployed","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODIyZDhlNzUxYzhmMmZkNGM4OTQyYzQ0YmRiMmY1Y2E0ZDhhZThlNTc1ZWQzZWIzNGMxOGE4NmU5M2IifX19","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Armorer","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzI5Njc2ZWU2ZGE1YTM1MjFjYjQ3ODQ2Mzc3OWI4NzExZTMxODg3Y2Q5YTZkOWZkZWNmY2JjNTUwODNlNTUxNSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Butcher","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzQ3YjIyMjJlZDZmZTFkNDMxM2MzY2IzNDJiYTk2YTU1YTg5Yjc2ZTYyZDZiYTdhMTU4Y2QzZGU5NDNkZTNlZSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Cartographer","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWZjNmFjOWQ4NTU1NGJiZTU2YTY2NjhkZTBhNTRjYjFlZmY5M2UxNGY0YmNkZjcyNDVhNzQ0Y2MzNzcyMWYwYSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Cleric","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjYxYzQwZjhkYTQwOWVlZjQ0MzJjZTEwNjNmNTAwNTIwMTcwNzUwMzhjZjNhOWE2NTQ4NWVhNjIxYzU0OWY0MCJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Farmer","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDAxZTAzNWEzZDhkNjEyNjA3MmJjYmU1MmE5NzkxM2FjZTkzNTUyYTk5OTk1YjVkNDA3MGQ2NzgzYTMxZTkwOSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Fisherman","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzlhOWViZGQyYzFiZjJkMGE2MWMzYjk4YzBiYzQyNzc0NDRhMWI4ZmVkYmIxNmNjYTRmYWFjYTlmN2VjMDU5MiJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Fletcher","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWQxYzFiYzYzYTJkNTljOTNkMDdlZDFhYjZkYWU3YmRkNGMyZTlmMWE3N2IxNmRjN2ZiMTA2YzM1NDViNmU0NyJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Leatherworker","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjc2Y2Y4YjczNzhlODg5Mzk1ZDUzOGU2MzU0YTE3YTNkZTZiMjk0YmI2YmY4ZGI5YzcwMTk1MWM2OGQzYzBlNiJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Librarian","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTY5ODQ3N2Q3ZDUzMjc0OGFmNGUwOTExNWVmMTZiYjk1OTk0ZjBlNThiMDkwZTZkMzA2NDQ1OGJiOWFlMTY4NyJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Mason","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmMwMmMzZmZkNTcwNWFiNDg4YjMwNWQ1N2ZmMDE2OGUyNmRlNzBmZDNmNzM5ZTgzOTY2MWFiOTQ3ZGZmMzdiMSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Nitwit","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzVlNzk5ZGJmYWY5ODI4N2RmYmFmY2U5NzA2MTJjOGYwNzUxNjg5NzdhYWNjMzA5ODlkMzRhNGE1ZmNkZjQyOSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Shepherd","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTE5NTUxNjhlZjUzZjcxMjBjMDg5ZGFmZTNlNmU0MzdlOTUyNDA1NTVkOGMzYWNjZjk0NGQ2YzU2Yjc0MDQ3NSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Toolsmith","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2RmYTA3ZmQxMjQ0ZWI4OTQ1ZjRlZGVkZDAwNDI2NzUwYjc3ZWY1ZGZiYWYwM2VkNzc1NjMzNDU5ZWNlNDE1YSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Weaponsmith","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDBiM2E0MDNiODBjMmZmZTdiMzY1OTZmZDgwOWQ1NWM2MjRlN2M0MTQzYzZmZDYwYjFkNjJkMTU2MjkwYzU2OSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Armorer","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Villager Profession","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTE5NTUxNjhlZjUzZjcxMjBjMDg5ZGFmZTNlNmU0MzdlOTUyNDA1NTVkOGMzYWNjZjk0NGQ2YzU2Yjc0MDQ3NSJ9fX0=","deprecatedNote":[],"description":["Sets a villager's profession."],"example":[],"worksWith":["Villager","Zombie Villager"],"additionalInfo":[["If the villager has no","experience yet, it is given","1 experience to prevent","unemployment."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"NoGravity","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Overlord","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetArmsRaised","codeblockName":"ENTITY ACTION","tags":[{"name":"Arms Raised","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"ZOMBIE_HEAD","name":"Set Arms Raised","deprecatedNote":[],"description":["Sets whether a mob has its","arms raised."],"example":[],"worksWith":["Any Zombie"],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"ClearPotions","codeblockName":"ENTITY ACTION","tags":[],"aliases":["ClearEffects"],"icon":{"material":"CAULDRON","name":"Clear Potion Effects","deprecatedNote":[],"description":["Removes all active potion","effects from an entity."],"example":[],"worksWith":["Any Mob"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ArmorStandParts","codeblockName":"ENTITY ACTION","tags":[{"name":"Arms","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Don't change","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Don't Change"]}],"defaultOption":"Enable","slot":25},{"name":"Base Plate","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Don't change","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Don't Change"]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"SMOOTH_STONE_SLAB","name":"Set Armor Stand Parts","deprecatedNote":[],"description":["Sets whether an armor stand has","arms and a base plate."],"example":[],"worksWith":["Armor Stand"],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[],"returnValues":[]}},{"name":"SetInvulnerable","codeblockName":"ENTITY ACTION","tags":[{"name":"Invulnerable","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"SHIELD","name":"Set Invulnerable","deprecatedNote":[],"description":["Sets whether an entity is","invulnerable to damage."],"example":[],"worksWith":[],"additionalInfo":[["An invulnerable entity does not","trigger damage events."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"ProjColl","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ArmorStandTags","codeblockName":"ENTITY ACTION","tags":[{"name":"Is Visible","options":[{"name":"True","icon":{"material":"ARMOR_STAND","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Set to True"]},{"name":"False","icon":{"material":"ARMOR_STAND","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Set to False"]},{"name":"Don't change","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Don't Change"]}],"defaultOption":"Don't change","slot":20},{"name":"Is Marker (No Hitbox)","options":[{"name":"True","icon":{"material":"GLASS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Set to True"]},{"name":"False","icon":{"material":"GLASS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Set to False"]},{"name":"Don't change","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Don't Change"]}],"defaultOption":"Don't change","slot":21},{"name":"Allow Item Taking / Adding","options":[{"name":"True","icon":{"material":"WOODEN_SWORD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Set to True"]},{"name":"False","icon":{"material":"WOODEN_SWORD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Set to False"]},{"name":"Don't change","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Don't Change"]}],"defaultOption":"Don't change","slot":22},{"name":"Has Physics / Updates","options":[{"name":"True","icon":{"material":"ANVIL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Set to True"]},{"name":"False","icon":{"material":"ANVIL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Set to False"]},{"name":"Don't change","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Don't Change"]}],"defaultOption":"Don't change","slot":23},{"name":"Is Small","options":[{"name":"True","icon":{"material":"OAK_BUTTON","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Set to True"]},{"name":"False","icon":{"material":"OAK_BUTTON","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Set to False"]},{"name":"Don't change","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Don't Change"]}],"defaultOption":"Don't change","slot":24},{"name":"Has Arms","options":[{"name":"True","icon":{"material":"STICK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Set to True"]},{"name":"False","icon":{"material":"STICK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Set to False"]},{"name":"Don't change","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Don't Change"]}],"defaultOption":"Don't change","slot":25},{"name":"Has Base Plate","options":[{"name":"True","icon":{"material":"STONE_SLAB","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Set to True"]},{"name":"False","icon":{"material":"STONE_SLAB","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Set to False"]},{"name":"Don't change","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Don't Change"]}],"defaultOption":"Don't change","slot":26}],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":7,"arguments":[],"returnValues":[]}},{"name":"SetPickupDelay","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"IRON_NUGGET","name":"Set Pickup Delay","deprecatedNote":[],"description":["Sets the number of ticks a","dropped item cannot be","picked up for."],"example":[],"worksWith":[],"additionalInfo":[["If set to 0 upon spawning,","the item can be picked up","immediately."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Delay"],"notes":[]}],"returnValues":[]}},{"name":"SetTarget","codeblockName":"ENTITY ACTION","tags":[{"name":"Ignore Formatting","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Color codes and style tags","are ignored when matching","an entity by its name."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["All color codes and style","tags in the entity's name","must match exactly."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"SPECTRAL_ARROW","name":"Set Target","deprecatedNote":[],"description":["Instructs a mob's AI to target","a specific mob or player."],"example":[],"worksWith":["Any Mob"],"additionalInfo":[],"requiredRank":"Overlord","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"TEXT","plural":true,"optional":false,"description":["Target UUID"],"notes":[]},{"text":"OR"},{"type":"COMPONENT","plural":true,"optional":false,"description":["Target name"],"notes":[]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":["Stop targeting"],"notes":[]}],"returnValues":[]}},{"name":"DropItems","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"TDisplayShadow","codeblockName":"ENTITY ACTION","tags":[{"name":"Text Shadow","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"NAME_TAG","name":"Set Text Display Text Shadow","deprecatedNote":[],"description":["Sets whether the text in","a text display has","shadow or not."],"example":[],"worksWith":["Text Display"],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetCreeperPower","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Creeper Explosion Power","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWVhZTY4YWY5ZGVmZWRmM2NjYjMxODY3NDM5OTc2YmNkN2ZlZDZlN2Q3OGNkNjEyZmYyYmMxNjlhODgwZTIxMyJ9fX0=","deprecatedNote":[],"description":["Sets a creeper's explosion power.","This affects the damage and area","of effect."],"example":[],"worksWith":["Creeper"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Power (0-25)"],"notes":[["Default = 3 (6 for charged","creepers)"]]}],"returnValues":[]}},{"name":"SetMarker","codeblockName":"ENTITY ACTION","tags":[{"name":"Marker","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"TORCH","name":"Set Marker","deprecatedNote":[],"description":["Sets whether an armor stand","is a marker."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"RemoveCustomTag","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"TNT_MINECART","name":"Remove Custom Tag","deprecatedNote":[],"description":["Removes a custom tag","from an entity."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"TEXT","plural":false,"optional":false,"description":["Tag name"],"notes":[]}],"returnValues":[]}},{"name":"SetNameVisible","codeblockName":"ENTITY ACTION","tags":[{"name":"Name Tag Visible","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"RABBIT_FOOT","name":"Set Name Visible","deprecatedNote":[],"description":["Sets whether an entity's","custom name is always","displayed above them."],"example":[],"worksWith":[],"additionalInfo":[["A mob's custom name is","always visible when the","cursor is placed on them."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetInvulTicks","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"DIAMOND_HELMET","name":"Set Invulnerability Ticks","deprecatedNote":[],"description":["Sets the currently","remaining ticks until an","entity can next be hurt."],"example":[],"worksWith":[],"additionalInfo":[["This value is set to 10","upon taking damage."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Ticks"],"notes":[]}],"returnValues":[]}},{"name":"SetAbsorption","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"HONEY_BOTTLE","name":"Set Absorption Health","deprecatedNote":[],"description":["Sets an entity's absorption","health (golden hearts)."],"example":[],"worksWith":["Any Mob"],"additionalInfo":[["The target does not need to","have an absorption effect."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Absorption health"],"notes":[["❤ = 2 Health"]]}],"returnValues":[]}},{"name":" SetPose ","codeblockName":"ENTITY ACTION","tags":[{"name":"Pose","options":[{"name":"Standing","icon":{"material":"IRON_BOOTS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Sleeping","icon":{"material":"BLUE_BED","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Swimming","icon":{"material":"WATER_BUCKET","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Sneaking","icon":{"material":"CHAINMAIL_LEGGINGS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Standing","slot":26}],"aliases":[],"icon":{"material":"BLUE_BED","name":"Set Pose","deprecatedNote":[],"description":["Changes the pose of an entity.","This affects their animations","and/or hitbox, depending on","the pose and entity type."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetRearing","codeblockName":"ENTITY ACTION","tags":[{"name":"Rearing","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"LEATHER_HORSE_ARMOR","name":"Set Rearing","deprecatedNote":[],"description":["Sets whether a horse is","standing on its hind legs."],"example":[],"worksWith":["Any Horse"],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"CreeperCharged","codeblockName":"ENTITY ACTION","tags":[{"name":"Charged","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Creeper Charged","head":"ewogICJ0aW1lc3RhbXAiIDogMTU5MDA2MTUxMTIzMSwKICAicHJvZmlsZUlkIiA6ICJlNzkzYjJjYTdhMmY0MTI2YTA5ODA5MmQ3Yzk5NDE3YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGVfSG9zdGVyX01hbiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jZjE4MTA4ZmVhNTg5ZTNkMDg2NjcwYmFjM2Y2Y2VkMDI0NjgzNDlkMTliYTM5YzFhNTkxMWJjZTEzMDc5MTI5IgogICAgfQogIH0KfQ==","deprecatedNote":[],"description":["Sets whether a creeper","has the charged effect."],"example":[],"worksWith":["Creeper"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetFireTicks","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"BLAZE_POWDER","name":"Set Fire Ticks","deprecatedNote":[],"description":["Sets the remaining time an entity is on","fire for."],"example":[],"worksWith":[],"additionalInfo":[["0 ticks mean the target is not on fire."],["Ghasts, magma cubes, vexes, withers,","wither skulls, tnt, falling blocks, and","shulker bullets cannot be set on fire."],["Blazes do not rely on fire ticks to","display the fire effect."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Ticks"],"notes":[]}],"returnValues":[]}},{"name":"SetCloudRadius","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"LINGERING_POTION","name":"Set Potion Cloud Radius","color":{"red":128,"green":0,"blue":128},"deprecatedNote":[],"description":["Sets an area of effect cloud's","radius and shrinking speed."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Radius"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Shrinking speed","(blocks per second)"],"notes":[]}],"returnValues":[]}},{"name":"SetGravity","codeblockName":"ENTITY ACTION","tags":[{"name":"Gravity","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Disable","slot":26}],"aliases":[],"icon":{"material":"ANVIL","name":"Set Gravity","deprecatedNote":[],"description":["Sets whether an entity","is affected by gravity."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetName","codeblockName":"ENTITY ACTION","tags":[{"name":"Hide Name Tag","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Don't change","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Don't Change"]}],"defaultOption":"False","slot":26}],"aliases":[],"icon":{"material":"NAME_TAG","name":"Set Custom Name","deprecatedNote":[],"description":["Sets an entity's custom name."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"COMPONENT","plural":false,"optional":false,"description":["Custom name"],"notes":[]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":["Removes custom name"],"notes":[]}],"returnValues":[]}},{"name":"Jump","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"CHAINMAIL_BOOTS","name":"Jump","deprecatedNote":[],"description":["Causes a mob to jump."],"example":[],"worksWith":["Any Mob"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"DispTPDuration","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"ENDER_PEARL","name":"Set Display Teleport Duration","deprecatedNote":[],"description":["Sets how long a display entity takes","to visually move to its destination","when it teleports."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":true,"description":["Teleport duration","in ticks"],"notes":[["Default = 0"]]}],"returnValues":[]}},{"name":"SetWitherInvul","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Invulnerability Ticks","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGRhZmIyM2VmYzU3ZjI1MTg3OGU1MzI4ZDExY2IwZWVmODdiNzljODdiMjU0YTdlYzcyMjk2ZjkzNjNlZjdjIn19fQ==","deprecatedNote":[],"description":["Sets the remaining ticks of","invulnerability a wither has."],"example":[],"worksWith":["Wither"],"additionalInfo":[["If AI is enabled, this value","decreases over time. At 0,","an explosion occurs."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Ticks"],"notes":[]}],"returnValues":[]}},{"name":"BDisplayBlock","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"BRICKS","name":"Set Block Display Block","deprecatedNote":[],"description":["Sets the displayed block","of a block display."],"example":[],"worksWith":["Block Display"],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"BLOCK","plural":false,"optional":false,"description":["Displayed block"],"notes":[]},{"type":"BLOCK_TAG","plural":true,"optional":true,"description":["Block data"],"notes":[["Example: \"facing=up\", \"half=top\""]]}],"returnValues":[]}},{"name":"SetFreezeTicks","codeblockName":"ENTITY ACTION","tags":[{"name":"Ticking Locked","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Entity will stay frozen."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["Entity will slowly unfreeze","over time."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Disable","slot":26}],"aliases":[],"icon":{"material":"POWDER_SNOW_BUCKET","name":"Set Freeze Ticks","deprecatedNote":[],"description":["Sets an entity's current","freeze ticks."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Ticks","(0-140)"],"notes":[]}],"returnValues":[]}},{"name":"Silence","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"TDisplaySeeThru","codeblockName":"ENTITY ACTION","tags":[{"name":"See-through","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"SPECTRAL_ARROW","name":"Set Text Display See-through","deprecatedNote":[],"description":["Sets whether a text display","is visible through walls","or not."],"example":[],"worksWith":["Text Display"],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetGliding","codeblockName":"ENTITY ACTION","tags":[{"name":"Gliding","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"ELYTRA","name":"Set Gliding","deprecatedNote":[],"description":["Sets whether an entity","is gliding."],"example":[],"worksWith":["Any Mob"],"additionalInfo":[["The entity must be","wearing an elytra."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetRotation","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"HEART_OF_THE_SEA","name":"Set Rotation","deprecatedNote":[],"description":["Changes an entity's pitch and","yaw without teleporting it."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Pitch (-90 to 90)"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Yaw (-180 to 180)"],"notes":[]}],"returnValues":[]}},{"name":"DisplayShadow","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"WITHER_SKELETON_SPAWN_EGG","name":"Set Display Shadow","deprecatedNote":[],"description":["Sets the shadow properties","of a display entity."],"example":[],"worksWith":["Any Display Entity"],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":true,"description":["Shadow radius in blocks"],"notes":[["Default = 1"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Shadow opacity in","percentage"],"notes":[["Default = 100"]]}],"returnValues":[]}},{"name":"InteractResponse","codeblockName":"ENTITY ACTION","tags":[{"name":"Responsive","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"NOTE_BLOCK","name":"Set Interaction Responsive","deprecatedNote":[],"description":["Sets whether an interaction","entity has response when","interacting with it."],"example":[],"worksWith":["Interaction Entity"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"UseItem","codeblockName":"ENTITY ACTION","tags":[{"name":"Hand","options":[{"name":"Main Hand","icon":{"material":"IRON_SWORD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Off Hand","icon":{"material":"SHIELD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Main Hand","slot":25},{"name":"Use Item","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"BOW","name":"Use Item","deprecatedNote":[],"description":["Forces a mob to use held items","such as bow or spyglass."],"example":[],"worksWith":["Any Mob"],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[],"returnValues":[]}},{"name":"SetFishPattern","codeblockName":"ENTITY ACTION","tags":[{"name":"Pattern Color","options":[{"name":"White","icon":{"material":"WHITE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Orange","icon":{"material":"ORANGE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Magenta","icon":{"material":"MAGENTA_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Light blue","icon":{"material":"LIGHT_BLUE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Light Blue"]},{"name":"Yellow","icon":{"material":"YELLOW_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Lime","icon":{"material":"LIME_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Pink","icon":{"material":"PINK_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Gray","icon":{"material":"GRAY_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Light gray","icon":{"material":"LIGHT_GRAY_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Light Gray"]},{"name":"Cyan","icon":{"material":"CYAN_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Purple","icon":{"material":"PURPLE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Blue","icon":{"material":"BLUE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Brown","icon":{"material":"BROWN_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Green","icon":{"material":"GREEN_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Red","icon":{"material":"RED_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Black","icon":{"material":"BLACK_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Don't change","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Don't Change"]}],"defaultOption":"White","slot":24},{"name":"Body Color","options":[{"name":"White","icon":{"material":"WHITE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Orange","icon":{"material":"ORANGE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Magenta","icon":{"material":"MAGENTA_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Light blue","icon":{"material":"LIGHT_BLUE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Light Blue"]},{"name":"Yellow","icon":{"material":"YELLOW_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Lime","icon":{"material":"LIME_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Pink","icon":{"material":"PINK_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Gray","icon":{"material":"GRAY_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Light gray","icon":{"material":"LIGHT_GRAY_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Light Gray"]},{"name":"Cyan","icon":{"material":"CYAN_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Purple","icon":{"material":"PURPLE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Blue","icon":{"material":"BLUE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Brown","icon":{"material":"BROWN_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Green","icon":{"material":"GREEN_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Red","icon":{"material":"RED_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Black","icon":{"material":"BLACK_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Don't change","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Don't Change"]}],"defaultOption":"White","slot":25},{"name":"Pattern","options":[{"name":"Kob","icon":{"material":"TROPICAL_FISH","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Sunstreak","icon":{"material":"TROPICAL_FISH","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Snooper","icon":{"material":"TROPICAL_FISH","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Dasher","icon":{"material":"TROPICAL_FISH","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Brinely","icon":{"material":"TROPICAL_FISH","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Spotty","icon":{"material":"TROPICAL_FISH","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Flopper","icon":{"material":"TROPICAL_FISH","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Stripey","icon":{"material":"TROPICAL_FISH","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Glitter","icon":{"material":"TROPICAL_FISH","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Blockfish","icon":{"material":"TROPICAL_FISH","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Betty","icon":{"material":"TROPICAL_FISH","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Clayfish","icon":{"material":"TROPICAL_FISH","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Don't change","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Don't Change"]}],"defaultOption":"Kob","slot":26}],"aliases":[],"icon":{"material":"TROPICAL_FISH","name":"Set Tropical Fish Pattern","deprecatedNote":[],"description":["Sets a tropical fish's","color and pattern."],"example":[],"worksWith":["Tropical Fish"],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":3,"arguments":[],"returnValues":[]}},{"name":"RideEntity","codeblockName":"ENTITY ACTION","tags":[{"name":"Ignore Formatting","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Color codes and style tags","are ignored when matching","an entity by its name."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["All color codes and style","tags in the entity's name","must match exactly."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"SADDLE","name":"Ride Entity","deprecatedNote":[],"description":["Mounts an entity on top of","another entity or player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"TEXT","plural":true,"optional":false,"description":["Target UUID"],"notes":[]},{"text":"OR"},{"type":"COMPONENT","plural":true,"optional":false,"description":["Target name"],"notes":[]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":["Dismounts entity"],"notes":[]}],"returnValues":[]}},{"name":"DisplayMatrix","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"DAYLIGHT_DETECTOR","name":"Set Display Transformation Matrix","deprecatedNote":[],"description":["Sets the affine transformation","matrix of a display entity."],"example":[],"worksWith":["Any Display Entity"],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":true,"loadedItem":"","tags":0,"arguments":[{"type":"LIST","plural":false,"optional":false,"description":["16 numbers describing","a row-major matrix"],"notes":[]}],"returnValues":[]}},{"name":"NoDrops","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"DispInterpolation","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"MINECART","name":"Set Display Interpolation","deprecatedNote":[],"description":["Sets the interpolation","properties of a display","entity."],"example":[],"worksWith":["Any Display Entity"],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":true,"description":["Interpolation duration","in ticks"],"notes":[["Default = 0"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Interpolation delay","in ticks"],"notes":[["Default = 0"]]}],"returnValues":[]}},{"name":"SnifferState","codeblockName":"ENTITY ACTION","tags":[{"name":"Behavior","options":[{"name":"Idle","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Feeling Happy","icon":{"material":"EMERALD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Scenting","icon":{"material":"SUGAR","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Sniffing","icon":{"material":"FILLED_MAP","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Searching","icon":{"material":"COMPASS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Digging","icon":{"material":"IRON_SHOVEL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Idle","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Sniffer State","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2Q2YzlmNDM1MTBjYjkwZDI0NDkzZTA3YjdjZjhjYTlmNTQxMzJkMDlhMjU3ZjIwYjcwNDgwMjJlM2IxYjcwNyJ9fX0=","deprecatedNote":[],"description":["Forces a sniffer to perform","a specific action."],"example":[],"worksWith":["Sniffer"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetHandItem","codeblockName":"ENTITY ACTION","tags":[{"name":"Hand Slot","options":[{"name":"Main Hand","icon":{"material":"IRON_SWORD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Off Hand","icon":{"material":"SHIELD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Main Hand","slot":26}],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"EnableGlowing","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetEndermanBlock","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Enderman Held Block","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTZjMGIzNmQ1M2ZmZjY5YTQ5YzdkNmYzOTMyZjJiMGZlOTQ4ZTAzMjIyNmQ1ZTgwNDVlYzU4NDA4YTM2ZTk1MSJ9fX0=","deprecatedNote":[],"description":["Set an enderman's held block."],"example":[],"worksWith":["Enderman"],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"BLOCK","plural":false,"optional":false,"description":["Block to hold"],"notes":[]}],"returnValues":[]}},{"name":"Teleport","codeblockName":"ENTITY ACTION","tags":[{"name":"Keep Current Rotation","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":26}],"aliases":[],"icon":{"material":"ENDER_PEARL","name":"Teleport","deprecatedNote":[],"description":["Teleports an entity to a","specified location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["New position"],"notes":[]}],"returnValues":[]}},{"name":"LaunchToward","codeblockName":"ENTITY ACTION","tags":[{"name":"Add to Current Velocity","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":25},{"name":"Ignore Distance","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"False","slot":26}],"aliases":[],"icon":{"material":"TARGET","name":"Launch Toward Location","deprecatedNote":[],"description":["Launches an entity toward or away","from a location."],"example":[],"worksWith":[],"additionalInfo":[["A negative launch power will launch","the entity away from the location."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Launch destination"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Launch power"],"notes":[]}],"returnValues":[]}},{"name":"SetArmor","codeblockName":"ENTITY ACTION","tags":[],"aliases":[" SetArmor "],"icon":{"material":"IRON_LEGGINGS","name":"Set Armor Items","deprecatedNote":[],"description":["Sets a mob's armor items.","Place the armor in slots 1-4","of the chest, with 1 being the","helmet and 4 being the boots."],"example":[],"worksWith":["Any Mob"],"additionalInfo":[["Any block or item can render","on the target's head if placed","in the 'helmet' slot."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ITEM","plural":true,"optional":false,"description":["Armor to set"],"notes":[]}],"returnValues":[]}},{"name":"DisplayGlowColor","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"GLOW_INK_SAC","name":"Set Display Glow Color","deprecatedNote":[],"description":["Sets the glowing color","of a display entity."],"example":[],"worksWith":["Item Display","Block Display"],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"TEXT","plural":false,"optional":false,"description":["Color hexadecimal"],"notes":[["Example: \"#FF0000\" (red)"]]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":["Resets glow color"],"notes":[]}],"returnValues":[]}},{"name":"SetVisualFire","codeblockName":"ENTITY ACTION","tags":[{"name":"On Fire","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"CAMPFIRE","name":"Set Visual Fire","deprecatedNote":[],"description":["Sets whether an entity","should appear on fire."],"example":[],"worksWith":[],"additionalInfo":[["The affected entity's","fire ticks won't change","and won't take any damage."]],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetAge/Size","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"GetCustomTag","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"HOPPER_MINECART","name":"Get Custom Tag","deprecatedNote":[],"description":["Gets the value of a custom","entity tag."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"VARIABLE","plural":false,"optional":false,"description":["Variable to set"],"notes":[]},{"type":"TEXT","plural":false,"optional":false,"description":["Tag name"],"notes":[]}],"returnValues":[{"type":"ANY_TYPE","description":["Tag value"]}]}},{"name":"InteractionSize","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"WHITE_STAINED_GLASS","name":"Set Interaction Size","deprecatedNote":[],"description":["Sets the hitbox size of","an interaction entity."],"example":[],"worksWith":["Interaction Entity"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":true,"description":["Width"],"notes":[["Default = 1"]]},{"type":"NUMBER","plural":false,"optional":true,"description":["Height"],"notes":[["Default = 1"]]}],"returnValues":[]}},{"name":"L SetArmor","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetCatType","codeblockName":"ENTITY ACTION","tags":[{"name":"Skin Type","options":[{"name":"Tabby","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGUyOGQzMGRiM2Y4YzNmZTUwY2E0ZjI2ZjMwNzVlMzZmMDAzYWU4MDI4MTM1YThjZDY5MmYyNGM5YTk4YWUxYiJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Tuxedo","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGZkMTBjOGU3NWY2NzM5OGM0NzU4N2QyNWZjMTQ2ZjMxMWMwNTNjYzVkMGFlYWI4NzkwYmNlMzZlZTg4ZjVmOCJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Red","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjExM2RiZDNjNmEwNzhhMTdiNGVkYjc4Y2UwN2Q4MzZjMzhkYWNlNTAyN2Q0YjBhODNmZDYwZTdjYTdhMGZjYiJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Siamese","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDViM2Y4Y2E0YjNhNTU1Y2NiM2QxOTQ0NDk4MDhiNGM5ZDc4MzMyNzE5NzgwMGQ0ZDY1OTc0Y2M2ODVhZjJlYSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"British Shorthair","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTM4OWUwZDVkM2U4MWY4NGI1NzBlMjk3ODI0NGIzYTczZTVhMjJiY2RiNjg3NGI0NGVmNWQwZjY2Y2EyNGVlYyJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Calico","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzQwMDk3MjcxYmI2ODBmZTk4MWU4NTllOGJhOTNmZWEyOGI4MTNiMTA0MmJkMjc3ZWEzMzI5YmVjNDkzZWVmMyJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Persian","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmY0MGM3NDYyNjBlZjkxYzk2YjI3MTU5Nzk1ZTg3MTkxYWU3Y2UzZDVmNzY3YmY4Yzc0ZmFhZDk2ODlhZjI1ZCJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Ragdoll","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGM3YTQ1ZDI1ODg5ZTNmZGY3Nzk3Y2IyNThlMjZkNGU5NGY1YmMxM2VlZjAwNzk1ZGFmZWYyZTgzZTBhYjUxMSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"White","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjFkMTVhYzk1NThlOThiODlhY2E4OWQzODE5NTAzZjFjNTI1NmMyMTk3ZGQzYzM0ZGY1YWFjNGQ3MmU3ZmJlZCJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Jellie","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTBkYjQxMzc2Y2E1N2RmMTBmY2IxNTM5ZTg2NjU0ZWVjZmQzNmQzZmU3NWU4MTc2ODg1ZTkzMTg1ZGYyODBhNSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Black","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjJjMWU4MWZmMDNlODJhM2U3MWUwY2Q1ZmJlYzYwN2UxMTM2MTA4OWFhNDdmMjkwZDQ2YzhhMmMwNzQ2MGQ5MiJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Tabby","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Cat Type","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDViM2Y4Y2E0YjNhNTU1Y2NiM2QxOTQ0NDk4MDhiNGM5ZDc4MzMyNzE5NzgwMGQ0ZDY1OTc0Y2M2ODVhZjJlYSJ9fX0=","deprecatedNote":[],"description":["Sets a cat's skin type."],"example":[],"worksWith":["Cat"],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetSaddle","codeblockName":"ENTITY ACTION","tags":[{"name":"Saddle","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"SADDLE","name":"Set Wearing Saddle","deprecatedNote":[],"description":["Sets whether a mob wears","a saddle."],"example":[],"worksWith":["Camel","Pig","Strider","Any Horse"],"additionalInfo":[["For a custom saddle item,","use 'Set Equipment Item'."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetBulletTarget","codeblockName":"ENTITY ACTION","tags":[{"name":"Ignore Formatting","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Color codes and style tags","are ignored when matching","an entity by its name."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["All color codes and style","tags in the entity's name","must match exactly."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Shulker Bullet Target","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWVkZjkyYWJmMTI4Nzc3YzMyZGU3MjQ3ODRhZmYxYmYyMzVmZjY2Yzc2NTk0OWZkNzVkNGFiNWQ2NjRiOSJ9fX0=","deprecatedNote":[],"description":["Causes a shulker bullet to start","targeting the provided entity."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"TEXT","plural":false,"optional":true,"description":["Target UUID"],"notes":[]},{"text":"OR"},{"type":"COMPONENT","plural":false,"optional":true,"description":["Target name"],"notes":[]}],"returnValues":[]}},{"name":"DisplayScale","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"PAPER","name":"Set Display Scale","deprecatedNote":[],"description":["Sets the scale of","a display entity."],"example":[],"worksWith":["Any Display Entity"],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":true,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["X scale"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Y scale"],"notes":[]},{"type":"NUMBER","plural":false,"optional":false,"description":["Z scale"],"notes":[]},{"text":"OR"},{"type":"VECTOR","plural":false,"optional":false,"description":["Scale vector"],"notes":[]}],"returnValues":[]}},{"name":"TDisplayLineWidth","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"OAK_SIGN","name":"Set Text Display Line Width","deprecatedNote":[],"description":["Sets the maximum line width","of a text display."],"example":[],"worksWith":["Text Display"],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":true,"description":["Line width"],"notes":[["Default = 200"]]}],"returnValues":[]}},{"name":"TDisplayAlign","codeblockName":"ENTITY ACTION","tags":[{"name":"Text Alignment","options":[{"name":"Center","icon":{"material":"GOLD_NUGGET","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Left","icon":{"material":"GOLD_INGOT","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Right","icon":{"material":"GOLD_INGOT","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Center","slot":26}],"aliases":[],"icon":{"material":"JIGSAW","name":"Set Text Display Text Alignment","deprecatedNote":[],"description":["Sets the text alignment","of a text display."],"example":[],"worksWith":["Text Display"],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"LaunchProj","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"ARROW","name":"Launch Projectile","deprecatedNote":[],"description":["Launches a projectile from a mob."],"example":[],"worksWith":["Any Mob"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"PROJECTILE","plural":false,"optional":false,"description":["Projectile to launch"],"notes":[]},{"type":"LOCATION","plural":false,"optional":true,"description":["Launch point"],"notes":[]},{"type":"COMPONENT","plural":false,"optional":true,"description":["Projectile name"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Speed"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Inaccuracy"],"notes":[["Controls how much random","motion is applied on launch"],["Default = 1"]]}],"returnValues":[]}},{"name":"SetDragonPhase","codeblockName":"ENTITY ACTION","tags":[{"name":"Phase","options":[{"name":"Flying","icon":{"material":"DRAGON_HEAD","name":"","deprecatedNote":[],"description":["The dragon fly towards","the world origin."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Hovering","icon":{"material":"BEDROCK","name":"","deprecatedNote":[],"description":["The dragon will not move."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Breath attack","icon":{"material":"DRAGON_BREATH","name":"","deprecatedNote":[],"description":["The dragon will perform","a breath attack while","hovering."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Dying","icon":{"material":"DRAGON_EGG","name":"","deprecatedNote":[],"description":["The dragon will disappear","after a 10 second death","animation."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Flying","slot":26}],"aliases":[],"icon":{"material":"DRAGON_HEAD","name":"Set Dragon Phase","deprecatedNote":[],"description":["Sets the behavior phase","of an Ender Dragon."],"example":[],"worksWith":["Ender Dragon"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetLlamaColor","codeblockName":"ENTITY ACTION","tags":[{"name":"Llama Color","options":[{"name":"Brown","icon":{"material":"TERRACOTTA","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Creamy","icon":{"material":"SMOOTH_SANDSTONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"White","icon":{"material":"WHITE_WOOL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Gray","icon":{"material":"LIGHT_GRAY_CONCRETE_POWDER","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Brown","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Llama Color","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODE4Y2Q0NTdmYmFmMzI3ZmEzOWYxMGI1YjM2MTY2ZmQwMTgyNjQwMzY4NjUxNjRjMDJkOWU1ZmY1M2Y0NSJ9fX0=","deprecatedNote":[],"description":["Sets a llama's fur color."],"example":[],"worksWith":["Llama"],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetVillagerBiome","codeblockName":"ENTITY ACTION","tags":[{"name":"Biome","options":[{"name":"Desert","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzg3Y2I1MzJmODViMzNiM2IxNDEwMjBhYTA1MWMzNWRjOGU5Y2MwYWUxM2VhMjU4ZjFkZmU1ZTA0NDVmM2JjYyJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Jungle","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDRiMDYyYTlmODM5OWRjY2I2MjUxYTc0ZTYxODY0NzM0MmEzYzAyNDBjYTU2ZjM0NjE0ZDUyZjYwYTNmZWNlYyJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Plains","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDE0YmZmMWEzOGM5MTU0ZTVlYzg0Y2U1Y2YwMGM1ODc2OGUwNjhlYjQyYjJkODlhNmJiZDI5Nzg3NTkwMTA2YiJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Savanna","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTIyNTY4MzU0ZjUzNWIwOTQwMzVjZWU4NjhhNGY3OTg1Nzg4YmQ1NzU1YjgwYzBkYzhkZmM0NDM5NjlmYWVhNyJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Snow","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjBjNjQxZTNkMzc2NGVkMWMxZjE5MDdjNDMzNGUyYjEzMDNlMjE1MmIxM2QxZWIwYzYwNTc2M2Y5N2ZiMjU4YSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Swamp","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTFkZjFmZDBmOTkzN2M2MzFjNmVjMjZlNGI0ZWM2MWRkNmJhMWRmYjJiYTA3OGY0NjM3OWQ5OTNlZTg4ZDczNSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Taiga","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzdkMjE0N2FjNDdhMWM5NTg4NTU3ZjkyZjgzMTA5MjYyYTkzZWNmMzIxNzBhYThiNjIwNTZlMTYyOWY3OTBhMiJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Desert","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Villager Biome","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzg3Y2I1MzJmODViMzNiM2IxNDEwMjBhYTA1MWMzNWRjOGU5Y2MwYWUxM2VhMjU4ZjFkZmU1ZTA0NDVmM2JjYyJ9fX0=","deprecatedNote":[],"description":["Sets the biome type of a","villager. This affects their","appearance only."],"example":[],"worksWith":["Villager","Zombie villager"],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetCreeperFuse","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"CREEPER_HEAD","name":"Set Creeper Fuse","deprecatedNote":[],"description":["Sets the starting amount","of ticks it takes for a","creeper to explode."],"example":[],"worksWith":["Creeper"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Fuse ticks"],"notes":[]}],"returnValues":[]}},{"name":"EnableAI","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetBaby","codeblockName":"ENTITY ACTION","tags":[{"name":"Baby","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"TURTLE_EGG","name":"Set to Baby/Adult","deprecatedNote":[],"description":["Sets whether an entity","is a baby (permanently)."],"example":[],"worksWith":["Any Breedable","Any Zombie","Piglin","Armor Stand"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"MooshroomType","codeblockName":"ENTITY ACTION","tags":[{"name":"Mooshroom Variant","options":[{"name":"Red","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDBiYzYxYjk3NTdhN2I4M2UwM2NkMjUwN2EyMTU3OTEzYzJjZjAxNmU3YzA5NmE0ZDZjZjFmZTFiOGRiIn19fQ==","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Brown","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjZkNWZjNzAzMWFjYzk1YmVlYjUyODc1ZjE1NDA4ZTk3OWEwYTljMzkxYjZkYjdlY2VlN2U0MDAwNzJkZTVjNCJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Red","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Mooshroom Type","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDBiYzYxYjk3NTdhN2I4M2UwM2NkMjUwN2EyMTU3OTEzYzJjZjAxNmU3YzA5NmE0ZDZjZjFmZTFiOGRiIn19fQ==","deprecatedNote":[],"description":["Sets a mooshroom's skin","type."],"example":[],"worksWith":["Mooshroom"],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetInvisible","codeblockName":"ENTITY ACTION","tags":[{"name":"Invisible","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"GLASS_BOTTLE","name":"Set Invisible","deprecatedNote":[],"description":["Sets whether an entity","is invisible."],"example":[],"worksWith":["Any Mob","Item Frame","Armor Stand"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"DisplayBillboard","codeblockName":"ENTITY ACTION","tags":[{"name":"Billboard Type","options":[{"name":"Fixed","icon":{"material":"PAINTING","name":"","deprecatedNote":[],"description":["Display entity does not","rotate."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Vertical","icon":{"material":"NETHER_STAR","name":"","deprecatedNote":[],"description":["Display entity faces player","around vertical axis."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Horizontal","icon":{"material":"NETHER_STAR","name":"","deprecatedNote":[],"description":["Display entity faces player","around horizontal axis."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Center","icon":{"material":"ENDER_EYE","name":"","deprecatedNote":[],"description":["Display entity faces player","in all axes."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Fixed","slot":26}],"aliases":[],"icon":{"material":"ENDER_EYE","name":"Set Display Billboard","deprecatedNote":[],"description":["Sets how a display entity","is rotated with a","player's view."],"example":[],"worksWith":["Any Display Entity"],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"NoProjColl","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SheepEat","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"SHORT_GRASS","name":"Eat Grass","deprecatedNote":[],"description":["Causes a sheep to","eat grass."],"example":[],"worksWith":["Sheep"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetCatResting","codeblockName":"ENTITY ACTION","tags":[{"name":"Resting","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Cat Resting","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjJjMWU4MWZmMDNlODJhM2U3MWUwY2Q1ZmJlYzYwN2UxMTM2MTA4OWFhNDdmMjkwZDQ2YzhhMmMwNzQ2MGQ5MiJ9fX0=","deprecatedNote":[],"description":["Sets whether a cat appears","to be lying down."],"example":[],"worksWith":["Cat"],"additionalInfo":[["Does not affect movement."]],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"GivePotion","codeblockName":"ENTITY ACTION","tags":[{"name":"Overwrite Effect","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Effects of the same type","will always be replaced."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["Weaker effects of the","same type will be hidden."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":25},{"name":"Effect Particles","options":[{"name":"Regular","icon":{"material":"POTION","name":"","color":{"red":255,"green":85,"blue":170},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Shown"]},{"name":"Ambient","icon":{"material":"POTION","name":"","color":{"red":128,"green":128,"blue":128},"deprecatedNote":[],"description":["Ambient particles are","translucent."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Beacon"]},{"name":"None","icon":{"material":"GLASS_BOTTLE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Hidden"]}],"defaultOption":"Regular","slot":26}],"aliases":["GiveEffect"],"icon":{"material":"DRAGON_BREATH","name":"Give Potion Effect","deprecatedNote":[],"description":["Gives one or more potion","effects to an entity."],"example":[],"worksWith":["Any Mob"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"POTION","plural":true,"optional":false,"description":["Effect(s)","to give"],"notes":[]}],"returnValues":[]}},{"name":"SetGoatHorns","codeblockName":"ENTITY ACTION","tags":[{"name":"Left Horn","options":[{"name":"Show","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Hide","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"No Change","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"No Change","slot":25},{"name":"Right Horn","options":[{"name":"Show","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Hide","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"No Change","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"No Change","slot":26}],"aliases":[],"icon":{"material":"GOAT_HORN","name":"Set Goat Horns","deprecatedNote":[],"description":["Sets which goat horns","are shown or hidden."],"example":[],"worksWith":["Goat"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[],"returnValues":[]}},{"name":"Tame","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"BONE","name":"Tame","deprecatedNote":[],"description":["Tames and sets the owner","of a tameable mob."],"example":[],"worksWith":["Wolf","Cat","Parrot","Llama","Any Horse"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"TEXT","plural":false,"optional":false,"description":["Owner UUID"],"notes":[]},{"text":"OR"},{"type":"COMPONENT","plural":false,"optional":false,"description":["Owner name"],"notes":[]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":["Untames mob"],"notes":[]}],"returnValues":[]}},{"name":"SetGlowing","codeblockName":"ENTITY ACTION","tags":[{"name":"Glowing","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Glowing","head":"ewogICJ0aW1lc3RhbXAiIDogMTU5MDA5MTMwNTcxNSwKICAicHJvZmlsZUlkIiA6ICIxOTI1MjFiNGVmZGI0MjVjODkzMWYwMmE4NDk2ZTExYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJTZXJpYWxpemFibGUiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjUzMmFjMzcyYmZjZGM4MDY5ZWUyMTQyMmNmOGEzMjA1NmQzNjJmZGQwMDFjZmIzZDJhYWYwYmZlZGM0NWM5YSIKICAgIH0KICB9Cn0=","deprecatedNote":[],"description":["Sets whether this entity has","a glowing outline that can","be seen through blocks."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetGoatScreaming","codeblockName":"ENTITY ACTION","tags":[{"name":"Screams","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Goat Screaming","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjAzMzMwMzk4YTBkODMzZjUzYWU4YzlhMWNiMzkzYzc0ZTlkMzFlMTg4ODU4NzBlODZhMjEzM2Q0NGYwYzYzYyJ9fX0=","deprecatedNote":[],"description":["Sets whether a goat","screams or not."],"example":[],"worksWith":["Goat"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"IDisplayModelType","codeblockName":"ENTITY ACTION","tags":[{"name":"Model Type","options":[{"name":"None","icon":{"material":"GRAY_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"First Person Left Hand","icon":{"material":"IRON_PICKAXE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"First Person Right Hand","icon":{"material":"IRON_PICKAXE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Third Person Left Hand","icon":{"material":"ARMOR_STAND","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Third Person Right Hand","icon":{"material":"ARMOR_STAND","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Head","icon":{"material":"PLAYER_HEAD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"GUI","icon":{"material":"ITEM_FRAME","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Ground","icon":{"material":"GRASS_BLOCK","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Fixed","icon":{"material":"CREEPER_BANNER_PATTERN","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"None","slot":26}],"aliases":[],"icon":{"material":"LECTERN","name":"Set Item Display Model Type","deprecatedNote":[],"description":["Sets the model type","of an item display."],"example":[],"worksWith":["Item Display"],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetHealth","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"GOLDEN_APPLE","name":"Set Current Health","deprecatedNote":[],"description":["Sets an entity's current","health."],"example":[],"worksWith":["Any Mob"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Current health"],"notes":[["❤ = 2 Health"]]}],"returnValues":[]}},{"name":"MobDisguise","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Disguise as Mob","head":"ewogICJ0aW1lc3RhbXAiIDogMTU5MDQzNTI2MjcwNSwKICAicHJvZmlsZUlkIiA6ICI3ZGEyYWIzYTkzY2E0OGVlODMwNDhhZmMzYjgwZTY4ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJHb2xkYXBmZWwiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWRiMGNjMDA0YzU1OTYwYmY4N2QxYjA0ZjBiZDVmNDk3MmM0NTczZjYwYjc2ZDkwOGJlZTg3MTIxZGFiMWYxYyIKICAgIH0KICB9Cn0=","deprecatedNote":[],"description":["Disguises an entity as a mob."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Overlord","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"SPAWN_EGG","plural":false,"optional":false,"description":["Mob to disguise as"],"notes":[]},{"type":"COMPONENT","plural":false,"optional":true,"description":["Display name"],"notes":[]}],"returnValues":[]}},{"name":"BlockDisguise","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Disguise as Block","head":"ewogICJ0aW1lc3RhbXAiIDogMTU5MDQzNTQyMzc0NCwKICAicHJvZmlsZUlkIiA6ICIyMWUzNjdkNzI1Y2Y0ZTNiYjI2OTJjNGEzMDBhNGRlYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJHZXlzZXJNQyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kYTRkOTcxNTg1NmY1NTkzOWI5ODFmNzI2ZmIxZjZkNDYwMWE3YTNjYzE0NGJlZDZjMDg5OTFmODRlNWMzYzE2IgogICAgfQogIH0KfQ==","deprecatedNote":[],"description":["Disguises an entity as a block."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Overlord","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"BLOCK","plural":false,"optional":false,"description":["Block to disguise as"],"notes":[]},{"type":"COMPONENT","plural":false,"optional":true,"description":["Display name"],"notes":[]}],"returnValues":[]}},{"name":"SetMinecartBlock","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"FURNACE_MINECART","name":"Set Minecart Block","deprecatedNote":[],"description":["Sets the block shown inside","a minecart. This does not","affect its functionality."],"example":[],"worksWith":["Any Minecart"],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"BLOCK","plural":false,"optional":false,"description":["Block to show"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Block offset"],"notes":[]}],"returnValues":[]}},{"name":"FoxSleeping","codeblockName":"ENTITY ACTION","tags":[{"name":"Sleeping","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Fox Sleeping","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDg5NTRhNDJlNjllMDg4MWFlNmQyNGQ0MjgxNDU5YzE0NGEwZDVhOTY4YWVkMzVkNmQzZDczYTNjNjVkMjZhIn19fQ==","deprecatedNote":[],"description":["Causes a fox to start","or stop sleeping."],"example":[],"worksWith":["Fox"],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetCollidable","codeblockName":"ENTITY ACTION","tags":[{"name":"Collision","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Disable","slot":26}],"aliases":[],"icon":{"material":"GLASS","name":"Set Collidable","deprecatedNote":[],"description":["Sets whether a mob is able","to collide with other entities."],"example":[],"worksWith":["Any Mob"],"additionalInfo":[["To disable collisions between","mobs and players, both must","have their collisions disabled."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"ArmorStandPose","codeblockName":"ENTITY ACTION","tags":[{"name":"Armor Stand Part","options":[{"name":"Head","icon":{"material":"OAK_PLANKS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Body","icon":{"material":"STRIPPED_OAK_LOG","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Left Arm","icon":{"material":"OAK_SLAB","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Right Arm","icon":{"material":"OAK_SLAB","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Left Leg","icon":{"material":"OAK_STAIRS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Right Leg","icon":{"material":"OAK_STAIRS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Head","slot":26}],"aliases":["SetPose"],"icon":{"material":"ARMOR_STAND","name":"Set Armor Stand Pose","deprecatedNote":[],"description":["Sets the rotation of an armor","stand part."],"example":[],"worksWith":["Armor Stand"],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"VECTOR","plural":false,"optional":false,"description":["Direction"],"notes":[]},{"text":"OR"},{"type":"NUMBER","plural":false,"optional":true,"description":["X Rotation (0-360)"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Y Rotation (0-360)"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Z Rotation (0-360)"],"notes":[]}],"returnValues":[]}},{"name":"LaunchFwd","codeblockName":"ENTITY ACTION","tags":[{"name":"Add to Current Velocity","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":25},{"name":"Launch Axis","options":[{"name":"Pitch and Yaw","icon":{"material":"SLIME_BALL","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Yaw Only","icon":{"material":"HEART_OF_THE_SEA","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Pitch and Yaw","slot":26}],"aliases":[],"icon":{"material":"STICKY_PISTON","name":"Launch Forward","deprecatedNote":[],"description":["Launches an entity forward","or backward."],"example":[],"worksWith":[],"additionalInfo":[["A negative launch power will","launch the entity backward."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Launch power"],"notes":[]}],"returnValues":[]}},{"name":"SetFallDistance","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"HAY_BLOCK","name":"Set Fall Distance","deprecatedNote":[],"description":["Sets an entity's fall distance,","affecting fall damage upon","landing."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Fall distance (blocks)"],"notes":[]}],"returnValues":[]}},{"name":"MoveToLoc","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"LEATHER_BOOTS","name":"Move to Location","deprecatedNote":[],"description":["Instructs a mob's AI to always","pathfind to a certain location","at a certain speed."],"example":[],"worksWith":["Any Mob"],"additionalInfo":[],"requiredRank":"Overlord","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"LOCATION","plural":false,"optional":false,"description":["Target location"],"notes":[]},{"type":"NUMBER","plural":false,"optional":true,"description":["Walk speed"],"notes":[]},{"text":"OR"},{"type":"NONE","plural":false,"optional":false,"description":["Stop moving"],"notes":[]}],"returnValues":[]}},{"name":"TDisplayOpacity","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"BIRCH_SIGN","name":"Set Text Display Text Opacity","deprecatedNote":[],"description":["Sets the text opacity","of a text display."],"example":[],"worksWith":["Text Display"],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":true,"description":["Text opacity"],"notes":[["Default = 100"]]}],"returnValues":[]}},{"name":"IDisplayItem","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"CRAFTING_TABLE","name":"Set Item Display Item","deprecatedNote":[],"description":["Sets the displayed item","of an item display."],"example":[],"worksWith":["Item Display"],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ITEM","plural":false,"optional":false,"description":["Displayed item"],"notes":[]}],"returnValues":[]}},{"name":"SetEquipment","codeblockName":"ENTITY ACTION","tags":[{"name":"Equipment Slot","options":[{"name":"Main hand","icon":{"material":"IRON_SWORD","name":"","deprecatedNote":[],"description":["Sets the hand item of a","mob with a hand slot."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Off hand","icon":{"material":"SHIELD","name":"","deprecatedNote":[],"description":["Sets the off hand item","of a mob with two hand","slots."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Head","icon":{"material":"IRON_HELMET","name":"","deprecatedNote":[],"description":["Sets the head armor item","of a mob that can wear","hats or armor."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Body","icon":{"material":"IRON_CHESTPLATE","name":"","deprecatedNote":[],"description":["Sets the chest armor item","of a mob that can wear","armor."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Chest"]},{"name":"Legs","icon":{"material":"IRON_LEGGINGS","name":"","deprecatedNote":[],"description":["Sets the legs armor item","of a mob that can wear","armor."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Feet","icon":{"material":"IRON_BOOTS","name":"","deprecatedNote":[],"description":["Sets the feet armor item","of a mob that can wear","armor."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Saddle","icon":{"material":"SADDLE","name":"","deprecatedNote":[],"description":["Sets the saddle item of","a horse."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Horse armor","icon":{"material":"IRON_HORSE_ARMOR","name":"","deprecatedNote":[],"description":["Sets the armor item of","a horse."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Decor","icon":{"material":"WHITE_CARPET","name":"","deprecatedNote":[],"description":["Sets the decor item of","a llama."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Main hand","slot":26}],"aliases":[],"icon":{"material":"DIAMOND_CHESTPLATE","name":"Set Equipment Item","deprecatedNote":[],"description":["Sets the item in one of the","equipment slots (including","horse items) of an entity."],"example":[],"worksWith":["Any Mob"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"ITEM","plural":false,"optional":true,"description":["Item to set"],"notes":[]}],"returnValues":[]}},{"name":"AttackAnimation","codeblockName":"ENTITY ACTION","tags":[{"name":"Animation Arm","options":[{"name":"Swing main arm","icon":{"material":"DIAMOND_SWORD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Swing Main Hand Arm"]},{"name":"Swing off arm","icon":{"material":"SHIELD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Swing Off Hand Arm"]}],"defaultOption":"Swing main arm","slot":26}],"aliases":[],"icon":{"material":"GOLDEN_SWORD","name":"Send Mob Attack Animation","deprecatedNote":[],"description":["Makes a mob perform","an attack animation."],"example":[],"worksWith":["Any Mob"],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetSilenced","codeblockName":"ENTITY ACTION","tags":[{"name":"Silenced","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"MUSIC_DISC_11","name":"Set Silenced","deprecatedNote":[],"description":["Sets whether an entity will","produce sound effects."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetBeeNectar","codeblockName":"ENTITY ACTION","tags":[{"name":"Has Nectar","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Bee Has Nectar","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjcyN2QwYWIwM2Y1Y2QwMjJmODcwNWQzZjdmMTMzY2E0OTIwZWFlOGUxZTQ3YjUwNzQ0MzNhMTM3ZTY5MWU0ZSJ9fX0=","deprecatedNote":[],"description":["Sets if a bee has nectar","on its body."],"example":[],"worksWith":["Bee"],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"AttachLead","codeblockName":"ENTITY ACTION","tags":[{"name":"Ignore Formatting","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Color codes and style tags","are ignored when matching","an entity by its name."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["All color codes and style","tags in the entity's name","must match exactly."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"LEAD","name":"Attach Lead","deprecatedNote":[],"description":["Attaches a lead to the target,","held by an entity or lead knot."],"example":[],"worksWith":["Any Mob"],"additionalInfo":[["Max. attach range is 10 blocks."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"TEXT","plural":false,"optional":false,"description":["Lead holder UUID"],"notes":[]},{"text":"OR"},{"type":"COMPONENT","plural":false,"optional":false,"description":["Lead holder name"],"notes":[]},{"text":"OR"},{"type":"LOCATION","plural":false,"optional":false,"description":["Lead knot location"],"notes":[["Spawns a Leash Knot entity.","Requires a fence block."]]}],"returnValues":[]}},{"name":"SnowmanPumpkin","codeblockName":"ENTITY ACTION","tags":[{"name":"Pumpkin","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Disable","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Snow Golem Pumpkin","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWZkZmQxZjc1MzhjMDQwMjU4YmU3YTkxNDQ2ZGE4OWVkODQ1Y2M1ZWY3MjhlYjVlNjkwNTQzMzc4ZmNmNCJ9fX0=","deprecatedNote":[],"description":["Sets whether a snow golem","is wearing a pumpkin."],"example":[],"worksWith":["Snow Golem"],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetCustomTag","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"CHEST_MINECART","name":"Set Custom Tag","deprecatedNote":[],"description":["Sets the value of or creates","a custom tag value."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"TEXT","plural":false,"optional":false,"description":["Tag name"],"notes":[]},{"text":""},{"type":"NUMBER","plural":false,"optional":false,"description":["Tag value"],"notes":[]},{"text":"OR"},{"type":"TEXT","plural":false,"optional":false,"description":["Tag value"],"notes":[]}],"returnValues":[]}},{"name":"RemovePotion","codeblockName":"ENTITY ACTION","tags":[],"aliases":["RemoveEffect"],"icon":{"material":"GLASS_BOTTLE","name":"Remove Potion Effect","deprecatedNote":[],"description":["Removes one or more potion","effects from an entity."],"example":[],"worksWith":["Any Mob"],"additionalInfo":[["Only the potion's type needs","to match; amplifier and duration","are disregarded."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"POTION","plural":true,"optional":false,"description":["Effect(s)","to remove"],"notes":[]}],"returnValues":[]}},{"name":"Gravity","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Overlord","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ShearSheep","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"SHEARS","name":"Shear Sheep","deprecatedNote":[],"description":["Causes a sheep to","be sheared."],"example":[],"worksWith":["Sheep"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ArmorStandSlots","codeblockName":"ENTITY ACTION","tags":[{"name":"Interactions","options":[{"name":"Take, swap or place item","icon":{"material":"CHEST","name":"","deprecatedNote":[],"description":["Players are able to:","• Remove an item from this slot","• Swap their held item with this slot","• Place their held item in this slot"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Take or swap item","icon":{"material":"CHEST","name":"","deprecatedNote":[],"description":["Players are able to:","• Remove an item from this slot","• Swap their held item with this slot"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Take item","icon":{"material":"CHEST","name":"","deprecatedNote":[],"description":["Players are able to:","• Remove an item from this slot"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Place item","icon":{"material":"CHEST","name":"","deprecatedNote":[],"description":["Players are able to:","• Place their held item in this slot","(if the slot is empty)"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"None","icon":{"material":"CHEST","name":"","deprecatedNote":[],"description":["Players are unable to","interact with this slot."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Take, swap or place item","slot":25},{"name":"Equipment Slot","options":[{"name":"All","icon":{"material":"FIREWORK_STAR","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Main hand","icon":{"material":"IRON_SWORD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Off hand","icon":{"material":"SHIELD","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Head","icon":{"material":"CHAINMAIL_HELMET","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Chest","icon":{"material":"CHAINMAIL_CHESTPLATE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Legs","icon":{"material":"CHAINMAIL_LEGGINGS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Feet","icon":{"material":"CHAINMAIL_BOOTS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"All","slot":26}],"aliases":[],"icon":{"material":"ARMOR_STAND","name":"Set Armor Stand Slot Interactions","deprecatedNote":[],"description":["Sets the possible interactions, such","as adding or removing items, of an","armor stand's slot(s)."],"example":[],"worksWith":["Armor Stand"],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[],"returnValues":[]}},{"name":"SetAllayDancing","codeblockName":"ENTITY ACTION","tags":[{"name":"Dancing","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Allay Dancing","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTUwMjk0YTE3NDczMTBmMTA0MTI0YzYzNzNjYzYzOWI3MTJiYWE1N2I3ZDkyNjI5N2I2NDUxODhiN2JiOWFiOSJ9fX0=","deprecatedNote":[],"description":["Sets whether an allay is","dancing or not."],"example":[],"worksWith":["Allay"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetRabbitType","codeblockName":"ENTITY ACTION","tags":[{"name":"Skin Type","options":[{"name":"Brown","icon":{"material":"RABBIT_HIDE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"White","icon":{"material":"RABBIT_HIDE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Black","icon":{"material":"RABBIT_HIDE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Black and White","icon":{"material":"RABBIT_HIDE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Gold","icon":{"material":"RABBIT_HIDE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Salt and Pepper","icon":{"material":"RABBIT_HIDE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Killer","icon":{"material":"RABBIT_HIDE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Brown","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Rabbit Type","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmZlY2M2YjVlNmVhNWNlZDc0YzQ2ZTc2MjdiZTNmMDgyNjMyN2ZiYTI2Mzg2YzZjYzc4NjMzNzJlOWJjIn19fQ==","deprecatedNote":[],"description":["Sets a rabbit's skin type."],"example":[],"worksWith":["Rabbit"],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"DisplayViewRange","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"FILLED_MAP","name":"Set Display View Range","color":{"red":42,"green":112,"blue":212},"deprecatedNote":[],"description":["Sets the view range of a","display entity."],"example":[],"worksWith":["Any Display Entity"],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":true,"description":["View range in blocks"],"notes":[["Default = 64"]]}],"returnValues":[]}},{"name":"SetSize","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Size","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODk1YWVlYzZiODQyYWRhODY2OWY4NDZkNjViYzQ5NzYyNTk3ODI0YWI5NDRmMjJmNDViZjNiYmI5NDFhYmU2YyJ9fX0=","deprecatedNote":[],"description":["Sets the size of an entity.","This may also affect its","health and strength."],"example":[],"worksWith":["Slime","Magma Cube","Phantom","Pufferfish"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Size"],"notes":[]}],"returnValues":[]}},{"name":"NoAI","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"ShowName","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"PlayerDisguise","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Disguise as Player","head":"ewogICJ0aW1lc3RhbXAiIDogMTU5MDQzNTM2NzIxOSwKICAicHJvZmlsZUlkIiA6ICIyYzEwNjRmY2Q5MTc0MjgyODRlM2JmN2ZhYTdlM2UxYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJOYWVtZSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9lM2FlODE1ZmRlNTg0N2M2YjAzNzc5NmQ3ZTcwYmQwMTNlZTZkNzk3YzMyNWExMjFjNWRlNmZlODM1ZTdhM2Y2IgogICAgfQogIH0KfQ==","deprecatedNote":[],"description":["Disguises an entity as a player."],"example":[],"worksWith":[],"additionalInfo":[["To get a skin use /item head <player name>","OR /item mshead"]],"requiredRank":"Overlord","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"COMPONENT","plural":false,"optional":false,"description":["Player name to disguise as"],"notes":[]},{"type":"ITEM","plural":false,"optional":true,"description":["Display skin"],"notes":[]}],"returnValues":[]}},{"name":"SetAngry","codeblockName":"ENTITY ACTION","tags":[{"name":"Angry","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":["SetAngerTicks"],"icon":{"material":"PLAYER_HEAD","name":"Set Angry","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTQwMDIyM2YxZmE1NDc0MWQ0MjFkN2U4MDQ2NDA5ZDVmM2UxNWM3ZjQzNjRiMWI3Mzk5NDAyMDhmM2I2ODZkNCJ9fX0=","deprecatedNote":[],"description":["Sets whether a mob is","angry at players."],"example":[],"worksWith":["Bee","Wolf","Zombified Piglin"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetItem","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"ITEM_FRAME","name":"Set Entity Item","deprecatedNote":[],"description":["Sets the item of","an item entity."],"example":[],"worksWith":["Dropped Item"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ITEM","plural":false,"optional":false,"description":["New item"],"notes":[]}],"returnValues":[]}},{"name":"Explode","codeblockName":"ENTITY ACTION","tags":[],"aliases":["ExplodeCreeper"],"icon":{"material":"TNT","name":"Explode","deprecatedNote":[],"description":["Causes an entity","to explode."],"example":[],"worksWith":["Creeper","Primed TNT","Firework"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetDigging","codeblockName":"ENTITY ACTION","tags":[{"name":"Digging Type","options":[{"name":"Emerge","icon":{"material":"WARDEN_SPAWN_EGG","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Dig Down","icon":{"material":"IRON_PICKAXE","name":"","deprecatedNote":[],"description":["The warden will not despawn","after digging down."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Emerge","slot":26}],"aliases":[],"icon":{"material":"WARDEN_SPAWN_EGG","name":"Set Warden Digging","deprecatedNote":[],"description":["Makes a warden emerge","or dig into the ground."],"example":[],"worksWith":["Warden"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"MoveTo","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Overlord","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"Undisguise","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Undisguise","head":"eyJ0aW1lc3RhbXAiOjE1NDQ3ODAzMzAyNzQsInByb2ZpbGVJZCI6ImE5MGI4MmIwNzE4NTQ0ZjU5YmE1MTZkMGY2Nzk2NDkwIiwicHJvZmlsZU5hbWUiOiJJbUZhdFRCSCIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzdiYTM2ZmZiMTNjMWUxNTc2ZmViMjc3ZTM1OGNmMWZmZjM1ZGNhY2M2OTNlY2M1MDc1OTUwN2UwM2I1ODIifX19","deprecatedNote":[],"description":["Removes an entity's disguise."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Overlord","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetDeathDrops","codeblockName":"ENTITY ACTION","tags":[{"name":"Has Death Drops","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"SKELETON_SKULL","name":"Set Death Drops Enabled","deprecatedNote":[],"description":["Sets whether a mob drops","their items when dead."],"example":[],"worksWith":["Any Mob"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetPersistent","codeblockName":"ENTITY ACTION","tags":[{"name":"Persistent","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"BLAZE_ROD","name":"Set Persistent","deprecatedNote":[],"description":["Sets whether an item","or a falling block will","never despawn."],"example":[],"worksWith":["Dropped Item","Falling Block"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetVexCharging","codeblockName":"ENTITY ACTION","tags":[{"name":"Charging","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Vex Charging","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODY5YTdjNmYwYTczNThjNTk0YzI5ZDNkNDJjZjdiNjk2MzhlZjNiNWIzZWMxZjlkMzgxNTBjOGIyYmZmNzgxMyJ9fX0=","deprecatedNote":[],"description":["Sets whether a vex is","charging or not."],"example":[],"worksWith":["Vex"],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"SetVillagerExp","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Villager Experience","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTY5ODQ3N2Q3ZDUzMjc0OGFmNGUwOTExNWVmMTZiYjk1OTk0ZjBlNThiMDkwZTZkMzA2NDQ1OGJiOWFlMTY4NyJ9fX0=","deprecatedNote":[],"description":["Sets a villager's experience","points, which affects their level."],"example":[],"worksWith":["Villager"],"additionalInfo":[["Level requirements:","■ 0: Novice","■ 10: Apprentice","■ 70: Journeyman","■ 150: Expert","■ 250: Master"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Experience"],"notes":[]}],"returnValues":[]}},{"name":"IgniteCreeper","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Ignite Creeper","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGI5YmFiOTZmOWVlY2I4OWU4Y2M2ZTJiNGZhZThiYWY3ZDM4ZWZlOWYwOWIyZjQyY2Q5MmI4NDhmNWJjMzMifX19","deprecatedNote":[],"description":["Ignites a creeper, causing","it to explode after a fuse","period."],"example":[],"worksWith":["Creeper"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetCelebrating","codeblockName":"ENTITY ACTION","tags":[{"name":"Celebrate","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"CAKE","name":"Set Celebrating","deprecatedNote":[],"description":["Causes a mob to start","or stop celebrating."],"example":[],"worksWith":["Any Raider","Piglin"],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"ProjectileItem","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"FIRE_CHARGE","name":"Set Projectile Display Item","deprecatedNote":[],"description":["Sets the item a projectile","displays as."],"example":[],"worksWith":["Snowball","Egg","Small Fireball","Ghast Fireball","Ender Pearl","Experience Bottle","Eye of Ender"],"additionalInfo":[["Does not work with air."]],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"ITEM","plural":false,"optional":false,"description":["Display item"],"notes":[]}],"returnValues":[]}},{"name":"TDisplayText","codeblockName":"ENTITY ACTION","tags":[{"name":"Text Value Merging","options":[{"name":"Add spaces","icon":{"material":"PISTON","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["Add Spaces"]},{"name":"No spaces","icon":{"material":"STICKY_PISTON","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":["No Spaces"]}],"defaultOption":"No spaces","slot":26},{"name":"Inherit Styles","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Text style of the last value","will be inherited when merging","multiple values."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["Each value will have independent","text style when merging multiple","values."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":25}],"aliases":[],"icon":{"material":"BOOK","name":"Set Text Display Text","deprecatedNote":[],"description":["Sets the displayed text","of a text display."],"example":[],"worksWith":["Text Display"],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":2,"arguments":[{"type":"COMPONENT","plural":true,"optional":false,"description":["Displayed text"],"notes":[]}],"returnValues":[]}},{"name":"SetHorseJump","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Horse Jump Strength","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjI4ZDFhYjRiZTFlMjhiN2I0NjFmZGVhNDYzODFhYzM2M2E3ZTVjMzU5MWM5ZTVkMjY4M2ZiZTFlYzlmY2QzIn19fQ==","deprecatedNote":[],"description":["Sets a horse's jump strength."],"example":[],"worksWith":["Horse","Donkey","Mule","Llama"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[{"type":"NUMBER","plural":false,"optional":false,"description":["Strength"],"notes":[["0.0 (can't jump) to 2.0"]]}],"returnValues":[]}},{"name":"SetNameColor","codeblockName":"ENTITY ACTION","tags":[{"name":"Name Color","options":[{"name":"Black","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":0,"green":0,"blue":0},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Dark blue","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":0,"green":0,"blue":170},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Dark green","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":0,"green":170,"blue":0},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Dark aqua","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":0,"green":170,"blue":170},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Dark red","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":170,"green":0,"blue":0},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Dark purple","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":170,"green":0,"blue":170},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Gold","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":255,"green":170,"blue":0},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Gray","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":170,"green":170,"blue":170},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Dark gray","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":85,"green":85,"blue":85},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Blue","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":85,"green":85,"blue":255},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Green","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":85,"green":255,"blue":85},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Aqua","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":85,"green":255,"blue":255},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Red","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":255,"green":85,"blue":85},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Light purple","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":255,"green":85,"blue":255},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Yellow","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":255,"green":255,"blue":85},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"White","icon":{"material":"LEATHER_CHESTPLATE","name":"","color":{"red":255,"green":255,"blue":255},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"None","icon":{"material":"GLASS","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Black","slot":26}],"aliases":[],"icon":{"material":"LIGHT_BLUE_DYE","name":"Set Name Color","deprecatedNote":[],"description":["Sets the color an entity's","name tag appears in."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"Unsilence","codeblockName":"ENTITY ACTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":0,"arguments":[],"returnValues":[]}},{"name":"SetCarryingChest","codeblockName":"ENTITY ACTION","tags":[{"name":"Carrying Chest","options":[{"name":"Enable","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Disable","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Enable","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Carrying Chest","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDVjNmRjMmJiZjUxYzM2Y2ZjNzcxNDU4NWE2YTU2ODNlZjJiMTRkNDdkOGZmNzE0NjU0YTg5M2Y1ZGE2MjIifX19","deprecatedNote":[],"description":["Sets whether a mob carries","a chest, which allows its","inventory to be accessed."],"example":[],"worksWith":["Donkey","Mule","Llama"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"Ram","codeblockName":"ENTITY ACTION","tags":[{"name":"Ignore Formatting","options":[{"name":"True","icon":{"material":"LIME_DYE","name":"","deprecatedNote":[],"description":["Color codes and style tags","are ignored when matching","an entity by its name."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"False","icon":{"material":"RED_DYE","name":"","deprecatedNote":[],"description":["All color codes and style","tags in the entity's name","must match exactly."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"True","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Ram Target","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjAzMzMwMzk4YTBkODMzZjUzYWU4YzlhMWNiMzkzYzc0ZTlkMzFlMTg4ODU4NzBlODZhMjEzM2Q0NGYwYzYzYyJ9fX0=","deprecatedNote":[],"description":["Makes a goat ram the","specified mob or player."],"example":[],"worksWith":["Goat"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[{"type":"TEXT","plural":false,"optional":false,"description":["Target UUID"],"notes":[]},{"text":"OR"},{"type":"COMPONENT","plural":false,"optional":false,"description":["Target name"],"notes":[]}],"returnValues":[]}},{"name":"SetFoxType","codeblockName":"ENTITY ACTION","tags":[{"name":"Fox Type","options":[{"name":"Red","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDg5NTRhNDJlNjllMDg4MWFlNmQyNGQ0MjgxNDU5YzE0NGEwZDVhOTY4YWVkMzVkNmQzZDczYTNjNjVkMjZhIn19fQ==","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]},{"name":"Snow","icon":{"material":"PLAYER_HEAD","name":"","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDE0MzYzNzdlYjRjNGI0ZTM5ZmIwZTFlZDg4OTlmYjYxZWUxODE0YTkxNjliOGQwODcyOWVmMDFkYzg1ZDFiYSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"aliases":[]}],"defaultOption":"Red","slot":26}],"aliases":[],"icon":{"material":"PLAYER_HEAD","name":"Set Fox Type","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDg5NTRhNDJlNjllMDg4MWFlNmQyNGQ0MjgxNDU5YzE0NGEwZDVhOTY4YWVkMzVkNmQzZDczYTNjNjVkMjZhIn19fQ==","deprecatedNote":[],"description":["Sets a fox's fur type."],"example":[],"worksWith":["Fox"],"additionalInfo":[],"requiredRank":"Noble","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","tags":1,"arguments":[],"returnValues":[]}},{"name":"dynamic","codeblockName":"CALL FUNCTION","tags":[],"aliases":[],"icon":{"material":"STONE","name":"","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}}],"gameValueCategories":[{"identifier":"Statistical Values","guiSlot":11,"icon":{"material":"SLIME_BALL","name":"Statistical Values","deprecatedNote":[],"description":["Numerical target","related values"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"identifier":"Locational Values","guiSlot":13,"icon":{"material":"PAPER","name":"Locational Values","deprecatedNote":[],"description":["Locational target","related values"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"identifier":"Item Values","guiSlot":15,"icon":{"material":"ITEM_FRAME","name":"Item Values","deprecatedNote":[],"description":["Item-type target","related values"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"identifier":"Informational Values","guiSlot":29,"icon":{"material":"NAME_TAG","name":"Informational Values","deprecatedNote":[],"description":["Textual and other","target related values"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"identifier":"Event Values","guiSlot":31,"icon":{"material":"DIAMOND","name":"Event Values","deprecatedNote":[],"description":["Values that apply to","this thread's event","Untargeted"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"identifier":"Plot Values","guiSlot":33,"icon":{"material":"REDSTONE","name":"Plot Values","deprecatedNote":[],"description":["Values that apply to","the game or its code","Untargeted"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"identifier":"Ambient Particles","guiSlot":20,"icon":{"material":"WARPED_FUNGUS","name":"Ambient Particles","deprecatedNote":[],"description":["Particles produced","by the environment"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"identifier":"Ambient Entity Particles","guiSlot":20,"icon":{"material":"CLOCK","name":"Entity Ambient Particles","deprecatedNote":[],"description":["Particles produced","by entities"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"identifier":"Entity Behavior Particles","guiSlot":22,"icon":{"material":"BOOK","name":"Entity Behavior Particles","deprecatedNote":[],"description":["Particles produced","by entity behaviors"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"identifier":"Entity Attack Particles","guiSlot":24,"icon":{"material":"IRON_SWORD","name":"Entity Attack Particles","deprecatedNote":[],"description":["Particles produced","by entities when attacked"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"identifier":"Entity Particles","guiSlot":22,"icon":{"material":"ZOMBIE_SPAWN_EGG","name":"Entity Particles","deprecatedNote":[],"description":["Particles produced","by entities"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"identifier":"Ambient Block Particles","guiSlot":20,"icon":{"material":"CLOCK","name":"Block Ambient Particles","deprecatedNote":[],"description":["Particles produced","by blocks"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"identifier":"Block Behavior Particles","guiSlot":22,"icon":{"material":"BOOK","name":"Block Behavior Particles","deprecatedNote":[],"description":["Particles produced","by block behavior"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"identifier":"Liquid Particles","guiSlot":24,"icon":{"material":"BUCKET","name":"Liquid Particles","deprecatedNote":[],"description":["Particles produced","by liquids"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"identifier":"Block Particles","guiSlot":24,"icon":{"material":"SHULKER_SHELL","name":"Block Particles","deprecatedNote":[],"description":["Particles produced","by blocks"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}}],"gameValues":[{"aliases":["Remaining Health"],"category":"Statistical Values","icon":{"material":"APPLE","name":"Current Health","deprecatedNote":[],"description":["Gets a target's remaining","health points."],"example":[],"worksWith":[],"additionalInfo":[["❤ = 2 Health"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["0.0 (dead) up","to the target's maximum","health (20.0 by default)"]}},{"aliases":[],"category":"Statistical Values","icon":{"material":"GOLDEN_APPLE","name":"Maximum Health","deprecatedNote":[],"description":["Gets a target's maximum","health points."],"example":[],"worksWith":[],"additionalInfo":[["❤ = 2 Health"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["Maximum","health, 1.0 or above"]}},{"aliases":[],"category":"Statistical Values","icon":{"material":"HONEY_BOTTLE","name":"Absorption Health","deprecatedNote":[],"description":["Gets a target's","absorption health","(golden hearts)."],"example":[],"worksWith":[],"additionalInfo":[["❤ = 2 Health"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["Absorption","health"]}},{"aliases":[],"category":"Statistical Values","icon":{"material":"COOKED_BEEF","name":"Food Level","deprecatedNote":[],"description":["Gets a target's remaining","food points."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["0 (starving)","to 20 (full bar)"]}},{"aliases":[],"category":"Statistical Values","icon":{"material":"BEEF","name":"Food Saturation","deprecatedNote":[],"description":["Gets a target's saturation level,","which depends on the types","of food consumed."],"example":[],"worksWith":[],"additionalInfo":[["If saturation is > 0.0, the","player's food level will not drop."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["0.0 (minimum), up to","the player's food level"]}},{"aliases":[],"category":"Statistical Values","icon":{"material":"ROTTEN_FLESH","name":"Food Exhaustion","deprecatedNote":[],"description":["Gets a target's exhaustion","level, which is increased","by the player's actions."],"example":[],"worksWith":[],"additionalInfo":[["When exhaustion resets","from 4.0 to 0.0, a player's","saturation decreases by 1."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["0.0 (minimum) to","4.0 (reset point)"]}},{"aliases":[],"category":"Statistical Values","icon":{"material":"IRON_SWORD","name":"Attack Damage","deprecatedNote":[],"description":["Gets a target's attack damage,","which has a base value that","can be altered by items."],"example":[],"worksWith":[],"additionalInfo":[["Default base value = 1.0"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["0.0 or higher","(more damage)"]}},{"aliases":[],"category":"Statistical Values","icon":{"material":"GOLDEN_SWORD","name":"Attack Speed","deprecatedNote":[],"description":["Gets a target's attack speed,","which has a base value that","can be altered by items."],"example":[],"worksWith":[],"additionalInfo":[["Default base value = 4.0"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["0.0 or higher","(faster)"]}},{"aliases":[],"category":"Statistical Values","icon":{"material":"DIAMOND_SWORD","name":"Attack Cooldown","deprecatedNote":[],"description":["Gets a target's current attack","cooldown as a percentage of the","way to fully charged"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["0.0 (fully uncharged)","to 100.0 (fully charged)"]}},{"aliases":[],"category":"Statistical Values","icon":{"material":"NETHERITE_SWORD","name":"Attack Cooldown Ticks","deprecatedNote":[],"description":["Gets the number of ticks","it will take to fully charge a","target's attack cooldown after","attacking with their held item."],"example":[],"worksWith":[],"additionalInfo":[["This value is set to -1","if it will never recharge."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["0.0 (instant)","or above"]}},{"aliases":[],"category":"Statistical Values","icon":{"material":"IRON_CHESTPLATE","name":"Armor Points","deprecatedNote":[],"description":["Gets a target's armor points,","which has a base value that","can be altered by items."],"example":[],"worksWith":[],"additionalInfo":[["Default base value = 0.0"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["0.0 (no armor)","to 20.0 (full bar)"]}},{"aliases":[],"category":"Statistical Values","icon":{"material":"GOLDEN_CHESTPLATE","name":"Armor Toughness","deprecatedNote":[],"description":["Gets a target's armor toughness,","which has a base value that","can be altered by items."],"example":[],"worksWith":[],"additionalInfo":[["Armor Toughness increases ","the amount of damage required","to penetrate one armor point."],["Default base value = 0.0"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["0.0 or above (full","set of diamond armor = 8.0)"]}},{"aliases":[],"category":"Statistical Values","icon":{"material":"DIAMOND_HELMET","name":"Invulnerability Ticks","deprecatedNote":[],"description":["Gets a target's remaining","ticks of invulnerability."],"example":[],"worksWith":[],"additionalInfo":[["This value is set to 10","upon taking damage."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["0 (can be hurt)","or above (invulnerable)"]}},{"aliases":[],"category":"Statistical Values","icon":{"material":"EXPERIENCE_BOTTLE","name":"Experience Level","deprecatedNote":[],"description":["Gets a target's experience","level."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["0 (no levels)","or above"]}},{"aliases":[],"category":"Statistical Values","icon":{"material":"SCUTE","name":"Experience Progress","deprecatedNote":[],"description":["Gets a target's experience","progress percentage to","the next level."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["0.0% (no progress)","to 100.0% (next level)"]}},{"aliases":[],"category":"Statistical Values","icon":{"material":"BLAZE_POWDER","name":"Fire Ticks","deprecatedNote":[],"description":["Gets the remaining ticks a","target is on fire for."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["0 (not on fire)","or above (burning)"]}},{"aliases":[],"category":"Statistical Values","icon":{"material":"POWDER_SNOW_BUCKET","name":"Freeze Ticks","deprecatedNote":[],"description":["Gets the remaining ticks a","target is freezing for."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["0 (not frozen)","or above (freezing)"]}},{"aliases":[],"category":"Statistical Values","icon":{"material":"GLASS_BOTTLE","name":"Remaining Air","deprecatedNote":[],"description":["Gets a target's remaining","air ticks."],"example":[],"worksWith":[],"additionalInfo":[["One breath bubble is","equal to 30 air ticks."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["0 (drowning)","to 300 (maximum air)"]}},{"aliases":[],"category":"Statistical Values","icon":{"material":"DAMAGED_ANVIL","name":"Fall Distance","deprecatedNote":[],"description":["Gets a target's distance fallen","in blocks."],"example":[],"worksWith":[],"additionalInfo":[["Resets to 0 upon landing."],["Works on the Damage Event."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["0.0 (not falling)","or higher (falling down)"]}},{"aliases":[],"category":"Statistical Values","icon":{"material":"LIGHT_BLUE_DYE","name":"Held Slot","deprecatedNote":[],"description":["Gets a target's selected","hotbar slot index."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["1 (leftmost slot)","to 9 (rightmost slot)"]}},{"aliases":[],"category":"Statistical Values","icon":{"material":"REPEATER","name":"Ping","deprecatedNote":[],"description":["Gets the latency between","a player and the server","in milliseconds."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["Player ping",",,╻╻┃ 0 to 149",",,╻╻┃ 150 to 299",",,╻╻┃ 300 to 599",",,╻╻┃ 600 to 999",",,╻╻┃ over 1000"]}},{"aliases":[],"category":"Statistical Values","icon":{"material":"MINECART","name":"Steer Sideways Movement","deprecatedNote":[],"description":["While a player is steering","an entity, gets the sideways","movement of the steering."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["-1.0 (right)","to 1.0 (left)"]}},{"aliases":[],"category":"Statistical Values","icon":{"material":"MINECART","name":"Steer Forward Movement","deprecatedNote":[],"description":["While a player is steering","an entity, gets the forward","movement of the steering."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["-1.0 (backward)","to 1.0 (forward)"]}},{"aliases":[],"category":"Statistical Values","icon":{"material":"CROSSBOW","name":"Item Usage Progress","deprecatedNote":[],"description":["Gets the progress percentage","of a target using their held","item, such as food."],"example":[],"worksWith":[],"additionalInfo":[["Bows, crossbows and tridents","remain at 100.0% until they","are released."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["0 (not using an item),","or 0.0% (start) to 100.0%"]}},{"aliases":[],"category":"Locational Values","icon":{"material":"FILLED_MAP","name":"Location","deprecatedNote":[],"description":["Gets a target's location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"LOCATION","returnDescription":["Location and","rotation, at feet height"]}},{"aliases":[],"category":"Locational Values","icon":{"material":"BRICKS","name":"Target Block Location","deprecatedNote":[],"description":["Gets the location of the","block a target is looking at."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"LOCATION","returnDescription":["Block center"]}},{"aliases":["Target Block Face"],"category":"Locational Values","icon":{"material":"BRICK_SLAB","name":"Target Block Side","deprecatedNote":[],"description":["Gets the side of the","block a target is looking","at as a direction."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"VECTOR","returnDescription":["Block side"]}},{"aliases":[],"category":"Locational Values","icon":{"material":"SPIDER_EYE","name":"Eye Location","deprecatedNote":[],"description":["Gets a target's location, but","adjusted to its eye height."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"LOCATION","returnDescription":["Eye location","and rotation"]}},{"aliases":[],"category":"Locational Values","icon":{"material":"PAPER","name":"X-Coordinate","deprecatedNote":[],"description":["Gets the X coordinate","of a target's position."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["Coordinate"]}},{"aliases":[],"category":"Locational Values","icon":{"material":"PAPER","name":"Y-Coordinate","deprecatedNote":[],"description":["Gets the Y coordinate","of a target's position."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["Coordinate"]}},{"aliases":[],"category":"Locational Values","icon":{"material":"PAPER","name":"Z-Coordinate","deprecatedNote":[],"description":["Gets the Z coordinate","of a target's position."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["Coordinate"]}},{"aliases":[],"category":"Locational Values","icon":{"material":"GHAST_TEAR","name":"Midpoint Location","deprecatedNote":[],"description":["Gets the location of the center of","the target's bounding box."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"LOCATION","returnDescription":["Location and","rotation, at midpoint"]}},{"aliases":[],"category":"Locational Values","icon":{"material":"HEART_OF_THE_SEA","name":"Pitch","deprecatedNote":[],"description":["Gets the pitch (up/down","rotation) of a target's","position."],"example":[],"worksWith":[],"additionalInfo":[["-90.0° = up"],["90.0° = down"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["-90.0 to 90.0"]}},{"aliases":[],"category":"Locational Values","icon":{"material":"HEART_OF_THE_SEA","name":"Yaw","deprecatedNote":[],"description":["Gets the yaw (left/right","rotation) of a target's","position."],"example":[],"worksWith":[],"additionalInfo":[["-180.0° & 180.0° = north"],["-90.0° = east"],["0.0° = south"],["90.0° = west"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["-180.0 to 180.0"]}},{"aliases":[],"category":"Locational Values","icon":{"material":"CONDUIT","name":"Body Yaw","deprecatedNote":[],"description":["Gets the yaw (left/right","rotation) of a target's","body."],"example":[],"worksWith":[],"additionalInfo":[["-180.0° & 180.0° = north"],["-90.0° = east"],["0.0° = south"],["90.0° = west"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["-180.0 to 180.0"]}},{"aliases":[],"category":"Locational Values","icon":{"material":"IRON_BOOTS","name":"Standing Block Location","deprecatedNote":[],"description":["Gets the location of the block","that is supporting the player."],"example":[],"worksWith":[],"additionalInfo":[["When not grounded, this will","return the location of the block","at the target's location."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"LOCATION","returnDescription":["Block center"]}},{"aliases":[],"category":"Locational Values","icon":{"material":"SPAWNER","name":"Spawn Location","deprecatedNote":[],"description":["Gets a target's original spawn","location."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"LOCATION","returnDescription":["Location this","entity was created at"]}},{"aliases":[],"category":"Locational Values","icon":{"material":"TIPPED_ARROW","name":"Velocity","color":{"red":42,"green":255,"blue":170},"deprecatedNote":[],"description":["Gets the speed at which a","target is moving (not walking)","in each direction."],"example":[],"worksWith":[],"additionalInfo":[["When grounded, a target may","still have a downward velocity","due to how gravity is applied."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"VECTOR","returnDescription":["Movement velocity"]}},{"aliases":[],"category":"Locational Values","icon":{"material":"PRISMARINE_SHARD","name":"Direction","deprecatedNote":[],"description":["Gets the looking direction","of a target's location as","a vector."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"VECTOR","returnDescription":["Direction vector","(length of 1.0)"]}},{"aliases":[],"category":"Statistical Values","icon":{"material":"ARMOR_STAND","name":"Entity Width","deprecatedNote":[],"description":["Gets the width of an entity's","bounding box."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["Width in blocks"]}},{"aliases":[],"category":"Statistical Values","icon":{"material":"ARMOR_STAND","name":"Entity Height","deprecatedNote":[],"description":["Gets the height of an entity's","bounding box."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["Height in blocks"]}},{"aliases":[],"category":"Item Values","icon":{"material":"IRON_SWORD","name":"Main Hand Item","deprecatedNote":[],"description":["Gets a target's currently","held item."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"ITEM","returnDescription":["Item in the","selected hotbar slot"]}},{"aliases":[],"category":"Item Values","icon":{"material":"SHIELD","name":"Off Hand Item","deprecatedNote":[],"description":["Gets a target's currently","held off hand item."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"ITEM","returnDescription":["Item in the","offhand slot"]}},{"aliases":[],"category":"Item Values","icon":{"material":"CHAINMAIL_CHESTPLATE","name":"Armor Items","deprecatedNote":[],"description":["Gets the items in a target's","armor slots."],"example":[],"worksWith":[],"additionalInfo":[["Armor slots are ordered","from helmet to boots."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"LIST","returnDescription":["Contains one Item","entry for each armor","slot (air if empty, 4 in","total)"]}},{"aliases":[],"category":"Item Values","icon":{"material":"DROPPER","name":"Hotbar Items","deprecatedNote":[],"description":["Gets a target's current","hotbar items."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"LIST","returnDescription":["Contains one Item","entry for each hotbar","slot (air if empty, 9 in","total)"]}},{"aliases":[],"category":"Item Values","icon":{"material":"CHEST","name":"Inventory Items","deprecatedNote":[],"description":["Gets a target's inventory","items (includes hotbar)."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"LIST","returnDescription":["Contains one Item","entry for each inventory","slot (air if empty, 36 in","total)"]}},{"aliases":[],"category":"Item Values","icon":{"material":"FISHING_ROD","name":"Cursor Item","deprecatedNote":[],"description":["Gets the item on a target's","cursor (used when moving","items in the inventory)."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"ITEM","returnDescription":["Cursor item"]}},{"aliases":[],"category":"Item Values","icon":{"material":"PAINTING","name":"Inventory Menu Items","deprecatedNote":[],"description":["Gets a target's current","inventory menu items."],"example":[],"worksWith":[],"additionalInfo":[["Works with container","inventories."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"LIST","returnDescription":["Contains one Item","entry for each menu","slot (air if empty)"]}},{"aliases":[],"category":"Item Values","icon":{"material":"SADDLE","name":"Saddle Item","deprecatedNote":[],"description":["Gets a target's currently","worn saddle or carpet."],"example":[],"worksWith":["Horses","Pigs","Llamas (decor)"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"ITEM","returnDescription":["Item in the","saddle/decor slot"]}},{"aliases":[],"category":"Item Values","icon":{"material":"ITEM_FRAME","name":"Entity Item","deprecatedNote":[],"description":["The item form of the","target."],"example":[],"worksWith":["Dropped Item","Potion","Firework","Arrow","Trident","Eye of Ender"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"ITEM","returnDescription":["The entity item"]}},{"aliases":[],"category":"Informational Values","icon":{"material":"NAME_TAG","name":"Name ","deprecatedNote":[],"description":["Gets a target's name."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"COMPONENT","returnDescription":["Target name"]}},{"aliases":[],"category":"Informational Values","icon":{"material":"NAME_TAG","name":"UUID","deprecatedNote":[],"description":["Gets a target's universally","unique identifier."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"TEXT","returnDescription":["Target UUID"]}},{"aliases":[],"category":"Informational Values","icon":{"material":"GHAST_SPAWN_EGG","name":"Entity Type","deprecatedNote":[],"description":["Gets a target's entity type."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"TEXT","returnDescription":["Entity type, e.g.","\"tipped_arrow\" or \"cow\""]}},{"aliases":[],"category":"Informational Values","icon":{"material":"IRON_SWORD","name":"Game Mode","deprecatedNote":[],"description":["Gets a player's game mode."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"TEXT","returnDescription":["Game mode:","\"survival\", \"creative\", \"adventure\", ","\"spectator\", "]}},{"aliases":[],"category":"Informational Values","icon":{"material":"OAK_SIGN","name":"Open Inventory Title ","deprecatedNote":[],"description":["Gets the title of a target's","opened inventory."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"COMPONENT","returnDescription":["Inventory title, or","\"none\" if either no menu","or the player's regular","inventory is open"]}},{"aliases":[],"category":"Informational Values","icon":{"material":"BREWING_STAND","name":"Potion Effects","deprecatedNote":[],"description":["Gets a target's active","potion effects."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"LIST","returnDescription":["Contains one ","Potion Effect entry","for each active","effect on the target"]}},{"aliases":[],"category":"Informational Values","icon":{"material":"MINECART","name":"Vehicle","deprecatedNote":[],"description":["Gets the UUID of the entity","that the target is riding."],"example":[],"worksWith":[],"additionalInfo":[["The ridden entity does not","need to be of vehicular type."],["In a stack of entities, the","vehicle is the bottom entity."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"TEXT","returnDescription":["UUID of the ridden","entity, or \"none\" if the","target is not riding one"]}},{"aliases":[],"category":"Informational Values","icon":{"material":"SADDLE","name":"Passengers ","deprecatedNote":[],"description":["Gets the UUIDs of any","entities riding a target."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"LIST","returnDescription":["Contains one String","entry (UUID) for each","passenger riding the target","(Empty List if the target","has no passengers)"]}},{"aliases":[],"category":"Informational Values","icon":{"material":"LEAD","name":"Lead Holder","deprecatedNote":[],"description":["Gets the entity that is holding","a target on a lead."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"TEXT","returnDescription":["Lead holder UUID,","or \"none\" if the target","is not on a lead"]}},{"aliases":[],"category":"Informational Values","icon":{"material":"LEAD","name":"Attached Leads","deprecatedNote":[],"description":["Gets all entities attached to","to a target by a lead."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"LIST","returnDescription":["Contains one String","entry (UUID) for each","leashed entity","(Empty List if the target","holds no leads)"]}},{"aliases":[],"category":"Event Values","icon":{"material":"QUARTZ_BLOCK","name":"Event Block Location","deprecatedNote":[],"description":["Gets the location of","the block in this event."],"example":[],"worksWith":["Right/Left Click Event","Place/Break Block Event","Projectile Hit Event"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"LOCATION","returnDescription":["Block center"]}},{"aliases":[],"category":"Event Values","icon":{"material":"QUARTZ_SLAB","name":"Event Block Side","deprecatedNote":[],"description":["Gets the side of the block","that was hit in this event","as a direction."],"example":[],"worksWith":["Right/Left Click Event","Place/Break Block Event","Projectile Hit Event"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"VECTOR","returnDescription":["Block side"]}},{"aliases":[],"category":"Event Values","icon":{"material":"IRON_SWORD","name":"Event Damage","deprecatedNote":[],"description":["Gets the amount of damage","dealt in this event."],"example":[],"worksWith":["Damage Events","Death Events"],"additionalInfo":[["❤ = 2 Health"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["0.0 or above"]}},{"aliases":[],"category":"Event Values","icon":{"material":"DIAMOND_SWORD","name":"Damage Event Cause","deprecatedNote":[],"description":["Gets the type of damage taken or dealt","in this event."],"example":[],"worksWith":["Damage Events","Death Events"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"TEXT","returnDescription":["Damage Cause:","\"block_explosion\", \"contact\" (cactus), ","\"cramming\", \"custom\" (damage action), ","\"dragon_breath\", \"drowning\", \"dryout\", ","(fish on land), \"entity_attack\", ","\"entity_explosion\", \"entity_sweep_attack\", ","\"fall\", \"falling_block\", \"fire\" (in fire block), ","\"fire_tick\", \"fly_into_wall\", \"hot_floor\", ","(magma block), \"kill\", \"lava\", \"magic\", ","\"melting\" (snowman), \"poison\", \"projectile\", ","\"starvation\", \"suffocation\", \"thorns\", \"void\", ","\"wither\", \"world_border\", \"freeze\""]}},{"aliases":[],"category":"Event Values","icon":{"material":"SKELETON_SKULL","name":"Event Death Message","deprecatedNote":[],"description":["Gets the death message for","this death event."],"example":[],"worksWith":["Player Death Event","Player Kill Player Event","Entity Kill Player Event"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"TEXT","returnDescription":["Death message"]}},{"aliases":[],"category":"Event Values","icon":{"material":"SPLASH_POTION","name":"Event Heal Amount","color":{"red":255,"green":0,"blue":0},"deprecatedNote":[],"description":["Gets the amount of health","regained in this event."],"example":[],"worksWith":["Player Heal Event"],"additionalInfo":[["❤ = 2 Health"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["Health regained"]}},{"aliases":[],"category":"Event Values","icon":{"material":"SPLASH_POTION","name":"Heal Event Cause","color":{"red":255,"green":0,"blue":255},"deprecatedNote":[],"description":["Gets the reason the target","regained health in this event."],"example":[],"worksWith":["Player Heal Event"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"TEXT","returnDescription":["Healing Cause:","\"natural\" (natural regeneration), ","\"magic\" (instant health effect), ","\"magic_regen\" (regen effect), ","\"custom\" (code)"]}},{"aliases":[],"category":"Event Values","icon":{"material":"TNT","name":"Event Explosion Affected Blocks","deprecatedNote":[],"description":["Gets the locations of blocks","affected by the explosion","in this event."],"example":[],"worksWith":["Entity Explode Event"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"LIST","returnDescription":["Contains one Location","entry for each block"]}},{"aliases":["Event Bow Power"],"category":"Event Values","icon":{"material":"CROSSBOW","name":"Event Power","deprecatedNote":[],"description":["Gets the percentage of","power this event was","executed with."],"example":[],"worksWith":["Shoot Bow Event","Horse Jump Event"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"ARROW","returnType":"NUMBER","returnDescription":["0.0% to 100.0%"]}},{"aliases":[],"category":"Event Values","icon":{"material":"BOOK","name":"Event Command","deprecatedNote":[],"description":["Gets the entire command line","entered in this event."],"example":[],"worksWith":["Command Event"],"additionalInfo":[],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"TEXT","returnDescription":["Command, with the","first \"@\" excluded"]}},{"aliases":[],"category":"Event Values","icon":{"material":"BOOKSHELF","name":"Event Command Arguments","deprecatedNote":[],"description":["Gets the separated parts","of the event command."],"example":[],"worksWith":["Command Event"],"additionalInfo":[],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"LIST","returnDescription":["Contains one String","entry for each word in the","command (split by \" \")"]}},{"aliases":[],"category":"Event Values","icon":{"material":"ITEM_FRAME","name":"Event Item","deprecatedNote":[],"description":["Gets the item in an item","related event."],"example":[],"worksWith":["Item-related Events"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"ITEM","returnDescription":["Main item in","event"]}},{"aliases":["Event New Held Slot"],"category":"Event Values","icon":{"material":"LIGHT_BLUE_DYE","name":"Event Hotbar Slot","deprecatedNote":[],"description":["Gets the hotbar slot being","changed to in this event."],"example":[],"worksWith":["Change Slot Event","Click Slot Events (swap_hotbar)"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["1 (leftmost slot)","to 9 (rightmost slot)"]}},{"aliases":[],"category":"Event Values","icon":{"material":"SHULKER_SHELL","name":"Event Clicked Slot Index","deprecatedNote":[],"description":["Gets the index of the","clicked inventory slot","in this event."],"example":[],"worksWith":["Click Menu Slot Event","Click Inv Slot Event"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["From 1 (first slot)","up to the inventory's size"]}},{"aliases":[],"category":"Event Values","icon":{"material":"SHULKER_BOX","name":"Event Clicked Slot Item","deprecatedNote":[],"description":["Gets the inventory item","clicked on in this event."],"example":[],"worksWith":["Click Menu Slot Event","Click Inv Slot Event"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"ITEM","returnDescription":["Item in slot","(before the click event)"]}},{"aliases":[],"category":"Event Values","icon":{"material":"LIME_SHULKER_BOX","name":"Event Clicked Slot New Item","deprecatedNote":[],"description":["Gets the inventory item","clicked with in this event."],"example":[],"worksWith":["Click Menu Slot Event","Click Inv Slot Event"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"ITEM","returnDescription":["Item in slot","(after the click event)"]}},{"aliases":[],"category":"Event Values","icon":{"material":"STRUCTURE_VOID","name":"Close Inventory Event Cause","deprecatedNote":[],"description":["Gets the reason the target's","inventory was closed in this","event."],"example":[],"worksWith":["Close Inventory Event"],"additionalInfo":[],"requiredRank":"Emperor","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"TEXT","returnDescription":["Close Cause:","\"player\", \"code\", \"open_new\", ","\"teleport\", \"unloaded\", ","\"cant_use\", \"disconnect\", ","\"death\", \"unknown\""]}},{"aliases":[],"category":"Event Values","icon":{"material":"POLISHED_BLACKSTONE_BUTTON","name":"Inventory Event Click Type","deprecatedNote":[],"description":["Gets the click type in this","inventory click event."],"example":[],"worksWith":["Click Menu Slot Event","Click Inv Slot Event"],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"TEXT","returnDescription":["Click Type:","\"left\", \"shift_left\", \"double_left\", ","\"right\", \"shift_right\", ","\"drop\" (Q), \"drop_stack\" (Ctrl+Q), ","\"copy\" (middle click), \"creative\", ","\"swap_offhand\" (F), ","\"swap_hotbar\" (1 ... 9)"]}},{"aliases":["Event Fish Type"],"category":"Event Values","icon":{"material":"FISHING_ROD","name":"Fish Event Cause","deprecatedNote":[],"description":["Gets the cause of this","fish event."],"example":[],"worksWith":["Fish Event"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"TEXT","returnDescription":["Event Type:","\"cast\", \"bite\", \"catch\", ","\"cancel\", \"cancel_block\", ","\"miss\", \"pull_entity\""]}},{"aliases":[],"category":"Event Values","icon":{"material":"MOJANG_BANNER_PATTERN","name":"Teleport Event Cause","deprecatedNote":[],"description":["Gets the reason the target","was teleported in this","event."],"example":[],"worksWith":["Teleport Event"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"TEXT","returnDescription":["Teleport Cause:","\"code\", \"ender_pearl\", ","\"chorus_fruit\", \"unknown\", "]}},{"aliases":[],"category":"Event Values","icon":{"material":"MAP","name":"Teleport Location","deprecatedNote":[],"description":["Gets the location that will be","teleported to in this event."],"example":[],"worksWith":["Teleport Event"],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"LOCATION","returnDescription":["Location"]}},{"aliases":[],"category":"Plot Values","icon":{"material":"PLAYER_HEAD","name":"Player Count","head":"eyJ0aW1lc3RhbXAiOjE1Njc4MDczMzgxMzIsInByb2ZpbGVJZCI6IjJkYzc3YWU3OTQ2MzQ4MDI5NDI4MGM4NDIyNzRiNTY3IiwicHJvZmlsZU5hbWUiOiJzYWR5MDYxMCIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzE4NTI3NGZhNzMzMDg4MDY1OWNlNjgxNmU1NjE5YzgwYTk3OWRkYzhkN2RkZjYwY2M2YzZmNThlYTY0NDYyIn19fQ==","deprecatedNote":[],"description":["Gets the amount of players","playing on the plot."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["Player count"]}},{"aliases":[],"category":"Plot Values","icon":{"material":"REPEATING_COMMAND_BLOCK","name":"CPU Usage","deprecatedNote":[],"description":["Gets the percentage of the","plot's CPU being used this","instant."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["Usage as a percentage.","Can go above 100%."]}},{"aliases":[],"category":"Plot Values","icon":{"material":"CHAIN_COMMAND_BLOCK","name":"Server TPS","deprecatedNote":[],"description":["Gets the amount of game Ticks","Per Second the server is","currently able to handle."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["20.0 (no server","lag) or below (decreases","with more lag)"]}},{"aliases":[],"category":"Plot Values","icon":{"material":"CLOCK","name":"Timestamp","deprecatedNote":[],"description":["Gets the current time as","one number in seconds.","E.g.: 1418840496.5 means","Dec 17, 2014, 18:21:36."],"example":[],"worksWith":[],"additionalInfo":[["The number represents","the total seconds passed","since 1970 (Unix Time)."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["Current time"]}},{"aliases":[],"category":"Plot Values","icon":{"material":"PURPUR_BLOCK","name":"Selection Size","deprecatedNote":[],"description":["Gets the amount of targets","in the selection."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["0 (no targets)","or above"]}},{"aliases":[],"category":"Plot Values","icon":{"material":"PURPUR_PILLAR","name":"Selection Target Names","deprecatedNote":[],"description":["Gets the name of each target","in the selection."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"LIST","returnDescription":["Contains one String","entry (name) for each","target"]}},{"aliases":[],"category":"Plot Values","icon":{"material":"PURPUR_PILLAR","name":"Selection Target UUIDs","deprecatedNote":[],"description":["Gets the UUID of each target","in the selection."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"LIST","returnDescription":["Contains one String","entry (UUID) for each","target"]}},{"aliases":[],"category":"Informational Values","icon":{"material":"TARGET","name":"Targeted Entity UUID","deprecatedNote":[],"description":["Gets the UUID of the entity","that the target is targeting."],"example":[],"worksWith":[],"additionalInfo":[["The targeted entity is the","entity the target is chasing."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"TEXT","returnDescription":["UUID of the targeted","entity, or \"none\" if the","target is not chasing one"]}},{"aliases":[],"category":"Plot Values","icon":{"material":"CANDLE","name":"Plot ID","deprecatedNote":[],"description":["Gets the id of the plot as text."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"TEXT","returnDescription":["Plot ID"]}},{"aliases":[],"category":"Plot Values","icon":{"material":"STRUCTURE_VOID","name":"Plot Size","deprecatedNote":[],"description":["Gets the size of the plot."],"example":[],"worksWith":[],"additionalInfo":[["A basic plot will return 51. A","large plot will return 101. A","massive plot will return 301."]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":"","returnType":"NUMBER","returnDescription":["Plot size in blocks"]}}],"particleCategories":[{"particle":"WATER_DROP","icon":{"material":"SPLASH_POTION","name":"Rain","color":{"red":85,"green":85,"blue":255},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Particles","fields":[]},{"particle":"SUSPENDED","icon":{"material":"PRISMARINE_CRYSTALS","name":"Underwater","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Disappears when","outside of water"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Particles","fields":[]},{"particle":"ASH","icon":{"material":"GUNPOWDER","name":"Ash","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Particles","fields":[]},{"particle":"WHITE_ASH","icon":{"material":"SUGAR","name":"White Ash","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Particles","fields":[]},{"particle":"CRIMSON_SPORE","icon":{"material":"CRIMSON_ROOTS","name":"Crimson Spore","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Particles","fields":[]},{"particle":"WARPED_SPORE","icon":{"material":"WARPED_ROOTS","name":"Warped Spore","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Particles","fields":[]},{"particle":"VILLAGER_ANGRY","icon":{"material":"SHROOMLIGHT","name":"Angry Villager","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":[]},{"particle":"VILLAGER_HAPPY","icon":{"material":"EMERALD","name":"Happy Villager","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":[]},{"particle":"SPIT","icon":{"material":"PLAYER_HEAD","name":"Spit","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODE4Y2Q0NTdmYmFmMzI3ZmEzOWYxMGI1YjM2MTY2ZmQwMTgyNjQwMzY4NjUxNjRjMDJkOWU1ZmY1M2Y0NSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"SNEEZE","icon":{"material":"PLAYER_HEAD","name":"Sneeze","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGNhMDk2ZWVhNTA2MzAxYmVhNmQ0YjE3ZWUxNjA1NjI1YTZmNTA4MmM3MWY3NGE2MzljYzk0MDQzOWY0NzE2NiJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"HEART","icon":{"material":"RED_GLAZED_TERRACOTTA","name":"Heart","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":[]},{"particle":"SPELL_WITCH","icon":{"material":"SPLASH_POTION","name":"Witch","color":{"red":170,"green":0,"blue":170},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":["Motion Variation"]},{"particle":"EXPLOSION_LARGE","icon":{"material":"GUNPOWDER","name":"Explosion","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":[]},{"particle":"EXPLOSION_HUGE","icon":{"material":"TNT_MINECART","name":"Explosion Emitter","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Creates 6 Explosion","particles each tick"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":[]},{"particle":"FLASH","icon":{"material":"SNOW_BLOCK","name":"Flash","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":[]},{"particle":"WATER_SPLASH","icon":{"material":"WATER_BUCKET","name":"Splash","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":[]},{"particle":"WATER_WAKE","icon":{"material":"TROPICAL_FISH_BUCKET","name":"Fishing","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"SPELL","icon":{"material":"POTION","name":"Effect","color":{"red":255,"green":255,"blue":255},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Entity Particles","fields":["Motion Variation"]},{"particle":"SPELL_INSTANT","icon":{"material":"SPLASH_POTION","name":"Instant Effect","color":{"red":255,"green":255,"blue":255},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Entity Particles","fields":["Motion Variation"]},{"particle":"SPELL_MOB","icon":{"material":"POTION","name":"Entity Effect","color":{"red":255,"green":85,"blue":170},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Entity Particles","fields":["Color","Color Variation","Motion Variation"]},{"particle":"SPELL_MOB_AMBIENT","icon":{"material":"POTION","name":"Ambient Entity Effect","color":{"red":213,"green":0,"blue":127},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Entity Particles","fields":["Color","Color Variation","Motion Variation"]},{"particle":"DOLPHIN","icon":{"material":"PLAYER_HEAD","name":"Dolphin","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGU5Njg4Yjk1MGQ4ODBiNTViN2FhMmNmY2Q3NmU1YTBmYTk0YWFjNmQxNmY3OGU4MzNmNzQ0M2VhMjlmZWQzIn19fQ==","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Entity Particles","fields":[]},{"particle":"GLOW","icon":{"material":"GLOW_INK_SAC","name":"Glowing Squid Glow","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Entity Particles","fields":[]},{"particle":"FALLING_NECTAR","icon":{"material":"PLAYER_HEAD","name":"Falling Nectar","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTE2MmRkMGI5ZjY1YjU4YTFlNzBmODFkOGUwM2U4ZmY2YzUzZTRlOTg1YmRiZTAxODY1NThkOGE2OWE4MTE4OSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Entity Particles","fields":[]},{"particle":"FIREWORKS_SPARK","icon":{"material":"FIREWORK_ROCKET","name":"Firework","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"WATER_BUBBLE","icon":{"material":"TUBE_CORAL_BLOCK","name":"Bubble","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Disappears when","outside of water"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"BUBBLE_POP","icon":{"material":"DEAD_TUBE_CORAL_BLOCK","name":"Bubble Pop","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"SNOWFLAKE","icon":{"material":"BLUE_ICE","name":"Snowflake","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"SNOWBALL","icon":{"material":"SNOWBALL","name":"Snowball","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":[]},{"particle":"SLIME","icon":{"material":"SLIME_BALL","name":"Slime","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":[]},{"particle":"ITEM_CRACK","icon":{"material":"COOKIE","name":"Item","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":["Material","Motion","Motion Variation"]},{"particle":"CRIT","icon":{"material":"IRON_AXE","name":"Critical Hit","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Attack Particles","fields":["Motion","Motion Variation"]},{"particle":"CRIT_MAGIC","icon":{"material":"DIAMOND_AXE","name":"Enchanted Hit","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Attack Particles","fields":["Motion","Motion Variation"]},{"particle":"DAMAGE_INDICATOR","icon":{"material":"FERMENTED_SPIDER_EYE","name":"Damage Indicator","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Attack Particles","fields":["Motion","Motion Variation"]},{"particle":"SWEEP_ATTACK","icon":{"material":"IRON_SWORD","name":"Sweep Attack","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Attack Particles","fields":["Size","Size Variation"]},{"particle":"SQUID_INK","icon":{"material":"INK_SAC","name":"Squid Ink","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Attack Particles","fields":["Motion","Motion Variation"]},{"particle":"GLOW_SQUID_INK","icon":{"material":"GLOW_INK_SAC","name":"Glowing Squid Ink","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Attack Particles","fields":["Motion","Motion Variation"]},{"particle":"EXPLOSION_NORMAL","icon":{"material":"STRING","name":"Poof","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Attack Particles","fields":["Motion","Motion Variation"]},{"particle":"MOB_APPEARANCE","icon":{"material":"PLAYER_HEAD","name":"Elder Guardian","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWM3OTc0ODJhMTRiZmNiODc3MjU3Y2IyY2ZmMWI2ZTZhOGI4NDEzMzM2ZmZiNGMyOWE2MTM5Mjc4YjQzNmIifX19","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Attack Particles","fields":[]},{"particle":"DRAGON_BREATH","icon":{"material":"DRAGON_HEAD","name":"Dragon Breath","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Attack Particles","fields":["Motion","Motion Variation"]},{"particle":"TOTEM","icon":{"material":"TOTEM_OF_UNDYING","name":"Totem of Undying","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Attack Particles","fields":["Motion","Motion Variation"]},{"particle":"CLOUD","icon":{"material":"LIGHT_GRAY_DYE","name":"Cloud","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Attack Particles","fields":["Motion","Motion Variation"]},{"particle":"SONIC_BOOM","icon":{"material":"PLAYER_HEAD","name":"Sonic Boom","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Y2NDgxYzdjNDM1YzM0ZjIxZGZmMTA0M2E0YzcwMzRjNDQ1YTM4M2E1NDM1ZmExZjJhNTAzYTM0OGFmZDYyZiJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Attack Particles","fields":[]},{"particle":"DRIPPING_OBSIDIAN_TEAR","icon":{"material":"CRYING_OBSIDIAN","name":"Dripping Obsidian Tear","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Creates a Falling","Obsidian Tear particle"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"FALLING_OBSIDIAN_TEAR","icon":{"material":"OBSIDIAN","name":"Falling Obsidian Tear","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Creates a Landing","Obsidian Tear particle","upon impact"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"LANDING_OBSIDIAN_TEAR","icon":{"material":"BLACKSTONE","name":"Landing Obsidian Tear","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"DRIP_WATER","icon":{"material":"PLAYER_HEAD","name":"Dripping Water","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzRmY2JjMjU2ZDBiZTdlNjgzYWY4NGUzOGM0YmNkYjcxYWZiOTM5ODUzOGEyOWFhOTZjYmZhMzE4YjJlYSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Creates a Falling","Water particle"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"DRIPPING_DRIPSTONE_WATER","icon":{"material":"PLAYER_HEAD","name":"Dripstone Dripping Water","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzRmY2JjMjU2ZDBiZTdlNjgzYWY4NGUzOGM0YmNkYjcxYWZiOTM5ODUzOGEyOWFhOTZjYmZhMzE4YjJlYSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Creates a Falling","Dripstone Water particle"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"FALLING_WATER","icon":{"material":"PLAYER_HEAD","name":"Falling Water","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzRmY2JjMjU2ZDBiZTdlNjgzYWY4NGUzOGM0YmNkYjcxYWZiOTM5ODUzOGEyOWFhOTZjYmZhMzE4YjJlYSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Creates a Splash","particle upon impact"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"FALLING_DRIPSTONE_WATER","icon":{"material":"PLAYER_HEAD","name":"Dripstone Falling Water","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzRmY2JjMjU2ZDBiZTdlNjgzYWY4NGUzOGM0YmNkYjcxYWZiOTM5ODUzOGEyOWFhOTZjYmZhMzE4YjJlYSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Produces sound on landing"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"DRIP_LAVA","icon":{"material":"PLAYER_HEAD","name":"Dripping Lava","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjY5NjVlNmE1ODY4NGMyNzdkMTg3MTdjZWM5NTlmMjgzM2E3MmRmYTk1NjYxMDE5ZGJjZGYzZGJmNjZiMDQ4In19fQ==","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Creates a Falling","Lava particle"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"DRIPPING_DRIPSTONE_LAVA","icon":{"material":"PLAYER_HEAD","name":"Dripstone Dripping Lava","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjY5NjVlNmE1ODY4NGMyNzdkMTg3MTdjZWM5NTlmMjgzM2E3MmRmYTk1NjYxMDE5ZGJjZGYzZGJmNjZiMDQ4In19fQ==","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Creates a Falling","Dripstone Lava particle"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"FALLING_LAVA","icon":{"material":"PLAYER_HEAD","name":"Falling Lava","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjY5NjVlNmE1ODY4NGMyNzdkMTg3MTdjZWM5NTlmMjgzM2E3MmRmYTk1NjYxMDE5ZGJjZGYzZGJmNjZiMDQ4In19fQ==","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Creates a Landing","Lava particle upon","impact"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"FALLING_DRIPSTONE_LAVA","icon":{"material":"PLAYER_HEAD","name":"Dripstone Falling Lava","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjY5NjVlNmE1ODY4NGMyNzdkMTg3MTdjZWM5NTlmMjgzM2E3MmRmYTk1NjYxMDE5ZGJjZGYzZGJmNjZiMDQ4In19fQ==","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Produces sound on landing"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"LANDING_LAVA","icon":{"material":"PLAYER_HEAD","name":"Landing Lava","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjY5NjVlNmE1ODY4NGMyNzdkMTg3MTdjZWM5NTlmMjgzM2E3MmRmYTk1NjYxMDE5ZGJjZGYzZGJmNjZiMDQ4In19fQ==","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"DRIPPING_HONEY","icon":{"material":"BEE_NEST","name":"Dripping Honey","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Creates a Falling","Honey particle"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"FALLING_HONEY","icon":{"material":"HONEYCOMB","name":"Falling Honey","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Creates a Landing","Honey particle upon","impact"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"LANDING_HONEY","icon":{"material":"HONEY_BOTTLE","name":"Landing Honey","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"LAVA","icon":{"material":"LAVA_BUCKET","name":"Lava","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Creates a Smoke","particle each tick"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":[]},{"particle":"TOWN_AURA","icon":{"material":"MYCELIUM","name":"Mycelium","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":[]},{"particle":"FALLING_SPORE_BLOSSOM","icon":{"material":"SPORE_BLOSSOM","name":"Spore Blossom Fall","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":[]},{"particle":"SPORE_BLOSSOM_AIR","icon":{"material":"SPORE_BLOSSOM","name":"Spore Blossom Air","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":[]},{"particle":"PORTAL","icon":{"material":"PLAYER_HEAD","name":"Portal","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjBiZmMyNTc3ZjZlMjZjNmM2ZjczNjVjMmM0MDc2YmNjZWU2NTMxMjQ5ODkzODJjZTkzYmNhNGZjOWUzOWIifX19","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Motion","Motion Variation"]},{"particle":"PORTAL","icon":{"material":"RESPAWN_ANCHOR","name":"Reverse Portal","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Motion","Motion Variation"]},{"particle":"ENCHANTMENT_TABLE","icon":{"material":"ENCHANTING_TABLE","name":"Enchant","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Motion","Motion Variation"]},{"particle":"SMALL_FLAME","icon":{"material":"CANDLE","name":"Small Flame","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Motion","Motion Variation"]},{"particle":"FLAME","icon":{"material":"TORCH","name":"Flame","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Motion","Motion Variation"]},{"particle":"SOUL_FIRE_FLAME","icon":{"material":"SOUL_TORCH","name":"Soul Flame","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Motion","Motion Variation"]},{"particle":"NAUTILUS","icon":{"material":"PLAYER_HEAD","name":"Nautilus","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTI5NWExMWVlNjE5ZWQ1NzYxYmY3YTdlYTE5MGM3NWQyYmVlYjdkZWYxYjE1NWRlNjAzZmYyMTdhNmM4NzEyNyJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Motion","Motion Variation"]},{"particle":"END_ROD","icon":{"material":"END_ROD","name":"End Rod","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Motion","Motion Variation"]},{"particle":"FALLING_DUST","icon":{"material":"SAND","name":"Falling Dust","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Material"]},{"particle":"CURRENT_DOWN","icon":{"material":"MAGMA_BLOCK","name":"Whirlpool Bubble Column","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Disappears when","outside of water"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":[]},{"particle":"BUBBLE_COLUMN_UP","icon":{"material":"SOUL_SAND","name":"Upward Bubble Column","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Disappears when","outside of water"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Motion","Motion Variation"]},{"particle":"CAMPFIRE_COSY_SMOKE","icon":{"material":"CAMPFIRE","name":"Campfire Smoke","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Motion","Motion Variation"]},{"particle":"CAMPFIRE_SIGNAL_SMOKE","icon":{"material":"HAY_BLOCK","name":"Campfire Signal Smoke","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Motion","Motion Variation"]},{"particle":"SMOKE_NORMAL","icon":{"material":"COAL","name":"Smoke","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Motion","Motion Variation"]},{"particle":"SMOKE_LARGE","icon":{"material":"COAL_BLOCK","name":"Large Smoke","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Motion","Motion Variation"]},{"particle":"NOTE","icon":{"material":"MUSIC_DISC_CAT","name":"Note","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":["Color","Color Variation"]},{"particle":"WAX_ON","icon":{"material":"HONEYCOMB","name":"Wax On","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"WAX_OFF","icon":{"material":"IRON_AXE","name":"Wax Off","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"SCRAPE","icon":{"material":"IRON_AXE","name":"Scrape Oxidization","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"COMPOSTER","icon":{"material":"WHEAT_SEEDS","name":"Composter","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":[]},{"particle":"BLOCK_MARKER","icon":{"material":"REDSTONE_LAMP","name":"Block Marker","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":["Material"]},{"particle":"REDSTONE","icon":{"material":"REDSTONE","name":"Dust","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Duration scales","with size"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":["Color","Color Variation","Size","Size Variation"]},{"particle":"CHERRY_LEAVES","icon":{"material":"CHERRY_LEAVES","name":"Cherry Leaves","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":[]},{"particle":"SCULK_SOUL","icon":{"material":"SCULK_CATALYST","name":"Sculk Soul","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"SHRIEK","icon":{"material":"SCULK_SHRIEKER","name":"Shriek","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":[]},{"particle":"SCULK_CHARGE","icon":{"material":"SCULK","name":"Sculk Charge","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":["Motion","Motion Variation","Roll"]},{"particle":"SCULK_CHARGE_POP","icon":{"material":"SCULK","name":"Sculk Charge Pop","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"SOUL","icon":{"material":"SOUL_SOIL","name":"Soul","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"BLOCK_CRACK","icon":{"material":"OAK_LOG","name":"Block","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":["Material"]},{"particle":"ELECTRIC_SPARK","icon":{"material":"IRON_AXE","name":"Electric Spark","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"BLOCK_MARKER","icon":{"material":"BARRIER","name":"Barrier","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":null,"fields":[]}],"particles":[{"particle":"WATER_DROP","icon":{"material":"SPLASH_POTION","name":"Rain","color":{"red":85,"green":85,"blue":255},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Particles","fields":[]},{"particle":"SUSPENDED","icon":{"material":"PRISMARINE_CRYSTALS","name":"Underwater","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Disappears when","outside of water"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Particles","fields":[]},{"particle":"ASH","icon":{"material":"GUNPOWDER","name":"Ash","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Particles","fields":[]},{"particle":"WHITE_ASH","icon":{"material":"SUGAR","name":"White Ash","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Particles","fields":[]},{"particle":"CRIMSON_SPORE","icon":{"material":"CRIMSON_ROOTS","name":"Crimson Spore","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Particles","fields":[]},{"particle":"WARPED_SPORE","icon":{"material":"WARPED_ROOTS","name":"Warped Spore","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Particles","fields":[]},{"particle":"VILLAGER_ANGRY","icon":{"material":"SHROOMLIGHT","name":"Angry Villager","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":[]},{"particle":"VILLAGER_HAPPY","icon":{"material":"EMERALD","name":"Happy Villager","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":[]},{"particle":"SPIT","icon":{"material":"PLAYER_HEAD","name":"Spit","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODE4Y2Q0NTdmYmFmMzI3ZmEzOWYxMGI1YjM2MTY2ZmQwMTgyNjQwMzY4NjUxNjRjMDJkOWU1ZmY1M2Y0NSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"SNEEZE","icon":{"material":"PLAYER_HEAD","name":"Sneeze","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGNhMDk2ZWVhNTA2MzAxYmVhNmQ0YjE3ZWUxNjA1NjI1YTZmNTA4MmM3MWY3NGE2MzljYzk0MDQzOWY0NzE2NiJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"HEART","icon":{"material":"RED_GLAZED_TERRACOTTA","name":"Heart","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":[]},{"particle":"SPELL_WITCH","icon":{"material":"SPLASH_POTION","name":"Witch","color":{"red":170,"green":0,"blue":170},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":["Motion Variation"]},{"particle":"EXPLOSION_LARGE","icon":{"material":"GUNPOWDER","name":"Explosion","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":[]},{"particle":"EXPLOSION_HUGE","icon":{"material":"TNT_MINECART","name":"Explosion Emitter","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Creates 6 Explosion","particles each tick"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":[]},{"particle":"FLASH","icon":{"material":"SNOW_BLOCK","name":"Flash","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":[]},{"particle":"WATER_SPLASH","icon":{"material":"WATER_BUCKET","name":"Splash","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":[]},{"particle":"WATER_WAKE","icon":{"material":"TROPICAL_FISH_BUCKET","name":"Fishing","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"SPELL","icon":{"material":"POTION","name":"Effect","color":{"red":255,"green":255,"blue":255},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Entity Particles","fields":["Motion Variation"]},{"particle":"SPELL_INSTANT","icon":{"material":"SPLASH_POTION","name":"Instant Effect","color":{"red":255,"green":255,"blue":255},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Entity Particles","fields":["Motion Variation"]},{"particle":"SPELL_MOB","icon":{"material":"POTION","name":"Entity Effect","color":{"red":255,"green":85,"blue":170},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Entity Particles","fields":["Color","Color Variation","Motion Variation"]},{"particle":"SPELL_MOB_AMBIENT","icon":{"material":"POTION","name":"Ambient Entity Effect","color":{"red":213,"green":0,"blue":127},"deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Entity Particles","fields":["Color","Color Variation","Motion Variation"]},{"particle":"DOLPHIN","icon":{"material":"PLAYER_HEAD","name":"Dolphin","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGU5Njg4Yjk1MGQ4ODBiNTViN2FhMmNmY2Q3NmU1YTBmYTk0YWFjNmQxNmY3OGU4MzNmNzQ0M2VhMjlmZWQzIn19fQ==","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Entity Particles","fields":[]},{"particle":"GLOW","icon":{"material":"GLOW_INK_SAC","name":"Glowing Squid Glow","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Entity Particles","fields":[]},{"particle":"FALLING_NECTAR","icon":{"material":"PLAYER_HEAD","name":"Falling Nectar","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTE2MmRkMGI5ZjY1YjU4YTFlNzBmODFkOGUwM2U4ZmY2YzUzZTRlOTg1YmRiZTAxODY1NThkOGE2OWE4MTE4OSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Entity Particles","fields":[]},{"particle":"FIREWORKS_SPARK","icon":{"material":"FIREWORK_ROCKET","name":"Firework","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"WATER_BUBBLE","icon":{"material":"TUBE_CORAL_BLOCK","name":"Bubble","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Disappears when","outside of water"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"BUBBLE_POP","icon":{"material":"DEAD_TUBE_CORAL_BLOCK","name":"Bubble Pop","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"SNOWFLAKE","icon":{"material":"BLUE_ICE","name":"Snowflake","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"SNOWBALL","icon":{"material":"SNOWBALL","name":"Snowball","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":[]},{"particle":"SLIME","icon":{"material":"SLIME_BALL","name":"Slime","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":[]},{"particle":"ITEM_CRACK","icon":{"material":"COOKIE","name":"Item","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Behavior Particles","fields":["Material","Motion","Motion Variation"]},{"particle":"CRIT","icon":{"material":"IRON_AXE","name":"Critical Hit","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Attack Particles","fields":["Motion","Motion Variation"]},{"particle":"CRIT_MAGIC","icon":{"material":"DIAMOND_AXE","name":"Enchanted Hit","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Attack Particles","fields":["Motion","Motion Variation"]},{"particle":"DAMAGE_INDICATOR","icon":{"material":"FERMENTED_SPIDER_EYE","name":"Damage Indicator","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Attack Particles","fields":["Motion","Motion Variation"]},{"particle":"SWEEP_ATTACK","icon":{"material":"IRON_SWORD","name":"Sweep Attack","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Attack Particles","fields":["Size","Size Variation"]},{"particle":"SQUID_INK","icon":{"material":"INK_SAC","name":"Squid Ink","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Attack Particles","fields":["Motion","Motion Variation"]},{"particle":"GLOW_SQUID_INK","icon":{"material":"GLOW_INK_SAC","name":"Glowing Squid Ink","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Attack Particles","fields":["Motion","Motion Variation"]},{"particle":"EXPLOSION_NORMAL","icon":{"material":"STRING","name":"Poof","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Attack Particles","fields":["Motion","Motion Variation"]},{"particle":"MOB_APPEARANCE","icon":{"material":"PLAYER_HEAD","name":"Elder Guardian","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWM3OTc0ODJhMTRiZmNiODc3MjU3Y2IyY2ZmMWI2ZTZhOGI4NDEzMzM2ZmZiNGMyOWE2MTM5Mjc4YjQzNmIifX19","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Attack Particles","fields":[]},{"particle":"DRAGON_BREATH","icon":{"material":"DRAGON_HEAD","name":"Dragon Breath","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Attack Particles","fields":["Motion","Motion Variation"]},{"particle":"TOTEM","icon":{"material":"TOTEM_OF_UNDYING","name":"Totem of Undying","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Attack Particles","fields":["Motion","Motion Variation"]},{"particle":"CLOUD","icon":{"material":"LIGHT_GRAY_DYE","name":"Cloud","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Attack Particles","fields":["Motion","Motion Variation"]},{"particle":"SONIC_BOOM","icon":{"material":"PLAYER_HEAD","name":"Sonic Boom","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Y2NDgxYzdjNDM1YzM0ZjIxZGZmMTA0M2E0YzcwMzRjNDQ1YTM4M2E1NDM1ZmExZjJhNTAzYTM0OGFmZDYyZiJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Entity Attack Particles","fields":[]},{"particle":"DRIPPING_OBSIDIAN_TEAR","icon":{"material":"CRYING_OBSIDIAN","name":"Dripping Obsidian Tear","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Creates a Falling","Obsidian Tear particle"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"FALLING_OBSIDIAN_TEAR","icon":{"material":"OBSIDIAN","name":"Falling Obsidian Tear","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Creates a Landing","Obsidian Tear particle","upon impact"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"LANDING_OBSIDIAN_TEAR","icon":{"material":"BLACKSTONE","name":"Landing Obsidian Tear","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"DRIP_WATER","icon":{"material":"PLAYER_HEAD","name":"Dripping Water","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzRmY2JjMjU2ZDBiZTdlNjgzYWY4NGUzOGM0YmNkYjcxYWZiOTM5ODUzOGEyOWFhOTZjYmZhMzE4YjJlYSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Creates a Falling","Water particle"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"DRIPPING_DRIPSTONE_WATER","icon":{"material":"PLAYER_HEAD","name":"Dripstone Dripping Water","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzRmY2JjMjU2ZDBiZTdlNjgzYWY4NGUzOGM0YmNkYjcxYWZiOTM5ODUzOGEyOWFhOTZjYmZhMzE4YjJlYSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Creates a Falling","Dripstone Water particle"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"FALLING_WATER","icon":{"material":"PLAYER_HEAD","name":"Falling Water","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzRmY2JjMjU2ZDBiZTdlNjgzYWY4NGUzOGM0YmNkYjcxYWZiOTM5ODUzOGEyOWFhOTZjYmZhMzE4YjJlYSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Creates a Splash","particle upon impact"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"FALLING_DRIPSTONE_WATER","icon":{"material":"PLAYER_HEAD","name":"Dripstone Falling Water","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzRmY2JjMjU2ZDBiZTdlNjgzYWY4NGUzOGM0YmNkYjcxYWZiOTM5ODUzOGEyOWFhOTZjYmZhMzE4YjJlYSJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Produces sound on landing"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"DRIP_LAVA","icon":{"material":"PLAYER_HEAD","name":"Dripping Lava","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjY5NjVlNmE1ODY4NGMyNzdkMTg3MTdjZWM5NTlmMjgzM2E3MmRmYTk1NjYxMDE5ZGJjZGYzZGJmNjZiMDQ4In19fQ==","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Creates a Falling","Lava particle"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"DRIPPING_DRIPSTONE_LAVA","icon":{"material":"PLAYER_HEAD","name":"Dripstone Dripping Lava","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjY5NjVlNmE1ODY4NGMyNzdkMTg3MTdjZWM5NTlmMjgzM2E3MmRmYTk1NjYxMDE5ZGJjZGYzZGJmNjZiMDQ4In19fQ==","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Creates a Falling","Dripstone Lava particle"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"FALLING_LAVA","icon":{"material":"PLAYER_HEAD","name":"Falling Lava","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjY5NjVlNmE1ODY4NGMyNzdkMTg3MTdjZWM5NTlmMjgzM2E3MmRmYTk1NjYxMDE5ZGJjZGYzZGJmNjZiMDQ4In19fQ==","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Creates a Landing","Lava particle upon","impact"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"FALLING_DRIPSTONE_LAVA","icon":{"material":"PLAYER_HEAD","name":"Dripstone Falling Lava","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjY5NjVlNmE1ODY4NGMyNzdkMTg3MTdjZWM5NTlmMjgzM2E3MmRmYTk1NjYxMDE5ZGJjZGYzZGJmNjZiMDQ4In19fQ==","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Produces sound on landing"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"LANDING_LAVA","icon":{"material":"PLAYER_HEAD","name":"Landing Lava","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjY5NjVlNmE1ODY4NGMyNzdkMTg3MTdjZWM5NTlmMjgzM2E3MmRmYTk1NjYxMDE5ZGJjZGYzZGJmNjZiMDQ4In19fQ==","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"DRIPPING_HONEY","icon":{"material":"BEE_NEST","name":"Dripping Honey","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Creates a Falling","Honey particle"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"FALLING_HONEY","icon":{"material":"HONEYCOMB","name":"Falling Honey","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Creates a Landing","Honey particle upon","impact"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"LANDING_HONEY","icon":{"material":"HONEY_BOTTLE","name":"Landing Honey","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Liquid Particles","fields":[]},{"particle":"LAVA","icon":{"material":"LAVA_BUCKET","name":"Lava","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Creates a Smoke","particle each tick"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":[]},{"particle":"TOWN_AURA","icon":{"material":"MYCELIUM","name":"Mycelium","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":[]},{"particle":"FALLING_SPORE_BLOSSOM","icon":{"material":"SPORE_BLOSSOM","name":"Spore Blossom Fall","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":[]},{"particle":"SPORE_BLOSSOM_AIR","icon":{"material":"SPORE_BLOSSOM","name":"Spore Blossom Air","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":[]},{"particle":"PORTAL","icon":{"material":"PLAYER_HEAD","name":"Portal","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjBiZmMyNTc3ZjZlMjZjNmM2ZjczNjVjMmM0MDc2YmNjZWU2NTMxMjQ5ODkzODJjZTkzYmNhNGZjOWUzOWIifX19","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Motion","Motion Variation"]},{"particle":"PORTAL","icon":{"material":"RESPAWN_ANCHOR","name":"Reverse Portal","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Motion","Motion Variation"]},{"particle":"ENCHANTMENT_TABLE","icon":{"material":"ENCHANTING_TABLE","name":"Enchant","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Motion","Motion Variation"]},{"particle":"SMALL_FLAME","icon":{"material":"CANDLE","name":"Small Flame","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Motion","Motion Variation"]},{"particle":"FLAME","icon":{"material":"TORCH","name":"Flame","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Motion","Motion Variation"]},{"particle":"SOUL_FIRE_FLAME","icon":{"material":"SOUL_TORCH","name":"Soul Flame","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Motion","Motion Variation"]},{"particle":"NAUTILUS","icon":{"material":"PLAYER_HEAD","name":"Nautilus","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTI5NWExMWVlNjE5ZWQ1NzYxYmY3YTdlYTE5MGM3NWQyYmVlYjdkZWYxYjE1NWRlNjAzZmYyMTdhNmM4NzEyNyJ9fX0=","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Motion","Motion Variation"]},{"particle":"END_ROD","icon":{"material":"END_ROD","name":"End Rod","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Motion","Motion Variation"]},{"particle":"FALLING_DUST","icon":{"material":"SAND","name":"Falling Dust","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Material"]},{"particle":"CURRENT_DOWN","icon":{"material":"MAGMA_BLOCK","name":"Whirlpool Bubble Column","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Disappears when","outside of water"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":[]},{"particle":"BUBBLE_COLUMN_UP","icon":{"material":"SOUL_SAND","name":"Upward Bubble Column","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Disappears when","outside of water"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Motion","Motion Variation"]},{"particle":"CAMPFIRE_COSY_SMOKE","icon":{"material":"CAMPFIRE","name":"Campfire Smoke","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Motion","Motion Variation"]},{"particle":"CAMPFIRE_SIGNAL_SMOKE","icon":{"material":"HAY_BLOCK","name":"Campfire Signal Smoke","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Motion","Motion Variation"]},{"particle":"SMOKE_NORMAL","icon":{"material":"COAL","name":"Smoke","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Motion","Motion Variation"]},{"particle":"SMOKE_LARGE","icon":{"material":"COAL_BLOCK","name":"Large Smoke","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Ambient Block Particles","fields":["Motion","Motion Variation"]},{"particle":"NOTE","icon":{"material":"MUSIC_DISC_CAT","name":"Note","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":["Color","Color Variation"]},{"particle":"WAX_ON","icon":{"material":"HONEYCOMB","name":"Wax On","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"WAX_OFF","icon":{"material":"IRON_AXE","name":"Wax Off","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"SCRAPE","icon":{"material":"IRON_AXE","name":"Scrape Oxidization","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"COMPOSTER","icon":{"material":"WHEAT_SEEDS","name":"Composter","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":[]},{"particle":"BLOCK_MARKER","icon":{"material":"REDSTONE_LAMP","name":"Block Marker","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":["Material"]},{"particle":"REDSTONE","icon":{"material":"REDSTONE","name":"Dust","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[["Duration scales","with size"]],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":["Color","Color Variation","Size","Size Variation"]},{"particle":"CHERRY_LEAVES","icon":{"material":"CHERRY_LEAVES","name":"Cherry Leaves","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":[]},{"particle":"SCULK_SOUL","icon":{"material":"SCULK_CATALYST","name":"Sculk Soul","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"SHRIEK","icon":{"material":"SCULK_SHRIEKER","name":"Shriek","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":[]},{"particle":"SCULK_CHARGE","icon":{"material":"SCULK","name":"Sculk Charge","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":["Motion","Motion Variation","Roll"]},{"particle":"SCULK_CHARGE_POP","icon":{"material":"SCULK","name":"Sculk Charge Pop","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"SOUL","icon":{"material":"SOUL_SOIL","name":"Soul","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"BLOCK_CRACK","icon":{"material":"OAK_LOG","name":"Block","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":["Material"]},{"particle":"ELECTRIC_SPARK","icon":{"material":"IRON_AXE","name":"Electric Spark","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":"Block Behavior Particles","fields":["Motion","Motion Variation"]},{"particle":"BLOCK_MARKER","icon":{"material":"BARRIER","name":"Barrier","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"category":null,"fields":[]}],"soundCategories":[{"identifier":"ENTITY_AXOLOTL","icon":{"material":"PLAYER_HEAD","name":"Axolotl Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2I4M2EzOGE0NThjM2NjYTA3NjFlMmM4MjEwYzZmNWQyZjMzODBlODYwZDUwZDJmNDc1NjUxNmEyNjQyNjE3ZCJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","axolotls"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_BAT","icon":{"material":"PLAYER_HEAD","name":"Bat Sounds","head":"eyJ0aW1lc3RhbXAiOjE1Njc4NTI1MjQ1NTcsInByb2ZpbGVJZCI6IjAyOWQ0MzQzOWQyZDQzY2FhNTk3NTRhMzUzODQwMWU1IiwicHJvZmlsZU5hbWUiOiJNSEZfQmF0Iiwic2lnbmF0dXJlUmVxdWlyZWQiOnRydWUsInRleHR1cmVzIjp7IlNLSU4iOnsidXJsIjoiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8zMTQ2YjM3MTE3YzJkY2YyYjJjMGYzODZhNzE3NmE5MTgyM2VlOGRlNzA3ZjBjMDk5NmYzMTU2MWZiMjc0YjE1In19fQ==","deprecatedNote":[],"description":["Sounds produced by","bats"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_BEE","icon":{"material":"PLAYER_HEAD","name":"Bee Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTE2MmRkMGI5ZjY1YjU4YTFlNzBmODFkOGUwM2U4ZmY2YzUzZTRlOTg1YmRiZTAxODY1NThkOGE2OWE4MTE4OSJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","bees"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_CAMEL","icon":{"material":"PLAYER_HEAD","name":"Camel Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRiOGEzMzNkZmE5MmU3ZTVhOTVhZDRhZTJkODRiMWJhZmEzM2RjMjhjMDU0OTI1Mjc3ZjYwZTc5ZGFmYzhjNCJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","camels"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_CAT","icon":{"material":"PLAYER_HEAD","name":"Cat Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjExM2RiZDNjNmEwNzhhMTdiNGVkYjc4Y2UwN2Q4MzZjMzhkYWNlNTAyN2Q0YjBhODNmZDYwZTdjYTdhMGZjYiJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","cats and ocelots"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_CHICKEN","icon":{"material":"PLAYER_HEAD","name":"Chicken Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTYzODQ2OWE1OTljZWVmNzIwNzUzNzYwMzI0OGE5YWIxMWZmNTkxZmQzNzhiZWE0NzM1YjM0NmE3ZmFlODkzIn19fQ==","deprecatedNote":[],"description":["Sounds produced by","chickens"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_COW","icon":{"material":"PLAYER_HEAD","name":"Cow Sounds","head":"eyJ0aW1lc3RhbXAiOjE1NTcwMDk5MzQ3NTcsInByb2ZpbGVJZCI6ImYxNTliMjc0YzIyZTQzNDBiN2MxNTJhYmRlMTQ3NzEzIiwicHJvZmlsZU5hbWUiOiJNSEZfQ293Iiwic2lnbmF0dXJlUmVxdWlyZWQiOnRydWUsInRleHR1cmVzIjp7IlNLSU4iOnsidXJsIjoiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kMGU0ZTZmYmY1ZjNkY2Y5NDQyMmExZjMxOTQ0OGYxNTIzNjlkMTc5ZGJmYmNkZjAwZTViZmU4NDk1ZmE5NzcifX19","deprecatedNote":[],"description":["Sounds produced by","cows"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_DOLPHIN","icon":{"material":"PLAYER_HEAD","name":"Dolphin Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGU5Njg4Yjk1MGQ4ODBiNTViN2FhMmNmY2Q3NmU1YTBmYTk0YWFjNmQxNmY3OGU4MzNmNzQ0M2VhMjlmZWQzIn19fQ==","deprecatedNote":[],"description":["Sounds produced by","dolphins"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_DONKEY","icon":{"material":"PLAYER_HEAD","name":"Donkey Sounds","head":"eyJ0aW1lc3RhbXAiOjE1Njc4NTUxMzYyMTIsInByb2ZpbGVJZCI6IjdkYTJhYjNhOTNjYTQ4ZWU4MzA0OGFmYzNiODBlNjhlIiwicHJvZmlsZU5hbWUiOiJHb2xkYXBmZWwiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NjZGNiNDM1YjczYjdkZWQ2YTYyNTE3ZTI4MTJlYTNlNGQ0NTNiODI3NmUwMzczYzMxNGMwNWUyZTBhZTA3MTUifX19","deprecatedNote":[],"description":["Sounds produced by","donkeys and mules"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_FISH","icon":{"material":"PLAYER_HEAD","name":"Fish Sounds","head":"eyJ0aW1lc3RhbXAiOjE1Njc4NjkwODE3MDYsInByb2ZpbGVJZCI6IjkxZjA0ZmU5MGYzNjQzYjU4ZjIwZTMzNzVmODZkMzllIiwicHJvZmlsZU5hbWUiOiJTdG9ybVN0b3JteSIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzQ0OTk1YTY5MGJiMmZkOTUxYjQxYTY1NzViMTBhOGRhZTBlZGZhMDNmYjA1MjBmZmMwZDU2MTZiMDk2N2E5In19fQ==","deprecatedNote":[],"description":["Sounds produced by","cod, salmon and","tropical fish"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_FOX","icon":{"material":"PLAYER_HEAD","name":"Fox Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDg5NTRhNDJlNjllMDg4MWFlNmQyNGQ0MjgxNDU5YzE0NGEwZDVhOTY4YWVkMzVkNmQzZDczYTNjNjVkMjZhIn19fQ==","deprecatedNote":[],"description":["Sounds produced by","foxes"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_GLOW_SQUID","icon":{"material":"PLAYER_HEAD","name":"Glow Squid Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2U5NGExYmIxY2IwMGFhYTE1M2E3NGRhZjRiMGVlYTIwYjg5NzQ1MjJmZTk5MDFlYjU1YWVmNDc4ZWJlZmYwZCJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","glow squids"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_GOAT","icon":{"material":"PLAYER_HEAD","name":"Goat Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjAzMzMwMzk4YTBkODMzZjUzYWU4YzlhMWNiMzkzYzc0ZTlkMzFlMTg4ODU4NzBlODZhMjEzM2Q0NGYwYzYzYyJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","goats"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_HORSE","icon":{"material":"PLAYER_HEAD","name":"Horse Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjI4ZDFhYjRiZTFlMjhiN2I0NjFmZGVhNDYzODFhYzM2M2E3ZTVjMzU5MWM5ZTVkMjY4M2ZiZTFlYzlmY2QzIn19fQ==","deprecatedNote":[],"description":["Sounds produced by","horses"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_UNDEAD_HORSE","icon":{"material":"PLAYER_HEAD","name":"Undead Horse Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDdlZmZjZTM1MTMyYzg2ZmY3MmJjYWU3N2RmYmIxZDIyNTg3ZTk0ZGYzY2JjMjU3MGVkMTdjZjg5NzNhIn19fQ==","deprecatedNote":[],"description":["Sounds produced by","skeleton horses and","zombie horses"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_IRON_GOLEM","icon":{"material":"PLAYER_HEAD","name":"Iron Golem Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODkwOTFkNzllYTBmNTllZjdlZjk0ZDdiYmE2ZTVmMTdmMmY3ZDQ1NzJjNDRmOTBmNzZjNDgxOWE3MTQifX19","deprecatedNote":[],"description":["Sounds produced by","iron golems"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_LLAMA","icon":{"material":"PLAYER_HEAD","name":"Llama Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODE4Y2Q0NTdmYmFmMzI3ZmEzOWYxMGI1YjM2MTY2ZmQwMTgyNjQwMzY4NjUxNjRjMDJkOWU1ZmY1M2Y0NSJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","llamas"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_MOOSHROOM","icon":{"material":"PLAYER_HEAD","name":"Mooshroom Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDBiYzYxYjk3NTdhN2I4M2UwM2NkMjUwN2EyMTU3OTEzYzJjZjAxNmU3YzA5NmE0ZDZjZjFmZTFiOGRiIn19fQ==","deprecatedNote":[],"description":["Sounds produced by","mooshrooms"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_PANDA","icon":{"material":"PLAYER_HEAD","name":"Panda Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGNhMDk2ZWVhNTA2MzAxYmVhNmQ0YjE3ZWUxNjA1NjI1YTZmNTA4MmM3MWY3NGE2MzljYzk0MDQzOWY0NzE2NiJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","pandas"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_PARROT","icon":{"material":"PLAYER_HEAD","name":"Parrot Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzA3ZGFiMmNiZWJlYTUzOWI2NGQ1YWQyNDZmOWNjYzFmY2RhN2FhOTRiODhlNTlmYzI4Mjk4NTJmNDYwNzEifX19","deprecatedNote":[],"description":["Sounds produced by","parrots"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_PIG","icon":{"material":"PLAYER_HEAD","name":"Pig Sounds","head":"eyJ0aW1lc3RhbXAiOjE1NDQ3ODAzMzAyNzQsInByb2ZpbGVJZCI6ImE5MGI4MmIwNzE4NTQ0ZjU5YmE1MTZkMGY2Nzk2NDkwIiwicHJvZmlsZU5hbWUiOiJJbUZhdFRCSCIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzdiYTM2ZmZiMTNjMWUxNTc2ZmViMjc3ZTM1OGNmMWZmZjM1ZGNhY2M2OTNlY2M1MDc1OTUwN2UwM2I1ODIifX19","deprecatedNote":[],"description":["Sounds produced by","pigs"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_POLAR_BEAR","icon":{"material":"PLAYER_HEAD","name":"Polar Bear Sounds","head":"eyJ0aW1lc3RhbXAiOjE1Njc4NzEzNzYwODAsInByb2ZpbGVJZCI6IjQ0MDNkYzU0NzViYzRiMTVhNTQ4Y2ZkYTZiMGViN2Q5IiwicHJvZmlsZU5hbWUiOiJHR0dhbWVyc1lUIiwic2lnbmF0dXJlUmVxdWlyZWQiOnRydWUsInRleHR1cmVzIjp7IlNLSU4iOnsidXJsIjoiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9hMGVjNWJkMTE1OWI3OTQ5NjBmMjJiNTBjNjY0N2ExY2FkYTNhZmIwYTQ5NzQ3NmRhZGZmNTM4OGNiOGQyMDU1In19fQ==","deprecatedNote":[],"description":["Sounds produced by","polar bears"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_PUFFER_FISH","icon":{"material":"PLAYER_HEAD","name":"Pufferfish Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTcxNTI4NzZiYzNhOTZkZDJhMjI5OTI0NWVkYjNiZWVmNjQ3YzhhNTZhYzg4NTNhNjg3YzNlN2I1ZDhiYiJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","pufferfish"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_RABBIT","icon":{"material":"PLAYER_HEAD","name":"Rabbit Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmZlY2M2YjVlNmVhNWNlZDc0YzQ2ZTc2MjdiZTNmMDgyNjMyN2ZiYTI2Mzg2YzZjYzc4NjMzNzJlOWJjIn19fQ==","deprecatedNote":[],"description":["Sounds produced by","rabbits"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_SHEEP","icon":{"material":"PLAYER_HEAD","name":"Sheep Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjMxZjljY2M2YjNlMzJlY2YxM2I4YTExYWMyOWNkMzNkMThjOTVmYzczZGI4YTY2YzVkNjU3Y2NiOGJlNzAifX19","deprecatedNote":[],"description":["Sounds produced by","sheep"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_SNIFFER","icon":{"material":"PLAYER_HEAD","name":"Sniffer Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2Q2YzlmNDM1MTBjYjkwZDI0NDkzZTA3YjdjZjhjYTlmNTQxMzJkMDlhMjU3ZjIwYjcwNDgwMjJlM2IxYjcwNyJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","sniffers"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_SNOW_GOLEM","icon":{"material":"PLAYER_HEAD","name":"Snow Golem Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDIyNGIyNTc5NjUyOWVmNThhMzZkYTZmMjI3ZGQzZWY0MGE4NDIxNzJkOTFmMzk2YWFiZWVkN2UwNGRiZDViMSJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","snow golems"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_SQUID","icon":{"material":"PLAYER_HEAD","name":"Squid Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMDE0MzNiZTI0MjM2NmFmMTI2ZGE0MzRiODczNWRmMWViNWIzY2IyY2VkZTM5MTQ1OTc0ZTljNDgzNjA3YmFjIn19fQ==","deprecatedNote":[],"description":["Sounds produced by","squids"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_TURTLE","icon":{"material":"PLAYER_HEAD","name":"Turtle Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMGE0MDUwZTdhYWNjNDUzOTIwMjY1OGZkYzMzOWRkMTgyZDdlMzIyZjlmYmNjNGQ1Zjk5YjU3MThhIn19fQ==","deprecatedNote":[],"description":["Sounds produced by","turtles"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_WOLF","icon":{"material":"PLAYER_HEAD","name":"Wolf Sounds","head":"eyJ0aW1lc3RhbXAiOjE1Njc4NzAyMTA2ODUsInByb2ZpbGVJZCI6IjhkMmQxZDZkODAzNDRjODliZDg2ODA5YTMxZmQ1MTkzIiwicHJvZmlsZU5hbWUiOiJNSEZfV29sZiIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjk2YTUzN2E4MTNhMWMxN2FiNGM5MGQyMTJiODBkMDNiMWJhZjFlM2NmMTcyZjVmZmUwMmFmZDA1MzJmY2NlZiJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","wolves and dogs"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_ALLAY","icon":{"material":"PLAYER_HEAD","name":"Allay Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTUwMjk0YTE3NDczMTBmMTA0MTI0YzYzNzNjYzYzOWI3MTJiYWE1N2I3ZDkyNjI5N2I2NDUxODhiN2JiOWFiOSJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","allays"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_FROG","icon":{"material":"PLAYER_HEAD","name":"Frog Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjNjZTZmOTk5OGVkMmRhNzU3ZDFlNjM3MmYwNGVmYTIwZTU3ZGZjMTdjM2EwNjQ3ODY1N2JiZGY1MWMyZjJhMiJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","frogs"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_TADPOLE","icon":{"material":"PLAYER_HEAD","name":"Tadpole Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjIzZWJmMjZiN2E0NDFlMTBhODZmYjVjMmE1ZjNiNTE5MjU4YTVjNWRkZGQ2YTFhNzU1NDlmNTE3MzMyODE1YiJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","tadpoles"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_OVERWORLD_ANIMAL","icon":{"material":"PLAYER_HEAD","name":"Overworld Animal Sounds","head":"eyJ0aW1lc3RhbXAiOjE1NTcwMDk5MzQ3NTcsInByb2ZpbGVJZCI6ImYxNTliMjc0YzIyZTQzNDBiN2MxNTJhYmRlMTQ3NzEzIiwicHJvZmlsZU5hbWUiOiJNSEZfQ293Iiwic2lnbmF0dXJlUmVxdWlyZWQiOnRydWUsInRleHR1cmVzIjp7IlNLSU4iOnsidXJsIjoiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kMGU0ZTZmYmY1ZjNkY2Y5NDQyMmExZjMxOTQ0OGYxNTIzNjlkMTc5ZGJmYmNkZjAwZTViZmU4NDk1ZmE5NzcifX19","deprecatedNote":[],"description":["Sounds produced by","overworld animals"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":true},{"identifier":"ENTITY_PIGLIN","icon":{"material":"PLAYER_HEAD","name":"Piglin Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTA4MWExMjM5ZmZmZTEzNWNiZmE0YTk4YTZhYTZjYzViMDc4N2FkMDc5MGY1NmExNmJmMDdmODYzNzQ2MDZjNSJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","piglins and piglin","brutes"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_STRIDER","icon":{"material":"PLAYER_HEAD","name":"Strider Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMThhOWFkZjc4MGVjN2RkNDYyNWM5YzA3NzkwNTJlNmExNWE0NTE4NjY2MjM1MTFlNGM4MmU5NjU1NzE0YjNjMSJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","striders"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_ZOMBIFIED_PIGLIN","icon":{"material":"PLAYER_HEAD","name":"Zombified Piglin Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTkzNTg0MmFmNzY5MzgwZjc4ZThiOGE4OGQxZWE2Y2EyODA3YzFlNTY5M2MyY2Y3OTc0NTY2MjA4MzNlOTM2ZiJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","zombified piglins"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_NETHER_ANIMAL","icon":{"material":"PLAYER_HEAD","name":"Nether Animal Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMThhOWFkZjc4MGVjN2RkNDYyNWM5YzA3NzkwNTJlNmExNWE0NTE4NjY2MjM1MTFlNGM4MmU5NjU1NzE0YjNjMSJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","nether animals"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":true},{"identifier":"ENTITY_VILLAGER","icon":{"material":"PLAYER_HEAD","name":"Villager Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODIyZDhlNzUxYzhmMmZkNGM4OTQyYzQ0YmRiMmY1Y2E0ZDhhZThlNTc1ZWQzZWIzNGMxOGE4NmU5M2IifX19","deprecatedNote":[],"description":["Sounds produced by","villagers and wandering","traders"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_FRIENDLY_MOB","icon":{"material":"PLAYER_HEAD","name":"Friendly Mob Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODE4Y2Q0NTdmYmFmMzI3ZmEzOWYxMGI1YjM2MTY2ZmQwMTgyNjQwMzY4NjUxNjRjMDJkOWU1ZmY1M2Y0NSJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","friendly mobs"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":true},{"identifier":"ENTITY_CREEPER","icon":{"material":"CREEPER_HEAD","name":"Creeper Sounds","deprecatedNote":[],"description":["Sounds produced by","creepers"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_DROWNED","icon":{"material":"PLAYER_HEAD","name":"Drowned Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzg0ZGY3OWM0OTEwNGIxOThjZGFkNmQ5OWZkMGQwYmNmMTUzMWM5MmQ0YWI2MjY5ZTQwYjdkM2NiYmI4ZTk4YyJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","drowned zombies"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_ELDER_GUARDIAN","icon":{"material":"PLAYER_HEAD","name":"Elder Guardian Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWM3OTc0ODJhMTRiZmNiODc3MjU3Y2IyY2ZmMWI2ZTZhOGI4NDEzMzM2ZmZiNGMyOWE2MTM5Mjc4YjQzNmIifX19","deprecatedNote":[],"description":["Sounds produced by","elder guardians"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_GUARDIAN","icon":{"material":"PLAYER_HEAD","name":"Guardian Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjIxMDI1NDM0MDQ1YmRhNzAyNWIzZTUxNGIzMTZhNGI3NzBjNmZhYTRiYTlhZGI0YmUzODA5NTI2ZGI3N2Y5ZCJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","guardians"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_HUSK","icon":{"material":"PLAYER_HEAD","name":"Husk Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDY3NGM2M2M4ZGI1ZjRjYTYyOGQ2OWEzYjFmOGEzNmUyOWQ4ZmQ3NzVlMWE2YmRiNmNhYmI0YmU0ZGIxMjEifX19","deprecatedNote":[],"description":["Sounds produced by","husk zombies"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_PHANTOM","icon":{"material":"PLAYER_HEAD","name":"Phantom Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2U5NTE1M2VjMjMyODRiMjgzZjAwZDE5ZDI5NzU2ZjI0NDMxM2EwNjFiNzBhYzAzYjk3ZDIzNmVlNTdiZDk4MiJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","phantoms"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_RAVAGER","icon":{"material":"PLAYER_HEAD","name":"Ravager Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2QyMGJmNTJlYzM5MGEwNzk5Mjk5MTg0ZmM2NzhiZjg0Y2Y3MzJiYjFiZDc4ZmQxYzRiNDQxODU4ZjAyMzVhOCJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","ravagers"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_SILVERFISH","icon":{"material":"PLAYER_HEAD","name":"Silverfish Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGE5MWRhYjgzOTFhZjVmZGE1NGFjZDJjMGIxOGZiZDgxOWI4NjVlMWE4ZjFkNjIzODEzZmE3NjFlOTI0NTQwIn19fQ==","deprecatedNote":[],"description":["Sounds produced by","silverfish"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_SKELETON","icon":{"material":"SKELETON_SKULL","name":"Skeleton Sounds","deprecatedNote":[],"description":["Sounds produced by","skeletons"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_SLIME","icon":{"material":"PLAYER_HEAD","name":"Slime Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODk1YWVlYzZiODQyYWRhODY2OWY4NDZkNjViYzQ5NzYyNTk3ODI0YWI5NDRmMjJmNDViZjNiYmI5NDFhYmU2YyJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","slimes"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_SPIDER","icon":{"material":"PLAYER_HEAD","name":"Spider Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ==","deprecatedNote":[],"description":["Sounds produced by","spiders and cave spiders"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_STRAY","icon":{"material":"PLAYER_HEAD","name":"Stray Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzhkZGY3NmU1NTVkZDVjNGFhOGEwYTVmYzU4NDUyMGNkNjNkNDg5YzI1M2RlOTY5ZjdmMjJmODVhOWEyZDU2In19fQ==","deprecatedNote":[],"description":["Sounds produced by","stray skeletons"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_VEX","icon":{"material":"PLAYER_HEAD","name":"Vex Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODY5YTdjNmYwYTczNThjNTk0YzI5ZDNkNDJjZjdiNjk2MzhlZjNiNWIzZWMxZjlkMzgxNTBjOGIyYmZmNzgxMyJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","vexes"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_WARDEN","icon":{"material":"PLAYER_HEAD","name":"Warden Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Y2NDgxYzdjNDM1YzM0ZjIxZGZmMTA0M2E0YzcwMzRjNDQ1YTM4M2E1NDM1ZmExZjJhNTAzYTM0OGFmZDYyZiJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","wardens"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_WITCH","icon":{"material":"PLAYER_HEAD","name":"Witch Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjBlMTNkMTg0NzRmYzk0ZWQ1NWFlYjcwNjk1NjZlNDY4N2Q3NzNkYWMxNmY0YzNmODcyMmZjOTViZjlmMmRmYSJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","witches"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_ZOMBIE","icon":{"material":"ZOMBIE_HEAD","name":"Zombie Sounds","deprecatedNote":[],"description":["Sounds produced by","zombies"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_ZOMBIE_VILLAGER","icon":{"material":"PLAYER_HEAD","name":"Zombie Villager Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmI1NTJjOTBmMjEyZTg1NWQxMjI1NWQ1Y2Q2MmVkMzhiOWNkN2UzMGU3M2YwZWE3NzlkMTc2NDMzMGU2OTI2NCJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","zombie villagers"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_OVERWORLD_MONSTER","icon":{"material":"CREEPER_HEAD","name":"Overworld Monster Sounds","deprecatedNote":[],"description":["Sounds produced by","overworld monsters"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":true},{"identifier":"ENTITY_BLAZE","icon":{"material":"PLAYER_HEAD","name":"Blaze Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjc4ZWYyZTRjZjJjNDFhMmQxNGJmZGU5Y2FmZjEwMjE5ZjViMWJmNWIzNWE0OWViNTFjNjQ2Nzg4MmNiNWYwIn19fQ==","deprecatedNote":[],"description":["Sounds produced by","blazes"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_GHAST","icon":{"material":"PLAYER_HEAD","name":"Ghast Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGI2YTcyMTM4ZDY5ZmJiZDJmZWEzZmEyNTFjYWJkODcxNTJlNGYxYzk3ZTVmOTg2YmY2ODU1NzFkYjNjYzAifX19","deprecatedNote":[],"description":["Sounds produced by","ghasts"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_HOGLIN","icon":{"material":"PLAYER_HEAD","name":"Hoglin Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWJiOWJjMGYwMWRiZDc2MmEwOGQ5ZTc3YzA4MDY5ZWQ3Yzk1MzY0YWEzMGNhMTA3MjIwODU2MWI3MzBlOGQ3NSJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","hoglins"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_MAGMA_CUBE","icon":{"material":"PLAYER_HEAD","name":"Magma Cube Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzg5NTdkNTAyM2M5MzdjNGM0MWFhMjQxMmQ0MzQxMGJkYTIzY2Y3OWE5ZjZhYjM2Yjc2ZmVmMmQ3YzQyOSJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","magma cubes"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_WITHER","icon":{"material":"PLAYER_HEAD","name":"Wither Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2RmNzRlMzIzZWQ0MTQzNjk2NWY1YzU3ZGRmMjgxNWQ1MzMyZmU5OTllNjhmYmI5ZDZjZjVjOGJkNDEzOWYifX19","deprecatedNote":[],"description":["Sounds produced by","the wither"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_WITHER_SKELETON","icon":{"material":"WITHER_SKELETON_SKULL","name":"Wither Skeleton Sounds","deprecatedNote":[],"description":["Sounds produced by","wither skeletons"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_ZOGLIN","icon":{"material":"PLAYER_HEAD","name":"Zoglin Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzE5YjdiNWU5ZmZkNGUyMmI4OTBhYjc3OGI0Nzk1YjY2MmZhZmYyYjQ5NzhiZjgxNTU3NGU0OGIwZTUyYjMwMSJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","zoglins"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_NETHER_MONSTER","icon":{"material":"PLAYER_HEAD","name":"Nether Monster Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWJiOWJjMGYwMWRiZDc2MmEwOGQ5ZTc3YzA4MDY5ZWQ3Yzk1MzY0YWEzMGNhMTA3MjIwODU2MWI3MzBlOGQ3NSJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","nether monsters"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":true},{"identifier":"ENTITY_ENDERMAN","icon":{"material":"PLAYER_HEAD","name":"Enderman Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTZjMGIzNmQ1M2ZmZjY5YTQ5YzdkNmYzOTMyZjJiMGZlOTQ4ZTAzMjIyNmQ1ZTgwNDVlYzU4NDA4YTM2ZTk1MSJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","endermen"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_ENDERMITE","icon":{"material":"PLAYER_HEAD","name":"Endermite Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWJjN2I5ZDM2ZmI5MmI2YmYyOTJiZTczZDMyYzZjNWIwZWNjMjViNDQzMjNhNTQxZmFlMWYxZTY3ZTM5M2EzZSJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","endermites"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_ENDER_DRAGON","icon":{"material":"PLAYER_HEAD","name":"Ender Dragon Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRlY2MwNDA3ODVlNTQ2NjNlODU1ZWYwNDg2ZGE3MjE1NGQ2OWJiNGI3NDI0YjczODFjY2Y5NWIwOTVhIn19fQ==","deprecatedNote":[],"description":["Sounds produced by","the ender dragon"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_SHULKER","icon":{"material":"PLAYER_HEAD","name":"Shulker Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWU3MzgzMmUyNzJmODg0NGM0NzY4NDZiYzQyNGEzNDMyZmI2OThjNThlNmVmMmE5ODcxYzdkMjlhZWVhNyJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","shulkers"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_END_MONSTER","icon":{"material":"PLAYER_HEAD","name":"End Monster Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWU3MzgzMmUyNzJmODg0NGM0NzY4NDZiYzQyNGEzNDMyZmI2OThjNThlNmVmMmE5ODcxYzdkMjlhZWVhNyJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","end monsters"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":true},{"identifier":"ENTITY_EVOKER","icon":{"material":"PLAYER_HEAD","name":"Evoker Sounds","head":"eyJ0aW1lc3RhbXAiOjE1Njc4OTEyODI1MTksInByb2ZpbGVJZCI6IjVkMjRiYTBiMjg4YzQyOTM4YmExMGVjOTkwNjRkMjU5IiwicHJvZmlsZU5hbWUiOiJ4RmFpaWlMZVIiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzMzNjQ1NzFhY2U4YWRlM2UyMTk5ZGE0OWU4MWIyMjZiYTM3MmUzOTI4MGI2ODVhZjFlYjFkZmYwNzhkMzUwOTIifX19","deprecatedNote":[],"description":["Sounds produced by","evokers"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_ILLUSIONER","icon":{"material":"PLAYER_HEAD","name":"Illusioner Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTEyNTEyZTdkMDE2YTIzNDNhN2JmZjFhNGNkMTUzNTdhYjg1MTU3OWYxMzg5YmQ0ZTNhMjRjYmViODhiIn19fQ==","deprecatedNote":[],"description":["Sounds produced by","illusioners"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_PILLAGER","icon":{"material":"PLAYER_HEAD","name":"Pillager Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGFlZTZiYjM3Y2JmYzkyYjBkODZkYjVhZGE0NzkwYzY0ZmY0NDY4ZDY4Yjg0OTQyZmRlMDQ0MDVlOGVmNTMzMyJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","pillagers"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_VINDICATOR","icon":{"material":"PLAYER_HEAD","name":"Vindicator Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWUxY2FiMzgyNDU4ZTg0M2FjNDM1NmUzZTAwZTFkMzVjMzZmNDQ5ZmExYTg0NDg4YWIyYzY1NTdiMzkyZCJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","vindicators"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_ILLAGER","icon":{"material":"PLAYER_HEAD","name":"Illager Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWUxY2FiMzgyNDU4ZTg0M2FjNDM1NmUzZTAwZTFkMzVjMzZmNDQ5ZmExYTg0NDg4YWIyYzY1NTdiMzkyZCJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","illagers"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":true},{"identifier":"ENTITY_HOSTILE_MOB","icon":{"material":"PLAYER_HEAD","name":"Hostile Mob Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2RmNzRlMzIzZWQ0MTQzNjk2NWY1YzU3ZGRmMjgxNWQ1MzMyZmU5OTllNjhmYmI5ZDZjZjVjOGJkNDEzOWYifX19","deprecatedNote":[],"description":["Sounds produced by","hostile mobs"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":true},{"identifier":"ENTITY_PLAYER","icon":{"material":"PLAYER_HEAD","name":"Player Sounds","deprecatedNote":[],"description":["Sounds produced by","the player"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_PROJECTILE","icon":{"material":"ARROW","name":"Projectile Sounds","deprecatedNote":[],"description":["Sounds produced by","projectiles"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_FIREWORK","icon":{"material":"FIREWORK_ROCKET","name":"Firework Sounds","deprecatedNote":[],"description":["Sounds produced by","firework rockets"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_FRAME","icon":{"material":"ITEM_FRAME","name":"Frame Sounds","deprecatedNote":[],"description":["Sounds produced by","paintings and item","frames"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_VEHICLE","icon":{"material":"OAK_BOAT","name":"Vehicle Sounds","deprecatedNote":[],"description":["Sounds produced by","minecarts and boats"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY_OTHER","icon":{"material":"ARMOR_STAND","name":"Other Entity Sounds","deprecatedNote":[],"description":["Sounds produced by","miscellaneous entities"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENTITY","icon":{"material":"MINECART","name":"Entity Sounds","deprecatedNote":[],"description":["Sounds produced by","non-mob entities"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":true},{"identifier":"MUSIC_RECORD","icon":{"material":"PLAYER_HEAD","name":"Music Disc Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWMyNTBiNDdlMTBhNTBkNjkxNjZjYjBlY2FmMjM0MTAwY2FlNzg5OWE0ODk4MTA4YzEzMDcwMTdhNWE3ZWJiMyJ9fX0=","deprecatedNote":[],"description":["Music from music discs"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"MUSIC_GAME","icon":{"material":"PLAYER_HEAD","name":"Game Music Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGQxZDhjNTA0ODY3OTMzNzAzZGEzNmVjMTFmNTM4ZjYyNjVmOTg0NDFkODgxZWFjNDhlZjJjNDkzNGMxYiJ9fX0=","deprecatedNote":[],"description":["Music from the Minecraft","Original Soundtrack"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"MUSIC","icon":{"material":"MUSIC_DISC_MALL","name":"Music Sounds","deprecatedNote":[],"description":["Records and in-game","music"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":true},{"identifier":"ITEM_WEAPON","icon":{"material":"DIAMOND_SWORD","name":"Weapon Sounds","deprecatedNote":[],"description":["Sounds produced by","combat items"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ITEM_ARMOR","icon":{"material":"IRON_CHESTPLATE","name":"Armor Sounds","deprecatedNote":[],"description":["Sounds produced by","armor equipment"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ITEM_TRIDENT","icon":{"material":"TRIDENT","name":"Trident Sounds","deprecatedNote":[],"description":["Sounds produced by","tridents"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ITEM_TOOL","icon":{"material":"IRON_AXE","name":"Tool Sounds","deprecatedNote":[],"description":["Sounds produced by","tools"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ITEM_BUCKET","icon":{"material":"WATER_BUCKET","name":"Bucket Sounds","deprecatedNote":[],"description":["Sounds produced by","buckets and bottles"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ITEM_OTHER","icon":{"material":"COOKED_BEEF","name":"Other Item Sounds","deprecatedNote":[],"description":["Sounds produced by","miscellaneous items"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ITEM","icon":{"material":"IRON_SWORD","name":"Item Sounds","deprecatedNote":[],"description":["Sounds produced by","item interactions"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":true},{"identifier":"BLOCK_BAMBOO","icon":{"material":"BAMBOO","name":"Bamboo Sounds","deprecatedNote":[],"description":["Sounds produced by","bamboo"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_BAMBOO_PLANKS","icon":{"material":"BAMBOO_PLANKS","name":"Bamboo Planks Sounds","deprecatedNote":[],"description":["Sounds produced by","bamboo planks"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_BEEHIVE","icon":{"material":"BEE_NEST","name":"Beehive Sounds","deprecatedNote":[],"description":["Sounds produced by","bee nests and beehives"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_BONE_BLOCK","icon":{"material":"BONE_BLOCK","name":"Bone Block Sounds","deprecatedNote":[],"description":["Sounds produced by","bone blocks"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_BUBBLE_COLUMN","icon":{"material":"MAGMA_BLOCK","name":"Bubble Column Sounds","deprecatedNote":[],"description":["Sounds produced by","bubble columns"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_CHERRY_LEAVES","icon":{"material":"CHERRY_LEAVES","name":"Cherry Leaves Sounds","deprecatedNote":[],"description":["Sounds produced by","cherry leaves"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_CHERRY_SAPLING","icon":{"material":"CHERRY_SAPLING","name":"Cherry Sapling Sounds","deprecatedNote":[],"description":["Sounds produced by","cherry saplings"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_CHERRY_WOOD","icon":{"material":"CHERRY_PLANKS","name":"Cherry Wood Sounds","deprecatedNote":[],"description":["Sounds produced by","cherry woods"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_CORAL","icon":{"material":"BUBBLE_CORAL_BLOCK","name":"Coral Sounds","deprecatedNote":[],"description":["Sounds produced by","coral"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_GRASS","icon":{"material":"GRASS_BLOCK","name":"Grass Sounds","deprecatedNote":[],"description":["Sounds produced by","grass"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_GRAVEL","icon":{"material":"GRAVEL","name":"Gravel Sounds","deprecatedNote":[],"description":["Sounds produced by","gravel"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_LAVA","icon":{"material":"PLAYER_HEAD","name":"Lava Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjY5NjVlNmE1ODY4NGMyNzdkMTg3MTdjZWM5NTlmMjgzM2E3MmRmYTk1NjYxMDE5ZGJjZGYzZGJmNjZiMDQ4In19fQ==","deprecatedNote":[],"description":["Sounds produced by","lava"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_MISC_PLANT","icon":{"material":"LILY_PAD","name":"Plant Sounds","deprecatedNote":[],"description":["Sounds produced by","miscellaneous plants"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_OVERWORLD_WOOD","icon":{"material":"OAK_PLANKS","name":"Generic Wood Sounds","deprecatedNote":[],"description":["Sounds produced by","most wooden blocks"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_PINK_PETALS","icon":{"material":"PINK_PETALS","name":"Pink Petals Sounds","deprecatedNote":[],"description":["Sounds produced by","pink petals"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_POWDER_SNOW","icon":{"material":"POWDER_SNOW_BUCKET","name":"Powder Snow Sounds","deprecatedNote":[],"description":["Sounds produced by","powder snow"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_ROOTED_DIRT","icon":{"material":"ROOTED_DIRT","name":"Rooted Dirt Sounds","deprecatedNote":[],"description":["Sounds produced by","rooted dirt"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_SAND","icon":{"material":"SAND","name":"Sand Sounds","deprecatedNote":[],"description":["Sounds produced by","sand"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_SEAGRASS","icon":{"material":"SEAGRASS","name":"Seagrass Sounds","deprecatedNote":[],"description":["Sounds produced by","seagrass"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_SNOW","icon":{"material":"SNOW_BLOCK","name":"Snow Sounds","deprecatedNote":[],"description":["Sounds produced by","snow"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_SPONGE","icon":{"material":"SPONGE","name":"Sponge Sounds","deprecatedNote":[],"description":["Sounds produced by","sponge"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_STONE","icon":{"material":"STONE","name":"Stone Sounds","deprecatedNote":[],"description":["Sounds produced by","stone"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_SNIFFER_EGG","icon":{"material":"SNIFFER_EGG","name":"Sniffer Egg Sounds","deprecatedNote":[],"description":["Sounds produced by","sniffer eggs"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_SUSPICIOUS_GRAVEL","icon":{"material":"SUSPICIOUS_GRAVEL","name":"Suspicious Gravel Sounds","deprecatedNote":[],"description":["Sounds produced by","suspicious gravels"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_SUSPICIOUS_SAND","icon":{"material":"SUSPICIOUS_SAND","name":"Suspicious Sand Sounds","deprecatedNote":[],"description":["Sounds produced by","suspicious sands"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_VINE","icon":{"material":"VINE","name":"Vine Sounds","deprecatedNote":[],"description":["Sounds produced by","vine"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_WATER","icon":{"material":"PLAYER_HEAD","name":"Water Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzRmY2JjMjU2ZDBiZTdlNjgzYWY4NGUzOGM0YmNkYjcxYWZiOTM5ODUzOGEyOWFhOTZjYmZhMzE4YjJlYSJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","water"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_WET_SPONGE","icon":{"material":"WET_SPONGE","name":"Wet Sponge Sounds","deprecatedNote":[],"description":["Sounds produced by","wet sponge"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_FROGLIGHT","icon":{"material":"VERDANT_FROGLIGHT","name":"Froglight Sounds","deprecatedNote":[],"description":["Sounds produced by","froglight"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_FROGSPAWN","icon":{"material":"FROGSPAWN","name":"Frogspawn Sounds","deprecatedNote":[],"description":["Sounds produced by","frogspawn"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_MANGROVE_ROOTS","icon":{"material":"MANGROVE_ROOTS","name":"Mangrove Roots Sounds","deprecatedNote":[],"description":["Sounds produced by","mangrove roots"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_MUDDY_MANGROVE_ROOTS","icon":{"material":"MUDDY_MANGROVE_ROOTS","name":"Muddy Mangrove Roots Sounds","deprecatedNote":[],"description":["Sounds produced by","muddy mangrove roots"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_MUD","icon":{"material":"MUD","name":"Mud Sounds","deprecatedNote":[],"description":["Sounds produced by","mud"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_OVERWORLD","icon":{"material":"GRASS_BLOCK","name":"Overworld Block Sounds","deprecatedNote":[],"description":["Sounds produced by","blocks found naturally","in the overworld"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":true},{"identifier":"BLOCK_AMETHYST","icon":{"material":"AMETHYST_BLOCK","name":"Amethyst Sounds","deprecatedNote":[],"description":["Sounds produced by","amethyst"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_AZALEA","icon":{"material":"AZALEA","name":"Azalea Sounds","deprecatedNote":[],"description":["Sounds produced by","azalea"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_AZALEA_LEAVES","icon":{"material":"AZALEA_LEAVES","name":"Azalea Leaves Sounds","deprecatedNote":[],"description":["Sounds produced by","azalea leaves"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_BIG_DRIPLEAF","icon":{"material":"BIG_DRIPLEAF","name":"Big Drip Leaf Sounds","deprecatedNote":[],"description":["Sounds produced by","big drip leaves"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_CALCITE","icon":{"material":"CALCITE","name":"Calcite Sounds","deprecatedNote":[],"description":["Sounds produced by","calcite"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_CAVE_VINES","icon":{"material":"GLOW_BERRIES","name":"Cave Vine Sounds","deprecatedNote":[],"description":["Sounds produced by","cave vines"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_DEEPSLATE","icon":{"material":"DEEPSLATE","name":"Deepslate Sounds","deprecatedNote":[],"description":["Sounds produced by","deepslate"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_DRIPSTONE","icon":{"material":"DRIPSTONE_BLOCK","name":"Dripstone Block Sounds","deprecatedNote":[],"description":["Sounds produced by","dripstone blocks"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_FLOWERING_AZALEA","icon":{"material":"FLOWERING_AZALEA","name":"Flowering Azalea Sounds","deprecatedNote":[],"description":["Sounds produced by","flowering azalea"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_HANGING_ROOTS","icon":{"material":"HANGING_ROOTS","name":"Hanging Roots Sounds","deprecatedNote":[],"description":["Sounds produced by","hanging roots"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_MOSS","icon":{"material":"MOSS_BLOCK","name":"Moss Block Sounds","deprecatedNote":[],"description":["Sounds produced by","moss blocks"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_MOSS_CARPET","icon":{"material":"MOSS_CARPET","name":"Moss Carpet Sounds","deprecatedNote":[],"description":["Sounds produced by","moss carpets"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_POINTED_DRIPSTONE","icon":{"material":"POINTED_DRIPSTONE","name":"Pointed Dripstone Sounds","deprecatedNote":[],"description":["Sounds produced by","pointed dripstone"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_SMALL_DRIPLEAF","icon":{"material":"SMALL_DRIPLEAF","name":"Small Dripleaf Sounds","deprecatedNote":[],"description":["Sounds produced by","small dripleaves"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_SPORE_BLOSSOM","icon":{"material":"SPORE_BLOSSOM","name":"Spore Blossom Sounds","deprecatedNote":[],"description":["Sounds produced by","spore blossoms"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_TUFF","icon":{"material":"TUFF","name":"Tuff Sounds","deprecatedNote":[],"description":["Sounds produced by","tuff"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_SCULK","icon":{"material":"SCULK","name":"Sculk Sounds","deprecatedNote":[],"description":["Sounds produced by","sculk"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_SCULK_CATALYST","icon":{"material":"SCULK_CATALYST","name":"Sculk Catalyst Sounds","deprecatedNote":[],"description":["Sounds produced by","sculk catalyst"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_SCULK_SHRIEKER","icon":{"material":"SCULK_SHRIEKER","name":"Sculk Shrieker Sounds","deprecatedNote":[],"description":["Sounds produced by","sculk shrieker"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_SCULK_VEIN","icon":{"material":"SCULK_VEIN","name":"Sculk Vein Sounds","deprecatedNote":[],"description":["Sounds produced by","sculk vein"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_UNDERGROUND","icon":{"material":"COBBLED_DEEPSLATE","name":"Underground Block Sounds","deprecatedNote":[],"description":["Sounds produced by","blocks found naturally","underground"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":true},{"identifier":"BLOCK_ANCIENT_DEBRIS","icon":{"material":"ANCIENT_DEBRIS","name":"Ancient Debris Sounds","deprecatedNote":[],"description":["Sounds produced by","ancient debris"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_BASALT","icon":{"material":"BASALT","name":"Basalt Sounds","deprecatedNote":[],"description":["Sounds produced by","basalt"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_BLACKSTONE","icon":{"material":"GILDED_BLACKSTONE","name":"Blackstone Sounds","deprecatedNote":[],"description":["Sounds produced by","blackstone"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_NETHERRACK","icon":{"material":"NETHERRACK","name":"Netherrack Sounds","deprecatedNote":[],"description":["Sounds produced by","netherrack"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_NETHER_GOLD_ORE","icon":{"material":"NETHER_GOLD_ORE","name":"Nether Gold Ore Sounds","deprecatedNote":[],"description":["Sounds produced by","nether gold ore"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_NETHER_FUNGUS","icon":{"material":"CRIMSON_FUNGUS","name":"Nether Fungus Sounds","deprecatedNote":[],"description":["Sounds produced by","crimson and warped","fungi"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_NETHER_ORE","icon":{"material":"NETHER_QUARTZ_ORE","name":"Nether Quartz Ore Sounds","deprecatedNote":[],"description":["Sounds produced by","nether quartz ore"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_NETHER_ROOTS","icon":{"material":"CRIMSON_ROOTS","name":"Nether Root Sounds","deprecatedNote":[],"description":["Sounds produced by","crimson and warped","roots"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_NETHER_SPROUTS","icon":{"material":"NETHER_SPROUTS","name":"Nether Sprout Sounds","deprecatedNote":[],"description":["Sounds produced by","nether sprouts"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_NETHER_STEM","icon":{"material":"CRIMSON_STEM","name":"Nether Stem Sounds","deprecatedNote":[],"description":["Sounds produced by","crimson and warped","stems"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_NETHER_VINE","icon":{"material":"WEEPING_VINES","name":"Nether Vine Sounds","deprecatedNote":[],"description":["Sounds produced by","weeping and twisting","vines"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_NETHER_WART","icon":{"material":"NETHER_WART_BLOCK","name":"Nether Wart Sounds","deprecatedNote":[],"description":["Sounds produced by","nether warts and","nether wart blocks"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_NETHER_WOOD","icon":{"material":"CRIMSON_PLANKS","name":"Nether Wood Sounds","deprecatedNote":[],"description":["Sounds produced by","nether wood blocks"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_NYLIUM","icon":{"material":"CRIMSON_NYLIUM","name":"Nylium Sounds","deprecatedNote":[],"description":["Sounds produced by","crimson and warped","nylium"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_SHROOMLIGHT","icon":{"material":"SHROOMLIGHT","name":"Shroomlight Sounds","deprecatedNote":[],"description":["Sounds produced by","shroomlights"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_SOUL_SAND","icon":{"material":"SOUL_SAND","name":"Soul Sand Sounds","deprecatedNote":[],"description":["Sounds produced by","soul sand"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_SOUL_SOIL","icon":{"material":"SOUL_SOIL","name":"Soul Soil Sounds","deprecatedNote":[],"description":["Sounds produced by","soul soil"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_NETHER","icon":{"material":"CRIMSON_NYLIUM","name":"Nether Block Sounds","deprecatedNote":[],"description":["Sounds produced by","blocks found naturally","in the nether"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":true},{"identifier":"BLOCK_END","icon":{"material":"CHORUS_FLOWER","name":"End Block Sounds","deprecatedNote":[],"description":["Sounds produced by","blocks found naturally","in the end"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_CANDLE","icon":{"material":"CANDLE","name":"Candle Sounds","deprecatedNote":[],"description":["Sounds produced by","candles"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_CHAIN","icon":{"material":"CHAIN","name":"Chain Sounds","deprecatedNote":[],"description":["Sounds produced by","chains"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_COPPER","icon":{"material":"COPPER_BLOCK","name":"Copper Block Sounds","deprecatedNote":[],"description":["Sounds produced by","copper blocks"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_DECORATED_POT","icon":{"material":"DECORATED_POT","name":"Decorated Pot Sounds","deprecatedNote":[],"description":["Sounds produced by","decorated pots"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_DEEPSLATE_BRICKS","icon":{"material":"DEEPSLATE_BRICKS","name":"Deepslate Bricks Sounds","deprecatedNote":[],"description":["Sounds produced by","deepslate bricks"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_DEEPSLATE_TILES","icon":{"material":"DEEPSLATE_TILES","name":"Deepslate Tile Sounds","deprecatedNote":[],"description":["Sounds produced by","deepslate tiles"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_GLASS","icon":{"material":"GLASS","name":"Glass Sounds","deprecatedNote":[],"description":["Sounds produced by","glass"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_HONEY_BLOCK","icon":{"material":"HONEY_BLOCK","name":"Honey Block Sounds","deprecatedNote":[],"description":["Sounds produced by","honey blocks"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_LADDER","icon":{"material":"LADDER","name":"Ladder Sounds","deprecatedNote":[],"description":["Sounds produced by","ladders"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_LANTERN","icon":{"material":"LANTERN","name":"Lantern Sounds","deprecatedNote":[],"description":["Sounds produced by","lanterns"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_METAL","icon":{"material":"IRON_BLOCK","name":"Metal Sounds","deprecatedNote":[],"description":["Sounds produced by","metallic blocks"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_NETHERITE_BLOCK","icon":{"material":"NETHERITE_BLOCK","name":"Netherite Block Sounds","deprecatedNote":[],"description":["Sounds produced by","netherite blocks"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_NETHER_BRICKS","icon":{"material":"NETHER_BRICKS","name":"Nether Brick Sounds","deprecatedNote":[],"description":["Sounds produced by","nether bricks"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_POLISHED_DEEPSLATE","icon":{"material":"POLISHED_DEEPSLATE","name":"Polished Deepslate Sounds","deprecatedNote":[],"description":["Sounds produced by","polished deepslate"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_SCAFFOLDING","icon":{"material":"SCAFFOLDING","name":"Scaffolding Sounds","deprecatedNote":[],"description":["Sounds produced by","scaffolding"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_SIGN","icon":{"material":"OAK_SIGN","name":"Sign Sounds","deprecatedNote":[],"description":["Sounds produced by","signs"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_SLIME_BLOCK","icon":{"material":"SLIME_BLOCK","name":"Slime Block Sounds","deprecatedNote":[],"description":["Sounds produced by","slime blocks"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_WOOL","icon":{"material":"WHITE_WOOL","name":"Wool Sounds","deprecatedNote":[],"description":["Sounds produced by","wool"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_MUD_BRICKS","icon":{"material":"MUD_BRICKS","name":"Mud Bricks Sounds","deprecatedNote":[],"description":["Sounds produced by","mud bricks"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_PACKED_MUD","icon":{"material":"PACKED_MUD","name":"Mud Bricks Sounds","deprecatedNote":[],"description":["Sounds produced by","mud bricks"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_BUILDING","icon":{"material":"BRICKS","name":"Building Block Sounds","deprecatedNote":[],"description":["Sounds produced by","building and decoration","blocks"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":true},{"identifier":"BLOCK_ANVIL","icon":{"material":"ANVIL","name":"Anvil Sounds","deprecatedNote":[],"description":["Sounds produced by","anvils"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_COMPOSTER","icon":{"material":"COMPOSTER","name":"Composter Sounds","deprecatedNote":[],"description":["Sounds produced by","composters"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_FURNACE","icon":{"material":"FURNACE","name":"Furnace Sounds","deprecatedNote":[],"description":["Sounds produced by","furnaces, smokers,","and campfires"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_MISC_WORKSTATION","icon":{"material":"FLETCHING_TABLE","name":"Other Workstation Sounds","deprecatedNote":[],"description":["Sounds produced by","other workstation blocks"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_WORKSTATION","icon":{"material":"SMOKER","name":"Workstation Sounds","deprecatedNote":[],"description":["Sounds produced by","furnaces, smithing","tables, etc."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":true},{"identifier":"BLOCK_BARREL","icon":{"material":"BARREL","name":"Barrel Sounds","deprecatedNote":[],"description":["Sounds produced by","barrels"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_CHEST","icon":{"material":"CHEST","name":"Chest Sounds","deprecatedNote":[],"description":["Sounds produced by","chests and ender chests"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_CHISELED_BOOKSHELF","icon":{"material":"CHISELED_BOOKSHELF","name":"Chiseled Bookshelf Sounds","deprecatedNote":[],"description":["Sounds produced by","chiseled bookshelves"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_SHULKER_BOX","icon":{"material":"SHULKER_BOX","name":"Shulker Box Sounds","deprecatedNote":[],"description":["Sounds produced by","shulker boxes"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_CONTAINER","icon":{"material":"CHEST","name":"Container Sounds","deprecatedNote":[],"description":["Sounds produced by","container blocks"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":true},{"identifier":"BLOCK_REDSTONE_CLICK","icon":{"material":"STONE_BUTTON","name":"Click Sounds","deprecatedNote":[],"description":["Sounds produced by","buttons, levers, etc."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_DOOR","icon":{"material":"BIRCH_DOOR","name":"Door Sounds","deprecatedNote":[],"description":["Sounds produced by","doors and gates"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_PRESSURE_PLATE","icon":{"material":"ACACIA_PRESSURE_PLATE","name":"Pressure Plate Sounds","deprecatedNote":[],"description":["Sounds produced by","pressure plates"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_SCULK_SENSOR","icon":{"material":"SCULK_SENSOR","name":"Sculk Sensor Sounds","deprecatedNote":[],"description":["Sounds produced by","sculk sensors"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_TRIPWIRE","icon":{"material":"TRIPWIRE_HOOK","name":"Tripwire Sounds","deprecatedNote":[],"description":["Sounds produced by","tripwire"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_MISC_REDSTONE","icon":{"material":"PISTON","name":"Other Redstone Sounds","deprecatedNote":[],"description":["Sounds produced by","pistons, dispensers, etc."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_REDSTONE","icon":{"material":"SPRUCE_DOOR","name":"Redstone Sounds","deprecatedNote":[],"description":["Sounds produced by","redstone components"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":true},{"identifier":"BLOCK_NOTE_BLOCK","icon":{"material":"NOTE_BLOCK","name":"Note Block Sounds","deprecatedNote":[],"description":["Sounds produced","by note blocks"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_BEACON","icon":{"material":"BEACON","name":"Beacon Sounds","deprecatedNote":[],"description":["Sounds produced by","beacons"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_BELL","icon":{"material":"BELL","name":"Bell Sounds","deprecatedNote":[],"description":["Sounds produced by","bell blocks"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_CONDUIT","icon":{"material":"CONDUIT","name":"Conduit Sounds","deprecatedNote":[],"description":["Sounds produced by","conduits"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_FIRE","icon":{"material":"BLAZE_POWDER","name":"Fire Sounds","deprecatedNote":[],"description":["Sounds produced by","fire"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_LODESTONE","icon":{"material":"LODESTONE","name":"Lodestone Sounds","deprecatedNote":[],"description":["Sounds produced by","lodestones"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_PORTAL","icon":{"material":"PLAYER_HEAD","name":"Portal Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjBiZmMyNTc3ZjZlMjZjNmM2ZjczNjVjMmM0MDc2YmNjZWU2NTMxMjQ5ODkzODJjZTkzYmNhNGZjOWUzOWIifX19","deprecatedNote":[],"description":["Sounds produced by","portals"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_RESPAWN_ANCHOR","icon":{"material":"RESPAWN_ANCHOR","name":"Respawn Anchor Sounds","deprecatedNote":[],"description":["Sounds produced by","respawn anchors"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"BLOCK_MISC","icon":{"material":"PLAYER_HEAD","name":"Other Block Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjBiZmMyNTc3ZjZlMjZjNmM2ZjczNjVjMmM0MDc2YmNjZWU2NTMxMjQ5ODkzODJjZTkzYmNhNGZjOWUzOWIifX19","deprecatedNote":[],"description":["Sounds produced by","blocks with unique","properties"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":true},{"identifier":"BLOCK","icon":{"material":"GRASS_BLOCK","name":"Block Sounds","deprecatedNote":[],"description":["Sounds produced by","block interactions"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":true},{"identifier":"ENVIRONMENT_OVERWORLD","icon":{"material":"PLAYER_HEAD","name":"Overworld Environment Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzRmY2JjMjU2ZDBiZTdlNjgzYWY4NGUzOGM0YmNkYjcxYWZiOTM5ODUzOGEyOWFhOTZjYmZhMzE4YjJlYSJ9fX0=","deprecatedNote":[],"description":["Sounds produced by","overworld ambience"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENVIRONMENT_NETHER","icon":{"material":"PLAYER_HEAD","name":"Nether Environment Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjBiZmMyNTc3ZjZlMjZjNmM2ZjczNjVjMmM0MDc2YmNjZWU2NTMxMjQ5ODkzODJjZTkzYmNhNGZjOWUzOWIifX19","deprecatedNote":[],"description":["Sounds produced by","nether ambience"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":false},{"identifier":"ENVIRONMENT","icon":{"material":"PLAYER_HEAD","name":"Environment Sounds","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjY5NjVlNmE1ODY4NGMyNzdkMTg3MTdjZWM5NTlmMjgzM2E3MmRmYTk1NjYxMDE5ZGJjZGYzZGJmNjZiMDQ4In19fQ==","deprecatedNote":[],"description":["Sounds produced by","ambience"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"hasSubCategories":true}],"sounds":[{"sound":"ENTITY_AXOLOTL_ATTACK","icon":{"material":"DIAMOND_SWORD","name":"Axolotl Attack","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_AXOLOTL_DEATH","icon":{"material":"PLAYER_HEAD","name":"Axolotl Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_AXOLOTL_HURT","icon":{"material":"REDSTONE","name":"Axolotl Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_AXOLOTL_IDLE_AIR","icon":{"material":"PLAYER_HEAD","name":"Axolotl Ambient Air","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2I4M2EzOGE0NThjM2NjYTA3NjFlMmM4MjEwYzZmNWQyZjMzODBlODYwZDUwZDJmNDc1NjUxNmEyNjQyNjE3ZCJ9fX0=","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_AXOLOTL_IDLE_WATER","icon":{"material":"PLAYER_HEAD","name":"Axolotl Ambient Water","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2I4M2EzOGE0NThjM2NjYTA3NjFlMmM4MjEwYzZmNWQyZjMzODBlODYwZDUwZDJmNDc1NjUxNmEyNjQyNjE3ZCJ9fX0=","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_AXOLOTL_SPLASH","icon":{"material":"SEAGRASS","name":"Axolotl Splash","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_AXOLOTL_SWIM","icon":{"material":"SEAGRASS","name":"Axolotl Swim","deprecatedNote":[],"description":["7 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_BAT_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Bat Ambient","head":"eyJ0aW1lc3RhbXAiOjE1Njc4NTI1MjQ1NTcsInByb2ZpbGVJZCI6IjAyOWQ0MzQzOWQyZDQzY2FhNTk3NTRhMzUzODQwMWU1IiwicHJvZmlsZU5hbWUiOiJNSEZfQmF0Iiwic2lnbmF0dXJlUmVxdWlyZWQiOnRydWUsInRleHR1cmVzIjp7IlNLSU4iOnsidXJsIjoiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8zMTQ2YjM3MTE3YzJkY2YyYjJjMGYzODZhNzE3NmE5MTgyM2VlOGRlNzA3ZjBjMDk5NmYzMTU2MWZiMjc0YjE1In19fQ==","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_BAT_DEATH","icon":{"material":"PLAYER_HEAD","name":"Bat Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_BAT_LOOP","icon":{"material":"ELYTRA","name":"Bat Fly","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_BAT_HURT","icon":{"material":"REDSTONE","name":"Bat Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_BAT_TAKEOFF","icon":{"material":"FEATHER","name":"Bat Takeoff","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_BEE_DEATH","icon":{"material":"PLAYER_HEAD","name":"Bee Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_BEE_HURT","icon":{"material":"REDSTONE","name":"Bee Hurt","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_BEE_LOOP","icon":{"material":"HONEYCOMB","name":"Bee Loop","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_BEE_LOOP_AGGRESSIVE","icon":{"material":"HONEYCOMB","name":"Bee Loop (Aggressive)","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_BEE_POLLINATE","icon":{"material":"OXEYE_DAISY","name":"Bee Pollinate","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_BEE_STING","icon":{"material":"IRON_NUGGET","name":"Bee Sting","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CAMEL_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Camel Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRiOGEzMzNkZmE5MmU3ZTVhOTVhZDRhZTJkODRiMWJhZmEzM2RjMjhjMDU0OTI1Mjc3ZjYwZTc5ZGFmYzhjNCJ9fX0=","deprecatedNote":[],"description":["8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CAMEL_DASH_READY","icon":{"material":"RABBIT_FOOT","name":"Camel Dash Ready","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CAMEL_DASH","icon":{"material":"OAK_BOAT","name":"Camel Dash","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CAMEL_DEATH","icon":{"material":"PLAYER_HEAD","name":"Camel Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CAMEL_EAT","icon":{"material":"CACTUS","name":"Camel Eat","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CAMEL_HURT","icon":{"material":"REDSTONE","name":"Camel Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CAMEL_SADDLE","icon":{"material":"SADDLE","name":"Camel Equip Saddle","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CAMEL_SIT","icon":{"material":"MINECART","name":"Camel Sit","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CAMEL_STAND","icon":{"material":"ARMOR_STAND","name":"Camel Stand","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CAMEL_STEP","icon":{"material":"IRON_BOOTS","name":"Camel Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CAMEL_STEP_SAND","icon":{"material":"IRON_BOOTS","name":"Camel Step on Sand","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CAT_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Cat Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjExM2RiZDNjNmEwNzhhMTdiNGVkYjc4Y2UwN2Q4MzZjMzhkYWNlNTAyN2Q0YjBhODNmZDYwZTdjYTdhMGZjYiJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CAT_BEG_FOR_FOOD","icon":{"material":"COD","name":"Cat Beg For Food","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CAT_DEATH","icon":{"material":"PLAYER_HEAD","name":"Cat Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CAT_EAT","icon":{"material":"PLAYER_HEAD","name":"Cat Eat","head":"eyJ0aW1lc3RhbXAiOjE1Njc4NjkwODE3MDYsInByb2ZpbGVJZCI6IjkxZjA0ZmU5MGYzNjQzYjU4ZjIwZTMzNzVmODZkMzllIiwicHJvZmlsZU5hbWUiOiJTdG9ybVN0b3JteSIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzQ0OTk1YTY5MGJiMmZkOTUxYjQxYTY1NzViMTBhOGRhZTBlZGZhMDNmYjA1MjBmZmMwZDU2MTZiMDk2N2E5In19fQ==","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CAT_HISS","icon":{"material":"BEETROOT","name":"Cat Hiss","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CAT_HURT","icon":{"material":"REDSTONE","name":"Cat Hurt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CAT_PURR","icon":{"material":"COOKED_COD","name":"Cat Purr","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CAT_PURREOW","icon":{"material":"COOKED_SALMON","name":"Cat Purreow","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CAT_STRAY_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Stray Cat Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGM3YTQ1ZDI1ODg5ZTNmZGY3Nzk3Y2IyNThlMjZkNGU5NGY1YmMxM2VlZjAwNzk1ZGFmZWYyZTgzZTBhYjUxMSJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CHICKEN_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Chicken Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTYzODQ2OWE1OTljZWVmNzIwNzUzNzYwMzI0OGE5YWIxMWZmNTkxZmQzNzhiZWE0NzM1YjM0NmE3ZmFlODkzIn19fQ==","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CHICKEN_DEATH","icon":{"material":"PLAYER_HEAD","name":"Chicken Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CHICKEN_HURT","icon":{"material":"REDSTONE","name":"Chicken Hurt","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CHICKEN_EGG","icon":{"material":"EGG","name":"Chicken Lay Egg","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CHICKEN_STEP","icon":{"material":"IRON_BOOTS","name":"Chicken Step","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_COW_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Cow Ambient","head":"eyJ0aW1lc3RhbXAiOjE1NTcwMDk5MzQ3NTcsInByb2ZpbGVJZCI6ImYxNTliMjc0YzIyZTQzNDBiN2MxNTJhYmRlMTQ3NzEzIiwicHJvZmlsZU5hbWUiOiJNSEZfQ293Iiwic2lnbmF0dXJlUmVxdWlyZWQiOnRydWUsInRleHR1cmVzIjp7IlNLSU4iOnsidXJsIjoiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kMGU0ZTZmYmY1ZjNkY2Y5NDQyMmExZjMxOTQ0OGYxNTIzNjlkMTc5ZGJmYmNkZjAwZTViZmU4NDk1ZmE5NzcifX19","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_COW_DEATH","icon":{"material":"PLAYER_HEAD","name":"Cow Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_COW_HURT","icon":{"material":"REDSTONE","name":"Cow Hurt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_COW_MILK","icon":{"material":"MILK_BUCKET","name":"Cow Milk","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_COW_STEP","icon":{"material":"IRON_BOOTS","name":"Cow Step","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_DOLPHIN_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Dolphin Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGU5Njg4Yjk1MGQ4ODBiNTViN2FhMmNmY2Q3NmU1YTBmYTk0YWFjNmQxNmY3OGU4MzNmNzQ0M2VhMjlmZWQzIn19fQ==","deprecatedNote":[],"description":["8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_DOLPHIN_AMBIENT_WATER","icon":{"material":"PLAYER_HEAD","name":"Dolphin Ambient (Water)","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGU5Njg4Yjk1MGQ4ODBiNTViN2FhMmNmY2Q3NmU1YTBmYTk0YWFjNmQxNmY3OGU4MzNmNzQ0M2VhMjlmZWQzIn19fQ==","deprecatedNote":[],"description":["10 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_DOLPHIN_ATTACK","icon":{"material":"DIAMOND_SWORD","name":"Dolphin Attack","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_DOLPHIN_DEATH","icon":{"material":"PLAYER_HEAD","name":"Dolphin Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_DOLPHIN_EAT","icon":{"material":"KELP","name":"Dolphin Eat","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_DOLPHIN_HURT","icon":{"material":"REDSTONE","name":"Dolphin Hurt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_DOLPHIN_JUMP","icon":{"material":"PRISMARINE_BRICK_STAIRS","name":"Dolphin Jump","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_DOLPHIN_PLAY","icon":{"material":"PRISMARINE_CRYSTALS","name":"Dolphin Play","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_DOLPHIN_SPLASH","icon":{"material":"WATER_BUCKET","name":"Dolphin Splash","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_DOLPHIN_SWIM","icon":{"material":"SEAGRASS","name":"Dolphin Swim","deprecatedNote":[],"description":["7 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_DONKEY_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Donkey Ambient","head":"eyJ0aW1lc3RhbXAiOjE1Njc4NTUxMzYyMTIsInByb2ZpbGVJZCI6IjdkYTJhYjNhOTNjYTQ4ZWU4MzA0OGFmYzNiODBlNjhlIiwicHJvZmlsZU5hbWUiOiJHb2xkYXBmZWwiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NjZGNiNDM1YjczYjdkZWQ2YTYyNTE3ZTI4MTJlYTNlNGQ0NTNiODI3NmUwMzczYzMxNGMwNWUyZTBhZTA3MTUifX19","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_DONKEY_ANGRY","icon":{"material":"REDSTONE_BLOCK","name":"Donkey Angry","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_DONKEY_DEATH","icon":{"material":"PLAYER_HEAD","name":"Donkey Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_DONKEY_EAT","icon":{"material":"CARROT","name":"Donkey Eat","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_DONKEY_CHEST","icon":{"material":"CHEST","name":"Donkey Equip Chest","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_DONKEY_HURT","icon":{"material":"REDSTONE","name":"Donkey Hurt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FISH_SWIM","icon":{"material":"SEAGRASS","name":"Fish Swim","deprecatedNote":[],"description":["7 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_COD_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Cod Ambient","head":"eyJ0aW1lc3RhbXAiOjE1Njc4NjkwODE3MDYsInByb2ZpbGVJZCI6IjkxZjA0ZmU5MGYzNjQzYjU4ZjIwZTMzNzVmODZkMzllIiwicHJvZmlsZU5hbWUiOiJTdG9ybVN0b3JteSIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzQ0OTk1YTY5MGJiMmZkOTUxYjQxYTY1NzViMTBhOGRhZTBlZGZhMDNmYjA1MjBmZmMwZDU2MTZiMDk2N2E5In19fQ==","deprecatedNote":[],"description":["No variants"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_COD_DEATH","icon":{"material":"PLAYER_HEAD","name":"Cod Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_COD_FLOP","icon":{"material":"COD","name":"Cod Flop","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_COD_HURT","icon":{"material":"REDSTONE","name":"Cod Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SALMON_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Salmon Ambient","head":"eyJ0aW1lc3RhbXAiOjE1Njc4NjkwODE3MDYsInByb2ZpbGVJZCI6IjkxZjA0ZmU5MGYzNjQzYjU4ZjIwZTMzNzVmODZkMzllIiwicHJvZmlsZU5hbWUiOiJTdG9ybVN0b3JteSIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzQ0OTk1YTY5MGJiMmZkOTUxYjQxYTY1NzViMTBhOGRhZTBlZGZhMDNmYjA1MjBmZmMwZDU2MTZiMDk2N2E5In19fQ==","deprecatedNote":[],"description":["No variants"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SALMON_DEATH","icon":{"material":"PLAYER_HEAD","name":"Salmon Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SALMON_FLOP","icon":{"material":"SALMON","name":"Salmon Flop","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SALMON_HURT","icon":{"material":"REDSTONE","name":"Salmon Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_TROPICAL_FISH_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Tropical Fish Ambient","head":"eyJ0aW1lc3RhbXAiOjE1Njc4NjkwODE3MDYsInByb2ZpbGVJZCI6IjkxZjA0ZmU5MGYzNjQzYjU4ZjIwZTMzNzVmODZkMzllIiwicHJvZmlsZU5hbWUiOiJTdG9ybVN0b3JteSIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzQ0OTk1YTY5MGJiMmZkOTUxYjQxYTY1NzViMTBhOGRhZTBlZGZhMDNmYjA1MjBmZmMwZDU2MTZiMDk2N2E5In19fQ==","deprecatedNote":[],"description":["No variants"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_TROPICAL_FISH_DEATH","icon":{"material":"PLAYER_HEAD","name":"Tropical Fish Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_TROPICAL_FISH_FLOP","icon":{"material":"TROPICAL_FISH","name":"Tropical Fish Flop","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_TROPICAL_FISH_HURT","icon":{"material":"REDSTONE","name":"Tropical Fish Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FOX_AGGRO","icon":{"material":"REDSTONE_BLOCK","name":"Fox Aggravate","deprecatedNote":[],"description":["7 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FOX_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Fox Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDg5NTRhNDJlNjllMDg4MWFlNmQyNGQ0MjgxNDU5YzE0NGEwZDVhOTY4YWVkMzVkNmQzZDczYTNjNjVkMjZhIn19fQ==","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FOX_BITE","icon":{"material":"QUARTZ","name":"Fox Bite","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FOX_DEATH","icon":{"material":"PLAYER_HEAD","name":"Fox Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FOX_EAT","icon":{"material":"APPLE","name":"Fox Eat","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FOX_HURT","icon":{"material":"REDSTONE","name":"Fox Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FOX_SCREECH","icon":{"material":"NOTE_BLOCK","name":"Fox Screech","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FOX_SLEEP","icon":{"material":"GREEN_BED","name":"Fox Sleep","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FOX_SNIFF","icon":{"material":"MELON_SEEDS","name":"Fox Sniff","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FOX_SPIT","icon":{"material":"GHAST_TEAR","name":"Fox Spit","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FOX_TELEPORT","icon":{"material":"ENDER_PEARL","name":"Fox Teleport","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GOAT_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Goat Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjAzMzMwMzk4YTBkODMzZjUzYWU4YzlhMWNiMzkzYzc0ZTlkMzFlMTg4ODU4NzBlODZhMjEzM2Q0NGYwYzYzYyJ9fX0=","deprecatedNote":[],"description":["8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GOAT_DEATH","icon":{"material":"PLAYER_HEAD","name":"Goat Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GOAT_EAT","icon":{"material":"WHEAT","name":"Goat Eat","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GOAT_HURT","icon":{"material":"REDSTONE","name":"Goat Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GOAT_LONG_JUMP","icon":{"material":"FEATHER","name":"Goat Long Jump","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GOAT_MILK","icon":{"material":"MILK_BUCKET","name":"Goat Milk","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GOAT_PREPARE_RAM","icon":{"material":"DIAMOND_SWORD","name":"Goat Prepare Ram","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GOAT_RAM_IMPACT","icon":{"material":"DIAMOND_SWORD","name":"Goat Ram Impact","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GOAT_HORN_BREAK","icon":{"material":"GOAT_HORN","name":"Goat Horn Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GOAT_STEP","icon":{"material":"IRON_BOOTS","name":"Goat Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GOAT_SCREAMING_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Screaming Goat Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjAzMzMwMzk4YTBkODMzZjUzYWU4YzlhMWNiMzkzYzc0ZTlkMzFlMTg4ODU4NzBlODZhMjEzM2Q0NGYwYzYzYyJ9fX0=","deprecatedNote":[],"description":["17 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GOAT_SCREAMING_DEATH","icon":{"material":"PLAYER_HEAD","name":"Screaming Goat Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GOAT_SCREAMING_EAT","icon":{"material":"WHEAT","name":"Screaming Goat Eat","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GOAT_SCREAMING_HURT","icon":{"material":"REDSTONE","name":"Screaming Goat Hurt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GOAT_SCREAMING_LONG_JUMP","icon":{"material":"FEATHER","name":"Screaming Goat Long Jump","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GOAT_SCREAMING_MILK","icon":{"material":"MILK_BUCKET","name":"Screaming Goat Milk","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GOAT_SCREAMING_PREPARE_RAM","icon":{"material":"DIAMOND_SWORD","name":"Screaming Goat Prepare Ram","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GOAT_SCREAMING_RAM_IMPACT","icon":{"material":"DIAMOND_SWORD","name":"Screaming Goat Ram Impact","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GLOW_SQUID_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Glow Squid Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2U5NGExYmIxY2IwMGFhYTE1M2E3NGRhZjRiMGVlYTIwYjg5NzQ1MjJmZTk5MDFlYjU1YWVmNDc4ZWJlZmYwZCJ9fX0=","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GLOW_SQUID_DEATH","icon":{"material":"PLAYER_HEAD","name":"Glow Squid Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GLOW_SQUID_HURT","icon":{"material":"REDSTONE","name":"Glow Squid Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GLOW_SQUID_SQUIRT","icon":{"material":"GLOW_INK_SAC","name":"Glow Squid Squirt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_HORSE_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Horse Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjI4ZDFhYjRiZTFlMjhiN2I0NjFmZGVhNDYzODFhYzM2M2E3ZTVjMzU5MWM5ZTVkMjY4M2ZiZTFlYzlmY2QzIn19fQ==","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_HORSE_ANGRY","icon":{"material":"REDSTONE_BLOCK","name":"Horse Angry","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_HORSE_BREATHE","icon":{"material":"STRING","name":"Horse Breathe","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_HORSE_DEATH","icon":{"material":"PLAYER_HEAD","name":"Horse Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_HORSE_EAT","icon":{"material":"CARROT","name":"Horse Eat","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_HORSE_SADDLE","icon":{"material":"SADDLE","name":"Horse Equip Saddle","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_HORSE_ARMOR","icon":{"material":"IRON_HORSE_ARMOR","name":"Horse Equip Armor","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_HORSE_GALLOP","icon":{"material":"GOLDEN_BOOTS","name":"Horse Gallop","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_HORSE_HURT","icon":{"material":"REDSTONE","name":"Horse Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_HORSE_JUMP","icon":{"material":"RABBIT_FOOT","name":"Horse Jump","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_HORSE_LAND","icon":{"material":"GRASS_BLOCK","name":"Horse Land","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_HORSE_STEP","icon":{"material":"IRON_BOOTS","name":"Horse Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_HORSE_STEP_WOOD","icon":{"material":"LEATHER_BOOTS","name":"Horse Step (Wood)","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_IRON_GOLEM_ATTACK","icon":{"material":"DIAMOND_SWORD","name":"Iron Golem Attack","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_IRON_GOLEM_DAMAGE","icon":{"material":"WOODEN_PICKAXE","name":"Iron Golem Damage","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_IRON_GOLEM_DEATH","icon":{"material":"PLAYER_HEAD","name":"Iron Golem Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_IRON_GOLEM_HURT","icon":{"material":"REDSTONE","name":"Iron Golem Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_IRON_GOLEM_REPAIR","icon":{"material":"ANVIL","name":"Iron Golem Repair","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_IRON_GOLEM_STEP","icon":{"material":"IRON_BOOTS","name":"Iron Golem Step","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_LLAMA_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Llama Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODE4Y2Q0NTdmYmFmMzI3ZmEzOWYxMGI1YjM2MTY2ZmQwMTgyNjQwMzY4NjUxNjRjMDJkOWU1ZmY1M2Y0NSJ9fX0=","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_LLAMA_ANGRY","icon":{"material":"REDSTONE_BLOCK","name":"Llama Angry","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_LLAMA_DEATH","icon":{"material":"PLAYER_HEAD","name":"Llama Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_LLAMA_EAT","icon":{"material":"APPLE","name":"Llama Eat","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_LLAMA_CHEST","icon":{"material":"CHEST","name":"Llama Equip Chest","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_LLAMA_HURT","icon":{"material":"REDSTONE","name":"Llama Hurt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_LLAMA_STEP","icon":{"material":"IRON_BOOTS","name":"Llama Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_LLAMA_SPIT","icon":{"material":"GHAST_TEAR","name":"Llama Spit","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_LLAMA_SWAG","icon":{"material":"BAKED_POTATO","name":"Llama Swag","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_MOOSHROOM_CONVERT","icon":{"material":"TRIDENT","name":"Mooshroom Convert","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_MOOSHROOM_EAT","icon":{"material":"WHEAT","name":"Mooshroom Eat","deprecatedNote":[],"description":["12 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_MOOSHROOM_MILK","icon":{"material":"MILK_BUCKET","name":"Mooshroom Milk","deprecatedNote":[],"description":["9 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_MOOSHROOM_SHEAR","icon":{"material":"SHEARS","name":"Mooshroom Shear","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_MOOSHROOM_SUSPICIOUS_MILK","icon":{"material":"SUSPICIOUS_STEW","name":"Brown Mooshroom Milk","deprecatedNote":[],"description":["9 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_MULE_ANGRY","icon":{"material":"REDSTONE_BLOCK","name":"Mule Angry","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_MULE_CHEST","icon":{"material":"CHEST","name":"Mule Equip Chest","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_MULE_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Mule Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTA0ODZhNzQyZTdkZGEwYmFlNjFjZTJmNTVmYTEzNTI3ZjFjM2IzMzRjNTdjMDM0YmI0Y2YxMzJmYjVmNWYifX19","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_MULE_DEATH","icon":{"material":"PLAYER_HEAD","name":"Mule Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_MULE_EAT","icon":{"material":"CARROT","name":"Mule Eat","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_MULE_HURT","icon":{"material":"REDSTONE","name":"Mule Hurt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_OCELOT_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Ocelot Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTFmMDdlM2YyZTVmMjU2YmZhZGU2NjZhOGRlMWI1ZDMwMjUyYzk1ZTk4ZjhhOGVjYzZlM2M3YjdmNjcwOTUifX19","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_OCELOT_DEATH","icon":{"material":"PLAYER_HEAD","name":"Ocelot Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_OCELOT_HURT","icon":{"material":"REDSTONE","name":"Ocelot Hurt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PANDA_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Panda Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGNhMDk2ZWVhNTA2MzAxYmVhNmQ0YjE3ZWUxNjA1NjI1YTZmNTA4MmM3MWY3NGE2MzljYzk0MDQzOWY0NzE2NiJ9fX0=","deprecatedNote":[],"description":["9 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PANDA_AGGRESSIVE_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Panda Ambient (Aggressive)","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGNhMDk2ZWVhNTA2MzAxYmVhNmQ0YjE3ZWUxNjA1NjI1YTZmNTA4MmM3MWY3NGE2MzljYzk0MDQzOWY0NzE2NiJ9fX0=","deprecatedNote":[],"description":["8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PANDA_WORRIED_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Panda Ambient (Worried)","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGNhMDk2ZWVhNTA2MzAxYmVhNmQ0YjE3ZWUxNjA1NjI1YTZmNTA4MmM3MWY3NGE2MzljYzk0MDQzOWY0NzE2NiJ9fX0=","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PANDA_BITE","icon":{"material":"QUARTZ","name":"Panda Bite","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PANDA_CANT_BREED","icon":{"material":"WHEAT","name":"Panda Sterile","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PANDA_DEATH","icon":{"material":"PLAYER_HEAD","name":"Panda Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PANDA_EAT","icon":{"material":"BAMBOO","name":"Panda Eat","deprecatedNote":[],"description":["12 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PANDA_HURT","icon":{"material":"REDSTONE","name":"Panda Hurt","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PANDA_PRE_SNEEZE","icon":{"material":"SCUTE","name":"Panda Pre-Sneeze","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PANDA_SNEEZE","icon":{"material":"SLIME_BALL","name":"Panda Sneeze","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PANDA_STEP","icon":{"material":"IRON_BOOTS","name":"Panda Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Parrot Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzA3ZGFiMmNiZWJlYTUzOWI2NGQ1YWQyNDZmOWNjYzFmY2RhN2FhOTRiODhlNTlmYzI4Mjk4NTJmNDYwNzEifX19","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_DEATH","icon":{"material":"PLAYER_HEAD","name":"Parrot Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_HURT","icon":{"material":"REDSTONE","name":"Parrot Hurt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_STEP","icon":{"material":"IRON_BOOTS","name":"Parrot Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_EAT","icon":{"material":"WHEAT_SEEDS","name":"Parrot Eat","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_FLY","icon":{"material":"ELYTRA","name":"Parrot Fly","deprecatedNote":[],"description":["8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_BLAZE","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Blaze","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjc4ZWYyZTRjZjJjNDFhMmQxNGJmZGU5Y2FmZjEwMjE5ZjViMWJmNWIzNWE0OWViNTFjNjQ2Nzg4MmNiNWYwIn19fQ==","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_CREEPER","icon":{"material":"CREEPER_HEAD","name":"Parrot Imitate Creeper","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_DROWNED","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Drowned","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzg0ZGY3OWM0OTEwNGIxOThjZGFkNmQ5OWZkMGQwYmNmMTUzMWM5MmQ0YWI2MjY5ZTQwYjdkM2NiYmI4ZTk4YyJ9fX0=","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_ELDER_GUARDIAN","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Elder Guardian","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWM3OTc0ODJhMTRiZmNiODc3MjU3Y2IyY2ZmMWI2ZTZhOGI4NDEzMzM2ZmZiNGMyOWE2MTM5Mjc4YjQzNmIifX19","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_ENDER_DRAGON","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Ender Dragon","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRlY2MwNDA3ODVlNTQ2NjNlODU1ZWYwNDg2ZGE3MjE1NGQ2OWJiNGI3NDI0YjczODFjY2Y5NWIwOTVhIn19fQ==","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_ENDERMITE","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Endermite","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWJjN2I5ZDM2ZmI5MmI2YmYyOTJiZTczZDMyYzZjNWIwZWNjMjViNDQzMjNhNTQxZmFlMWYxZTY3ZTM5M2EzZSJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_EVOKER","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Evoker","head":"eyJ0aW1lc3RhbXAiOjE1Njc4OTEyODI1MTksInByb2ZpbGVJZCI6IjVkMjRiYTBiMjg4YzQyOTM4YmExMGVjOTkwNjRkMjU5IiwicHJvZmlsZU5hbWUiOiJ4RmFpaWlMZVIiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzMzNjQ1NzFhY2U4YWRlM2UyMTk5ZGE0OWU4MWIyMjZiYTM3MmUzOTI4MGI2ODVhZjFlYjFkZmYwNzhkMzUwOTIifX19","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_GHAST","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Ghast","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGI2YTcyMTM4ZDY5ZmJiZDJmZWEzZmEyNTFjYWJkODcxNTJlNGYxYzk3ZTVmOTg2YmY2ODU1NzFkYjNjYzAifX19","deprecatedNote":[],"description":["7 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_GUARDIAN","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Guardian","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjIxMDI1NDM0MDQ1YmRhNzAyNWIzZTUxNGIzMTZhNGI3NzBjNmZhYTRiYTlhZGI0YmUzODA5NTI2ZGI3N2Y5ZCJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_HOGLIN","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Hoglin","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWJiOWJjMGYwMWRiZDc2MmEwOGQ5ZTc3YzA4MDY5ZWQ3Yzk1MzY0YWEzMGNhMTA3MjIwODU2MWI3MzBlOGQ3NSJ9fX0=","deprecatedNote":[],"description":["11 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_HUSK","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Husk","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDY3NGM2M2M4ZGI1ZjRjYTYyOGQ2OWEzYjFmOGEzNmUyOWQ4ZmQ3NzVlMWE2YmRiNmNhYmI0YmU0ZGIxMjEifX19","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_ILLUSIONER","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Illusioner","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTEyNTEyZTdkMDE2YTIzNDNhN2JmZjFhNGNkMTUzNTdhYjg1MTU3OWYxMzg5YmQ0ZTNhMjRjYmViODhiIn19fQ==","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_MAGMA_CUBE","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Magma Cube","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzg5NTdkNTAyM2M5MzdjNGM0MWFhMjQxMmQ0MzQxMGJkYTIzY2Y3OWE5ZjZhYjM2Yjc2ZmVmMmQ3YzQyOSJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_PHANTOM","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Phantom","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2U5NTE1M2VjMjMyODRiMjgzZjAwZDE5ZDI5NzU2ZjI0NDMxM2EwNjFiNzBhYzAzYjk3ZDIzNmVlNTdiZDk4MiJ9fX0=","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_PIGLIN","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Piglin","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTA4MWExMjM5ZmZmZTEzNWNiZmE0YTk4YTZhYTZjYzViMDc4N2FkMDc5MGY1NmExNmJmMDdmODYzNzQ2MDZjNSJ9fX0=","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_PILLAGER","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Pillager","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGFlZTZiYjM3Y2JmYzkyYjBkODZkYjVhZGE0NzkwYzY0ZmY0NDY4ZDY4Yjg0OTQyZmRlMDQ0MDVlOGVmNTMzMyJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_RAVAGER","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Ravager","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2QyMGJmNTJlYzM5MGEwNzk5Mjk5MTg0ZmM2NzhiZjg0Y2Y3MzJiYjFiZDc4ZmQxYzRiNDQxODU4ZjAyMzVhOCJ9fX0=","deprecatedNote":[],"description":["8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_PIGLIN_BRUTE","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Piglin Brute","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2UzMDBlOTAyNzM0OWM0OTA3NDk3NDM4YmFjMjllM2E0Yzg3YTg0OGM1MGIzNGMyMTI0MjcyN2I1N2Y0ZTFjZiJ9fX0=","deprecatedNote":[],"description":["9 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_SHULKER","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Shulker","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWU3MzgzMmUyNzJmODg0NGM0NzY4NDZiYzQyNGEzNDMyZmI2OThjNThlNmVmMmE5ODcxYzdkMjlhZWVhNyJ9fX0=","deprecatedNote":[],"description":["7 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_SILVERFISH","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Silverfish","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGE5MWRhYjgzOTFhZjVmZGE1NGFjZDJjMGIxOGZiZDgxOWI4NjVlMWE4ZjFkNjIzODEzZmE3NjFlOTI0NTQwIn19fQ==","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_SKELETON","icon":{"material":"SKELETON_SKULL","name":"Parrot Imitate Skeleton","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_SLIME","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Slime","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODk1YWVlYzZiODQyYWRhODY2OWY4NDZkNjViYzQ5NzYyNTk3ODI0YWI5NDRmMjJmNDViZjNiYmI5NDFhYmU2YyJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_SPIDER","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Spider","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ==","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_STRAY","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Stray","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzhkZGY3NmU1NTVkZDVjNGFhOGEwYTVmYzU4NDUyMGNkNjNkNDg5YzI1M2RlOTY5ZjdmMjJmODVhOWEyZDU2In19fQ==","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_VEX","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Vex","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODY5YTdjNmYwYTczNThjNTk0YzI5ZDNkNDJjZjdiNjk2MzhlZjNiNWIzZWMxZjlkMzgxNTBjOGIyYmZmNzgxMyJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_VINDICATOR","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Vindicator","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWUxY2FiMzgyNDU4ZTg0M2FjNDM1NmUzZTAwZTFkMzVjMzZmNDQ5ZmExYTg0NDg4YWIyYzY1NTdiMzkyZCJ9fX0=","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_WARDEN","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Warden","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Y2NDgxYzdjNDM1YzM0ZjIxZGZmMTA0M2E0YzcwMzRjNDQ1YTM4M2E1NDM1ZmExZjJhNTAzYTM0OGFmZDYyZiJ9fX0=","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_WITCH","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Witch","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjBlMTNkMTg0NzRmYzk0ZWQ1NWFlYjcwNjk1NjZlNDY4N2Q3NzNkYWMxNmY0YzNmODcyMmZjOTViZjlmMmRmYSJ9fX0=","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_WITHER","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Wither","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2RmNzRlMzIzZWQ0MTQzNjk2NWY1YzU3ZGRmMjgxNWQ1MzMyZmU5OTllNjhmYmI5ZDZjZjVjOGJkNDEzOWYifX19","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_WITHER_SKELETON","icon":{"material":"WITHER_SKELETON_SKULL","name":"Parrot Imitate Wither Skeleton","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_ZOGLIN","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Zoglin","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzE5YjdiNWU5ZmZkNGUyMmI4OTBhYjc3OGI0Nzk1YjY2MmZhZmYyYjQ5NzhiZjgxNTU3NGU0OGIwZTUyYjMwMSJ9fX0=","deprecatedNote":[],"description":["7 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_ZOMBIE","icon":{"material":"ZOMBIE_HEAD","name":"Parrot Imitate Zombie","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PARROT_IMITATE_ZOMBIE_VILLAGER","icon":{"material":"PLAYER_HEAD","name":"Parrot Imitate Zombie Villager","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmI1NTJjOTBmMjEyZTg1NWQxMjI1NWQ1Y2Q2MmVkMzhiOWNkN2UzMGU3M2YwZWE3NzlkMTc2NDMzMGU2OTI2NCJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PIG_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Pig Ambient","head":"eyJ0aW1lc3RhbXAiOjE1NDQ3ODAzMzAyNzQsInByb2ZpbGVJZCI6ImE5MGI4MmIwNzE4NTQ0ZjU5YmE1MTZkMGY2Nzk2NDkwIiwicHJvZmlsZU5hbWUiOiJJbUZhdFRCSCIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzdiYTM2ZmZiMTNjMWUxNTc2ZmViMjc3ZTM1OGNmMWZmZjM1ZGNhY2M2OTNlY2M1MDc1OTUwN2UwM2I1ODIifX19","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PIG_DEATH","icon":{"material":"PLAYER_HEAD","name":"Pig Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PIG_SADDLE","icon":{"material":"SADDLE","name":"Pig Equip Saddle","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PIG_HURT","icon":{"material":"REDSTONE","name":"Pig Hurt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PIG_STEP","icon":{"material":"IRON_BOOTS","name":"Pig Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_POLAR_BEAR_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Polar Bear Ambient","head":"eyJ0aW1lc3RhbXAiOjE1Njc4NzEzNzYwODAsInByb2ZpbGVJZCI6IjQ0MDNkYzU0NzViYzRiMTVhNTQ4Y2ZkYTZiMGViN2Q5IiwicHJvZmlsZU5hbWUiOiJHR0dhbWVyc1lUIiwic2lnbmF0dXJlUmVxdWlyZWQiOnRydWUsInRleHR1cmVzIjp7IlNLSU4iOnsidXJsIjoiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9hMGVjNWJkMTE1OWI3OTQ5NjBmMjJiNTBjNjY0N2ExY2FkYTNhZmIwYTQ5NzQ3NmRhZGZmNTM4OGNiOGQyMDU1In19fQ==","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_POLAR_BEAR_DEATH","icon":{"material":"PLAYER_HEAD","name":"Polar Bear Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_POLAR_BEAR_HURT","icon":{"material":"REDSTONE","name":"Polar Bear Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_POLAR_BEAR_STEP","icon":{"material":"IRON_BOOTS","name":"Polar Bear Step","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_POLAR_BEAR_WARNING","icon":{"material":"FIREWORK_STAR","name":"Polar Bear Warn","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_POLAR_BEAR_AMBIENT_BABY","icon":{"material":"PLAYER_HEAD","name":"Baby Polar Bear Ambient","head":"eyJ0aW1lc3RhbXAiOjE1Njc4NzEzNzYwODAsInByb2ZpbGVJZCI6IjQ0MDNkYzU0NzViYzRiMTVhNTQ4Y2ZkYTZiMGViN2Q5IiwicHJvZmlsZU5hbWUiOiJHR0dhbWVyc1lUIiwic2lnbmF0dXJlUmVxdWlyZWQiOnRydWUsInRleHR1cmVzIjp7IlNLSU4iOnsidXJsIjoiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9hMGVjNWJkMTE1OWI3OTQ5NjBmMjJiNTBjNjY0N2ExY2FkYTNhZmIwYTQ5NzQ3NmRhZGZmNTM4OGNiOGQyMDU1In19fQ==","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PUFFER_FISH_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Pufferfish Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTcxNTI4NzZiYzNhOTZkZDJhMjI5OTI0NWVkYjNiZWVmNjQ3YzhhNTZhYzg4NTNhNjg3YzNlN2I1ZDhiYiJ9fX0=","deprecatedNote":[],"description":["No variants"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PUFFER_FISH_DEATH","icon":{"material":"PLAYER_HEAD","name":"Pufferfish Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PUFFER_FISH_BLOW_OUT","icon":{"material":"LINGERING_POTION","name":"Pufferfish Deflate","color":{"red":192,"green":192,"blue":192},"deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PUFFER_FISH_FLOP","icon":{"material":"PUFFERFISH","name":"Pufferfish Flop","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PUFFER_FISH_HURT","icon":{"material":"REDSTONE","name":"Pufferfish Hurt","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PUFFER_FISH_BLOW_UP","icon":{"material":"LINGERING_POTION","name":"Pufferfish Inflate","color":{"red":255,"green":255,"blue":0},"deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PUFFER_FISH_STING","icon":{"material":"YELLOW_DYE","name":"Pufferfish Sting","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_RABBIT_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Rabbit Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmZlY2M2YjVlNmVhNWNlZDc0YzQ2ZTc2MjdiZTNmMDgyNjMyN2ZiYTI2Mzg2YzZjYzc4NjMzNzJlOWJjIn19fQ==","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_RABBIT_DEATH","icon":{"material":"PLAYER_HEAD","name":"Rabbit Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_RABBIT_HURT","icon":{"material":"REDSTONE","name":"Rabbit Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_RABBIT_JUMP","icon":{"material":"RABBIT_FOOT","name":"Rabbit Jump","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_RABBIT_ATTACK","icon":{"material":"DIAMOND_SWORD","name":"Killer Rabbit Attack","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SHEEP_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Sheep Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjMxZjljY2M2YjNlMzJlY2YxM2I4YTExYWMyOWNkMzNkMThjOTVmYzczZGI4YTY2YzVkNjU3Y2NiOGJlNzAifX19","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SHEEP_DEATH","icon":{"material":"PLAYER_HEAD","name":"Sheep Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SHEEP_HURT","icon":{"material":"REDSTONE","name":"Sheep Hurt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SHEEP_SHEAR","icon":{"material":"SHEARS","name":"Sheep Shear","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SHEEP_STEP","icon":{"material":"IRON_BOOTS","name":"Sheep Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SNIFFER_IDLE","icon":{"material":"PLAYER_HEAD","name":"Sniffer Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2Q2YzlmNDM1MTBjYjkwZDI0NDkzZTA3YjdjZjhjYTlmNTQxMzJkMDlhMjU3ZjIwYjcwNDgwMjJlM2IxYjcwNyJ9fX0=","deprecatedNote":[],"description":["11 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SNIFFER_DEATH","icon":{"material":"PLAYER_HEAD","name":"Sniffer Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SNIFFER_DIGGING","icon":{"material":"GOLDEN_SHOVEL","name":"Sniffer Digging","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SNIFFER_DIGGING_STOP","icon":{"material":"IRON_SHOVEL","name":"Sniffer Stop Digging","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SNIFFER_DROP_SEED","icon":{"material":"TORCHFLOWER_SEEDS","name":"Sniffer Drop Seed","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SNIFFER_EAT","icon":{"material":"TORCHFLOWER","name":"Sniffer Eat","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SNIFFER_HAPPY","icon":{"material":"EMERALD","name":"Sniffer Happy","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SNIFFER_HURT","icon":{"material":"REDSTONE","name":"Sniffer Hurt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SNIFFER_SCENTING","icon":{"material":"SUGAR","name":"Sniffer Scenting","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SNIFFER_SEARCHING","icon":{"material":"COMPASS","name":"Sniffer Searching","deprecatedNote":[],"description":["12 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SNIFFER_SNIFFING","icon":{"material":"FILLED_MAP","name":"Sniffer Sniffing","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SNIFFER_STEP","icon":{"material":"IRON_BOOTS","name":"Sniffer Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SNOW_GOLEM_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Snow Golem Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDIyNGIyNTc5NjUyOWVmNThhMzZkYTZmMjI3ZGQzZWY0MGE4NDIxNzJkOTFmMzk2YWFiZWVkN2UwNGRiZDViMSJ9fX0=","deprecatedNote":[],"description":["No variants"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SNOW_GOLEM_DEATH","icon":{"material":"PLAYER_HEAD","name":"Snow Golem Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SNOW_GOLEM_HURT","icon":{"material":"REDSTONE","name":"Snow Golem Hurt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SNOW_GOLEM_SHEAR","icon":{"material":"SHEARS","name":"Snow Golem Shear","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SNOW_GOLEM_SHOOT","icon":{"material":"BOW","name":"Snow Golem Shoot","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SQUID_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Squid Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMDE0MzNiZTI0MjM2NmFmMTI2ZGE0MzRiODczNWRmMWViNWIzY2IyY2VkZTM5MTQ1OTc0ZTljNDgzNjA3YmFjIn19fQ==","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SQUID_DEATH","icon":{"material":"PLAYER_HEAD","name":"Squid Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SQUID_HURT","icon":{"material":"REDSTONE","name":"Squid Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SQUID_SQUIRT","icon":{"material":"INK_SAC","name":"Squid Squirt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_TADPOLE_DEATH","icon":{"material":"PLAYER_HEAD","name":"Tadpole Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_TADPOLE_HURT","icon":{"material":"REDSTONE","name":"Tadpole Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_TADPOLE_FLOP","icon":{"material":"GRASS_BLOCK","name":"Tadpole Flop","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_TADPOLE_GROW_UP","icon":{"material":"PLAYER_HEAD","name":"Tadpole Grow Up","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjNjZTZmOTk5OGVkMmRhNzU3ZDFlNjM3MmYwNGVmYTIwZTU3ZGZjMTdjM2EwNjQ3ODY1N2JiZGY1MWMyZjJhMiJ9fX0=","deprecatedNote":[],"description":["8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_TURTLE_AMBIENT_LAND","icon":{"material":"PLAYER_HEAD","name":"Turtle Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMGE0MDUwZTdhYWNjNDUzOTIwMjY1OGZkYzMzOWRkMTgyZDdlMzIyZjlmYmNjNGQ1Zjk5YjU3MThhIn19fQ==","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_TURTLE_DEATH","icon":{"material":"PLAYER_HEAD","name":"Turtle Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_TURTLE_HURT","icon":{"material":"REDSTONE","name":"Turtle Hurt","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_TURTLE_SHAMBLE","icon":{"material":"IRON_BOOTS","name":"Turtle Shamble","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_TURTLE_LAY_EGG","icon":{"material":"EGG","name":"Turtle Lay Egg","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_TURTLE_EGG_CRACK","icon":{"material":"TURTLE_EGG","name":"Turtle Egg Crack","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_TURTLE_EGG_HATCH","icon":{"material":"TURTLE_SPAWN_EGG","name":"Turtle Egg Hatch","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_TURTLE_EGG_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Turtle Egg Break","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_TURTLE_SWIM","icon":{"material":"SEAGRASS","name":"Turtle Swim","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_TURTLE_DEATH_BABY","icon":{"material":"PLAYER_HEAD","name":"Baby Turtle Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_TURTLE_HURT_BABY","icon":{"material":"REDSTONE","name":"Baby Turtle Hurt","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_TURTLE_SHAMBLE_BABY","icon":{"material":"IRON_BOOTS","name":"Baby Turtle Shamble","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WOLF_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Wolf Ambient","head":"eyJ0aW1lc3RhbXAiOjE1Njc4NzAyMTA2ODUsInByb2ZpbGVJZCI6IjhkMmQxZDZkODAzNDRjODliZDg2ODA5YTMxZmQ1MTkzIiwicHJvZmlsZU5hbWUiOiJNSEZfV29sZiIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjk2YTUzN2E4MTNhMWMxN2FiNGM5MGQyMTJiODBkMDNiMWJhZjFlM2NmMTcyZjVmZmUwMmFmZDA1MzJmY2NlZiJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WOLF_DEATH","icon":{"material":"PLAYER_HEAD","name":"Wolf Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WOLF_GROWL","icon":{"material":"BLAZE_POWDER","name":"Wolf Growl","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WOLF_HOWL","icon":{"material":"BONE","name":"Wolf Howl","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WOLF_HURT","icon":{"material":"REDSTONE","name":"Wolf Hurt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WOLF_PANT","icon":{"material":"STRING","name":"Wolf Pant","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WOLF_SHAKE","icon":{"material":"LIGHT_BLUE_DYE","name":"Wolf Shake","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WOLF_STEP","icon":{"material":"IRON_BOOTS","name":"Wolf Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WOLF_WHINE","icon":{"material":"COOKED_BEEF","name":"Wolf Whine","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ALLAY_AMBIENT_WITHOUT_ITEM","icon":{"material":"PLAYER_HEAD","name":"Allay Ambient (Without Item)","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTUwMjk0YTE3NDczMTBmMTA0MTI0YzYzNzNjYzYzOWI3MTJiYWE1N2I3ZDkyNjI5N2I2NDUxODhiN2JiOWFiOSJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ALLAY_AMBIENT_WITH_ITEM","icon":{"material":"PLAYER_HEAD","name":"Allay Ambient (With Item)","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTUwMjk0YTE3NDczMTBmMTA0MTI0YzYzNzNjYzYzOWI3MTJiYWE1N2I3ZDkyNjI5N2I2NDUxODhiN2JiOWFiOSJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ALLAY_DEATH","icon":{"material":"PLAYER_HEAD","name":"Allay Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ALLAY_HURT","icon":{"material":"REDSTONE","name":"Allay Hurt","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ALLAY_ITEM_GIVEN","icon":{"material":"DIAMOND","name":"Allay Item Given","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ALLAY_ITEM_TAKEN","icon":{"material":"DIAMOND_ORE","name":"Allay Item Pickup","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ALLAY_ITEM_THROWN","icon":{"material":"DIAMOND_BLOCK","name":"Allay Item Thrown","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FROG_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Frog Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjNjZTZmOTk5OGVkMmRhNzU3ZDFlNjM3MmYwNGVmYTIwZTU3ZGZjMTdjM2EwNjQ3ODY1N2JiZGY1MWMyZjJhMiJ9fX0=","deprecatedNote":[],"description":["8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FROG_DEATH","icon":{"material":"PLAYER_HEAD","name":"Frog Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FROG_EAT","icon":{"material":"PLAYER_HEAD","name":"Frog Eat","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzg5NTdkNTAyM2M5MzdjNGM0MWFhMjQxMmQ0MzQxMGJkYTIzY2Y3OWE5ZjZhYjM2Yjc2ZmVmMmQ3YzQyOSJ9fX0=","deprecatedNote":[],"description":["8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FROG_HURT","icon":{"material":"REDSTONE","name":"Frog Hurt","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FROG_STEP","icon":{"material":"IRON_BOOTS","name":"Frog Step","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FROG_LAY_SPAWN","icon":{"material":"FROGSPAWN","name":"Frog Lay Spawn","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FROG_LONG_JUMP","icon":{"material":"RABBIT_FOOT","name":"Frog Long Jump","deprecatedNote":[],"description":["8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FROG_TONGUE","icon":{"material":"SWEET_BERRIES","name":"Frog Tongue","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_STRIDER_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Strider Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMThhOWFkZjc4MGVjN2RkNDYyNWM5YzA3NzkwNTJlNmExNWE0NTE4NjY2MjM1MTFlNGM4MmU5NjU1NzE0YjNjMSJ9fX0=","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_STRIDER_DEATH","icon":{"material":"PLAYER_HEAD","name":"Strider Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_STRIDER_EAT","icon":{"material":"WARPED_FUNGUS_ON_A_STICK","name":"Strider Eat","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_STRIDER_SADDLE","icon":{"material":"SADDLE","name":"Strider Equip Saddle","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_STRIDER_HAPPY","icon":{"material":"EMERALD","name":"Strider Happy","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_STRIDER_HURT","icon":{"material":"REDSTONE","name":"Strider Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_STRIDER_RETREAT","icon":{"material":"GHAST_TEAR","name":"Strider Retreat","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_STRIDER_STEP","icon":{"material":"IRON_BOOTS","name":"Strider Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_STRIDER_STEP_LAVA","icon":{"material":"NETHERITE_BOOTS","name":"Strider Step (Lava)","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VILLAGER_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Villager Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODIyZDhlNzUxYzhmMmZkNGM4OTQyYzQ0YmRiMmY1Y2E0ZDhhZThlNTc1ZWQzZWIzNGMxOGE4NmU5M2IifX19","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VILLAGER_DEATH","icon":{"material":"PLAYER_HEAD","name":"Villager Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VILLAGER_HURT","icon":{"material":"REDSTONE","name":"Villager Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VILLAGER_NO","icon":{"material":"BARRIER","name":"Villager No","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VILLAGER_TRADE","icon":{"material":"ARROW","name":"Villager Trading","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VILLAGER_YES","icon":{"material":"EMERALD","name":"Villager Yes","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VILLAGER_WORK_ARMORER","icon":{"material":"PLAYER_HEAD","name":"Armorer Work","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzI5Njc2ZWU2ZGE1YTM1MjFjYjQ3ODQ2Mzc3OWI4NzExZTMxODg3Y2Q5YTZkOWZkZWNmY2JjNTUwODNlNTUxNSJ9fX0=","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VILLAGER_WORK_BUTCHER","icon":{"material":"PLAYER_HEAD","name":"Butcher Work","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzQ3YjIyMjJlZDZmZTFkNDMxM2MzY2IzNDJiYTk2YTU1YTg5Yjc2ZTYyZDZiYTdhMTU4Y2QzZGU5NDNkZTNlZSJ9fX0=","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VILLAGER_WORK_CARTOGRAPHER","icon":{"material":"PLAYER_HEAD","name":"Cartographer Work","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWZjNmFjOWQ4NTU1NGJiZTU2YTY2NjhkZTBhNTRjYjFlZmY5M2UxNGY0YmNkZjcyNDVhNzQ0Y2MzNzcyMWYwYSJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VILLAGER_WORK_CLERIC","icon":{"material":"PLAYER_HEAD","name":"Cleric Work","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjYxYzQwZjhkYTQwOWVlZjQ0MzJjZTEwNjNmNTAwNTIwMTcwNzUwMzhjZjNhOWE2NTQ4NWVhNjIxYzU0OWY0MCJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VILLAGER_WORK_FARMER","icon":{"material":"PLAYER_HEAD","name":"Farmer Work","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDAxZTAzNWEzZDhkNjEyNjA3MmJjYmU1MmE5NzkxM2FjZTkzNTUyYTk5OTk1YjVkNDA3MGQ2NzgzYTMxZTkwOSJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VILLAGER_WORK_FISHERMAN","icon":{"material":"PLAYER_HEAD","name":"Fisherman Work","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzlhOWViZGQyYzFiZjJkMGE2MWMzYjk4YzBiYzQyNzc0NDRhMWI4ZmVkYmIxNmNjYTRmYWFjYTlmN2VjMDU5MiJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VILLAGER_WORK_FLETCHER","icon":{"material":"PLAYER_HEAD","name":"Fletcher Work","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWQxYzFiYzYzYTJkNTljOTNkMDdlZDFhYjZkYWU3YmRkNGMyZTlmMWE3N2IxNmRjN2ZiMTA2YzM1NDViNmU0NyJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VILLAGER_WORK_LEATHERWORKER","icon":{"material":"PLAYER_HEAD","name":"Leatherworker Work","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjc2Y2Y4YjczNzhlODg5Mzk1ZDUzOGU2MzU0YTE3YTNkZTZiMjk0YmI2YmY4ZGI5YzcwMTk1MWM2OGQzYzBlNiJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VILLAGER_WORK_LIBRARIAN","icon":{"material":"PLAYER_HEAD","name":"Librarian Work","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTY5ODQ3N2Q3ZDUzMjc0OGFmNGUwOTExNWVmMTZiYjk1OTk0ZjBlNThiMDkwZTZkMzA2NDQ1OGJiOWFlMTY4NyJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VILLAGER_WORK_MASON","icon":{"material":"PLAYER_HEAD","name":"Mason Work","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmMwMmMzZmZkNTcwNWFiNDg4YjMwNWQ1N2ZmMDE2OGUyNmRlNzBmZDNmNzM5ZTgzOTY2MWFiOTQ3ZGZmMzdiMSJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VILLAGER_WORK_SHEPHERD","icon":{"material":"PLAYER_HEAD","name":"Shepherd Work","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTE5NTUxNjhlZjUzZjcxMjBjMDg5ZGFmZTNlNmU0MzdlOTUyNDA1NTVkOGMzYWNjZjk0NGQ2YzU2Yjc0MDQ3NSJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VILLAGER_WORK_TOOLSMITH","icon":{"material":"PLAYER_HEAD","name":"Toolsmith Work","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2RmYTA3ZmQxMjQ0ZWI4OTQ1ZjRlZGVkZDAwNDI2NzUwYjc3ZWY1ZGZiYWYwM2VkNzc1NjMzNDU5ZWNlNDE1YSJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VILLAGER_WORK_WEAPONSMITH","icon":{"material":"PLAYER_HEAD","name":"Weaponsmith Work","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDBiM2E0MDNiODBjMmZmZTdiMzY1OTZmZDgwOWQ1NWM2MjRlN2M0MTQzYzZmZDYwYjFkNjJkMTU2MjkwYzU2OSJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VILLAGER_CELEBRATE","icon":{"material":"CAKE","name":"Villager Celebrate","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WANDERING_TRADER_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Wandering Trader Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWYxMzc5YTgyMjkwZDdhYmUxZWZhYWJiYzcwNzEwZmYyZWMwMmRkMzRhZGUzODZiYzAwYzkzMGM0NjFjZjkzMiJ9fX0=","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WANDERING_TRADER_DEATH","icon":{"material":"PLAYER_HEAD","name":"Wandering Trader Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WANDERING_TRADER_DISAPPEARED","icon":{"material":"GLASS_PANE","name":"Wandering Trader Disappear","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WANDERING_TRADER_DRINK_MILK","icon":{"material":"MILK_BUCKET","name":"Wandering Trader Drink Milk","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WANDERING_TRADER_DRINK_POTION","icon":{"material":"POTION","name":"Wandering Trader Drink Potion","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WANDERING_TRADER_HURT","icon":{"material":"REDSTONE","name":"Wandering Trader Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WANDERING_TRADER_NO","icon":{"material":"BARRIER","name":"Wandering Trader No","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WANDERING_TRADER_REAPPEARED","icon":{"material":"LEAD","name":"Wandering Trader Reappear","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WANDERING_TRADER_TRADE","icon":{"material":"ARROW","name":"Wandering Trader Trading","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WANDERING_TRADER_YES","icon":{"material":"EMERALD","name":"Wandering Trader Yes","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CREEPER_DEATH","icon":{"material":"PLAYER_HEAD","name":"Creeper Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GENERIC_EXPLODE","icon":{"material":"TNT","name":"Explode","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CREEPER_HURT","icon":{"material":"REDSTONE","name":"Creeper Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_CREEPER_PRIMED","icon":{"material":"FLINT_AND_STEEL","name":"Creeper Primed","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_DROWNED_AMBIENT_WATER","icon":{"material":"PLAYER_HEAD","name":"Drowned Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzg0ZGY3OWM0OTEwNGIxOThjZGFkNmQ5OWZkMGQwYmNmMTUzMWM5MmQ0YWI2MjY5ZTQwYjdkM2NiYmI4ZTk4YyJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_DROWNED_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Drowned Ambient (Land)","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzg0ZGY3OWM0OTEwNGIxOThjZGFkNmQ5OWZkMGQwYmNmMTUzMWM5MmQ0YWI2MjY5ZTQwYjdkM2NiYmI4ZTk4YyJ9fX0=","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_DROWNED_DEATH_WATER","icon":{"material":"PLAYER_HEAD","name":"Drowned Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_DROWNED_DEATH","icon":{"material":"PLAYER_HEAD","name":"Drowned Death (Land)","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_DROWNED_HURT_WATER","icon":{"material":"REDSTONE","name":"Drowned Hurt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_DROWNED_HURT","icon":{"material":"REDSTONE","name":"Drowned Hurt (Land)","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_DROWNED_SHOOT","icon":{"material":"TRIDENT","name":"Drowned Shoot","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_DROWNED_STEP","icon":{"material":"IRON_BOOTS","name":"Drowned Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_DROWNED_SWIM","icon":{"material":"SEAGRASS","name":"Drowned Swim","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ELDER_GUARDIAN_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Elder Guardian Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWM3OTc0ODJhMTRiZmNiODc3MjU3Y2IyY2ZmMWI2ZTZhOGI4NDEzMzM2ZmZiNGMyOWE2MTM5Mjc4YjQzNmIifX19","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ELDER_GUARDIAN_AMBIENT_LAND","icon":{"material":"PLAYER_HEAD","name":"Elder Guardian Ambient (Land)","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWM3OTc0ODJhMTRiZmNiODc3MjU3Y2IyY2ZmMWI2ZTZhOGI4NDEzMzM2ZmZiNGMyOWE2MTM5Mjc4YjQzNmIifX19","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ELDER_GUARDIAN_CURSE","icon":{"material":"WET_SPONGE","name":"Elder Guardian Curse","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ELDER_GUARDIAN_DEATH","icon":{"material":"PLAYER_HEAD","name":"Elder Guardian Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ELDER_GUARDIAN_DEATH_LAND","icon":{"material":"PLAYER_HEAD","name":"Elder Guardian Death (Land)","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ELDER_GUARDIAN_FLOP","icon":{"material":"PUFFERFISH","name":"Elder Guardian Flop","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ELDER_GUARDIAN_HURT","icon":{"material":"REDSTONE","name":"Elder Guardian Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ELDER_GUARDIAN_HURT_LAND","icon":{"material":"REDSTONE","name":"Elder Guardian Hurt (Land)","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GUARDIAN_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Guardian Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjIxMDI1NDM0MDQ1YmRhNzAyNWIzZTUxNGIzMTZhNGI3NzBjNmZhYTRiYTlhZGI0YmUzODA5NTI2ZGI3N2Y5ZCJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GUARDIAN_AMBIENT_LAND","icon":{"material":"PLAYER_HEAD","name":"Guardian Ambient (Land)","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjIxMDI1NDM0MDQ1YmRhNzAyNWIzZTUxNGIzMTZhNGI3NzBjNmZhYTRiYTlhZGI0YmUzODA5NTI2ZGI3N2Y5ZCJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GUARDIAN_ATTACK","icon":{"material":"DIAMOND_SWORD","name":"Guardian Attack","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GUARDIAN_DEATH","icon":{"material":"PLAYER_HEAD","name":"Guardian Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GUARDIAN_DEATH_LAND","icon":{"material":"PLAYER_HEAD","name":"Guardian Death (Land)","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GUARDIAN_FLOP","icon":{"material":"PUFFERFISH","name":"Guardian Flop","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GUARDIAN_HURT","icon":{"material":"REDSTONE","name":"Guardian Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GUARDIAN_HURT_LAND","icon":{"material":"REDSTONE","name":"Guardian Hurt (Land)","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_HUSK_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Husk Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDY3NGM2M2M4ZGI1ZjRjYTYyOGQ2OWEzYjFmOGEzNmUyOWQ4ZmQ3NzVlMWE2YmRiNmNhYmI0YmU0ZGIxMjEifX19","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_HUSK_DEATH","icon":{"material":"PLAYER_HEAD","name":"Husk Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_HUSK_HURT","icon":{"material":"REDSTONE","name":"Husk Hurt","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_HUSK_STEP","icon":{"material":"IRON_BOOTS","name":"Husk Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_HUSK_CONVERTED_TO_ZOMBIE","icon":{"material":"ZOMBIE_HEAD","name":"Husk Drown","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PHANTOM_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Phantom Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2U5NTE1M2VjMjMyODRiMjgzZjAwZDE5ZDI5NzU2ZjI0NDMxM2EwNjFiNzBhYzAzYjk3ZDIzNmVlNTdiZDk4MiJ9fX0=","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PHANTOM_BITE","icon":{"material":"QUARTZ","name":"Phantom Bite","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PHANTOM_DEATH","icon":{"material":"PLAYER_HEAD","name":"Phantom Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PHANTOM_FLAP","icon":{"material":"ELYTRA","name":"Phantom Flap","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PHANTOM_HURT","icon":{"material":"REDSTONE","name":"Phantom Hurt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PHANTOM_SWOOP","icon":{"material":"LIGHT_GRAY_DYE","name":"Phantom Swoop","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_RAVAGER_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Ravager Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2QyMGJmNTJlYzM5MGEwNzk5Mjk5MTg0ZmM2NzhiZjg0Y2Y3MzJiYjFiZDc4ZmQxYzRiNDQxODU4ZjAyMzVhOCJ9fX0=","deprecatedNote":[],"description":["8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_RAVAGER_ATTACK","icon":{"material":"DIAMOND_SWORD","name":"Ravager Attack","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_RAVAGER_DEATH","icon":{"material":"PLAYER_HEAD","name":"Ravager Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_RAVAGER_HURT","icon":{"material":"REDSTONE","name":"Ravager Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_RAVAGER_ROAR","icon":{"material":"ROTTEN_FLESH","name":"Ravager Roar","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_RAVAGER_STEP","icon":{"material":"IRON_BOOTS","name":"Ravager Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_RAVAGER_STUNNED","icon":{"material":"COBWEB","name":"Ravager Stunned","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_RAVAGER_CELEBRATE","icon":{"material":"CAKE","name":"Ravager Celebrate","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SILVERFISH_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Silverfish Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGE5MWRhYjgzOTFhZjVmZGE1NGFjZDJjMGIxOGZiZDgxOWI4NjVlMWE4ZjFkNjIzODEzZmE3NjFlOTI0NTQwIn19fQ==","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SILVERFISH_DEATH","icon":{"material":"PLAYER_HEAD","name":"Silverfish Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SILVERFISH_HURT","icon":{"material":"REDSTONE","name":"Silverfish Hurt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SILVERFISH_STEP","icon":{"material":"IRON_BOOTS","name":"Silverfish Step","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SKELETON_AMBIENT","icon":{"material":"SKELETON_SKULL","name":"Skeleton Ambient","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SKELETON_CONVERTED_TO_STRAY","icon":{"material":"PLAYER_HEAD","name":"Skeleton Convert To Stray","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzhkZGY3NmU1NTVkZDVjNGFhOGEwYTVmYzU4NDUyMGNkNjNkNDg5YzI1M2RlOTY5ZjdmMjJmODVhOWEyZDU2In19fQ==","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SKELETON_DEATH","icon":{"material":"PLAYER_HEAD","name":"Skeleton Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SKELETON_HURT","icon":{"material":"REDSTONE","name":"Skeleton Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SKELETON_STEP","icon":{"material":"IRON_BOOTS","name":"Skeleton Step","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SKELETON_SHOOT","icon":{"material":"BOW","name":"Skeleton Shoot","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SKELETON_HORSE_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Skeleton Horse Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDdlZmZjZTM1MTMyYzg2ZmY3MmJjYWU3N2RmYmIxZDIyNTg3ZTk0ZGYzY2JjMjU3MGVkMTdjZjg5NzNhIn19fQ==","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SKELETON_HORSE_AMBIENT_WATER","icon":{"material":"PLAYER_HEAD","name":"Skeleton Horse Ambient (Water)","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDdlZmZjZTM1MTMyYzg2ZmY3MmJjYWU3N2RmYmIxZDIyNTg3ZTk0ZGYzY2JjMjU3MGVkMTdjZjg5NzNhIn19fQ==","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SKELETON_HORSE_DEATH","icon":{"material":"PLAYER_HEAD","name":"Skeleton Horse Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SKELETON_HORSE_GALLOP_WATER","icon":{"material":"DIAMOND_BOOTS","name":"Skeleton Horse Gallop (Water)","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SKELETON_HORSE_HURT","icon":{"material":"REDSTONE","name":"Skeleton Horse Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SKELETON_HORSE_JUMP_WATER","icon":{"material":"PRISMARINE_BRICK_STAIRS","name":"Skeleton Horse Jump (Water)","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SKELETON_HORSE_STEP_WATER","icon":{"material":"DIAMOND_BOOTS","name":"Skeleton Horse Step (Water)","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SKELETON_HORSE_SWIM","icon":{"material":"SEAGRASS","name":"Skeleton Horse Swim","deprecatedNote":[],"description":["8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SLIME_ATTACK","icon":{"material":"DIAMOND_SWORD","name":"Slime Attack","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SLIME_DEATH","icon":{"material":"PLAYER_HEAD","name":"Slime Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SLIME_HURT","icon":{"material":"REDSTONE","name":"Slime Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SLIME_JUMP","icon":{"material":"SLIME_BLOCK","name":"Slime Jump","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SLIME_SQUISH","icon":{"material":"SLIME_BALL","name":"Slime Squish","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SLIME_DEATH_SMALL","icon":{"material":"PLAYER_HEAD","name":"Small Slime Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SLIME_HURT_SMALL","icon":{"material":"REDSTONE","name":"Small Slime Hurt","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SLIME_JUMP_SMALL","icon":{"material":"SLIME_BLOCK","name":"Small Slime Jump","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SLIME_SQUISH_SMALL","icon":{"material":"SLIME_BALL","name":"Small Slime Squish","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SPIDER_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Spider Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ==","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SPIDER_DEATH","icon":{"material":"PLAYER_HEAD","name":"Spider Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SPIDER_HURT","icon":{"material":"REDSTONE","name":"Spider Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SPIDER_STEP","icon":{"material":"IRON_BOOTS","name":"Spider Step","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_STRAY_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Stray Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzhkZGY3NmU1NTVkZDVjNGFhOGEwYTVmYzU4NDUyMGNkNjNkNDg5YzI1M2RlOTY5ZjdmMjJmODVhOWEyZDU2In19fQ==","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_STRAY_DEATH","icon":{"material":"PLAYER_HEAD","name":"Stray Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_STRAY_HURT","icon":{"material":"REDSTONE","name":"Stray Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_STRAY_STEP","icon":{"material":"IRON_BOOTS","name":"Stray Step","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VEX_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Vex Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODY5YTdjNmYwYTczNThjNTk0YzI5ZDNkNDJjZjdiNjk2MzhlZjNiNWIzZWMxZjlkMzgxNTBjOGIyYmZmNzgxMyJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VEX_CHARGE","icon":{"material":"DIAMOND_SWORD","name":"Vex Charge","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VEX_DEATH","icon":{"material":"PLAYER_HEAD","name":"Vex Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VEX_HURT","icon":{"material":"REDSTONE","name":"Vex Hurt","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WARDEN_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Warden Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Y2NDgxYzdjNDM1YzM0ZjIxZGZmMTA0M2E0YzcwMzRjNDQ1YTM4M2E1NDM1ZmExZjJhNTAzYTM0OGFmZDYyZiJ9fX0=","deprecatedNote":[],"description":["12 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WARDEN_DEATH","icon":{"material":"PLAYER_HEAD","name":"Warden Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WARDEN_HURT","icon":{"material":"REDSTONE","name":"Warden Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WARDEN_STEP","icon":{"material":"IRON_BOOTS","name":"Warden Step","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WARDEN_AGITATED","icon":{"material":"SCULK_SENSOR","name":"Warden Groan","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WARDEN_ANGRY","icon":{"material":"RED_GLAZED_TERRACOTTA","name":"Warden Angry","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WARDEN_ATTACK_IMPACT","icon":{"material":"IRON_SWORD","name":"Warden Attack","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WARDEN_DIG","icon":{"material":"COBBLESTONE","name":"Warden Dig","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WARDEN_EMERGE","icon":{"material":"WARDEN_SPAWN_EGG","name":"Warden Emerge","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WARDEN_HEARTBEAT","icon":{"material":"RECOVERY_COMPASS","name":"Warden Heartbeat","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WARDEN_LISTENING","icon":{"material":"NAUTILUS_SHELL","name":"Warden Listening","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WARDEN_LISTENING_ANGRY","icon":{"material":"NAUTILUS_SHELL","name":"Warden Listening (Angry)","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WARDEN_NEARBY_CLOSE","icon":{"material":"YELLOW_CONCRETE","name":"Warden Approach","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WARDEN_NEARBY_CLOSER","icon":{"material":"ORANGE_CONCRETE","name":"Warden Approach (Closer)","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WARDEN_NEARBY_CLOSEST","icon":{"material":"RED_CONCRETE","name":"Warden Approach (Closest)","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WARDEN_ROAR","icon":{"material":"SCULK_SHRIEKER","name":"Warden Roar","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WARDEN_SNIFF","icon":{"material":"COMPASS","name":"Warden Sniff","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WARDEN_SONIC_BOOM","icon":{"material":"BOW","name":"Warden Sonic Boom","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WARDEN_SONIC_CHARGE","icon":{"material":"SPECTRAL_ARROW","name":"Warden Sonic Charge","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WARDEN_TENDRIL_CLICKS","icon":{"material":"SCULK_SENSOR","name":"Warden Tendril Click","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WITCH_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Witch Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjBlMTNkMTg0NzRmYzk0ZWQ1NWFlYjcwNjk1NjZlNDY4N2Q3NzNkYWMxNmY0YzNmODcyMmZjOTViZjlmMmRmYSJ9fX0=","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WITCH_DEATH","icon":{"material":"PLAYER_HEAD","name":"Witch Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WITCH_DRINK","icon":{"material":"POTION","name":"Witch Drink","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WITCH_HURT","icon":{"material":"REDSTONE","name":"Witch Hurt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WITCH_THROW","icon":{"material":"SPLASH_POTION","name":"Witch Throw","color":{"red":192,"green":192,"blue":192},"deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WITCH_CELEBRATE","icon":{"material":"CAKE","name":"Witch Celebrate","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOMBIE_AMBIENT","icon":{"material":"ZOMBIE_HEAD","name":"Zombie Ambient","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOMBIE_ATTACK_WOODEN_DOOR","icon":{"material":"OAK_DOOR","name":"Zombie Attack Wooden Door","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOMBIE_ATTACK_IRON_DOOR","icon":{"material":"IRON_DOOR","name":"Zombie Attack Iron Door","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOMBIE_BREAK_WOODEN_DOOR","icon":{"material":"IRON_AXE","name":"Zombie Break Wooden Door","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOMBIE_DEATH","icon":{"material":"PLAYER_HEAD","name":"Zombie Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOMBIE_DESTROY_EGG","icon":{"material":"TURTLE_EGG","name":"Zombie Destroy Egg","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOMBIE_CONVERTED_TO_DROWNED","icon":{"material":"PLAYER_HEAD","name":"Zombie Drown","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzg0ZGY3OWM0OTEwNGIxOThjZGFkNmQ5OWZkMGQwYmNmMTUzMWM5MmQ0YWI2MjY5ZTQwYjdkM2NiYmI4ZTk4YyJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOMBIE_INFECT","icon":{"material":"FERMENTED_SPIDER_EYE","name":"Zombie Infect","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOMBIE_HURT","icon":{"material":"REDSTONE","name":"Zombie Hurt","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOMBIE_STEP","icon":{"material":"IRON_BOOTS","name":"Zombie Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOMBIE_HORSE_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Zombie Horse Ambient","head":"eyJ0aW1lc3RhbXAiOjE1Njc4ODgxOTkxMzEsInByb2ZpbGVJZCI6ImRkZWQ1NmUxZWY4YjQwZmU4YWQxNjI5MjBmN2FlY2RhIiwicHJvZmlsZU5hbWUiOiJEaXNjb3JkQXBwIiwic2lnbmF0dXJlUmVxdWlyZWQiOnRydWUsInRleHR1cmVzIjp7IlNLSU4iOnsidXJsIjoiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kNGY2OWFiYmY3N2UwOWJjYTM1ZmUwZTkyODEwYzA2NjAwYzBiNTJjMDhjNTAwZjdjY2Q1N2ZkZjUwZmY0NmRmIn19fQ==","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOMBIE_HORSE_DEATH","icon":{"material":"PLAYER_HEAD","name":"Zombie Horse Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOMBIE_HORSE_HURT","icon":{"material":"REDSTONE","name":"Zombie Horse Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOMBIE_VILLAGER_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Zombie Villager Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmI1NTJjOTBmMjEyZTg1NWQxMjI1NWQ1Y2Q2MmVkMzhiOWNkN2UzMGU3M2YwZWE3NzlkMTc2NDMzMGU2OTI2NCJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOMBIE_VILLAGER_CONVERTED","icon":{"material":"VILLAGER_SPAWN_EGG","name":"Zombie Villager Convert","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOMBIE_VILLAGER_CURE","icon":{"material":"GOLDEN_APPLE","name":"Zombie Villager Cure","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOMBIE_VILLAGER_DEATH","icon":{"material":"PLAYER_HEAD","name":"Zombie Villager Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOMBIE_VILLAGER_HURT","icon":{"material":"REDSTONE","name":"Zombie Villager Hurt","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOMBIE_VILLAGER_STEP","icon":{"material":"IRON_BOOTS","name":"Zombie Villager Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_BLAZE_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Blaze Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjc4ZWYyZTRjZjJjNDFhMmQxNGJmZGU5Y2FmZjEwMjE5ZjViMWJmNWIzNWE0OWViNTFjNjQ2Nzg4MmNiNWYwIn19fQ==","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_BLAZE_BURN","icon":{"material":"BLAZE_POWDER","name":"Blaze Burn","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_BLAZE_DEATH","icon":{"material":"PLAYER_HEAD","name":"Blaze Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_BLAZE_HURT","icon":{"material":"REDSTONE","name":"Blaze Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_BLAZE_SHOOT","icon":{"material":"FIRE_CHARGE","name":"Blaze Shoot","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GHAST_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Ghast Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGI2YTcyMTM4ZDY5ZmJiZDJmZWEzZmEyNTFjYWJkODcxNTJlNGYxYzk3ZTVmOTg2YmY2ODU1NzFkYjNjYzAifX19","deprecatedNote":[],"description":["7 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GHAST_DEATH","icon":{"material":"PLAYER_HEAD","name":"Ghast Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GHAST_HURT","icon":{"material":"REDSTONE","name":"Ghast Hurt","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GHAST_SCREAM","icon":{"material":"GHAST_TEAR","name":"Ghast Scream","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GHAST_SHOOT","icon":{"material":"FIRE_CHARGE","name":"Ghast Shoot","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GHAST_WARN","icon":{"material":"BLAZE_POWDER","name":"Ghast Warn","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_HOGLIN_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Hoglin Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWJiOWJjMGYwMWRiZDc2MmEwOGQ5ZTc3YzA4MDY5ZWQ3Yzk1MzY0YWEzMGNhMTA3MjIwODU2MWI3MzBlOGQ3NSJ9fX0=","deprecatedNote":[],"description":["11 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_HOGLIN_ANGRY","icon":{"material":"REDSTONE_BLOCK","name":"Hoglin Angry","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_HOGLIN_ATTACK","icon":{"material":"DIAMOND_SWORD","name":"Hoglin Attack","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_HOGLIN_CONVERTED_TO_ZOMBIFIED","icon":{"material":"PLAYER_HEAD","name":"Hoglin Zombify","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzE5YjdiNWU5ZmZkNGUyMmI4OTBhYjc3OGI0Nzk1YjY2MmZhZmYyYjQ5NzhiZjgxNTU3NGU0OGIwZTUyYjMwMSJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_HOGLIN_DEATH","icon":{"material":"PLAYER_HEAD","name":"Hoglin Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_HOGLIN_HURT","icon":{"material":"REDSTONE","name":"Hoglin Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_HOGLIN_RETREAT","icon":{"material":"WARPED_FUNGUS","name":"Hoglin Retreat","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_HOGLIN_STEP","icon":{"material":"IRON_BOOTS","name":"Hoglin Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_MAGMA_CUBE_DEATH","icon":{"material":"PLAYER_HEAD","name":"Magma Cube Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_MAGMA_CUBE_HURT","icon":{"material":"REDSTONE","name":"Magma Cube Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_MAGMA_CUBE_JUMP","icon":{"material":"MAGMA_BLOCK","name":"Magma Cube Jump","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_MAGMA_CUBE_SQUISH","icon":{"material":"MAGMA_CREAM","name":"Magma Cube Squish","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_MAGMA_CUBE_DEATH_SMALL","icon":{"material":"PLAYER_HEAD","name":"Small Magma Cube Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_MAGMA_CUBE_HURT_SMALL","icon":{"material":"REDSTONE","name":"Small Magma Cube Hurt","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_MAGMA_CUBE_SQUISH_SMALL","icon":{"material":"MAGMA_CREAM","name":"Small Magma Cube Squish","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PIGLIN_ADMIRING_ITEM","icon":{"material":"GOLD_INGOT","name":"Piglin Admiring Item","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PIGLIN_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Piglin Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTA4MWExMjM5ZmZmZTEzNWNiZmE0YTk4YTZhYTZjYzViMDc4N2FkMDc5MGY1NmExNmJmMDdmODYzNzQ2MDZjNSJ9fX0=","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PIGLIN_ANGRY","icon":{"material":"REDSTONE_BLOCK","name":"Piglin Angry","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PIGLIN_CELEBRATE","icon":{"material":"CAKE","name":"Piglin Celebrate","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PIGLIN_CONVERTED_TO_ZOMBIFIED","icon":{"material":"PLAYER_HEAD","name":"Piglin Zombify","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTkzNTg0MmFmNzY5MzgwZjc4ZThiOGE4OGQxZWE2Y2EyODA3YzFlNTY5M2MyY2Y3OTc0NTY2MjA4MzNlOTM2ZiJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PIGLIN_DEATH","icon":{"material":"PLAYER_HEAD","name":"Piglin Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PIGLIN_HURT","icon":{"material":"REDSTONE","name":"Piglin Hurt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PIGLIN_JEALOUS","icon":{"material":"GOLD_NUGGET","name":"Piglin Jealous","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PIGLIN_RETREAT","icon":{"material":"SOUL_CAMPFIRE","name":"Piglin Retreat","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PIGLIN_STEP","icon":{"material":"IRON_BOOTS","name":"Piglin Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PIGLIN_BRUTE_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Piglin Brute Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2UzMDBlOTAyNzM0OWM0OTA3NDk3NDM4YmFjMjllM2E0Yzg3YTg0OGM1MGIzNGMyMTI0MjcyN2I1N2Y0ZTFjZiJ9fX0=","deprecatedNote":[],"description":["9 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PIGLIN_BRUTE_ANGRY","icon":{"material":"REDSTONE_BLOCK","name":"Piglin Brute Angry","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PIGLIN_BRUTE_CONVERTED_TO_ZOMBIFIED","icon":{"material":"PLAYER_HEAD","name":"Piglin Brute Zombify","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTkzNTg0MmFmNzY5MzgwZjc4ZThiOGE4OGQxZWE2Y2EyODA3YzFlNTY5M2MyY2Y3OTc0NTY2MjA4MzNlOTM2ZiJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PIGLIN_BRUTE_DEATH","icon":{"material":"PLAYER_HEAD","name":"Piglin Brute Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PIGLIN_BRUTE_HURT","icon":{"material":"REDSTONE","name":"Piglin Brute Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PIGLIN_BRUTE_STEP","icon":{"material":"IRON_BOOTS","name":"Piglin Brute Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WITHER_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Wither Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2RmNzRlMzIzZWQ0MTQzNjk2NWY1YzU3ZGRmMjgxNWQ1MzMyZmU5OTllNjhmYmI5ZDZjZjVjOGJkNDEzOWYifX19","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WITHER_BREAK_BLOCK","icon":{"material":"STONE_PICKAXE","name":"Wither Break Block","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WITHER_DEATH","icon":{"material":"PLAYER_HEAD","name":"Wither Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WITHER_HURT","icon":{"material":"REDSTONE","name":"Wither Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WITHER_SHOOT","icon":{"material":"WITHER_SKELETON_SKULL","name":"Wither Shoot","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WITHER_SPAWN","icon":{"material":"SPAWNER","name":"Wither Spawn","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WITHER_SKELETON_AMBIENT","icon":{"material":"WITHER_SKELETON_SKULL","name":"Wither Skeleton Ambient","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WITHER_SKELETON_DEATH","icon":{"material":"PLAYER_HEAD","name":"Wither Skeleton Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WITHER_SKELETON_HURT","icon":{"material":"REDSTONE","name":"Wither Skeleton Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_WITHER_SKELETON_STEP","icon":{"material":"IRON_BOOTS","name":"Wither Skeleton Step","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOGLIN_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Zoglin Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzE5YjdiNWU5ZmZkNGUyMmI4OTBhYjc3OGI0Nzk1YjY2MmZhZmYyYjQ5NzhiZjgxNTU3NGU0OGIwZTUyYjMwMSJ9fX0=","deprecatedNote":[],"description":["7 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOGLIN_ANGRY","icon":{"material":"REDSTONE_BLOCK","name":"Zoglin Angry","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOGLIN_ATTACK","icon":{"material":"DIAMOND_SWORD","name":"Zoglin Attack","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOGLIN_DEATH","icon":{"material":"PLAYER_HEAD","name":"Zoglin Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOGLIN_HURT","icon":{"material":"REDSTONE","name":"Zoglin Hurt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOGLIN_STEP","icon":{"material":"IRON_BOOTS","name":"Zoglin Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOMBIFIED_PIGLIN_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Zombified Piglin Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTkzNTg0MmFmNzY5MzgwZjc4ZThiOGE4OGQxZWE2Y2EyODA3YzFlNTY5M2MyY2Y3OTc0NTY2MjA4MzNlOTM2ZiJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOMBIFIED_PIGLIN_ANGRY","icon":{"material":"REDSTONE_BLOCK","name":"Zombified Piglin Angry","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOMBIFIED_PIGLIN_DEATH","icon":{"material":"PLAYER_HEAD","name":"Zombified Piglin Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ZOMBIFIED_PIGLIN_HURT","icon":{"material":"REDSTONE","name":"Zombified Piglin Hurt","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ENDERMAN_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Enderman Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTZjMGIzNmQ1M2ZmZjY5YTQ5YzdkNmYzOTMyZjJiMGZlOTQ4ZTAzMjIyNmQ1ZTgwNDVlYzU4NDA4YTM2ZTk1MSJ9fX0=","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ENDERMAN_DEATH","icon":{"material":"PLAYER_HEAD","name":"Enderman Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ENDERMAN_HURT","icon":{"material":"REDSTONE","name":"Enderman Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ENDERMAN_SCREAM","icon":{"material":"END_STONE","name":"Enderman Scream","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ENDERMAN_STARE","icon":{"material":"ENDER_EYE","name":"Enderman Stare","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ENDERMAN_TELEPORT","icon":{"material":"ENDER_PEARL","name":"Enderman Teleport","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ENDERMITE_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Endermite Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWJjN2I5ZDM2ZmI5MmI2YmYyOTJiZTczZDMyYzZjNWIwZWNjMjViNDQzMjNhNTQxZmFlMWYxZTY3ZTM5M2EzZSJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ENDERMITE_DEATH","icon":{"material":"PLAYER_HEAD","name":"Endermite Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ENDERMITE_HURT","icon":{"material":"REDSTONE","name":"Endermite Hurt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ENDERMITE_STEP","icon":{"material":"IRON_BOOTS","name":"Endermite Step","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ENDER_DRAGON_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Ender Dragon Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRlY2MwNDA3ODVlNTQ2NjNlODU1ZWYwNDg2ZGE3MjE1NGQ2OWJiNGI3NDI0YjczODFjY2Y5NWIwOTVhIn19fQ==","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ENDER_DRAGON_DEATH","icon":{"material":"PLAYER_HEAD","name":"Ender Dragon Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ENDER_DRAGON_HURT","icon":{"material":"REDSTONE","name":"Ender Dragon Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_DRAGON_FIREBALL_EXPLODE","icon":{"material":"TNT","name":"Ender Dragon Fireball Explode","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ENDER_DRAGON_FLAP","icon":{"material":"ELYTRA","name":"Ender Dragon Flap","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ENDER_DRAGON_GROWL","icon":{"material":"DRAGON_BREATH","name":"Ender Dragon Growl","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ENDER_DRAGON_SHOOT","icon":{"material":"FIRE_CHARGE","name":"Ender Dragon Shoot","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SHULKER_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Shulker Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWU3MzgzMmUyNzJmODg0NGM0NzY4NDZiYzQyNGEzNDMyZmI2OThjNThlNmVmMmE5ODcxYzdkMjlhZWVhNyJ9fX0=","deprecatedNote":[],"description":["7 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SHULKER_CLOSE","icon":{"material":"SHULKER_SHELL","name":"Shulker Close","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SHULKER_DEATH","icon":{"material":"PLAYER_HEAD","name":"Shulker Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SHULKER_HURT","icon":{"material":"REDSTONE","name":"Shulker Hurt","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SHULKER_HURT_CLOSED","icon":{"material":"REDSTONE","name":"Shulker Hurt (Closed)","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SHULKER_OPEN","icon":{"material":"SHULKER_SHELL","name":"Shulker Open","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SHULKER_SHOOT","icon":{"material":"BOW","name":"Shulker Shoot","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SHULKER_TELEPORT","icon":{"material":"ENDER_PEARL","name":"Shulker Teleport","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SHULKER_BULLET_HIT","icon":{"material":"PLAYER_HEAD","name":"Shulker Bullet Explode","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWVkZjkyYWJmMTI4Nzc3YzMyZGU3MjQ3ODRhZmYxYmYyMzVmZjY2Yzc2NTk0OWZkNzVkNGFiNWQ2NjRiOSJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SHULKER_BULLET_HURT","icon":{"material":"PLAYER_HEAD","name":"Shulker Bullet Break","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWVkZjkyYWJmMTI4Nzc3YzMyZGU3MjQ3ODRhZmYxYmYyMzVmZjY2Yzc2NTk0OWZkNzVkNGFiNWQ2NjRiOSJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_EVOKER_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Evoker Ambient","head":"eyJ0aW1lc3RhbXAiOjE1Njc4OTEyODI1MTksInByb2ZpbGVJZCI6IjVkMjRiYTBiMjg4YzQyOTM4YmExMGVjOTkwNjRkMjU5IiwicHJvZmlsZU5hbWUiOiJ4RmFpaWlMZVIiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzMzNjQ1NzFhY2U4YWRlM2UyMTk5ZGE0OWU4MWIyMjZiYTM3MmUzOTI4MGI2ODVhZjFlYjFkZmYwNzhkMzUwOTIifX19","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_EVOKER_CAST_SPELL","icon":{"material":"DRAGON_BREATH","name":"Evoker Cast Spell","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_EVOKER_DEATH","icon":{"material":"PLAYER_HEAD","name":"Evoker Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_EVOKER_HURT","icon":{"material":"REDSTONE","name":"Evoker Hurt","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_EVOKER_PREPARE_ATTACK","icon":{"material":"STONE_SWORD","name":"Evoker Prepare Attack","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_EVOKER_PREPARE_SUMMON","icon":{"material":"IRON_SWORD","name":"Evoker Prepare Summon","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_EVOKER_PREPARE_WOLOLO","icon":{"material":"DIAMOND_SWORD","name":"Evoker Prepare Wololo","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_EVOKER_FANGS_ATTACK","icon":{"material":"DIAMOND_SWORD","name":"Evoker Fangs Attack","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_EVOKER_CELEBRATE","icon":{"material":"CAKE","name":"Evoker Celebrate","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ILLUSIONER_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Illusioner Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTEyNTEyZTdkMDE2YTIzNDNhN2JmZjFhNGNkMTUzNTdhYjg1MTU3OWYxMzg5YmQ0ZTNhMjRjYmViODhiIn19fQ==","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ILLUSIONER_DEATH","icon":{"material":"PLAYER_HEAD","name":"Illusioner Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ILLUSIONER_HURT","icon":{"material":"REDSTONE","name":"Illusioner Hurt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ILLUSIONER_CAST_SPELL","icon":{"material":"DRAGON_BREATH","name":"Illusioner Cast Spell","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ILLUSIONER_MIRROR_MOVE","icon":{"material":"GLASS_PANE","name":"Illusioner Mirror Move","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ILLUSIONER_PREPARE_BLINDNESS","icon":{"material":"COAL","name":"Illusioner Prepare Blindness","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ILLUSIONER_PREPARE_MIRROR","icon":{"material":"PAINTING","name":"Illusioner Prepare Mirror","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PILLAGER_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Pillager Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGFlZTZiYjM3Y2JmYzkyYjBkODZkYjVhZGE0NzkwYzY0ZmY0NDY4ZDY4Yjg0OTQyZmRlMDQ0MDVlOGVmNTMzMyJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PILLAGER_DEATH","icon":{"material":"PLAYER_HEAD","name":"Pillager Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PILLAGER_HURT","icon":{"material":"REDSTONE","name":"Pillager Hurt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PILLAGER_CELEBRATE","icon":{"material":"CAKE","name":"Pillager Celebrate","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VINDICATOR_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Vindicator Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWUxY2FiMzgyNDU4ZTg0M2FjNDM1NmUzZTAwZTFkMzVjMzZmNDQ5ZmExYTg0NDg4YWIyYzY1NTdiMzkyZCJ9fX0=","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VINDICATOR_DEATH","icon":{"material":"PLAYER_HEAD","name":"Vindicator Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VINDICATOR_HURT","icon":{"material":"REDSTONE","name":"Vindicator Hurt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_VINDICATOR_CELEBRATE","icon":{"material":"CAKE","name":"Vindicator Celebrate","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PLAYER_ATTACK_CRIT","icon":{"material":"DIAMOND_SWORD","name":"Player Attack (Critical)","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PLAYER_ATTACK_KNOCKBACK","icon":{"material":"STONE_SWORD","name":"Player Attack (Knockback)","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PLAYER_ATTACK_NODAMAGE","icon":{"material":"STICK","name":"Player Attack (No Damage)","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PLAYER_ATTACK_STRONG","icon":{"material":"IRON_SWORD","name":"Player Attack (Strong)","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PLAYER_ATTACK_SWEEP","icon":{"material":"GOLDEN_SWORD","name":"Player Attack (Sweep)","deprecatedNote":[],"description":["7 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PLAYER_ATTACK_WEAK","icon":{"material":"WOODEN_SWORD","name":"Player Attack (Weak)","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PLAYER_BREATH","icon":{"material":"STRING","name":"Player Breathe","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PLAYER_HURT_ON_FIRE","icon":{"material":"FLINT_AND_STEEL","name":"Player Burn","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PLAYER_HURT_FREEZE","icon":{"material":"BLUE_ICE","name":"Player Freeze","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PLAYER_BURP","icon":{"material":"APPLE","name":"Player Burp","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PLAYER_HURT_DROWN","icon":{"material":"PLAYER_HEAD","name":"Player Drown","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzRmY2JjMjU2ZDBiZTdlNjgzYWY4NGUzOGM0YmNkYjcxYWZiOTM5ODUzOGEyOWFhOTZjYmZhMzE4YjJlYSJ9fX0=","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PLAYER_HURT_SWEET_BERRY_BUSH","icon":{"material":"SWEET_BERRIES","name":"Player Hurt (Sweet Berry Bush)","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PLAYER_LEVELUP","icon":{"material":"EXPERIENCE_BOTTLE","name":"Player Level Up","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PLAYER_SPLASH_HIGH_SPEED","icon":{"material":"WATER_BUCKET","name":"Player Splash (High Speed)","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GENERIC_DEATH","icon":{"material":"PLAYER_HEAD","name":"Death","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU3YjhhY2QxNDViZDNkZmIxZGI5NGJkYmVkNDU4ZmUxODQ2YTljODg0ODIyY2EzY2U4MWE0Y2Y4MCJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GENERIC_DRINK","icon":{"material":"MILK_BUCKET","name":"Drink","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GENERIC_EAT","icon":{"material":"COOKED_BEEF","name":"Eat","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GENERIC_EXTINGUISH_FIRE","icon":{"material":"WATER_BUCKET","name":"Extinguish","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GENERIC_SMALL_FALL","icon":{"material":"GRASS_BLOCK","name":"Fall","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GENERIC_BIG_FALL","icon":{"material":"PODZOL","name":"Fall (Big)","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GENERIC_HURT","icon":{"material":"REDSTONE","name":"Hurt","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GENERIC_SPLASH","icon":{"material":"WATER_BUCKET","name":"Splash","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GENERIC_SWIM","icon":{"material":"SEAGRASS","name":"Swim","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"UI_TOAST_CHALLENGE_COMPLETE","icon":{"material":"TOTEM_OF_UNDYING","name":"Challenge Complete","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"UI_BUTTON_CLICK","icon":{"material":"STONE_BUTTON","name":"UI Button Click","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"UI_TOAST_IN","icon":{"material":"BREAD","name":"UI Toast In","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"UI_TOAST_OUT","icon":{"material":"BREAD","name":"UI Toast Out","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ARROW_HIT","icon":{"material":"ARROW","name":"Arrow Hit","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ARROW_HIT_PLAYER","icon":{"material":"SPECTRAL_ARROW","name":"Arrow Hit Player","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ARROW_SHOOT","icon":{"material":"BOW","name":"Arrow Shoot","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_EGG_THROW","icon":{"material":"EGG","name":"Egg Throw","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ENDER_EYE_DEATH","icon":{"material":"ENDER_EYE","name":"Ender Eye Death","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ENDER_EYE_LAUNCH","icon":{"material":"ENDER_EYE","name":"Ender Eye Launch","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ENDER_PEARL_THROW","icon":{"material":"ENDER_PEARL","name":"Enderpearl Throw","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_EXPERIENCE_BOTTLE_THROW","icon":{"material":"EXPERIENCE_BOTTLE","name":"Experience Bottle Throw","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_LINGERING_POTION_THROW","icon":{"material":"LINGERING_POTION","name":"Lingering Potion Throw","color":{"red":192,"green":192,"blue":192},"deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SPLASH_POTION_BREAK","icon":{"material":"GLASS_BOTTLE","name":"Splash Potion Break","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SPLASH_POTION_THROW","icon":{"material":"SPLASH_POTION","name":"Splash Potion Throw","color":{"red":192,"green":192,"blue":192},"deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_SNOWBALL_THROW","icon":{"material":"SNOWBALL","name":"Snowball Throw","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FIREWORK_ROCKET_BLAST","icon":{"material":"GUNPOWDER","name":"Firework Blast","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FIREWORK_ROCKET_BLAST_FAR","icon":{"material":"MELON_SEEDS","name":"Firework Blast Far","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FIREWORK_ROCKET_LARGE_BLAST","icon":{"material":"TNT","name":"Firework Large Blast","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FIREWORK_ROCKET_LARGE_BLAST_FAR","icon":{"material":"REDSTONE","name":"Firework Large Blast Far","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FIREWORK_ROCKET_LAUNCH","icon":{"material":"FIREWORK_ROCKET","name":"Firework Launch","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FIREWORK_ROCKET_SHOOT","icon":{"material":"ARROW","name":"Firework Shoot","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FIREWORK_ROCKET_TWINKLE","icon":{"material":"NETHER_STAR","name":"Firework Twinkle","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FIREWORK_ROCKET_TWINKLE_FAR","icon":{"material":"IRON_NUGGET","name":"Firework Twinkle Far","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GLOW_ITEM_FRAME_ADD_ITEM","icon":{"material":"GLOW_ITEM_FRAME","name":"Glow Item Frame Add Item","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GLOW_ITEM_FRAME_BREAK","icon":{"material":"GLOW_ITEM_FRAME","name":"Glow Item Frame Break","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GLOW_ITEM_FRAME_PLACE","icon":{"material":"GLOW_ITEM_FRAME","name":"Glow Item Frame Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GLOW_ITEM_FRAME_REMOVE_ITEM","icon":{"material":"GLOW_ITEM_FRAME","name":"Glow Item Frame Remove Item","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GLOW_ITEM_FRAME_ROTATE_ITEM","icon":{"material":"GLOW_ITEM_FRAME","name":"Glow Item Frame Rotate Item","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ITEM_FRAME_ADD_ITEM","icon":{"material":"ITEM_FRAME","name":"Item Frame Add Item","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ITEM_FRAME_BREAK","icon":{"material":"ITEM_FRAME","name":"Item Frame Break","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ITEM_FRAME_PLACE","icon":{"material":"ITEM_FRAME","name":"Item Frame Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ITEM_FRAME_REMOVE_ITEM","icon":{"material":"ITEM_FRAME","name":"Item Frame Remove Item","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ITEM_FRAME_ROTATE_ITEM","icon":{"material":"ITEM_FRAME","name":"Item Frame Rotate Item","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PAINTING_BREAK","icon":{"material":"PAINTING","name":"Painting Break","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_PAINTING_PLACE","icon":{"material":"PAINTING","name":"Painting Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_BOAT_PADDLE_LAND","icon":{"material":"JUNGLE_BOAT","name":"Boat Paddle Land","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_BOAT_PADDLE_WATER","icon":{"material":"DARK_OAK_BOAT","name":"Boat Paddle Water","deprecatedNote":[],"description":["8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_MINECART_INSIDE","icon":{"material":"MINECART","name":"Minecart Inside","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_MINECART_INSIDE_UNDERWATER","icon":{"material":"MINECART","name":"Minecart Inside Water","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_MINECART_RIDING","icon":{"material":"RAIL","name":"Rolling Minecart","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ARMOR_STAND_BREAK","icon":{"material":"ARMOR_STAND","name":"Armor Stand Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ARMOR_STAND_FALL","icon":{"material":"ARMOR_STAND","name":"Armor Stand Fall","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ARMOR_STAND_HIT","icon":{"material":"ARMOR_STAND","name":"Armor Stand Hit","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ARMOR_STAND_PLACE","icon":{"material":"ARMOR_STAND","name":"Armor Stand Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_GENERIC_BURN","icon":{"material":"BLAZE_POWDER","name":"Burn","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_EXPERIENCE_ORB_PICKUP","icon":{"material":"EXPERIENCE_BOTTLE","name":"Experience Orb Pickup","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_LEASH_KNOT_BREAK","icon":{"material":"LEAD","name":"Leash Knot Break","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_LEASH_KNOT_PLACE","icon":{"material":"LEAD","name":"Leash Knot Place","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_TNT_PRIMED","icon":{"material":"TNT","name":"TNT Primed","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_CREATIVE","icon":{"material":"MUSIC_DISC_CAT","name":"Creative Music","deprecatedNote":[],"description":["Plays one of the following:","C418 - Biome Fest (6:18)","C418 - Blind Spots (5:32)","C418 - Haunt Muskie (6:01)","C418 - Aria Math (5:10)","C418 - Dreiton (8:12)","C418 - Taswell (8:36)","... and all overworld music tracks","","23 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_CREDITS","icon":{"material":"MUSIC_DISC_MALL","name":"Credits Music","deprecatedNote":[],"description":["Plays the following:","C418 - Alpha (10:03)","","1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_DRAGON","icon":{"material":"MUSIC_DISC_STAL","name":"Boss Music","deprecatedNote":[],"description":["Plays the following:","C418 - Boss (5:45)","","1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_END","icon":{"material":"MUSIC_DISC_13","name":"End Music","deprecatedNote":[],"description":["Plays the following:","C418 - The End (15:05)","","1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_MENU","icon":{"material":"MUSIC_DISC_STRAD","name":"Menu Music","deprecatedNote":[],"description":["Plays one of the following:","C418 - Mutation (3:05)","C418 - Moog City 2 (3:00)","C418 - Beginning 2 (2:56)","C418 - Floating Trees (4:04)","Aaron Cherof - A Familiar Room (4:01)","Aaron Cherof - Crescent Dunes (4:08)","Aaron Cherof - Echo in the Wind (4:56)","Aaron Cherof - Bromeliad (5:12)","","8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_GAME","icon":{"material":"MUSIC_DISC_WARD","name":"Overworld Music","deprecatedNote":[],"description":["Plays one of the following:","C418 - Minecraft (4:14)","C418 - Clark (3:12)","C418 - Sweden (3:36)","C418 - Subwoofer Lullaby (3:29)","C418 - Living Mice (2:58)","C418 - Haggstrom (3:24)","C418 - Danny (4:15)","C418 - Key (1:05)","C418 - Oxygène (1:05)","C418 - Dry Hands (1:08)","C418 - Wet Hands (1:30)","C418 - Mice on Venus (4:41)","Lena Raine - Left to Bloom (5:42)","Lena Raine - One More Day (4:38)","Kumi Tanioka - Floating Dream (3:25)","Kumi Tanioka - Comforting Memories (4:35)","Aaron Cherof - A Familiar Room (4:01)","","17 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_OVERWORLD_DRIPSTONE_CAVES","icon":{"material":"MUSIC_DISC_WARD","name":"Dripstone Caves Music","deprecatedNote":[],"description":["Plays one of the following:","C418 - Subwoofer Lullaby (3:29)","C418 - Danny (4:15)","C418 - Key (1:05)","C418 - Oxygène (1:05)","Lena Raine - Infinite Amethyst (4:31)","Lena Raine - Wending (5:14)","Kumi Tanioka - An Ordinary Day (5:31)","","7 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_OVERWORLD_FROZEN_PEAKS","icon":{"material":"MUSIC_DISC_WARD","name":"Frozen Peaks Music","deprecatedNote":[],"description":["Plays one of the following:","C418 - Subwoofer Lullaby (3:29)","C418 - Living Mice (2:58)","C418 - Haggstrom (3:24)","C418 - Danny (4:15)","C418 - Dry Hands (1:08)","C418 - Wet Hands (1:30)","C418 - Mice on Venus (4:41)","Lena Raine - Stand Tall (5:08)","","8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_OVERWORLD_GROVE","icon":{"material":"MUSIC_DISC_WARD","name":"Grove Music","deprecatedNote":[],"description":["Plays one of the following:","C418 - Minecraft (4:14)","C418 - Clark (3:12)","C418 - Sweden (3:36)","C418 - Key (1:05)","C418 - Oxygène (1:05)","C418 - Mice on Venus (4:41)","Lena Raine - Infinite Amethyst (4:31)","Lena Raine - Wending (5:14)","Kumi Tanioka - Comforting Memories (4:35)","","9 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_OVERWORLD_JAGGED_PEAKS","icon":{"material":"MUSIC_DISC_WARD","name":"Jagged Peaks Music","deprecatedNote":[],"description":["Plays one of the following:","C418 - Subwoofer Lullaby (3:29)","C418 - Living Mice (2:58)","C418 - Key (1:05)","C418 - Oxygène (1:05)","C418 - Dry Hands (1:08)","C418 - Wet Hands (1:30)","C418 - Mice on Venus (4:41)","Lena Raine - Stand Tall (5:08)","Lena Raine - Wending (5:14)","Kumi Tanioka - Floating Dream (3:25)","","10 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_OVERWORLD_LUSH_CAVES","icon":{"material":"MUSIC_DISC_WARD","name":"Lush Caves Music","deprecatedNote":[],"description":["Plays one of the following:","C418 - Minecraft (4:14)","C418 - Clark (3:12)","C418 - Sweden (3:36)","C418 - Mice on Venus (4:41)","Lena Raine - Left to Bloom (5:42)","Lena Raine - One More Day (4:38)","Lena Raine - Aerie (4:56)","Lena Raine - Firebugs (5:12)","Lena Raine - Labyrinthine (5:24)","Kumi Tanioka - An Ordinary Day (5:31)","Kumi Tanioka - Floating Dream (3:25)","Aaron Cherof - Echo in the Wind (4:56)","","12 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_OVERWORLD_MEADOW","icon":{"material":"MUSIC_DISC_WARD","name":"Meadow Music","deprecatedNote":[],"description":["Plays one of the following:","C418 - Subwoofer Lullaby (3:29)","C418 - Living Mice (2:58)","C418 - Haggstrom (3:24)","C418 - Danny (4:15)","Lena Raine - Left to Bloom (5:42)","Lena Raine - One More Day (4:38)","","6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_OVERWORLD_SNOWY_SLOPES","icon":{"material":"MUSIC_DISC_WARD","name":"Snowy Slopes Music","deprecatedNote":[],"description":["Plays one of the following:","C418 - Subwoofer Lullaby (3:29)","C418 - Living Mice (2:58)","C418 - Haggstrom (3:24)","Lena Raine - One More Day (4:38)","Lena Raine - Stand Tall (5:08)","Kumi Tanioka - An Ordinary Day (5:31)","","6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_OVERWORLD_STONY_PEAKS","icon":{"material":"MUSIC_DISC_WARD","name":"Stony Peaks Music","deprecatedNote":[],"description":["Plays one of the following:","C418 - Subwoofer Lullaby (3:29)","C418 - Living Mice (2:58)","C418 - Haggstrom (3:24)","C418 - Danny (4:15)","C418 - Dry Hands (1:08)","C418 - Wet Hands (1:30)","C418 - Mice on Venus (4:41)","Lena Raine - Stand Tall (5:08)","Lena Raine - Wending (5:14)","","9 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_OVERWORLD_FOREST","icon":{"material":"MUSIC_DISC_WARD","name":"Forest Music","deprecatedNote":[],"description":["Plays one of the following:","C418 - Minecraft (4:14)","C418 - Clark (3:12)","C418 - Sweden (3:36)","C418 - Subwoofer Lullaby (3:29)","C418 - Living Mice (2:58)","C418 - Haggstrom (3:24)","C418 - Danny (4:15)","C418 - Key (1:05)","C418 - Oxygène (1:05)","C418 - Dry Hands (1:08)","C418 - Wet Hands (1:30)","C418 - Mice on Venus (4:41)","Lena Raine - Left to Bloom (5:42)","Lena Raine - One More Day (4:38)","Lena Raine - Aerie (4:56)","Lena Raine - Firebugs (5:12)","Lena Raine - Labyrinthine (5:24)","Kumi Tanioka - Comforting Memories (4:35)","Kumi Tanioka - Floating Dream (3:25)","Aaron Cherof - Bromeliad (5:12)","","20 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_OVERWORLD_JUNGLE","icon":{"material":"MUSIC_DISC_WARD","name":"Jungle Music","deprecatedNote":[],"description":["Plays one of the following:","C418 - Subwoofer Lullaby (3:29)","C418 - Living Mice (2:58)","C418 - Haggstrom (3:24)","C418 - Danny (4:15)","C418 - Key (1:05)","C418 - Oxygène (1:05)","C418 - Dry Hands (1:08)","C418 - Wet Hands (1:30)","C418 - Mice on Venus (4:41)","Lena Raine - Left to Bloom (5:42)","Aaron Cherof - Bromeliad (5:12)","","11 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_OVERWORLD_SPARSE_JUNGLE","icon":{"material":"MUSIC_DISC_WARD","name":"Sparse Jungle Music","deprecatedNote":[],"description":["Plays one of the following:","C418 - Subwoofer Lullaby (3:29)","C418 - Living Mice (2:58)","C418 - Haggstrom (3:24)","C418 - Danny (4:15)","C418 - Key (1:05)","C418 - Oxygène (1:05)","C418 - Dry Hands (1:08)","C418 - Wet Hands (1:30)","C418 - Mice on Venus (4:41)","Lena Raine - Left to Bloom (5:42)","Aaron Cherof - Bromeliad (5:12)","","11 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_OVERWORLD_BAMBOO_JUNGLE","icon":{"material":"MUSIC_DISC_WARD","name":"Bamboo Jungle Music","deprecatedNote":[],"description":["Plays one of the following:","C418 - Subwoofer Lullaby (3:29)","C418 - Living Mice (2:58)","C418 - Haggstrom (3:24)","C418 - Danny (4:15)","C418 - Key (1:05)","C418 - Oxygène (1:05)","C418 - Dry Hands (1:08)","C418 - Wet Hands (1:30)","C418 - Mice on Venus (4:41)","Lena Raine - Left to Bloom (5:42)","Aaron Cherof - Bromeliad (5:12)","","11 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_OVERWORLD_OLD_GROWTH_TAIGA","icon":{"material":"MUSIC_DISC_WARD","name":"Old Growth Taiga Music","deprecatedNote":[],"description":["Plays one of the following:","C418 - Minecraft (4:14)","C418 - Clark (3:12)","C418 - Sweden (3:36)","C418 - Subwoofer Lullaby (3:29)","C418 - Living Mice (2:58)","C418 - Haggstrom (3:24)","C418 - Danny (4:15)","C418 - Key (1:05)","C418 - Oxygène (1:05)","C418 - Dry Hands (1:08)","C418 - Wet Hands (1:30)","C418 - Mice on Venus (4:41)","Lena Raine - Left to Bloom (5:42)","Lena Raine - One More Day (4:38)","Lena Raine - Aerie (4:56)","Lena Raine - Firebugs (5:12)","Lena Raine - Labyrinthine (5:24)","Kumi Tanioka - Comforting Memories (4:35)","Kumi Tanioka - Floating Dream (3:25)","","19 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_OVERWORLD_SWAMP","icon":{"material":"MUSIC_DISC_WARD","name":"Swamp Music","deprecatedNote":[],"description":["Plays one of the following:","Lena Raine - Aerie (4:56)","Lena Raine - Firebugs (5:12)","Lena Raine - Labyrinthine (5:24)","","3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_OVERWORLD_DESERT","icon":{"material":"MUSIC_DISC_WARD","name":"Desert Music","deprecatedNote":[],"description":["Plays one of the following:","C418 - Subwoofer Lullaby (3:29)","C418 - Living Mice (2:58)","C418 - Haggstrom (3:24)","C418 - Danny (4:15)","C418 - Key (1:05)","C418 - Oxygène (1:05)","C418 - Mice on Venus (4:41)","Aaron Cherof - Crescent Dunes (4:08)","","8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_OVERWORLD_BADLANDS","icon":{"material":"MUSIC_DISC_WARD","name":"Badlands Music","deprecatedNote":[],"description":["Plays one of the following:","C418 - Subwoofer Lullaby (3:29)","C418 - Living Mice (2:58)","C418 - Haggstrom (3:24)","C418 - Danny (4:15)","C418 - Key (1:05)","C418 - Oxygène (1:05)","C418 - Dry Hands (1:08)","C418 - Wet Hands (1:30)","C418 - Mice on Venus (4:41)","Aaron Cherof - Crescent Dunes (4:08)","Aaron Cherof - Echo in the Wind (4:56)","Lena Raine - One More Day (4:38)","","12 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_OVERWORLD_FLOWER_FOREST","icon":{"material":"MUSIC_DISC_WARD","name":"Flower Forest Music","deprecatedNote":[],"description":["Plays one of the following:","C418 - Subwoofer Lullaby (3:29)","C418 - Living Mice (2:58)","C418 - Haggstrom (3:24)","C418 - Danny (4:15)","C418 - Key (1:05)","C418 - Oxygène (1:05)","Aaron Cherof - Echo in the Wind (4:56)","Aaron Cherof - Bromeliad (5:12)","Lena Raine - Left to Bloom (5:42)","","9 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_OVERWORLD_CHERRY_GROVE","icon":{"material":"MUSIC_DISC_WARD","name":"Cherry Grove Music","deprecatedNote":[],"description":["Plays one of the following:","C418 - Minecraft (4:14)","C418 - Clark (3:12)","C418 - Sweden (3:36)","Aaron Cherof - Echo in the Wind (4:56)","Aaron Cherof - Bromeliad (5:12)","Lena Raine - Left to Bloom (5:42)","","6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_OVERWORLD_DEEP_DARK","icon":{"material":"MUSIC_DISC_WARD","name":"Deep Dark Music","deprecatedNote":[],"description":["Plays the following:","Lena Raine - Ancestry (5:43)","","1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_NETHER_BASALT_DELTAS","icon":{"material":"MUSIC_DISC_BLOCKS","name":"Basalt Deltas Music","deprecatedNote":[],"description":["Plays one of the following:","Lena Raine - So Below (5:16, 7/11)","C418 - Concrete Halls (4:14, 1/11)","C418 - Dead Voxel (4:56, 1/11)","C418 - Warmth (3:59, 1/11)","C418 - Ballad of the Cats (4:35, 1/11)","","5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_NETHER_CRIMSON_FOREST","icon":{"material":"MUSIC_DISC_BLOCKS","name":"Crimson Forest Music","deprecatedNote":[],"description":["Plays one of the following:","Lena Raine - Chrysopoeia (5:01, 7/11)","C418 - Concrete Halls (4:14, 1/11)","C418 - Dead Voxel (4:56, 1/11)","C418 - Warmth (3:59, 1/11)","C418 - Ballad of the Cats (4:35, 1/11)","","5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_NETHER_NETHER_WASTES","icon":{"material":"MUSIC_DISC_BLOCKS","name":"Nether Wastes Music","deprecatedNote":[],"description":["Plays one of the following:","Lena Raine - Rubedo (5:11, 6/10)","C418 - Concrete Halls (4:14, 1/10)","C418 - Dead Voxel (4:56, 1/10)","C418 - Warmth (3:59, 1/10)","C418 - Ballad of the Cats (4:35, 1/10)","","5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_NETHER_SOUL_SAND_VALLEY","icon":{"material":"MUSIC_DISC_BLOCKS","name":"Soul Sand Valley Music","deprecatedNote":[],"description":["Plays one of the following:","Lena Raine - So Below (5:16, 7/11)","C418 - Concrete Halls (4:14, 1/11)","C418 - Dead Voxel (4:56, 1/11)","C418 - Warmth (3:59, 1/11)","C418 - Ballad of the Cats (4:35, 1/11)","","5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_UNDER_WATER","icon":{"material":"MUSIC_DISC_WAIT","name":"Underwater Music","deprecatedNote":[],"description":["Plays one of the following:","C418 - Axolotl (5:03)","C418 - Dragon Fish (6:12)","C418 - Shuniji (4:04)","","3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_DISC_5","icon":{"material":"MUSIC_DISC_5","name":"Music Disc - 5","deprecatedNote":[],"description":["Plays the following:","Samuel Åberg - 5 (2:58)","","1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_DISC_11","icon":{"material":"MUSIC_DISC_11","name":"Music Disc - 11","deprecatedNote":[],"description":["Plays the following:","C418 - 11 (1:11)","","1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_DISC_13","icon":{"material":"MUSIC_DISC_13","name":"Music Disc - 13","deprecatedNote":[],"description":["Plays the following:","C418 - Thirteen (2:58)","","1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_DISC_BLOCKS","icon":{"material":"MUSIC_DISC_BLOCKS","name":"Music Disc - Blocks","deprecatedNote":[],"description":["Plays the following:","C418 - Blocks (5:45)","","1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_DISC_CAT","icon":{"material":"MUSIC_DISC_CAT","name":"Music Disc - Cat","deprecatedNote":[],"description":["Plays the following:","C418 - Cat (3:05)","","1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_DISC_CHIRP","icon":{"material":"MUSIC_DISC_CHIRP","name":"Music Disc - Chirp","deprecatedNote":[],"description":["Plays the following:","C418 - Chirp (3:05)","","1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_DISC_FAR","icon":{"material":"MUSIC_DISC_FAR","name":"Music Disc - Far","deprecatedNote":[],"description":["Plays the following:","C418 - Far (2:54)","","1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_DISC_MALL","icon":{"material":"MUSIC_DISC_MALL","name":"Music Disc - Mall","deprecatedNote":[],"description":["Plays the following:","C418 - Mall (3:17)","","1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_DISC_MELLOHI","icon":{"material":"MUSIC_DISC_MELLOHI","name":"Music Disc - Mellohi","deprecatedNote":[],"description":["Plays the following:","C418 - Mellohi (1:36)","","1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_DISC_PIGSTEP","icon":{"material":"MUSIC_DISC_PIGSTEP","name":"Music Disc - Pigstep","deprecatedNote":[],"description":["Plays the following:","Lena Raine - Pigstep (2:28)","","1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_DISC_STAL","icon":{"material":"MUSIC_DISC_STAL","name":"Music Disc - Stal","deprecatedNote":[],"description":["Plays the following:","C418 - Stal (2:30)","","1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_DISC_STRAD","icon":{"material":"MUSIC_DISC_STRAD","name":"Music Disc - Strad","deprecatedNote":[],"description":["Plays the following:","C418 - Strad (3:08)","","1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_DISC_WARD","icon":{"material":"MUSIC_DISC_WARD","name":"Music Disc - Ward","deprecatedNote":[],"description":["Plays the following:","C418 - Ward (4:11)","","1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_DISC_WAIT","icon":{"material":"MUSIC_DISC_WAIT","name":"Music Disc - Wait","deprecatedNote":[],"description":["Plays the following:","C418 - Wait (3:58)","","1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_DISC_OTHERSIDE","icon":{"material":"MUSIC_DISC_OTHERSIDE","name":"Music Disc - Otherside","deprecatedNote":[],"description":["Plays the following:","Lena Raine - Otherside (3:15)","","1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"MUSIC_DISC_RELIC","icon":{"material":"MUSIC_DISC_RELIC","name":"Music Disc - Relic","deprecatedNote":[],"description":["Plays the following:","Aaron Cherof - Relic (3:38)","","1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_SHIELD_BLOCK","icon":{"material":"SHIELD","name":"Shield Block","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_SHIELD_BREAK","icon":{"material":"COCOA_BEANS","name":"Shield Break","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_CROSSBOW_HIT","icon":{"material":"CROSSBOW","name":"Crossbow Hit","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_CROSSBOW_LOADING_END","icon":{"material":"CROSSBOW","name":"Crossbow Loading (End)","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_CROSSBOW_LOADING_MIDDLE","icon":{"material":"CROSSBOW","name":"Crossbow Loading (Middle)","deprecatedNote":[],"description":["10 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_CROSSBOW_LOADING_START","icon":{"material":"CROSSBOW","name":"Crossbow Loading (Start)","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_CROSSBOW_QUICK_CHARGE_1","icon":{"material":"CROSSBOW","name":"Crossbow Quick Charge (I)","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_CROSSBOW_QUICK_CHARGE_2","icon":{"material":"CROSSBOW","name":"Crossbow Quick Charge (II)","deprecatedNote":[],"description":["8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_CROSSBOW_QUICK_CHARGE_3","icon":{"material":"CROSSBOW","name":"Crossbow Quick Charge (III)","deprecatedNote":[],"description":["8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_CROSSBOW_SHOOT","icon":{"material":"CROSSBOW","name":"Crossbow Shoot","deprecatedNote":[],"description":["9 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_ARMOR_EQUIP_GENERIC","icon":{"material":"ARMOR_STAND","name":"Armor Equip","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_ARMOR_EQUIP_ELYTRA","icon":{"material":"ELYTRA","name":"Armor Equip (Elytra)","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_ARMOR_EQUIP_LEATHER","icon":{"material":"LEATHER_CHESTPLATE","name":"Armor Equip (Leather)","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_ARMOR_EQUIP_CHAIN","icon":{"material":"CHAINMAIL_CHESTPLATE","name":"Armor Equip (Chain)","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_ARMOR_EQUIP_IRON","icon":{"material":"IRON_CHESTPLATE","name":"Armor Equip (Iron)","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_ARMOR_EQUIP_GOLD","icon":{"material":"GOLDEN_CHESTPLATE","name":"Armor Equip (Gold)","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_ARMOR_EQUIP_DIAMOND","icon":{"material":"DIAMOND_CHESTPLATE","name":"Armor Equip (Diamond)","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_ARMOR_EQUIP_NETHERITE","icon":{"material":"NETHERITE_CHESTPLATE","name":"Armor Equip (Netherite)","deprecatedNote":[],"description":["8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_ARMOR_EQUIP_TURTLE","icon":{"material":"TURTLE_HELMET","name":"Armor Equip (Turtle)","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_ELYTRA_FLYING","icon":{"material":"ELYTRA","name":"Elytra Flying","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENCHANT_THORNS_HIT","icon":{"material":"CACTUS","name":"Thorns Hit","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_TRIDENT_THROW","icon":{"material":"TRIDENT","name":"Trident Throw","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_TRIDENT_HIT","icon":{"material":"SPECTRAL_ARROW","name":"Trident Hit","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_TRIDENT_HIT_GROUND","icon":{"material":"ARROW","name":"Trident Hit Ground","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_TRIDENT_RETURN","icon":{"material":"STRING","name":"Trident Return","deprecatedNote":[],"description":["9 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_TRIDENT_RIPTIDE_1","icon":{"material":"ENCHANTED_BOOK","name":"Trident Riptide (I)","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_TRIDENT_RIPTIDE_2","icon":{"material":"ENCHANTED_BOOK","name":"Trident Riptide (II)","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_TRIDENT_RIPTIDE_3","icon":{"material":"ENCHANTED_BOOK","name":"Trident Riptide (III)","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_TRIDENT_THUNDER","icon":{"material":"NETHER_STAR","name":"Trident Thunder","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_FIRECHARGE_USE","icon":{"material":"FIRE_CHARGE","name":"Fire Charge Use","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_FLINTANDSTEEL_USE","icon":{"material":"FLINT_AND_STEEL","name":"Flint and Steel Use","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_AXE_SCRAPE","icon":{"material":"COPPER_BLOCK","name":"Axe Scrape","deprecatedNote":[],"description":["9 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_AXE_STRIP","icon":{"material":"STRIPPED_OAK_LOG","name":"Axe Strip","deprecatedNote":[],"description":["8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_AXE_WAX_OFF","icon":{"material":"HONEYCOMB","name":"Wax Off","deprecatedNote":[],"description":["9 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_HOE_TILL","icon":{"material":"FARMLAND","name":"Hoe Till","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_SHOVEL_FLATTEN","icon":{"material":"DIRT_PATH","name":"Shovel Flatten","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FISHING_BOBBER_RETRIEVE","icon":{"material":"FISHING_ROD","name":"Fishing Bobber Retrieve","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FISHING_BOBBER_SPLASH","icon":{"material":"FISHING_ROD","name":"Fishing Bobber Splash","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_FISHING_BOBBER_THROW","icon":{"material":"FISHING_ROD","name":"Fishing Bobber Throw","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_BRUSH_BRUSHING_GENERIC","icon":{"material":"BRUSH","name":"Brushing (Generic)","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_BRUSH_BRUSHING_GRAVEL","icon":{"material":"SUSPICIOUS_GRAVEL","name":"Brushing Gravel","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_BRUSH_BRUSHING_GRAVEL_COMPLETE","icon":{"material":"SUSPICIOUS_GRAVEL","name":"Brushing Gravel Complete","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_BRUSH_BRUSHING_SAND","icon":{"material":"SUSPICIOUS_SAND","name":"Brushing Sand","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_BRUSH_BRUSHING_SAND_COMPLETE","icon":{"material":"SUSPICIOUS_SAND","name":"Brushing Sand Complete","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_BOTTLE_EMPTY","icon":{"material":"GLASS_BOTTLE","name":"Bottle Empty","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_BOTTLE_FILL","icon":{"material":"POTION","name":"Bottle Fill","color":{"red":0,"green":0,"blue":255},"deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_BOTTLE_FILL_DRAGONBREATH","icon":{"material":"DRAGON_BREATH","name":"Dragon Breath Fill","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_HONEY_BOTTLE_DRINK","icon":{"material":"HONEY_BOTTLE","name":"Honey Bottle Drink","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_BUCKET_EMPTY","icon":{"material":"BUCKET","name":"Water Bucket Empty","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_BUCKET_FILL","icon":{"material":"WATER_BUCKET","name":"Water Bucket Fill","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_BUCKET_EMPTY_AXOLOTL","icon":{"material":"BUCKET","name":"Axolotl Bucket Empty","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_BUCKET_FILL_AXOLOTL","icon":{"material":"AXOLOTL_BUCKET","name":"Axolotl Bucket Fill","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_BUCKET_EMPTY_FISH","icon":{"material":"BUCKET","name":"Fish Bucket Empty","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_BUCKET_FILL_FISH","icon":{"material":"PUFFERFISH_BUCKET","name":"Fish Bucket Fill","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_BUCKET_EMPTY_TADPOLE","icon":{"material":"BUCKET","name":"Tadpole Bucket Empty","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_BUCKET_FILL_TADPOLE","icon":{"material":"TADPOLE_BUCKET","name":"Tadpole Bucket Fill","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_BUCKET_EMPTY_LAVA","icon":{"material":"BUCKET","name":"Lava Bucket Empty","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_BUCKET_FILL_LAVA","icon":{"material":"LAVA_BUCKET","name":"Lava Bucket Fill","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_BUCKET_EMPTY_POWDER_SNOW","icon":{"material":"BUCKET","name":"Powder Bucket Empty","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_BUCKET_FILL_POWDER_SNOW","icon":{"material":"POWDER_SNOW_BUCKET","name":"Powder Bucket Fill","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ITEM_BREAK","icon":{"material":"WOODEN_PICKAXE","name":"Item Break","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_ITEM_PICKUP","icon":{"material":"CRAFTING_TABLE","name":"Item Pickup","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_BOOK_PAGE_TURN","icon":{"material":"BOOK","name":"Book Page Turn","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_BOOK_PUT","icon":{"material":"LECTERN","name":"Book Put in Lectern","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_BONE_MEAL_USE","icon":{"material":"BONE_MEAL","name":"Bone Meal Use","deprecatedNote":[],"description":["15 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_CHORUS_FRUIT_TELEPORT","icon":{"material":"CHORUS_FRUIT","name":"Chorus Fruit Teleport","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_DYE_USE","icon":{"material":"BLACK_DYE","name":"Dye Use","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_INK_SAC_USE","icon":{"material":"INK_SAC","name":"Ink Sac Use","deprecatedNote":[],"description":["9 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_GLOW_INK_SAC_USE","icon":{"material":"GLOW_INK_SAC","name":"Glow Ink Sac Use","deprecatedNote":[],"description":["9 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_GOAT_HORN_SOUND_0","icon":{"material":"GOAT_HORN","name":"Goat Horn (Ponder)","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_GOAT_HORN_SOUND_1","icon":{"material":"GOAT_HORN","name":"Goat Horn (Sing)","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_GOAT_HORN_SOUND_2","icon":{"material":"GOAT_HORN","name":"Goat Horn (Seek)","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_GOAT_HORN_SOUND_3","icon":{"material":"GOAT_HORN","name":"Goat Horn (Feel)","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_GOAT_HORN_SOUND_4","icon":{"material":"GOAT_HORN","name":"Goat Horn (Admire)","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_GOAT_HORN_SOUND_5","icon":{"material":"GOAT_HORN","name":"Goat Horn (Call)","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_GOAT_HORN_SOUND_6","icon":{"material":"GOAT_HORN","name":"Goat Horn (Yearn)","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_GOAT_HORN_SOUND_7","icon":{"material":"GOAT_HORN","name":"Goat Horn (Dream)","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_SPYGLASS_USE","icon":{"material":"SPYGLASS","name":"Spyglass Use","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_SPYGLASS_STOP_USING","icon":{"material":"SPYGLASS","name":"Spyglass Stop Using","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_BUNDLE_DROP_CONTENTS","icon":{"material":"BUNDLE","name":"Bundle Drop Contents","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_BUNDLE_REMOVE_ONE","icon":{"material":"BUNDLE","name":"Bundle Remove One","deprecatedNote":[],"description":["9 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_BUNDLE_INSERT","icon":{"material":"BUNDLE","name":"Bundle Item Insert","deprecatedNote":[],"description":["9 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_TOTEM_USE","icon":{"material":"TOTEM_OF_UNDYING","name":"Totem Use","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_HONEYCOMB_WAX_ON","icon":{"material":"HONEYCOMB","name":"Wax Copper","deprecatedNote":[],"description":["9 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Bamboo Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Bamboo Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Bamboo Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_PLACE","icon":{"material":"BAMBOO","name":"Bamboo Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_SAPLING_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Bamboo Sapling Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_SAPLING_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Bamboo Sapling Hit","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_SAPLING_PLACE","icon":{"material":"BAMBOO","name":"Bamboo Sapling Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_STEP","icon":{"material":"IRON_BOOTS","name":"Bamboo Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_WOOD_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Bamboo Planks Break","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_WOOD_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Bamboo Planks Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_WOOD_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Bamboo Planks Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_WOOD_PLACE","icon":{"material":"BAMBOO_PLANKS","name":"Bamboo Planks Place","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_WOOD_STEP","icon":{"material":"IRON_BOOTS","name":"Bamboo Planks Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BEEHIVE_DRIP","icon":{"material":"HONEY_BOTTLE","name":"Beehive Drip","deprecatedNote":[],"description":["12 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BEEHIVE_ENTER","icon":{"material":"BEEHIVE","name":"Beehive Enter","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BEEHIVE_EXIT","icon":{"material":"BEE_NEST","name":"Beehive Exit","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BEEHIVE_SHEAR","icon":{"material":"HONEYCOMB","name":"Beehive Shear","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BEEHIVE_WORK","icon":{"material":"HONEYCOMB_BLOCK","name":"Beehive Work","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BONE_BLOCK_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Bone Block Break","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BONE_BLOCK_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Bone Block Fall","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BONE_BLOCK_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Bone Block Hit","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BONE_BLOCK_PLACE","icon":{"material":"BONE_BLOCK","name":"Bone Block Place","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BONE_BLOCK_STEP","icon":{"material":"IRON_BOOTS","name":"Bone Block Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BUBBLE_COLUMN_BUBBLE_POP","icon":{"material":"PLAYER_HEAD","name":"Bubble Column Bubble Pop","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzRmY2JjMjU2ZDBiZTdlNjgzYWY4NGUzOGM0YmNkYjcxYWZiOTM5ODUzOGEyOWFhOTZjYmZhMzE4YjJlYSJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BUBBLE_COLUMN_UPWARDS_AMBIENT","icon":{"material":"SOUL_SAND","name":"Bubble Column Ambient (Up)","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BUBBLE_COLUMN_UPWARDS_INSIDE","icon":{"material":"SOUL_SAND","name":"Bubble Column Inside (Up)","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BUBBLE_COLUMN_WHIRLPOOL_AMBIENT","icon":{"material":"MAGMA_BLOCK","name":"Bubble Column Ambient (Down)","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BUBBLE_COLUMN_WHIRLPOOL_INSIDE","icon":{"material":"MAGMA_BLOCK","name":"Bubble Column Inside (Down)","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_LEAVES_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Cherry Leaves Break","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_LEAVES_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Cherry Leaves Fall","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_LEAVES_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Cherry Leaves Hit","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_LEAVES_PLACE","icon":{"material":"CHERRY_LEAVES","name":"Cherry Leaves Place","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_LEAVES_STEP","icon":{"material":"IRON_BOOTS","name":"Cherry Leaves Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_SAPLING_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Cherry Sapling Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_SAPLING_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Cherry Sapling Fall","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_SAPLING_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Cherry Sapling Hit","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_SAPLING_PLACE","icon":{"material":"CHERRY_SAPLING","name":"Cherry Sapling Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_SAPLING_STEP","icon":{"material":"IRON_BOOTS","name":"Cherry Sapling Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_WOOD_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Cherry Wood Break","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_WOOD_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Cherry Wood Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_WOOD_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Cherry Wood Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_WOOD_PLACE","icon":{"material":"CHERRY_PLANKS","name":"Cherry Wood Place","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_WOOD_STEP","icon":{"material":"IRON_BOOTS","name":"Cherry Wood Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CORAL_BLOCK_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Coral Block Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CORAL_BLOCK_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Coral Block Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CORAL_BLOCK_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Coral Block Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CORAL_BLOCK_PLACE","icon":{"material":"BUBBLE_CORAL_BLOCK","name":"Coral Block Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CORAL_BLOCK_STEP","icon":{"material":"IRON_BOOTS","name":"Coral Block Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_CROP_PLANT","icon":{"material":"WHEAT_SEEDS","name":"Crop Plant","deprecatedNote":[],"description":["12 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CROP_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Crop Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_GROWING_PLANT_CROP","icon":{"material":"SHEARS","name":"Plant Stop Growing","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_FIRE_AMBIENT","icon":{"material":"BLAZE_POWDER","name":"Fire Ambient","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_FIRE_EXTINGUISH","icon":{"material":"BLAZE_POWDER","name":"Fire Extinguish","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_GRASS_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Grass Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_GRASS_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Grass Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_GRASS_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Grass Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_GRASS_PLACE","icon":{"material":"GRASS_BLOCK","name":"Grass Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_GRASS_STEP","icon":{"material":"IRON_BOOTS","name":"Grass Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_GRAVEL_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Gravel Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_GRAVEL_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Gravel Fall","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_GRAVEL_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Gravel Hit","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_GRAVEL_PLACE","icon":{"material":"GRAVEL","name":"Gravel Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_GRAVEL_STEP","icon":{"material":"IRON_BOOTS","name":"Gravel Step","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_LAVA_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Lava Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjY5NjVlNmE1ODY4NGMyNzdkMTg3MTdjZWM5NTlmMjgzM2E3MmRmYTk1NjYxMDE5ZGJjZGYzZGJmNjZiMDQ4In19fQ==","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_LAVA_EXTINGUISH","icon":{"material":"PLAYER_HEAD","name":"Lava Extinguish","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjY5NjVlNmE1ODY4NGMyNzdkMTg3MTdjZWM5NTlmMjgzM2E3MmRmYTk1NjYxMDE5ZGJjZGYzZGJmNjZiMDQ4In19fQ==","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_LAVA_POP","icon":{"material":"PLAYER_HEAD","name":"Lava Pop","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjY5NjVlNmE1ODY4NGMyNzdkMTg3MTdjZWM5NTlmMjgzM2E3MmRmYTk1NjYxMDE5ZGJjZGYzZGJmNjZiMDQ4In19fQ==","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_LILY_PAD_PLACE","icon":{"material":"LILY_PAD","name":"Lily Pad Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_PUMPKIN_CARVE","icon":{"material":"CARVED_PUMPKIN","name":"Pumpkin Carve","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_PINK_PETALS_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Pink Petals Break","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_PINK_PETALS_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Pink Petals Fall","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_PINK_PETALS_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Pink Petals Hit","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_PINK_PETALS_PLACE","icon":{"material":"PINK_PETALS","name":"Pink Petals Place","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_PINK_PETALS_STEP","icon":{"material":"IRON_BOOTS","name":"Pink Petals Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_POWDER_SNOW_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Powder Snow Break","deprecatedNote":[],"description":["7 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_POWDER_SNOW_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Powder Snow Fall","deprecatedNote":[],"description":["10 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_POWDER_SNOW_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Powder Snow Hit","deprecatedNote":[],"description":["10 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_POWDER_SNOW_PLACE","icon":{"material":"POWDER_SNOW_BUCKET","name":"Powder Snow Place","deprecatedNote":[],"description":["7 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_POWDER_SNOW_STEP","icon":{"material":"IRON_BOOTS","name":"Powder Snow Step","deprecatedNote":[],"description":["10 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_ROOTED_DIRT_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Rooted Dirt Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_ROOTED_DIRT_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Rooted Dirt Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_ROOTED_DIRT_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Rooted Dirt Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_ROOTED_DIRT_PLACE","icon":{"material":"ROOTED_DIRT","name":"Rooted Dirt Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_ROOTED_DIRT_STEP","icon":{"material":"IRON_BOOTS","name":"Rooted Dirt Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SAND_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Sand Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SAND_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Sand Fall","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SAND_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Sand Hit","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SAND_PLACE","icon":{"material":"SAND","name":"Sand Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SAND_STEP","icon":{"material":"IRON_BOOTS","name":"Sand Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SUSPICIOUS_SAND_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Suspicious Sand Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SUSPICIOUS_SAND_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Suspicious Sand Fall","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SUSPICIOUS_SAND_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Suspicious Sand Hit","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SUSPICIOUS_SAND_PLACE","icon":{"material":"SUSPICIOUS_SAND","name":"Suspicious Sand Place","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SUSPICIOUS_SAND_STEP","icon":{"material":"IRON_BOOTS","name":"Suspicious Sand Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SUSPICIOUS_GRAVEL_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Suspicious Gravel Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SUSPICIOUS_GRAVEL_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Suspicious Gravel Fall","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SUSPICIOUS_GRAVEL_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Suspicious Gravel Hit","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SUSPICIOUS_GRAVEL_PLACE","icon":{"material":"SUSPICIOUS_GRAVEL","name":"Suspicious Gravel Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SUSPICIOUS_GRAVEL_STEP","icon":{"material":"IRON_BOOTS","name":"Suspicious Gravel Step","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SNIFFER_EGG_PLOP","icon":{"material":"SNIFFER_SPAWN_EGG","name":"Sniffer Egg Plop","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SNIFFER_EGG_CRACK","icon":{"material":"SNIFFER_EGG","name":"Sniffer Egg Crack","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SNIFFER_EGG_HATCH","icon":{"material":"TORCHFLOWER","name":"Sniffer Egg Hatch","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SNOW_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Snow Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SNOW_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Snow Fall","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SNOW_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Snow Hit","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SNOW_PLACE","icon":{"material":"SNOW_BLOCK","name":"Snow Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SNOW_STEP","icon":{"material":"IRON_BOOTS","name":"Snow Step","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_STONE_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Stone Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_STONE_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Stone Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_STONE_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Stone Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_STONE_PLACE","icon":{"material":"STONE","name":"Stone Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_STONE_STEP","icon":{"material":"IRON_BOOTS","name":"Stone Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SWEET_BERRY_BUSH_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Sweet Berry Bush Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SWEET_BERRY_BUSH_PICK_BERRIES","icon":{"material":"SWEET_BERRIES","name":"Sweet Berry Bush Pick","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SWEET_BERRY_BUSH_PLACE","icon":{"material":"SWEET_BERRIES","name":"Sweet Berry Bush Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WET_GRASS_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Seagrass Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WET_GRASS_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Seagrass Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WET_GRASS_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Seagrass Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WET_GRASS_PLACE","icon":{"material":"SEAGRASS","name":"Seagrass Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WET_GRASS_STEP","icon":{"material":"IRON_BOOTS","name":"Seagrass Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_VINE_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Vine Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_VINE_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Vine Fall","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_VINE_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Vine Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_VINE_PLACE","icon":{"material":"VINE","name":"Vine Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_VINE_STEP","icon":{"material":"VINE","name":"Vine Climb","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WATER_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Water Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzRmY2JjMjU2ZDBiZTdlNjgzYWY4NGUzOGM0YmNkYjcxYWZiOTM5ODUzOGEyOWFhOTZjYmZhMzE4YjJlYSJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"AMBIENT_UNDERWATER_ENTER","icon":{"material":"PLAYER_HEAD","name":"Water Enter","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzRmY2JjMjU2ZDBiZTdlNjgzYWY4NGUzOGM0YmNkYjcxYWZiOTM5ODUzOGEyOWFhOTZjYmZhMzE4YjJlYSJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"AMBIENT_UNDERWATER_EXIT","icon":{"material":"PLAYER_HEAD","name":"Water Exit","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzRmY2JjMjU2ZDBiZTdlNjgzYWY4NGUzOGM0YmNkYjcxYWZiOTM5ODUzOGEyOWFhOTZjYmZhMzE4YjJlYSJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WOOD_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Wood Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WOOD_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Wood Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WOOD_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Wood Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WOOD_PLACE","icon":{"material":"OAK_PLANKS","name":"Wood Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WOOD_STEP","icon":{"material":"IRON_BOOTS","name":"Wood Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_WOOD_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Nether Wood Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_WOOD_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Nether Wood Fall","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_WOOD_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Nether Wood Hit","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_WOOD_PLACE","icon":{"material":"CRIMSON_PLANKS","name":"Nether Wood Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_WOOD_STEP","icon":{"material":"IRON_BOOTS","name":"Nether Wood Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_FROGLIGHT_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Froglight Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_FROGLIGHT_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Froglight Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_FROGLIGHT_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Froglight Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_FROGLIGHT_PLACE","icon":{"material":"VERDANT_FROGLIGHT","name":"Froglight Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_FROGLIGHT_STEP","icon":{"material":"IRON_BOOTS","name":"Froglight Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_FROGSPAWN_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Frogspawn Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_FROGSPAWN_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Frogspawn Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_FROGSPAWN_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Frogspawn Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_FROGSPAWN_PLACE","icon":{"material":"FROGSPAWN","name":"Frogspawn Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_FROGSPAWN_STEP","icon":{"material":"IRON_BOOTS","name":"Frogspawn Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_FROGSPAWN_HATCH","icon":{"material":"FROG_SPAWN_EGG","name":"Frogspawn Hatch","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MANGROVE_ROOTS_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Mangrove Roots Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MANGROVE_ROOTS_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Mangrove Roots Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MANGROVE_ROOTS_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Mangrove Roots Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MANGROVE_ROOTS_PLACE","icon":{"material":"MANGROVE_ROOTS","name":"Mangrove Roots Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MANGROVE_ROOTS_STEP","icon":{"material":"IRON_BOOTS","name":"Mangrove Roots Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MUDDY_MANGROVE_ROOTS_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Muddy Mangrove Roots Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MUDDY_MANGROVE_ROOTS_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Muddy Mangrove Roots Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MUDDY_MANGROVE_ROOTS_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Muddy Mangrove Roots Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MUDDY_MANGROVE_ROOTS_PLACE","icon":{"material":"MUDDY_MANGROVE_ROOTS","name":"Muddy Mangrove Roots Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MUDDY_MANGROVE_ROOTS_STEP","icon":{"material":"IRON_BOOTS","name":"Muddy Mangrove Roots Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MUD_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Mud Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MUD_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Mud Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MUD_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Mud Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MUD_PLACE","icon":{"material":"MUD","name":"Mud Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MUD_STEP","icon":{"material":"IRON_BOOTS","name":"Mud Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_AMETHYST_BLOCK_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Amethyst Block Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_AMETHYST_BLOCK_CHIME","icon":{"material":"IRON_BOOTS","name":"Amethyst Block Chime","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_AMETHYST_BLOCK_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Amethyst Block Fall","deprecatedNote":[],"description":["13 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_AMETHYST_BLOCK_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Amethyst Block Hit","deprecatedNote":[],"description":["12 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_AMETHYST_BLOCK_PLACE","icon":{"material":"AMETHYST_BLOCK","name":"Amethyst Block Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_AMETHYST_BLOCK_STEP","icon":{"material":"IRON_BOOTS","name":"Amethyst Block Step","deprecatedNote":[],"description":["14 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_AMETHYST_CLUSTER_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Amethyst Cluster Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_AMETHYST_CLUSTER_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Amethyst Cluster Fall","deprecatedNote":[],"description":["13 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_AMETHYST_CLUSTER_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Amethyst Cluster Hit","deprecatedNote":[],"description":["12 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_AMETHYST_CLUSTER_PLACE","icon":{"material":"AMETHYST_CLUSTER","name":"Amethyst Cluster Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_AMETHYST_CLUSTER_STEP","icon":{"material":"IRON_BOOTS","name":"Amethyst Cluster Step","deprecatedNote":[],"description":["14 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_LARGE_AMETHYST_BUD_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Large Amethyst Bud Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_LARGE_AMETHYST_BUD_PLACE","icon":{"material":"LARGE_AMETHYST_BUD","name":"Large Amethyst Bud Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MEDIUM_AMETHYST_BUD_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Medium Amethyst Bud Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MEDIUM_AMETHYST_BUD_PLACE","icon":{"material":"MEDIUM_AMETHYST_BUD","name":"Medium Amethyst Bud Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SMALL_AMETHYST_BUD_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Small Amethyst Bud Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SMALL_AMETHYST_BUD_PLACE","icon":{"material":"SMALL_AMETHYST_BUD","name":"Small Amethyst Bud Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_AMETHYST_BLOCK_RESONATE","icon":{"material":"CALIBRATED_SCULK_SENSOR","name":"Amethyst Resonate","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_AZALEA_PLACE","icon":{"material":"AZALEA","name":"Azalea Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_AZALEA_STEP","icon":{"material":"IRON_BOOTS","name":"Azalea Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_AZALEA_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Azalea Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_AZALEA_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Azalea Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_AZALEA_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Azalea Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_AZALEA_LEAVES_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Azalea Leaves Break","deprecatedNote":[],"description":["14 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_AZALEA_LEAVES_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Azalea Leaves Fall","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_AZALEA_LEAVES_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Azalea Leaves Hit","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_AZALEA_LEAVES_PLACE","icon":{"material":"AZALEA_LEAVES","name":"Azalea Leaves Place","deprecatedNote":[],"description":["14 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_AZALEA_LEAVES_STEP","icon":{"material":"IRON_BOOTS","name":"Azalea Leaves Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BIG_DRIPLEAF_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Big Dripleaf Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BIG_DRIPLEAF_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Big Dripleaf Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BIG_DRIPLEAF_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Big Dripleaf Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BIG_DRIPLEAF_PLACE","icon":{"material":"BIG_DRIPLEAF","name":"Big Dripleaf Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BIG_DRIPLEAF_STEP","icon":{"material":"IRON_BOOTS","name":"Big Dripleaf Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BIG_DRIPLEAF_TILT_DOWN","icon":{"material":"BIG_DRIPLEAF","name":"Big Dripleaf Tilt Down","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BIG_DRIPLEAF_TILT_UP","icon":{"material":"BIG_DRIPLEAF","name":"Big Dripleaf Tilt Up","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CALCITE_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Calcite Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CALCITE_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Calcite Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CALCITE_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Calcite Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CALCITE_PLACE","icon":{"material":"CALCITE","name":"Calcite Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CALCITE_STEP","icon":{"material":"IRON_BOOTS","name":"Calcite Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CAVE_VINES_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Cave Vines Break","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CAVE_VINES_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Cave Vines Fall","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CAVE_VINES_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Cave Vines Hit","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CAVE_VINES_PICK_BERRIES","icon":{"material":"GLOW_BERRIES","name":"Cave Vines Pick","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CAVE_VINES_PLACE","icon":{"material":"GLOW_BERRIES","name":"Cave Vines Place","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CAVE_VINES_STEP","icon":{"material":"IRON_BOOTS","name":"Cave Vines Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DEEPSLATE_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Deepslate Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DEEPSLATE_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Deepslate Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DEEPSLATE_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Deepslate Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DEEPSLATE_PLACE","icon":{"material":"DEEPSLATE","name":"Deepslate Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DEEPSLATE_STEP","icon":{"material":"IRON_BOOTS","name":"Deepslate Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DEEPSLATE_BRICKS_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Deepslate Bricks Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DEEPSLATE_BRICKS_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Deepslate Bricks Fall","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DEEPSLATE_BRICKS_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Deepslate Bricks Hit","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DEEPSLATE_BRICKS_PLACE","icon":{"material":"DEEPSLATE_BRICKS","name":"Deepslate Bricks Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DEEPSLATE_BRICKS_STEP","icon":{"material":"IRON_BOOTS","name":"Deepslate Bricks Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DEEPSLATE_TILES_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Deepslate Tiles Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DEEPSLATE_TILES_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Deepslate Tiles Fall","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DEEPSLATE_TILES_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Deepslate Tiles Hit","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DEEPSLATE_TILES_PLACE","icon":{"material":"DEEPSLATE_TILES","name":"Deepslate Tiles Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DEEPSLATE_TILES_STEP","icon":{"material":"IRON_BOOTS","name":"Deepslate Tiles Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DRIPSTONE_BLOCK_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Dripstone Block Break","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DRIPSTONE_BLOCK_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Dripstone Block Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DRIPSTONE_BLOCK_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Dripstone Block Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DRIPSTONE_BLOCK_PLACE","icon":{"material":"DRIPSTONE_BLOCK","name":"Dripstone Block Place","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DRIPSTONE_BLOCK_STEP","icon":{"material":"IRON_BOOTS","name":"Dripstone Block Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_FLOWERING_AZALEA_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Flowering Azalea Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_FLOWERING_AZALEA_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Flowering Azalea Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_FLOWERING_AZALEA_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Flowering Azalea Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_FLOWERING_AZALEA_PLACE","icon":{"material":"FLOWERING_AZALEA","name":"Flowering Azalea Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_FLOWERING_AZALEA_STEP","icon":{"material":"IRON_BOOTS","name":"Flowering Azalea Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_HANGING_ROOTS_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Hanging Roots Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_HANGING_ROOTS_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Hanging Roots Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_HANGING_ROOTS_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Hanging Roots Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_HANGING_ROOTS_PLACE","icon":{"material":"HANGING_ROOTS","name":"Hanging Roots Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_HANGING_ROOTS_STEP","icon":{"material":"IRON_BOOTS","name":"Hanging Roots Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MOSS_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Moss Block Break","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MOSS_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Moss Block Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MOSS_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Moss Block Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MOSS_PLACE","icon":{"material":"MOSS_BLOCK","name":"Moss Block Place","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MOSS_STEP","icon":{"material":"IRON_BOOTS","name":"Moss Block Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MOSS_CARPET_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Moss Carpet Break","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MOSS_CARPET_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Moss Carpet Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MOSS_CARPET_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Moss Carpet Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MOSS_CARPET_PLACE","icon":{"material":"MOSS_CARPET","name":"Moss Carpet Place","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MOSS_CARPET_STEP","icon":{"material":"IRON_BOOTS","name":"Moss Carpet Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_POINTED_DRIPSTONE_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Pointed Dripstone Break","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_POINTED_DRIPSTONE_DRIP_LAVA","icon":{"material":"LAVA_BUCKET","name":"Pointed Dripstone Drip Lava","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_POINTED_DRIPSTONE_DRIP_LAVA_INTO_CAULDRON","icon":{"material":"CAULDRON","name":"Pointed Dripstone Drip Lava Into Cauldron","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_POINTED_DRIPSTONE_DRIP_WATER","icon":{"material":"WATER_BUCKET","name":"Pointed Dripstone Drip Water","deprecatedNote":[],"description":["15 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_POINTED_DRIPSTONE_DRIP_WATER_INTO_CAULDRON","icon":{"material":"CAULDRON","name":"Pointed Dripstone Drip Water Into Cauldron","deprecatedNote":[],"description":["8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_POINTED_DRIPSTONE_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Pointed Dripstone Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_POINTED_DRIPSTONE_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Pointed Dripstone Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_POINTED_DRIPSTONE_LAND","icon":{"material":"BEETROOT_SEEDS","name":"Pointed Dripstone Land","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_POINTED_DRIPSTONE_PLACE","icon":{"material":"POINTED_DRIPSTONE","name":"Pointed Dripstone Place","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_POINTED_DRIPSTONE_STEP","icon":{"material":"IRON_BOOTS","name":"Pointed Dripstone Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SMALL_DRIPLEAF_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Small Dripleaf Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SMALL_DRIPLEAF_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Small Dripleaf Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SMALL_DRIPLEAF_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Small Dripleaf Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SMALL_DRIPLEAF_PLACE","icon":{"material":"SMALL_DRIPLEAF","name":"Small Dripleaf Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SMALL_DRIPLEAF_STEP","icon":{"material":"IRON_BOOTS","name":"Small Dripleaf Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SPONGE_ABSORB","icon":{"material":"WATER_BUCKET","name":"Sponge Absorb","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SPONGE_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Sponge Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SPONGE_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Sponge Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SPONGE_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Sponge Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SPONGE_PLACE","icon":{"material":"SPONGE","name":"Sponge Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SPONGE_STEP","icon":{"material":"IRON_BOOTS","name":"Sponge Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WET_SPONGE_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Wet Sponge Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WET_SPONGE_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Wet Sponge Fall","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WET_SPONGE_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Wet Sponge Hit","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WET_SPONGE_PLACE","icon":{"material":"WET_SPONGE","name":"Wet Sponge Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WET_SPONGE_STEP","icon":{"material":"IRON_BOOTS","name":"Wet Sponge Step","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SPORE_BLOSSOM_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Spore Blossom Break","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SPORE_BLOSSOM_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Spore Blossom Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SPORE_BLOSSOM_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Spore Blossom Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SPORE_BLOSSOM_PLACE","icon":{"material":"SPORE_BLOSSOM","name":"Spore Blossom Place","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SPORE_BLOSSOM_STEP","icon":{"material":"IRON_BOOTS","name":"Spore Blossom Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_TUFF_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Tuff Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_TUFF_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Tuff Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_TUFF_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Tuff Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_TUFF_PLACE","icon":{"material":"TUFF","name":"Tuff Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_TUFF_STEP","icon":{"material":"IRON_BOOTS","name":"Tuff Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Sculk Break","deprecatedNote":[],"description":["14 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Sculk Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Sculk Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_PLACE","icon":{"material":"SCULK","name":"Sculk Place","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_STEP","icon":{"material":"IRON_BOOTS","name":"Sculk Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_CHARGE","icon":{"material":"SCULK_CATALYST","name":"Sculk Charge","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_SPREAD","icon":{"material":"ECHO_SHARD","name":"Sculk Spread","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_CATALYST_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Sculk Catalyst Break","deprecatedNote":[],"description":["10 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_CATALYST_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Sculk Catalyst Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_CATALYST_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Sculk Catalyst Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_CATALYST_PLACE","icon":{"material":"SCULK_CATALYST","name":"Sculk Catalyst Place","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_CATALYST_STEP","icon":{"material":"IRON_BOOTS","name":"Sculk Catalyst Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_CATALYST_BLOOM","icon":{"material":"SCULK","name":"Sculk Catalyst Bloom","deprecatedNote":[],"description":["13 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_SHRIEKER_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Sculk Shrieker Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_SHRIEKER_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Sculk Shrieker Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_SHRIEKER_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Sculk Shrieker Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_SHRIEKER_PLACE","icon":{"material":"SCULK_SHRIEKER","name":"Sculk Shrieker Place","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_SHRIEKER_STEP","icon":{"material":"IRON_BOOTS","name":"Sculk Shrieker Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_SHRIEKER_SHRIEK","icon":{"material":"WARDEN_SPAWN_EGG","name":"Sculk Shrieker Shriek","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_VEIN_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Sculk Vein Break","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_VEIN_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Sculk Vein Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_VEIN_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Sculk Vein Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_VEIN_PLACE","icon":{"material":"SCULK_VEIN","name":"Sculk Vein Place","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_VEIN_STEP","icon":{"material":"IRON_BOOTS","name":"Sculk Vein Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_ANCIENT_DEBRIS_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Ancient Debris Break","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_ANCIENT_DEBRIS_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Ancient Debris Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_ANCIENT_DEBRIS_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Ancient Debris Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_ANCIENT_DEBRIS_PLACE","icon":{"material":"ANCIENT_DEBRIS","name":"Ancient Debris Place","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_ANCIENT_DEBRIS_STEP","icon":{"material":"IRON_BOOTS","name":"Ancient Debris Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BASALT_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Basalt Break","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BASALT_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Basalt Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BASALT_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Basalt Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BASALT_PLACE","icon":{"material":"BASALT","name":"Basalt Place","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BASALT_STEP","icon":{"material":"IRON_BOOTS","name":"Basalt Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_GILDED_BLACKSTONE_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Gilded Blackstone Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_GILDED_BLACKSTONE_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Gilded Blackstone Fall","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_GILDED_BLACKSTONE_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Gilded Blackstone Hit","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_GILDED_BLACKSTONE_PLACE","icon":{"material":"GILDED_BLACKSTONE","name":"Gilded Blackstone Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_GILDED_BLACKSTONE_STEP","icon":{"material":"IRON_BOOTS","name":"Gilded Blackstone Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHERRACK_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Netherrack Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHERRACK_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Netherrack Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHERRACK_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Netherrack Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHERRACK_PLACE","icon":{"material":"NETHERRACK","name":"Netherrack Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHERRACK_STEP","icon":{"material":"IRON_BOOTS","name":"Netherrack Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_GOLD_ORE_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Nether Gold Ore Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_GOLD_ORE_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Nether Gold Ore Fall","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_GOLD_ORE_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Nether Gold Ore Hit","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_GOLD_ORE_PLACE","icon":{"material":"NETHER_GOLD_ORE","name":"Nether Gold Ore Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_GOLD_ORE_STEP","icon":{"material":"IRON_BOOTS","name":"Nether Gold Ore Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_FUNGUS_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Nether Fungus Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_FUNGUS_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Nether Fungus Fall","deprecatedNote":[],"description":["No variants"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_FUNGUS_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Nether Fungus Hit","deprecatedNote":[],"description":["No variants"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_FUNGUS_PLACE","icon":{"material":"CRIMSON_FUNGUS","name":"Nether Fungus Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_FUNGUS_STEP","icon":{"material":"IRON_BOOTS","name":"Nether Fungus Step","deprecatedNote":[],"description":["12 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_ORE_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Nether Quartz Ore Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_ORE_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Nether Quartz Ore Fall","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_ORE_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Nether Quartz Ore Hit","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_ORE_PLACE","icon":{"material":"NETHER_QUARTZ_ORE","name":"Nether Quartz Ore Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_ORE_STEP","icon":{"material":"IRON_BOOTS","name":"Nether Quartz Ore Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_ROOTS_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Nether Roots Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_ROOTS_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Nether Roots Fall","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_ROOTS_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Nether Roots Hit","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_ROOTS_PLACE","icon":{"material":"CRIMSON_ROOTS","name":"Nether Roots Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_ROOTS_STEP","icon":{"material":"IRON_BOOTS","name":"Nether Roots Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_SPROUTS_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Nether Sprouts Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_SPROUTS_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Nether Sprouts Fall","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_SPROUTS_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Nether Sprouts Hit","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_SPROUTS_PLACE","icon":{"material":"NETHER_SPROUTS","name":"Nether Sprouts Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_SPROUTS_STEP","icon":{"material":"IRON_BOOTS","name":"Nether Sprouts Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_STEM_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Nether Stem Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_STEM_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Nether Stem Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_STEM_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Nether Stem Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_STEM_PLACE","icon":{"material":"CRIMSON_STEM","name":"Nether Stem Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_STEM_STEP","icon":{"material":"IRON_BOOTS","name":"Nether Stem Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WEEPING_VINES_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Nether Vine Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WEEPING_VINES_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Nether Vine Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WEEPING_VINES_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Nether Vine Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WEEPING_VINES_PLACE","icon":{"material":"WEEPING_VINES","name":"Nether Vine Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WEEPING_VINES_STEP","icon":{"material":"IRON_BOOTS","name":"Nether Vine Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_WART_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Nether Wart Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_NETHER_WART_PLANT","icon":{"material":"NETHER_WART","name":"Nether Wart Plant","deprecatedNote":[],"description":["12 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WART_BLOCK_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Nether Wart Block Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WART_BLOCK_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Nether Wart Block Fall","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WART_BLOCK_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Nether Wart Block Hit","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WART_BLOCK_PLACE","icon":{"material":"NETHER_WART_BLOCK","name":"Nether Wart Block Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WART_BLOCK_STEP","icon":{"material":"IRON_BOOTS","name":"Nether Wart Block Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NYLIUM_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Nylium Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NYLIUM_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Nylium Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NYLIUM_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Nylium Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NYLIUM_PLACE","icon":{"material":"CRIMSON_NYLIUM","name":"Nylium Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NYLIUM_STEP","icon":{"material":"IRON_BOOTS","name":"Nylium Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SHROOMLIGHT_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Shroomlight Break","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SHROOMLIGHT_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Shroomlight Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SHROOMLIGHT_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Shroomlight Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SHROOMLIGHT_PLACE","icon":{"material":"SHROOMLIGHT","name":"Shroomlight Place","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SHROOMLIGHT_STEP","icon":{"material":"IRON_BOOTS","name":"Shroomlight Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SOUL_SAND_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Soul Sand Break","deprecatedNote":[],"description":["9 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SOUL_SAND_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Soul Sand Fall","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SOUL_SAND_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Soul Sand Hit","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SOUL_SAND_PLACE","icon":{"material":"SOUL_SAND","name":"Soul Sand Place","deprecatedNote":[],"description":["9 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SOUL_SAND_STEP","icon":{"material":"IRON_BOOTS","name":"Soul Sand Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SOUL_SOIL_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Soul Soil Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SOUL_SOIL_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Soul Soil Fall","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SOUL_SOIL_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Soul Soil Hit","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SOUL_SOIL_PLACE","icon":{"material":"SOUL_SOIL","name":"Soul Soil Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SOUL_SOIL_STEP","icon":{"material":"IRON_BOOTS","name":"Soul Soil Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHORUS_FLOWER_DEATH","icon":{"material":"CHORUS_PLANT","name":"Chorus Flower Death","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHORUS_FLOWER_GROW","icon":{"material":"CHORUS_FLOWER","name":"Chorus Flower Grow","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CAKE_ADD_CANDLE","icon":{"material":"CAKE","name":"Add Cake Candle","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CANDLE_AMBIENT","icon":{"material":"CANDLE","name":"Candle Ambient","deprecatedNote":[],"description":["27 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CANDLE_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Candle Break","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CANDLE_EXTINGUISH","icon":{"material":"WATER_BUCKET","name":"Candle Extinguish","deprecatedNote":[],"description":["18 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CANDLE_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Candle Fall","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CANDLE_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Candle Hit","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CANDLE_PLACE","icon":{"material":"CANDLE","name":"Candle Place","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CANDLE_STEP","icon":{"material":"IRON_BOOTS","name":"Candle Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHAIN_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Chain Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHAIN_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Chain Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHAIN_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Chain Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHAIN_PLACE","icon":{"material":"CHAIN","name":"Chain Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHAIN_STEP","icon":{"material":"IRON_BOOTS","name":"Chain Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_COPPER_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Copper Block Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_COPPER_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Copper Block Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_COPPER_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Copper Block Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_COPPER_PLACE","icon":{"material":"COPPER_BLOCK","name":"Copper Block Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_COPPER_STEP","icon":{"material":"IRON_BOOTS","name":"Copper Block Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DECORATED_POT_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Decorated Pot Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DECORATED_POT_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Decorated Pot Fall","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DECORATED_POT_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Decorated Pot Hit","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DECORATED_POT_PLACE","icon":{"material":"DECORATED_POT","name":"Decorated Pot Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DECORATED_POT_STEP","icon":{"material":"IRON_BOOTS","name":"Decorated Pot Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DECORATED_POT_SHATTER","icon":{"material":"GLASS","name":"Decorated Pot Shatter","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DECORATED_POT_INSERT","icon":{"material":"CHEST","name":"Decorated Pot Insert Item","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DECORATED_POT_INSERT_FAIL","icon":{"material":"BARRIER","name":"Decorated Pot Insert Fail","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_GLASS_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Glass Break","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_GLASS_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Glass Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_GLASS_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Glass Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_GLASS_PLACE","icon":{"material":"GLASS","name":"Glass Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_GLASS_STEP","icon":{"material":"IRON_BOOTS","name":"Glass Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SIGN_WAXED_INTERACT_FAIL","icon":{"material":"HONEYCOMB","name":"Waxed Sign Interact Fail","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_HANGING_SIGN_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Wooden Hanging Sign Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_HANGING_SIGN_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Wooden Hanging Sign Fall","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_HANGING_SIGN_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Wooden Hanging Sign Hit","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_HANGING_SIGN_PLACE","icon":{"material":"OAK_HANGING_SIGN","name":"Wooden Hanging Sign Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_HANGING_SIGN_STEP","icon":{"material":"IRON_BOOTS","name":"Wooden Hanging Sign Step","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_WOOD_HANGING_SIGN_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Cherry Hanging Sign Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_WOOD_HANGING_SIGN_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Cherry Hanging Sign Fall","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_WOOD_HANGING_SIGN_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Cherry Hanging Sign Hit","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_WOOD_HANGING_SIGN_PLACE","icon":{"material":"CHERRY_HANGING_SIGN","name":"Cherry Hanging Sign Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_WOOD_HANGING_SIGN_STEP","icon":{"material":"IRON_BOOTS","name":"Cherry Hanging Sign Step","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_WOOD_HANGING_SIGN_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Bamboo Hanging Sign Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_WOOD_HANGING_SIGN_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Bamboo Hanging Sign Fall","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_WOOD_HANGING_SIGN_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Bamboo Hanging Sign Hit","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_WOOD_HANGING_SIGN_PLACE","icon":{"material":"BAMBOO_HANGING_SIGN","name":"Bamboo Hanging Sign Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_WOOD_HANGING_SIGN_STEP","icon":{"material":"IRON_BOOTS","name":"Bamboo Hanging Sign Step","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_WOOD_HANGING_SIGN_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Nether Wood Hanging Sign Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_WOOD_HANGING_SIGN_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Nether Wood Hanging Sign Fall","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_WOOD_HANGING_SIGN_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Nether Wood Hanging Sign Hit","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_WOOD_HANGING_SIGN_PLACE","icon":{"material":"WARPED_HANGING_SIGN","name":"Nether Wood Hanging Sign Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_WOOD_HANGING_SIGN_STEP","icon":{"material":"IRON_BOOTS","name":"Nether Wood Hanging Sign Step","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_HONEY_BLOCK_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Honey Block Break","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_HONEY_BLOCK_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Honey Block Fall","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_HONEY_BLOCK_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Honey Block Hit","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_HONEY_BLOCK_PLACE","icon":{"material":"HONEY_BLOCK","name":"Honey Block Place","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_HONEY_BLOCK_SLIDE","icon":{"material":"IRON_BOOTS","name":"Honey Block Slide","deprecatedNote":[],"description":["8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_HONEY_BLOCK_STEP","icon":{"material":"IRON_BOOTS","name":"Honey Block Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_LADDER_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Ladder Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_LADDER_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Ladder Fall","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_LADDER_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Ladder Hit","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_LADDER_PLACE","icon":{"material":"LADDER","name":"Ladder Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_LADDER_STEP","icon":{"material":"IRON_BOOTS","name":"Ladder Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_LANTERN_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Lantern Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_LANTERN_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Lantern Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_LANTERN_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Lantern Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_LANTERN_PLACE","icon":{"material":"LANTERN","name":"Lantern Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_LANTERN_STEP","icon":{"material":"IRON_BOOTS","name":"Lantern Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_METAL_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Metal Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_METAL_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Metal Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_METAL_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Metal Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_METAL_PLACE","icon":{"material":"IRON_BLOCK","name":"Metal Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_METAL_STEP","icon":{"material":"IRON_BOOTS","name":"Metal Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_BRICKS_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Nether Bricks Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_BRICKS_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Nether Bricks Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_BRICKS_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Nether Bricks Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_BRICKS_PLACE","icon":{"material":"NETHER_BRICKS","name":"Nether Bricks Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_BRICKS_STEP","icon":{"material":"IRON_BOOTS","name":"Nether Bricks Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHERITE_BLOCK_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Netherite Block Break","deprecatedNote":[],"description":["8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHERITE_BLOCK_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Netherite Block Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHERITE_BLOCK_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Netherite Block Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHERITE_BLOCK_PLACE","icon":{"material":"NETHERITE_BLOCK","name":"Netherite Block Place","deprecatedNote":[],"description":["8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHERITE_BLOCK_STEP","icon":{"material":"IRON_BOOTS","name":"Netherite Block Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_POLISHED_DEEPSLATE_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Polished Deepslate Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_POLISHED_DEEPSLATE_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Polished Deepslate Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_POLISHED_DEEPSLATE_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Polished Deepslate Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_POLISHED_DEEPSLATE_PLACE","icon":{"material":"POLISHED_DEEPSLATE","name":"Polished Deepslate Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_POLISHED_DEEPSLATE_STEP","icon":{"material":"IRON_BOOTS","name":"Polished Deepslate Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCAFFOLDING_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Scaffolding Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCAFFOLDING_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Scaffolding Fall","deprecatedNote":[],"description":["7 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCAFFOLDING_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Scaffolding Hit","deprecatedNote":[],"description":["7 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCAFFOLDING_PLACE","icon":{"material":"SCAFFOLDING","name":"Scaffolding Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCAFFOLDING_STEP","icon":{"material":"IRON_BOOTS","name":"Scaffolding Step","deprecatedNote":[],"description":["7 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SLIME_BLOCK_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Slime Block Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SLIME_BLOCK_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Slime Block Fall","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SLIME_BLOCK_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Slime Block Hit","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SLIME_BLOCK_PLACE","icon":{"material":"SLIME_BLOCK","name":"Slime Block Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SLIME_BLOCK_STEP","icon":{"material":"IRON_BOOTS","name":"Slime Block Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WOOL_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Wool Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WOOL_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Wool Fall","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WOOL_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Wool Hit","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WOOL_PLACE","icon":{"material":"WHITE_WOOL","name":"Wool Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WOOL_STEP","icon":{"material":"IRON_BOOTS","name":"Wool Step","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MUD_BRICKS_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Mud Bricks Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MUD_BRICKS_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Mud Bricks Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MUD_BRICKS_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Mud Bricks Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MUD_BRICKS_PLACE","icon":{"material":"MUD_BRICKS","name":"Mud Bricks Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_MUD_BRICKS_STEP","icon":{"material":"IRON_BOOTS","name":"Mud Bricks Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_PACKED_MUD_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Packed Mud Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_PACKED_MUD_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Packed Mud Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_PACKED_MUD_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Packed Mud Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_PACKED_MUD_PLACE","icon":{"material":"PACKED_MUD","name":"Packed Mud Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_PACKED_MUD_STEP","icon":{"material":"IRON_BOOTS","name":"Packed Mud Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_ANVIL_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Anvil Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_ANVIL_DESTROY","icon":{"material":"BEETROOT_SEEDS","name":"Anvil Destroy","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_ANVIL_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Anvil Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_ANVIL_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Anvil Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_ANVIL_LAND","icon":{"material":"CHIPPED_ANVIL","name":"Anvil Land","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_ANVIL_PLACE","icon":{"material":"ANVIL","name":"Anvil Place","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_ANVIL_STEP","icon":{"material":"IRON_BOOTS","name":"Anvil Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_ANVIL_USE","icon":{"material":"ANVIL","name":"Anvil Use","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BLASTFURNACE_FIRE_CRACKLE","icon":{"material":"BLAST_FURNACE","name":"Blast Furnace Fire Crackle","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BREWING_STAND_BREW","icon":{"material":"BREWING_STAND","name":"Brewing Stand Brew","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CAMPFIRE_CRACKLE","icon":{"material":"CAMPFIRE","name":"Campfire Crackle","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"UI_CARTOGRAPHY_TABLE_TAKE_RESULT","icon":{"material":"CARTOGRAPHY_TABLE","name":"Cartography Table Take Result","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_COMPOSTER_EMPTY","icon":{"material":"COMPOSTER","name":"Composter Empty","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_COMPOSTER_FILL_SUCCESS","icon":{"material":"WHEAT","name":"Composter Fill Success","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_COMPOSTER_FILL","icon":{"material":"WHEAT_SEEDS","name":"Composter Fill","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_COMPOSTER_READY","icon":{"material":"BONE_MEAL","name":"Composter Ready","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_ENCHANTMENT_TABLE_USE","icon":{"material":"ENCHANTING_TABLE","name":"Enchantment Table Use","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_FURNACE_FIRE_CRACKLE","icon":{"material":"FURNACE","name":"Furnace Fire Crackle","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_GRINDSTONE_USE","icon":{"material":"GRINDSTONE","name":"Grindstone Use","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"UI_LOOM_SELECT_PATTERN","icon":{"material":"LOOM","name":"Loom Select Pattern","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"UI_LOOM_TAKE_RESULT","icon":{"material":"LOOM","name":"Loom Take Result","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SMITHING_TABLE_USE","icon":{"material":"SMITHING_TABLE","name":"Smithing Table Use","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SMOKER_SMOKE","icon":{"material":"SMOKER","name":"Smoker Smoke","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"UI_STONECUTTER_SELECT_RECIPE","icon":{"material":"STONECUTTER","name":"Stonecutter Select Recipe","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"UI_STONECUTTER_TAKE_RESULT","icon":{"material":"STONECUTTER","name":"Stonecutter Take Result","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BARREL_CLOSE","icon":{"material":"BARREL","name":"Barrel Close","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BARREL_OPEN","icon":{"material":"BARREL","name":"Barrel Open","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHEST_CLOSE","icon":{"material":"CHEST","name":"Chest Close","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHEST_LOCKED","icon":{"material":"TRAPPED_CHEST","name":"Chest Locked","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHEST_OPEN","icon":{"material":"CHEST","name":"Chest Open","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHISELED_BOOKSHELF_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Chiseled Bookshelf Break","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHISELED_BOOKSHELF_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Chiseled Bookshelf Fall","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHISELED_BOOKSHELF_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Chiseled Bookshelf Hit","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHISELED_BOOKSHELF_PLACE","icon":{"material":"CHISELED_BOOKSHELF","name":"Chiseled Bookshelf Place","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHISELED_BOOKSHELF_STEP","icon":{"material":"IRON_BOOTS","name":"Chiseled Bookshelf Step","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHISELED_BOOKSHELF_INSERT","icon":{"material":"BOOK","name":"Chiseled Bookshelf Insert","deprecatedNote":[],"description":["12 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHISELED_BOOKSHELF_INSERT_ENCHANTED","icon":{"material":"WRITTEN_BOOK","name":"Chiseled Bookshelf Insert (Enchanted)","deprecatedNote":[],"description":["12 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHISELED_BOOKSHELF_PICKUP","icon":{"material":"BOOK","name":"Chiseled Bookshelf Pick Up","deprecatedNote":[],"description":["9 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHISELED_BOOKSHELF_PICKUP_ENCHANTED","icon":{"material":"WRITTEN_BOOK","name":"Chiseled Bookshelf Pick Up (Enchanted)","deprecatedNote":[],"description":["9 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_ENDER_CHEST_CLOSE","icon":{"material":"ENDER_CHEST","name":"Ender Chest Close","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_ENDER_CHEST_OPEN","icon":{"material":"ENDER_CHEST","name":"Ender Chest Open","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SHULKER_BOX_CLOSE","icon":{"material":"SHULKER_BOX","name":"Shulker Box Close","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SHULKER_BOX_OPEN","icon":{"material":"SHULKER_BOX","name":"Shulker Box Open","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_COMPARATOR_CLICK","icon":{"material":"COMPARATOR","name":"Comparator Click","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DISPENSER_DISPENSE","icon":{"material":"DISPENSER","name":"Dispenser Dispense","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DISPENSER_FAIL","icon":{"material":"DISPENSER","name":"Dispenser Fail","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_DISPENSER_LAUNCH","icon":{"material":"DISPENSER","name":"Dispenser Launch","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_FENCE_GATE_CLOSE","icon":{"material":"DARK_OAK_FENCE_GATE","name":"Wooden Fence Gate Close","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_FENCE_GATE_OPEN","icon":{"material":"OAK_FENCE_GATE","name":"Wooden Fence Gate Open","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_WOOD_FENCE_GATE_CLOSE","icon":{"material":"CHERRY_FENCE_GATE","name":"Cherry Fence Gate Close","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_WOOD_FENCE_GATE_OPEN","icon":{"material":"CHERRY_FENCE_GATE","name":"Cherry Fence Gate Open","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_WOOD_FENCE_GATE_CLOSE","icon":{"material":"BAMBOO_FENCE_GATE","name":"Bamboo Fence Gate Close","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_WOOD_FENCE_GATE_OPEN","icon":{"material":"BAMBOO_FENCE_GATE","name":"Bamboo Fence Gate Open","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_WOOD_FENCE_GATE_CLOSE","icon":{"material":"WARPED_FENCE_GATE","name":"Nether Wood Fence Gate Close","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_WOOD_FENCE_GATE_OPEN","icon":{"material":"CRIMSON_FENCE_GATE","name":"Nether Wood Fence Gate Open","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_IRON_DOOR_CLOSE","icon":{"material":"IRON_DOOR","name":"Iron Door Close","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_IRON_DOOR_OPEN","icon":{"material":"IRON_DOOR","name":"Iron Door Open","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_IRON_TRAPDOOR_CLOSE","icon":{"material":"IRON_TRAPDOOR","name":"Iron Trapdoor Close","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_IRON_TRAPDOOR_OPEN","icon":{"material":"IRON_TRAPDOOR","name":"Iron Trapdoor Open","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_LEVER_CLICK","icon":{"material":"LEVER","name":"Lever Click","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_METAL_PRESSURE_PLATE_CLICK_OFF","icon":{"material":"HEAVY_WEIGHTED_PRESSURE_PLATE","name":"Metal Pressure Plate Click Off","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_METAL_PRESSURE_PLATE_CLICK_ON","icon":{"material":"LIGHT_WEIGHTED_PRESSURE_PLATE","name":"Metal Pressure Plate Click On","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_PISTON_CONTRACT","icon":{"material":"PISTON","name":"Piston Retract","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_PISTON_EXTEND","icon":{"material":"STICKY_PISTON","name":"Piston Extend","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_REDSTONE_TORCH_BURNOUT","icon":{"material":"REDSTONE_TORCH","name":"Redstone Torch Burnout","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_SENSOR_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Sculk Sensor Break","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_SENSOR_CLICKING","icon":{"material":"LIGHT_BLUE_DYE","name":"Sculk Sensor Click","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_SENSOR_CLICKING_STOP","icon":{"material":"RED_DYE","name":"Sculk Sensor Click Stop","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_SENSOR_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Sculk Sensor Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_SENSOR_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Sculk Sensor Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_SENSOR_PLACE","icon":{"material":"SCULK_SENSOR","name":"Sculk Sensor Place","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_SCULK_SENSOR_STEP","icon":{"material":"IRON_BOOTS","name":"Sculk Sensor Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_STONE_BUTTON_CLICK_OFF","icon":{"material":"STONE_BUTTON","name":"Stone Button Click Off","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_STONE_BUTTON_CLICK_ON","icon":{"material":"STONE_BUTTON","name":"Stone Button Click On","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_STONE_PRESSURE_PLATE_CLICK_OFF","icon":{"material":"STONE_PRESSURE_PLATE","name":"Stone Pressure Plate Click Off","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_STONE_PRESSURE_PLATE_CLICK_ON","icon":{"material":"STONE_PRESSURE_PLATE","name":"Stone Pressure Plate Click On","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_TRIPWIRE_ATTACH","icon":{"material":"TRIPWIRE_HOOK","name":"Tripwire Attach","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_TRIPWIRE_CLICK_OFF","icon":{"material":"TRIPWIRE_HOOK","name":"Tripwire Click Off","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_TRIPWIRE_CLICK_ON","icon":{"material":"TRIPWIRE_HOOK","name":"Tripwire Click On","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_TRIPWIRE_DETACH","icon":{"material":"TRIPWIRE_HOOK","name":"Tripwire Detach","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WOODEN_BUTTON_CLICK_OFF","icon":{"material":"DARK_OAK_BUTTON","name":"Wooden Button Click Off","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WOODEN_BUTTON_CLICK_ON","icon":{"material":"OAK_BUTTON","name":"Wooden Button Click On","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WOODEN_DOOR_CLOSE","icon":{"material":"DARK_OAK_DOOR","name":"Wooden Door Close","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WOODEN_DOOR_OPEN","icon":{"material":"OAK_DOOR","name":"Wooden Door Open","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WOODEN_PRESSURE_PLATE_CLICK_OFF","icon":{"material":"DARK_OAK_PRESSURE_PLATE","name":"Wooden Pressure Plate Click Off","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WOODEN_PRESSURE_PLATE_CLICK_ON","icon":{"material":"OAK_PRESSURE_PLATE","name":"Wooden Pressure Plate Click On","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WOODEN_TRAPDOOR_CLOSE","icon":{"material":"DARK_OAK_TRAPDOOR","name":"Wooden Trapdoor Close","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_WOODEN_TRAPDOOR_OPEN","icon":{"material":"OAK_TRAPDOOR","name":"Wooden Trapdoor Open","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_WOOD_BUTTON_CLICK_OFF","icon":{"material":"CHERRY_BUTTON","name":"Cherry Wood Button Click Off","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_WOOD_BUTTON_CLICK_ON","icon":{"material":"CHERRY_BUTTON","name":"Cherry Wood Button Click On","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_WOOD_DOOR_CLOSE","icon":{"material":"CHERRY_DOOR","name":"Cherry Wood Door Close","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_WOOD_DOOR_OPEN","icon":{"material":"CHERRY_DOOR","name":"Cherry Wood Door Open","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_WOOD_PRESSURE_PLATE_CLICK_OFF","icon":{"material":"CHERRY_PRESSURE_PLATE","name":"Cherry Wood Pressure Plate Click Off","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_WOOD_PRESSURE_PLATE_CLICK_ON","icon":{"material":"CHERRY_PRESSURE_PLATE","name":"Cherry Wood Pressure Plate Click On","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_WOOD_TRAPDOOR_CLOSE","icon":{"material":"CHERRY_TRAPDOOR","name":"Cherry Wood Trapdoor Close","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CHERRY_WOOD_TRAPDOOR_OPEN","icon":{"material":"CHERRY_TRAPDOOR","name":"Cherry Wood Trapdoor Open","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_WOOD_BUTTON_CLICK_OFF","icon":{"material":"BAMBOO_BUTTON","name":"Bamboo Button Click Off","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_WOOD_BUTTON_CLICK_ON","icon":{"material":"BAMBOO_BUTTON","name":"Bamboo Button Click On","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_WOOD_DOOR_CLOSE","icon":{"material":"BAMBOO_DOOR","name":"Bamboo Door Close","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_WOOD_DOOR_OPEN","icon":{"material":"BAMBOO_DOOR","name":"Bamboo Door Open","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_WOOD_PRESSURE_PLATE_CLICK_OFF","icon":{"material":"BAMBOO_PRESSURE_PLATE","name":"Bamboo Pressure Plate Click Off","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_WOOD_PRESSURE_PLATE_CLICK_ON","icon":{"material":"BAMBOO_PRESSURE_PLATE","name":"Bamboo Pressure Plate Click On","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_WOOD_TRAPDOOR_CLOSE","icon":{"material":"BAMBOO_TRAPDOOR","name":"Bamboo Trapdoor Close","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BAMBOO_WOOD_TRAPDOOR_OPEN","icon":{"material":"BAMBOO_TRAPDOOR","name":"Bamboo Trapdoor Open","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_WOOD_BUTTON_CLICK_OFF","icon":{"material":"WARPED_BUTTON","name":"Nether Wood Button Click Off","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_WOOD_BUTTON_CLICK_ON","icon":{"material":"CRIMSON_BUTTON","name":"Nether Wood Button Click On","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_WOOD_DOOR_CLOSE","icon":{"material":"WARPED_DOOR","name":"Nether Wood Door Close","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_WOOD_DOOR_OPEN","icon":{"material":"CRIMSON_DOOR","name":"Nether Wood Door Open","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_WOOD_PRESSURE_PLATE_CLICK_OFF","icon":{"material":"WARPED_PRESSURE_PLATE","name":"Nether Wood Pressure Plate Click Off","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_WOOD_PRESSURE_PLATE_CLICK_ON","icon":{"material":"CRIMSON_PRESSURE_PLATE","name":"Nether Wood Pressure Plate Click On","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_WOOD_TRAPDOOR_CLOSE","icon":{"material":"WARPED_TRAPDOOR","name":"Nether Wood Trapdoor Close","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NETHER_WOOD_TRAPDOOR_OPEN","icon":{"material":"CRIMSON_TRAPDOOR","name":"Nether Wood Trapdoor Open","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NOTE_BLOCK_BASEDRUM","icon":{"material":"STONE","name":"Bass Drum","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NOTE_BLOCK_BANJO","icon":{"material":"HAY_BLOCK","name":"Banjo","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NOTE_BLOCK_BASS","icon":{"material":"OAK_PLANKS","name":"Bass","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NOTE_BLOCK_BELL","icon":{"material":"GOLD_BLOCK","name":"Bell","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NOTE_BLOCK_BIT","icon":{"material":"EMERALD_BLOCK","name":"Bit","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NOTE_BLOCK_CHIME","icon":{"material":"PACKED_ICE","name":"Chime","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NOTE_BLOCK_COW_BELL","icon":{"material":"SOUL_SAND","name":"Cow Bell","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NOTE_BLOCK_DIDGERIDOO","icon":{"material":"PUMPKIN","name":"Didgeridoo","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NOTE_BLOCK_FLUTE","icon":{"material":"CLAY","name":"Flute","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NOTE_BLOCK_GUITAR","icon":{"material":"ORANGE_WOOL","name":"Guitar","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NOTE_BLOCK_HARP","icon":{"material":"DIRT","name":"Harp","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NOTE_BLOCK_PLING","icon":{"material":"GLOWSTONE","name":"Pling","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NOTE_BLOCK_HAT","icon":{"material":"WHITE_STAINED_GLASS","name":"Hat","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NOTE_BLOCK_SNARE","icon":{"material":"SAND","name":"Snare Drum","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NOTE_BLOCK_IRON_XYLOPHONE","icon":{"material":"IRON_BLOCK","name":"Iron Xylophone","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NOTE_BLOCK_XYLOPHONE","icon":{"material":"BONE_BLOCK","name":"Xylophone","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NOTE_BLOCK_IMITATE_CREEPER","icon":{"material":"CREEPER_HEAD","name":"Creeper (Note Block)","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NOTE_BLOCK_IMITATE_ENDER_DRAGON","icon":{"material":"DRAGON_HEAD","name":"Ender Dragon (Note Block)","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NOTE_BLOCK_IMITATE_PIGLIN","icon":{"material":"PIGLIN_HEAD","name":"Piglin (Note Block)","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NOTE_BLOCK_IMITATE_SKELETON","icon":{"material":"SKELETON_SKULL","name":"Skeleton (Note Block)","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NOTE_BLOCK_IMITATE_WITHER_SKELETON","icon":{"material":"WITHER_SKELETON_SKULL","name":"Wither Skeleton (Note Block)","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_NOTE_BLOCK_IMITATE_ZOMBIE","icon":{"material":"ZOMBIE_HEAD","name":"Zombie (Note Block)","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BEACON_ACTIVATE","icon":{"material":"BEACON","name":"Beacon Activate","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BEACON_AMBIENT","icon":{"material":"BEACON","name":"Beacon Ambient","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BEACON_DEACTIVATE","icon":{"material":"BEACON","name":"Beacon Deactivate","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BEACON_POWER_SELECT","icon":{"material":"BEACON","name":"Beacon Power Select","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BELL_RESONATE","icon":{"material":"BELL","name":"Bell Resonate","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_BELL_USE","icon":{"material":"BELL","name":"Bell Use","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CONDUIT_ACTIVATE","icon":{"material":"PLAYER_HEAD","name":"Conduit Activate","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTI5NWExMWVlNjE5ZWQ1NzYxYmY3YTdlYTE5MGM3NWQyYmVlYjdkZWYxYjE1NWRlNjAzZmYyMTdhNmM4NzEyNyJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CONDUIT_AMBIENT_SHORT","icon":{"material":"CONDUIT","name":"Conduit Ambient (Short)","deprecatedNote":[],"description":["9 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CONDUIT_AMBIENT","icon":{"material":"PLAYER_HEAD","name":"Conduit Ambient","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmVjZTE2MDdhYjA3YmIzZWUxYjY5ZjExMmFjMDFhYTE1NDk5OTZmYWZjOGJlNjE0ZjlmMWNjZGE5MjNjZTgzYyJ9fX0=","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CONDUIT_ATTACK_TARGET","icon":{"material":"PLAYER_HEAD","name":"Conduit Attack Target","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTI5NWExMWVlNjE5ZWQ1NzYxYmY3YTdlYTE5MGM3NWQyYmVlYjdkZWYxYjE1NWRlNjAzZmYyMTdhNmM4NzEyNyJ9fX0=","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_CONDUIT_DEACTIVATE","icon":{"material":"CONDUIT","name":"Conduit Deactivate","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_END_GATEWAY_SPAWN","icon":{"material":"BEDROCK","name":"End Gateway Spawn","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_END_PORTAL_FRAME_FILL","icon":{"material":"PLAYER_HEAD","name":"End Portal Fill Frame","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGFhOGZjOGRlNjQxN2I0OGQ0OGM4MGI0NDNjZjUzMjZlM2Q5ZGE0ZGJlOWIyNWZjZDQ5NTQ5ZDk2MTY4ZmMwIn19fQ==","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_END_PORTAL_SPAWN","icon":{"material":"END_PORTAL_FRAME","name":"End Portal Spawn","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_LODESTONE_BREAK","icon":{"material":"BEETROOT_SEEDS","name":"Lodestone Break","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_LODESTONE_FALL","icon":{"material":"DAMAGED_ANVIL","name":"Lodestone Fall","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_LODESTONE_HIT","icon":{"material":"WOODEN_PICKAXE","name":"Lodestone Hit","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ITEM_LODESTONE_COMPASS_LOCK","icon":{"material":"COMPASS","name":"Lodestone Lock Compass","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_LODESTONE_PLACE","icon":{"material":"LODESTONE","name":"Lodestone Place","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_LODESTONE_STEP","icon":{"material":"IRON_BOOTS","name":"Lodestone Step","deprecatedNote":[],"description":["6 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_PORTAL_AMBIENT","icon":{"material":"OBSIDIAN","name":"Nether Portal Ambient","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_PORTAL_TRAVEL","icon":{"material":"PLAYER_HEAD","name":"Nether Portal Travel","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjBiZmMyNTc3ZjZlMjZjNmM2ZjczNjVjMmM0MDc2YmNjZWU2NTMxMjQ5ODkzODJjZTkzYmNhNGZjOWUzOWIifX19","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_PORTAL_TRIGGER","icon":{"material":"PLAYER_HEAD","name":"Nether Portal Trigger","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjBiZmMyNTc3ZjZlMjZjNmM2ZjczNjVjMmM0MDc2YmNjZWU2NTMxMjQ5ODkzODJjZTkzYmNhNGZjOWUzOWIifX19","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_RESPAWN_ANCHOR_AMBIENT","icon":{"material":"RESPAWN_ANCHOR","name":"Respawn Anchor Ambient","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_RESPAWN_ANCHOR_CHARGE","icon":{"material":"GLOWSTONE","name":"Respawn Anchor Charge","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_RESPAWN_ANCHOR_DEPLETE","icon":{"material":"GLOWSTONE_DUST","name":"Respawn Anchor Deplete","deprecatedNote":[],"description":["2 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"BLOCK_RESPAWN_ANCHOR_SET_SPAWN","icon":{"material":"CRYING_OBSIDIAN","name":"Respawn Anchor Set Spawnpoint","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"AMBIENT_CAVE","icon":{"material":"IRON_ORE","name":"Cave Ambience","deprecatedNote":[],"description":["19 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_LIGHTNING_BOLT_IMPACT","icon":{"material":"NETHER_STAR","name":"Lightning Impact","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"ENTITY_LIGHTNING_BOLT_THUNDER","icon":{"material":"NETHER_STAR","name":"Lightning Thunder","deprecatedNote":[],"description":["3 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"EVENT_RAID_HORN","icon":{"material":"NAUTILUS_SHELL","name":"Raid Horn","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"AMBIENT_UNDERWATER_LOOP","icon":{"material":"TUBE_CORAL_FAN","name":"Underwater Ambience","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"AMBIENT_UNDERWATER_LOOP_ADDITIONS","icon":{"material":"BUBBLE_CORAL_FAN","name":"Underwater Ambience Additions","deprecatedNote":[],"description":["8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"AMBIENT_UNDERWATER_LOOP_ADDITIONS_RARE","icon":{"material":"BUBBLE_CORAL","name":"Underwater Ambience Additions (Rare)","deprecatedNote":[],"description":["8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"AMBIENT_UNDERWATER_LOOP_ADDITIONS_ULTRA_RARE","icon":{"material":"BUBBLE_CORAL","name":"Underwater Ambience Additions (Very Rare)","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"WEATHER_RAIN","icon":{"material":"SPLASH_POTION","name":"Weather Rain","color":{"red":85,"green":85,"blue":255},"deprecatedNote":[],"description":["8 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"WEATHER_RAIN_ABOVE","icon":{"material":"SPLASH_POTION","name":"Weather Rain Above","color":{"red":85,"green":85,"blue":255},"deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"AMBIENT_BASALT_DELTAS_LOOP","icon":{"material":"BASALT","name":"Basalt Deltas Ambience","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"AMBIENT_BASALT_DELTAS_ADDITIONS","icon":{"material":"BASALT","name":"Basalt Deltas Ambience Additions","deprecatedNote":[],"description":["29 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"AMBIENT_BASALT_DELTAS_MOOD","icon":{"material":"BASALT","name":"Basalt Deltas Ambience (Mood)","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"AMBIENT_CRIMSON_FOREST_LOOP","icon":{"material":"CRIMSON_NYLIUM","name":"Crimson Forest Ambience","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"AMBIENT_CRIMSON_FOREST_ADDITIONS","icon":{"material":"CRIMSON_NYLIUM","name":"Crimson Forest Ambience Additions","deprecatedNote":[],"description":["17 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"AMBIENT_CRIMSON_FOREST_MOOD","icon":{"material":"CRIMSON_NYLIUM","name":"Crimson Forest Ambience (Mood)","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"AMBIENT_NETHER_WASTES_LOOP","icon":{"material":"NETHERRACK","name":"Nether Wastes Ambience","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"AMBIENT_NETHER_WASTES_ADDITIONS","icon":{"material":"NETHERRACK","name":"Nether Wastes Ambience Additions","deprecatedNote":[],"description":["14 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"AMBIENT_NETHER_WASTES_MOOD","icon":{"material":"NETHERRACK","name":"Nether Wastes Ambience (Mood)","deprecatedNote":[],"description":["5 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"PARTICLE_SOUL_ESCAPE","icon":{"material":"SOUL_CAMPFIRE","name":"Soul Escape","deprecatedNote":[],"description":["13 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"AMBIENT_SOUL_SAND_VALLEY_LOOP","icon":{"material":"SOUL_SAND","name":"Soul Sand Valley Ambience","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"AMBIENT_SOUL_SAND_VALLEY_ADDITIONS","icon":{"material":"SOUL_SAND","name":"Soul Sand Valley Ambience Additions","deprecatedNote":[],"description":["26 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"AMBIENT_SOUL_SAND_VALLEY_MOOD","icon":{"material":"SOUL_SAND","name":"Soul Sand Valley Ambience (Mood)","deprecatedNote":[],"description":["4 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"AMBIENT_WARPED_FOREST_LOOP","icon":{"material":"WARPED_NYLIUM","name":"Warped Forest Ambience","deprecatedNote":[],"description":["1 variant"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"AMBIENT_WARPED_FOREST_ADDITIONS","icon":{"material":"WARPED_NYLIUM","name":"Warped Forest Ambience Additions","deprecatedNote":[],"description":["19 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"sound":"AMBIENT_WARPED_FOREST_MOOD","icon":{"material":"WARPED_NYLIUM","name":"Warped Forest Ambience (Mood)","deprecatedNote":[],"description":["12 variants","Middle-click to view"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}}],"potions":[{"potion":"SPEED","icon":{"material":"POTION","name":"Speed","color":{"red":51,"green":235,"blue":255},"deprecatedNote":[],"description":["» Increases walking","speed by 20% × level"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"SLOW","icon":{"material":"POTION","name":"Slowness","color":{"red":139,"green":175,"blue":224},"deprecatedNote":[],"description":["» Reduces walking speed","by 15% × level"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"FAST_DIGGING","icon":{"material":"POTION","name":"Haste","color":{"red":217,"green":192,"blue":67},"deprecatedNote":[],"description":["» Increases mining speed","by 20% × level, and attack","speed by 10% × level"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"SLOW_DIGGING","icon":{"material":"POTION","name":"Mining Fatigue","color":{"red":74,"green":66,"blue":23},"deprecatedNote":[],"description":["» Greatly reduces mining","speed, and attack speed","by 10% × level"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"INCREASE_DAMAGE","icon":{"material":"POTION","name":"Strength","color":{"red":255,"green":199,"blue":0},"deprecatedNote":[],"description":["» Increases melee-dealt","damage by 3 × level"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"HEAL","icon":{"material":"POTION","name":"Instant Health","color":{"red":248,"green":36,"blue":35},"deprecatedNote":[],"description":["» Instantly heals","2 × 2 ^ level health"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"HARM","icon":{"material":"POTION","name":"Instant Damage","color":{"red":169,"green":101,"blue":106},"deprecatedNote":[],"description":["» Instantly inflicts","3 × 2 ^ level damage"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"JUMP","icon":{"material":"POTION","name":"Jump Boost","color":{"red":253,"green":255,"blue":132},"deprecatedNote":[],"description":["» Increases jump","height to 0.5 + level"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"CONFUSION","icon":{"material":"POTION","name":"Nausea","color":{"red":85,"green":29,"blue":74},"deprecatedNote":[],"description":["» Wobbles and warps","the player's vision"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"REGENERATION","icon":{"material":"POTION","name":"Regeneration","color":{"red":205,"green":92,"blue":171},"deprecatedNote":[],"description":["» Heals 1 health every","2.5 ÷ level seconds"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"DAMAGE_RESISTANCE","icon":{"material":"POTION","name":"Resistance","color":{"red":145,"green":70,"blue":240},"deprecatedNote":[],"description":["» Reduces damage","taken by 20% × level"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"FIRE_RESISTANCE","icon":{"material":"POTION","name":"Fire Resistance","color":{"red":255,"green":153,"blue":0},"deprecatedNote":[],"description":["» Grants immunity to","fire and lava damage"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"WATER_BREATHING","icon":{"material":"POTION","name":"Water Breathing","color":{"red":152,"green":218,"blue":192},"deprecatedNote":[],"description":["» Prevents the loss of","breath underwater"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"INVISIBILITY","icon":{"material":"POTION","name":"Invisibility","color":{"red":246,"green":246,"blue":246},"deprecatedNote":[],"description":["» Causes the entity","to disappear"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"BLINDNESS","icon":{"material":"POTION","name":"Blindness","color":{"red":31,"green":31,"blue":35},"deprecatedNote":[],"description":["» Obscures the player's","vision with black fog and","prevents sprinting"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"NIGHT_VISION","icon":{"material":"POTION","name":"Night Vision","color":{"red":194,"green":255,"blue":102},"deprecatedNote":[],"description":["» Enables vision at full","brightness everywhere"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"HUNGER","icon":{"material":"POTION","name":"Hunger","color":{"red":88,"green":118,"blue":83},"deprecatedNote":[],"description":["» Increases food exhaustion","by 0.1 × level per second"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"WEAKNESS","icon":{"material":"POTION","name":"Weakness","color":{"red":72,"green":77,"blue":72},"deprecatedNote":[],"description":["» Reduces melee-dealt","damage by 4 × level"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"POISON","icon":{"material":"POTION","name":"Poison","color":{"red":135,"green":163,"blue":99},"deprecatedNote":[],"description":["» Deals 1 damage every","1.25 ÷ level seconds"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"WITHER","icon":{"material":"POTION","name":"Wither","color":{"red":115,"green":97,"blue":86},"deprecatedNote":[],"description":["» Deals 1 damage every","2 ÷ level seconds (and","can kill)"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"HEALTH_BOOST","icon":{"material":"POTION","name":"Health Boost","color":{"red":248,"green":125,"blue":35},"deprecatedNote":[],"description":["» Increases maximum","health by 4 × level"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"ABSORPTION","icon":{"material":"POTION","name":"Absorption","color":{"red":37,"green":82,"blue":165},"deprecatedNote":[],"description":["» Grants 4 × level absorption","(shield) health"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"SATURATION","icon":{"material":"POTION","name":"Saturation","color":{"red":248,"green":36,"blue":35},"deprecatedNote":[],"description":["» Instantly replenishes ","1 × level hunger and","2 × level saturation, or","does so each tick"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"GLOWING","icon":{"material":"POTION","name":"Glowing","color":{"red":148,"green":160,"blue":97},"deprecatedNote":[],"description":["» Draws an outline around","the entity that is","visible through walls"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"LEVITATION","icon":{"material":"POTION","name":"Levitation","color":{"red":206,"green":255,"blue":255},"deprecatedNote":[],"description":["» Levitates the player","upwards by 0.875 × level ","blocks per second"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"LUCK","icon":{"material":"POTION","name":"Luck","color":{"red":89,"green":193,"blue":6},"deprecatedNote":[],"description":["» Improves drops","from loot tables based","on level"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"UNLUCK","icon":{"material":"POTION","name":"Bad Luck","color":{"red":192,"green":164,"blue":77},"deprecatedNote":[],"description":["» Deteriorates drops","from loot tables based","on level"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"SLOW_FALLING","icon":{"material":"POTION","name":"Slow Falling","color":{"red":243,"green":207,"blue":185},"deprecatedNote":[],"description":["» Reduces falling speed","by 70% and prevents fall","damage"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"CONDUIT_POWER","icon":{"material":"POTION","name":"Conduit Power","color":{"red":29,"green":194,"blue":209},"deprecatedNote":[],"description":["» Increases underwater","vision, mining speed, and","prevents drowning"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"DOLPHINS_GRACE","icon":{"material":"POTION","name":"Dolphin's Grace","color":{"red":136,"green":163,"blue":190},"deprecatedNote":[],"description":["» Increases swimming","speed by 40%"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"BAD_OMEN","icon":{"material":"POTION","name":"Bad Omen","color":{"red":11,"green":97,"blue":56},"deprecatedNote":[],"description":["» Normally triggers a","Raid when near two","or more villagers"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"HERO_OF_THE_VILLAGE","icon":{"material":"POTION","name":"Hero of the Village","color":{"red":68,"green":255,"blue":68},"deprecatedNote":[],"description":["» Causes nearby villagers","to throw gifts and to","offer a trade discount","of 23.75 + (6.25 × level)%"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}},{"potion":"DARKNESS","icon":{"material":"POTION","name":"Darkness","color":{"red":41,"green":39,"blue":33},"deprecatedNote":[],"description":["» Obscures the player's","vision with a dark vignette."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""}}],"cosmetics":[{"id":"diamond_aura","icon":{"material":"LEVER","name":"Toggles","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Toggles","slot":11,"category":{}},{"id":"disco_armor","icon":{"material":"LEVER","name":"Toggles","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Toggles","slot":11,"category":{}},{"id":"fire_trail","icon":{"material":"LEVER","name":"Toggles","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Toggles","slot":11,"category":{}},{"id":"overlord_aura","icon":{"material":"LEVER","name":"Toggles","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Toggles","slot":11,"category":{}},{"id":"raincloud_toggle","icon":{"material":"LEVER","name":"Toggles","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Toggles","slot":11,"category":{}},{"id":"balloons","icon":{"material":"LEVER","name":"Toggles","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Toggles","slot":11,"category":{}},{"id":"midas_touch","icon":{"material":"LEVER","name":"Toggles","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Toggles","slot":11,"category":{}},{"id":"player_bubble","icon":{"material":"LEVER","name":"Toggles","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Toggles","slot":11,"category":{}},{"id":"flandre_wings","icon":{"material":"LEVER","name":"Toggles","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Toggles","slot":11,"category":{}},{"id":"orbital_headgear","icon":{"material":"LEVER","name":"Toggles","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Toggles","slot":11,"category":{}},{"id":"paintball_gun","icon":{"material":"REDSTONE","name":"Gadgets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Gadgets","slot":15,"category":{}},{"id":"reaper_scythe","icon":{"material":"REDSTONE","name":"Gadgets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Gadgets","slot":15,"category":{}},{"id":"firework","icon":{"material":"REDSTONE","name":"Gadgets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Gadgets","slot":15,"category":{}},{"id":"seeking_pig","icon":{"material":"REDSTONE","name":"Gadgets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Gadgets","slot":15,"category":{}},{"id":"snowball_fight","icon":{"material":"REDSTONE","name":"Gadgets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Gadgets","slot":15,"category":{}},{"id":"freeze_ray","icon":{"material":"REDSTONE","name":"Gadgets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Gadgets","slot":15,"category":{}},{"id":"energy_pulse","icon":{"material":"REDSTONE","name":"Gadgets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Gadgets","slot":15,"category":{}},{"id":"tornado","icon":{"material":"REDSTONE","name":"Gadgets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Gadgets","slot":15,"category":{}},{"id":"glider","icon":{"material":"REDSTONE","name":"Gadgets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Gadgets","slot":15,"category":{}},{"id":"comet","icon":{"material":"REDSTONE","name":"Gadgets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Gadgets","slot":15,"category":{}},{"id":"turret","icon":{"material":"REDSTONE","name":"Gadgets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Gadgets","slot":15,"category":{}},{"id":"rewind","icon":{"material":"REDSTONE","name":"Gadgets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Gadgets","slot":15,"category":{}},{"id":"grappling_hook","icon":{"material":"REDSTONE","name":"Gadgets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Gadgets","slot":15,"category":{}},{"id":"jumping_jere","icon":{"material":"REDSTONE","name":"Gadgets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Gadgets","slot":15,"category":{}},{"id":"tshirt_cannon","icon":{"material":"REDSTONE","name":"Gadgets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Gadgets","slot":15,"category":{}},{"id":"explosive_creeper","icon":{"material":"REDSTONE","name":"Gadgets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Gadgets","slot":15,"category":{}},{"id":"enderman_smokebomb","icon":{"material":"REDSTONE","name":"Gadgets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Gadgets","slot":15,"category":{}},{"id":"fruit_basket","icon":{"material":"REDSTONE","name":"Gadgets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Gadgets","slot":15,"category":{}},{"id":"jukebox","icon":{"material":"REDSTONE","name":"Gadgets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Gadgets","slot":15,"category":{}},{"id":"cannon","icon":{"material":"REDSTONE","name":"Gadgets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Gadgets","slot":15,"category":{}},{"id":"evoker_trap","icon":{"material":"REDSTONE","name":"Gadgets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Gadgets","slot":15,"category":{}},{"id":"cat","icon":{"material":"EGG","name":"Pets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Pets","slot":13,"category":{}},{"id":"wolf","icon":{"material":"EGG","name":"Pets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Pets","slot":13,"category":{}},{"id":"pig","icon":{"material":"EGG","name":"Pets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Pets","slot":13,"category":{}},{"id":"cow","icon":{"material":"EGG","name":"Pets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Pets","slot":13,"category":{}},{"id":"chicken","icon":{"material":"EGG","name":"Pets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Pets","slot":13,"category":{}},{"id":"sheep","icon":{"material":"EGG","name":"Pets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Pets","slot":13,"category":{}},{"id":"llama","icon":{"material":"EGG","name":"Pets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Pets","slot":13,"category":{}},{"id":"parrot","icon":{"material":"EGG","name":"Pets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Pets","slot":13,"category":{}},{"id":"fox","icon":{"material":"EGG","name":"Pets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Pets","slot":13,"category":{}},{"id":"bee","icon":{"material":"EGG","name":"Pets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Pets","slot":13,"category":{}},{"id":"pufferfish","icon":{"material":"EGG","name":"Pets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Pets","slot":13,"category":{}},{"id":"salmon","icon":{"material":"EGG","name":"Pets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Pets","slot":13,"category":{}},{"id":"dolphin","icon":{"material":"EGG","name":"Pets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Pets","slot":13,"category":{}},{"id":"panda","icon":{"material":"EGG","name":"Pets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Pets","slot":13,"category":{}},{"id":"strider","icon":{"material":"EGG","name":"Pets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Pets","slot":13,"category":{}},{"id":"snow_golem","icon":{"material":"EGG","name":"Pets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Pets","slot":13,"category":{}},{"id":"blaze","icon":{"material":"EGG","name":"Pets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Pets","slot":13,"category":{}},{"id":"turtle","icon":{"material":"EGG","name":"Pets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Pets","slot":13,"category":{}},{"id":"axolotl","icon":{"material":"EGG","name":"Pets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Pets","slot":13,"category":{}},{"id":"enderman","icon":{"material":"EGG","name":"Pets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Pets","slot":13,"category":{}},{"id":"iron_golem","icon":{"material":"EGG","name":"Pets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Pets","slot":13,"category":{}},{"id":"guardian","icon":{"material":"EGG","name":"Pets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Pets","slot":13,"category":{}},{"id":"camel","icon":{"material":"EGG","name":"Pets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Pets","slot":13,"category":{}},{"id":"spin_enderman","icon":{"material":"EGG","name":"Pets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Pets","slot":13,"category":{}},{"id":"2021_support","icon":{"material":"EGG","name":"Pets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Pets","slot":13,"category":{}},{"id":"100k_crown","icon":{"material":"LEVER","name":"Toggles","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Toggles","slot":11,"category":{}},{"id":"2021_fools_crewmate","icon":{"material":"LEVER","name":"Toggles","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Toggles","slot":11,"category":{}},{"id":"2021_fools_imposter","icon":{"material":"REDSTONE","name":"Gadgets","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"name":"Gadgets","slot":15,"category":{}}],"shops":[{"id":"cosmetics","slot":11,"name":"Cosmetics","icon":{"material":"FLINT","name":"Cosmetics","deprecatedNote":[],"description":["Unlock gadgets and toggles","to use in the lobby."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"purchasables":[{"item":{"material":"BLUE_WOOL","name":"Balloons","deprecatedNote":[],"description":["Fancy balloons will float","above your player!"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"balloons","price":5,"currencyType":"Token"},{"item":{"material":"RED_GLAZED_TERRACOTTA","name":"Colorful Wings","deprecatedNote":[],"description":["Wings with colorful","crystals!"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"flandre_wings","price":10,"currencyType":"Token"},{"item":{"material":"PLAYER_HEAD","name":"Orbital Headgear","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjRkNzY1MWU5ZGViNWMyODEzODIwZmVkMzExZDU0MTExOWYzMTU1ZWFhYjU0OWQzYWQ1MmQyMDJiYzNmMGU3In19fQ==","deprecatedNote":[],"description":["Sit back and relax as you","gaze at your personal solar","system orbiting above you."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"orbital_headgear","price":100,"currencyType":"Token"},{"item":{"material":"PORKCHOP","name":"Seeking Pig Launcher","deprecatedNote":[],"description":["Launch explosive flying pigs","that follow your cursor!"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"seeking_pig","price":2,"currencyType":"Token"},{"item":{"material":"IRON_SHOVEL","name":"Snowball Fight","deprecatedNote":[],"description":["Start a snowball fight!","Everyone gets 8 snowballs."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"snowball_fight","price":2,"currencyType":"Token"},{"item":{"material":"DISPENSER","name":"Annoyance Turret","deprecatedNote":[],"description":["Pew pew"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"turret","price":5,"currencyType":"Token"},{"item":{"material":"CLOCK","name":"Rewind","deprecatedNote":[],"description":["It's rewind time."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"rewind","price":4,"currencyType":"Token"},{"item":{"material":"FISHING_ROD","name":"Grappling Hook","deprecatedNote":[],"description":["Launch a grappling hook!"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"grappling_hook","price":3,"currencyType":"Token"},{"item":{"material":"DIAMOND_HELMET","name":"DiamondFire 100k Crown","deprecatedNote":[],"description":["A shiny crown to celebrate","100,000 unique players","joining DiamondFire!"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"100k_crown","price":10,"currencyType":"Token"},{"item":{"material":"PAINTING","name":"Crewmate","deprecatedNote":[],"description":["Disguise as a crewmate,","at least, I hope so."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"2021_fools_crewmate","price":0,"currencyType":"Token"},{"item":{"material":"IRON_SWORD","name":"Impostor","deprecatedNote":[],"description":["It wasn't me it was red","I saw them vent."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"2021_fools_imposter","price":0,"currencyType":"Token"}]},{"id":"code","slot":3,"name":"Code","icon":{"material":"COBBLESTONE","name":"Code","deprecatedNote":[],"description":["Unlock special content to","code your games with."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"purchasables":[{"item":{"material":"BOOKSHELF","name":"Send Message Sequence","deprecatedNote":[],"description":["Sends a series of messages","in chat to a player, with a","delay after each message."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"message_sequence","price":8,"currencyType":"Token"},{"item":{"material":"BIRCH_SIGN","name":"Show Title Text","deprecatedNote":[],"description":["Displays text in the center","of a player's screen."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Emperor","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"send_title","price":15,"currencyType":"Token"},{"item":{"material":"SPRUCE_SIGN","name":"Show Action Bar Text","deprecatedNote":[],"description":["Displays text directly above","a player's hotbar."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"send_action_bar","price":15,"currencyType":"Token"},{"item":{"material":"GOLDEN_SWORD","name":"Set Base Attack Speed","deprecatedNote":[],"description":["Sets a player's attack speed."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Mythic","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"set_attack_speed","price":8,"currencyType":"Token"},{"item":{"material":"GRASS_BLOCK","name":"Set to Creative Mode","deprecatedNote":[],"description":["Sets a player's game","mode to Creative."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"creative_mode","price":5,"currencyType":"Token"},{"item":{"material":"COMPASS","name":"Set Compass Target","deprecatedNote":[],"description":["Sets the location compasses","point to for a player."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"compass_target","price":8,"currencyType":"Token"},{"item":{"material":"BONE_MEAL","name":"Bone Meal Block","deprecatedNote":[],"description":["Applies bone meal to a block."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"Noble","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"bone_meal_block","price":5,"currencyType":"Token"},{"item":{"material":"POLISHED_BLACKSTONE_BUTTON","name":"Inventory Event Click Type","deprecatedNote":[],"description":["Gets the click type in this","inventory click event."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"inventory_click_value","price":15,"currencyType":"Token"}]},{"id":"pets","slot":15,"name":"Pets","icon":{"material":"EGG","name":"Pets","deprecatedNote":[],"description":["Unlock pet friends to follow","you around in the lobby."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"purchasables":[{"item":{"material":"CAT_SPAWN_EGG","name":"Cat Pet","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"cat","price":2,"currencyType":"Token"},{"item":{"material":"WOLF_SPAWN_EGG","name":"Wolf Pet","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"wolf","price":2,"currencyType":"Token"},{"item":{"material":"PIG_SPAWN_EGG","name":"Pig Pet","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"pig","price":2,"currencyType":"Token"},{"item":{"material":"COW_SPAWN_EGG","name":"Cow Pet","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"cow","price":2,"currencyType":"Token"},{"item":{"material":"CHICKEN_SPAWN_EGG","name":"Chicken Pet","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"chicken","price":2,"currencyType":"Token"},{"item":{"material":"SHEEP_SPAWN_EGG","name":"Sheep Pet","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"sheep","price":2,"currencyType":"Token"},{"item":{"material":"LLAMA_SPAWN_EGG","name":"Llama Pet","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"llama","price":4,"currencyType":"Token"},{"item":{"material":"PARROT_SPAWN_EGG","name":"Parrot Pet","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"parrot","price":4,"currencyType":"Token"},{"item":{"material":"FOX_SPAWN_EGG","name":"Fox Pet","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"fox","price":4,"currencyType":"Token"},{"item":{"material":"BEE_SPAWN_EGG","name":"Bee Pet","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"bee","price":4,"currencyType":"Token"},{"item":{"material":"PUFFERFISH_SPAWN_EGG","name":"Flying Pufferfish Pet","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"pufferfish","price":5,"currencyType":"Token"},{"item":{"material":"SALMON_SPAWN_EGG","name":"Flying Salmon Pet","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"salmon","price":5,"currencyType":"Token"},{"item":{"material":"DOLPHIN_SPAWN_EGG","name":"Flying Dolphin Pet","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"dolphin","price":5,"currencyType":"Token"},{"item":{"material":"PANDA_SPAWN_EGG","name":"Panda Pet","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"panda","price":6,"currencyType":"Token"},{"item":{"material":"STRIDER_SPAWN_EGG","name":"Strider Pet","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"strider","price":6,"currencyType":"Token"},{"item":{"material":"TROPICAL_FISH_SPAWN_EGG","name":"Snowman Pet","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"snow_golem","price":6,"currencyType":"Token"},{"item":{"material":"BLAZE_SPAWN_EGG","name":"Blaze Pet","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"blaze","price":7,"currencyType":"Token"},{"item":{"material":"TURTLE_SPAWN_EGG","name":"Flying Turtle Pet","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"turtle","price":7,"currencyType":"Token"},{"item":{"material":"AXOLOTL_SPAWN_EGG","name":"Flying Axolotl Pet","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"axolotl","price":8,"currencyType":"Token"},{"item":{"material":"ENDERMAN_SPAWN_EGG","name":"Enderman Pet","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"enderman","price":10,"currencyType":"Token"},{"item":{"material":"POLAR_BEAR_SPAWN_EGG","name":"Iron Golem Pet","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"iron_golem","price":10,"currencyType":"Token"},{"item":{"material":"GUARDIAN_SPAWN_EGG","name":"Flying Guardian Pet","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"guardian","price":10,"currencyType":"Token"},{"item":{"material":"CAMEL_SPAWN_EGG","name":"Camel Pet","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"camel","price":12,"currencyType":"Token"},{"item":{"material":"WITHER_ROSE","name":"Wither Pet","deprecatedNote":[],"description":["From the depths of the Nether."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"2021_support","price":0,"currencyType":"Token"}]},{"id":"boosters","slot":23,"name":"Boosters","icon":{"material":"GOLDEN_CARROT","name":"Boosters","deprecatedNote":[],"description":["Activate token boosters.","","Boosters can be bought","in the DF Store (/buy)."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"purchasables":[{"item":{"material":"GOLDEN_CARROT","name":"⏵⏵ Double Token Booster","deprecatedNote":[],"description":["When activated, boosts token","progress earned by 2x for","all players on the server!","","Lasts for 3 hours."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"double","oneTimePurchase":false},{"item":{"material":"GOLDEN_APPLE","name":"⏵⏵⏵ Triple Token Booster","deprecatedNote":[],"description":["When activated, boosts token","progress earned by 3x for","all players on the server!","","Lasts for 3 hours."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"triple","oneTimePurchase":false}]},{"id":"plot","slot":5,"name":"Plot","icon":{"material":"IRON_BLOCK","name":"Plots","deprecatedNote":[],"description":["Purchase additional plots","to create games on.","","Plots can also be bought","in the DF Store (/buy)."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"purchasables":[{"item":{"material":"GOLD_ORE","name":"Basic Plot","deprecatedNote":[],"description":["A plot with an area of 50×50","blocks to create games on."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"discount_lock","price":25,"currencyType":"Token"},{"item":{"material":"POLISHED_ANDESITE","name":"Basic Plot","deprecatedNote":[],"description":["A plot with an area of 50×50","blocks to create games on."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"basic","price":50,"currencyType":"Token"},{"item":{"material":"IRON_BLOCK","name":"Large Plot","deprecatedNote":[],"description":["A plot with an area of 100×100","blocks to create games on."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"large","price":100,"currencyType":"Token"}]},{"id":"prize","purchasables":[{"item":{"material":"TOTEM_OF_UNDYING","name":"Midas' Touch","deprecatedNote":[],"description":["The most pristine gadget.","Everything around you","will turn into solid gold."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"midas_touch","price":60,"currencyType":"Prize Ticket"},{"item":{"material":"ENDER_PEARL","name":"Spinning Enderman Pet","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"spin_enderman","price":30,"currencyType":"Prize Ticket"}]},{"id":"prize_shop","slot":21,"name":"Prize Ticket Shop","icon":{"material":"GLOBE_BANNER_PATTERN","name":"Prize Ticket Shop","deprecatedNote":[],"description":["Redeem ᛥ Prize Tickets.","","Prizes are earned in","DiamondFire events."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"purchasables":[{"item":{"material":"PLAYER_HEAD","name":"🔥 Noble Rank Upgrade","head":"ewogICJ0aW1lc3RhbXAiIDogMTYwNjkxNzY3MjIwOSwKICAicHJvZmlsZUlkIiA6ICJkZTE0MGFmM2NmMjM0ZmM0OTJiZTE3M2Y2NjA3MzViYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJTUlRlYW0iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDA0NTkyYjFkOWU1MzExYzNlYjU0MjQ3ZWY1Y2Q3YjI5MjljZDE4YzQyZWM2YzhlMmE1ZmU5NDVjYWVkMjI3YSIKICAgIH0KICB9Cn0=","deprecatedNote":[],"description":["Upgrades your rank from","Default to Noble.","","All Noble exclusive content,","including additional plots,","is instantly unlocked!","","Reveals the Emperor Rank","Upgrade (ᛥ 100)."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"Noble_update","price":70,"currencyType":"Prize Ticket"},{"item":{"material":"PLAYER_HEAD","name":"🔥 Emperor Rank Upgrade","head":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTNlZGVlZWM2ZDczYTRiZTZlYTY4NmNjN2IxNDk1ZGU2OGU4NGMwMjQwNDRlOGQzZTIwNDFjZTQ3YTY5M2M5NSJ9fX0=","deprecatedNote":[],"description":["Upgrades your rank from","Noble to Emperor.","","All Emperor exclusive content,","including additional plots,","is instantly unlocked!","","Reveals the Mythic Rank","Upgrade (ᛥ 80)."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"Emperor_update","price":100,"currencyType":"Prize Ticket"},{"item":{"material":"PLAYER_HEAD","name":"🔥 Mythic Rank Upgrade","head":"ewogICJ0aW1lc3RhbXAiIDogMTYwNjkxNzc0NzI5NSwKICAicHJvZmlsZUlkIiA6ICJiYjdjY2E3MTA0MzQ0NDEyOGQzMDg5ZTEzYmRmYWI1OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJsYXVyZW5jaW8zMDMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjBjMDQxMjdmYTMwZGY2NzhjZjRlYWE4OGRjNDY1YjUzY2ZiNWMzYzcwOTMyYTUxYWM2ODY1YWUyOWI2OWFhZCIKICAgIH0KICB9Cn0=","deprecatedNote":[],"description":["Upgrades your rank from","Emperor to Mythic.","","All Mythic exclusive content,","including additional plots,","is instantly unlocked!"],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"Mythic_update","price":80,"currencyType":"Prize Ticket"},{"item":{"material":"PLAYER_HEAD","name":"🔥 Rank Upgrade","head":"ewogICJ0aW1lc3RhbXAiIDogMTYxMDQwOTAxOTI2NSwKICAicHJvZmlsZUlkIiA6ICIwNWQ0NTNiZWE0N2Y0MThiOWI2ZDUzODg0MWQxMDY2MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJFY2hvcnJhIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2ZmZWIxMGE1YmY5NjYyMzMzMWRhZDEyMDEyYjUwNDc3ZjEwNDgyMjcwYTkzOGE1OWQzOGY5NzM3ZmFhOGU5NmMiCiAgICB9CiAgfQp9","deprecatedNote":[],"description":["Your current rank can","not be upgraded through","prize tickets."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":null,"price":50,"currencyType":"Prize Ticket"},{"item":{"material":"PLAYER_HEAD","name":"⧈ 3 Tokens","head":"ewogICJ0aW1lc3RhbXAiIDogMTYwNjk5OTAyNDIwNiwKICAicHJvZmlsZUlkIiA6ICIyMWUzNjdkNzI1Y2Y0ZTNiYjI2OTJjNGEzMDBhNGRlYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJHZXlzZXJNQyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS81ODFiNjE5YjRjOThkODZlYmZmOTU4ZmYyNWY0OTg2ZjIzY2M4NWNiOThiOWVjZWMyMGU4ZjI2ZjM1MzllZjkwIgogICAgfQogIH0KfQ==","deprecatedNote":[],"description":["Converts prize tickets","to tokens."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"3_tokens","price":3,"currencyType":"Prize Ticket"},{"item":{"material":"PLAYER_HEAD","name":"⧈ 12 Tokens","head":"ewogICJ0aW1lc3RhbXAiIDogMTYwNjk5OTAyNDIwNiwKICAicHJvZmlsZUlkIiA6ICIyMWUzNjdkNzI1Y2Y0ZTNiYjI2OTJjNGEzMDBhNGRlYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJHZXlzZXJNQyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS81ODFiNjE5YjRjOThkODZlYmZmOTU4ZmYyNWY0OTg2ZjIzY2M4NWNiOThiOWVjZWMyMGU4ZjI2ZjM1MzllZjkwIgogICAgfQogIH0KfQ==","deprecatedNote":[],"description":["Converts prize tickets","to tokens."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"12_tokens","price":10,"currencyType":"Prize Ticket"},{"item":{"material":"POLISHED_ANDESITE","name":"Basic Plot","deprecatedNote":[],"description":["A plot with an area of 50×50","blocks to create games on."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"basic plot","price":30,"currencyType":"Prize Ticket"},{"item":{"material":"IRON_BLOCK","name":"Large Plot","deprecatedNote":[],"description":["A plot with an area of 100×100","blocks to create games on."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"large plot","price":50,"currencyType":"Prize Ticket"},{"item":{"material":"GOLD_BLOCK","name":"Massive Plot","deprecatedNote":[],"description":["A plot with an area of 300×300","blocks to create games on."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"massive plot","price":70,"currencyType":"Prize Ticket"},{"item":{"material":"GOLDEN_CARROT","name":"⏵⏵ Double Token Booster","deprecatedNote":[],"description":["When activated, boosts token","progress earned by 2x for","all players on the server!","","Lasts for 3 hours."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"double","price":15,"currencyType":"Prize Ticket"},{"item":{"material":"GOLDEN_APPLE","name":"⏵⏵⏵ Triple Token Booster","deprecatedNote":[],"description":["When activated, boosts token","progress earned by 3x for","all players on the server!","","Lasts for 3 hours."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":false,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"triple","price":22,"currencyType":"Prize Ticket"},{"item":{"material":"TOTEM_OF_UNDYING","name":"Midas' Touch","deprecatedNote":[],"description":["The most pristine gadget.","Everything around you","will turn into solid gold."],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"midas_touch","price":60,"currencyType":"Prize Ticket"},{"item":{"material":"ENDER_PEARL","name":"Spinning Enderman Pet","deprecatedNote":[],"description":[],"example":[],"worksWith":[],"additionalInfo":[],"requiredRank":"","requireTokens":true,"requireRankAndTokens":false,"advanced":false,"loadedItem":""},"id":"spin_enderman","price":30,"currencyType":"Prize Ticket"}]}]}