/SimpleBroadcast

Simple broadcast plugin for PocketMine

Primary LanguagePHPMIT LicenseMIT

SimpleBroadcast

SimpleBroadcast allows server administrators to customize their broadcast command. Any color and any prefix.

Installation

  1. Download the latest plugin release from Github or PocketMine. Github typically has the latest releases.
  2. Drop the SimpleBroadcast.phar into PocketMine-MP\plugins
  3. Restart or reload the server.

Text formatting

Colors

BLACK = "§0";

DARK_BLUE = "§1";

DARK_GREEN = "§2";

DARK_AQUA = "§3";

DARK_RED = "§4";

DARK_PURPLE = "§5";

GOLD = "§6";

GRAY = "§7";

DARK_GRAY = "§8";

BLUE = "§9";

GREEN = "§a";

AQUA = "§b";

RED = "§c";

LIGHT_PURPLE = "§d";

YELLOW = "§e";

WHITE = "§f";

Special

OBFUSCATED = "§k";

BOLD = "§l";

STRIKETHROUGH = "§m";

UNDERLINE = "§n";

ITALIC = "§o";

RESET = "§r";e or process your data input/output.

Config

---
prefix: Broadcast
color: §f
...

Support

Please report any bugs, glitches, suggestions, and questions in the issues section on Github