Search results

  1. TozyDev

    Solved "When clicking on a player head, the menu doesn't open.

    strippedTitle.equals(ChatColor.DARK_RED.toString() + "Choose Player to ban", ignoreCase = true) always returns false. Because when you strip color from the title, you don't need to add color when checking it. Ref...
  2. TozyDev

    Solved "When clicking on a player head, the menu doesn't open.

    Do you register BanGuiListener Ref: PluginManager.registerEvents
  3. TozyDev

    Question AsyncChatEvent Replace Content

    You can try TextReplacementConfig.Builder#matchLiteral(String) instead of #match(Pattern)