/minecraft-motd-php-parser

Minecraft MOTD/Map text parser for PHP

Primary LanguageHackThe UnlicenseUnlicense

minecraft-motd-php-parser

Minecraft MOTD/Map text parser for PHP

This function returns Minecraft MOTD/Map text that is given to it and displays it how it would it game.

Example:

  • Map text returned from a server query (Unformatted): image
  • Map text parsed with this function and placed in a bootstrap bubble: image

How to use:

  • Download and include this file in your PHP project require_once('motd-parser.php'), or copy and add this function to that file.
  • Wrap your Map or MOTD text in this function $map = parseMinecraftText('§r§fᴄʟᴀɴs§r §r§b§k§li§r§d§k§li§r§b§k§li§r§b §r§d#1 ᴘɪxᴇʟᴍᴏɴ ɴᴇᴛᴡᴏʀᴋ §r§b§k§li§r§d§k§li§r§b§k§li§r§b §r§fǫᴜᴇsᴛs');
  • Profit