compoundScroll

fun compoundScroll(space: ComponentSpace, compound: CompoundComponent<*>, amount: Int = 1, reverse: Boolean = false, display: ItemStack = ItemValue.placeholderDescripted( Material.ARROW, if (!reverse) "<green>Scroll Forward" else "<red>Scroll Backward", "<blue>$amount times" ))(source)