Class Msg

java.lang.Object
net.slommy.utils.Msg

public class Msg extends Object
Helper methods to allow for easy communication with players.
  • Constructor Details

    • Msg

      public Msg()
  • Method Details

    • send

      public static void send(net.kyori.adventure.audience.Audience audience, String message, boolean useColour)
    • send

      public static void send(net.kyori.adventure.audience.Audience audience, String message, String prefix)
    • send

      public static void send(net.kyori.adventure.audience.Audience audience, String message)
    • component

      public static net.kyori.adventure.text.Component component(String text)
    • component

      public static net.kyori.adventure.text.Component component(String text, boolean allowItalics)
    • toast

      public static void toast(net.minestom.server.entity.Player player, net.minestom.server.item.ItemStack itemDisplay, String message)
    • getBaltopRankFormatString

      public static String getBaltopRankFormatString(int rank)