pub fn placeholder_lobster<S: Into<String>, C: AsComponent + Sized, const N: usize>(
    msg: S,
    placeholders: [(S, C); N]
) -> Component
Expand description

Constructs a component from the provided minimessage string and placeholders See Adventure MiniMessage for more info