| Name | send_climbable_materials |
| Object | PlayerTag |
| Input | ListTag(MaterialTag) |
| Related Tags | <server.vanilla_tagged_materials[<tag>]> Returns a list of materials referred to by the specified vanilla tag. See also https://minecraft.wiki/w/Tag.
|
| Description | Sends the player a list of climbable materials.
To climb a block, the player has to stand in it, which means only non-full blocks can be climbed. Note that this gets reset once the player rejoins or once server resources are reloaded (see server resources reloaded). |
| Example | |
| Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java#L2800 |