import { removeMinecraftFormatting } from "https://deno.land/x/hypixel@v3.1.1/mod.ts";
This helper will take a string and remove any of Minecraft's formatting sequence. Useful when parsing item lore or similar elements.
x/hypixel/mod.ts>removeMinecraftFormatting
import { removeMinecraftFormatting } from "https://deno.land/x/hypixel@v3.1.1/mod.ts";
This helper will take a string and remove any of Minecraft's formatting sequence. Useful when parsing item lore or similar elements.