-Added Extra Requirement: PlaceholderAPI Variables With this new functionality, you can add conditions to create some craftings. For example, to craft a Super Sword you need some materials, be on a specific world and have more than 1500 Jumps. extra-requires: - placeholder_api,%statistic_jump%,>=,1500,Player Jumps - placeholder_api,%player_world%,equals,spawn,Current World
Format: - placeholder_api,%placeholder%,type,condition,name to show
For Numbers: == != >= <= > < For Text: equals !equals