Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Chat Plugin

Skaizdoesmc edited this page Oct 25, 2016 · 2 revisions

ChatManager used to be the official plugin for chat but using ChatEX seems to work fine. Making your own chat plugin isn't too hard, so I'd give that a shot.

For example you can hook Prefix to your plugin like this:

ChatColor.translateAlternateColorCodes('&', PermissionsEx.getUser(player.getDisplayName()).getPrefix()) + player.getDisplayName()

Reminder: If you're using Player p = (Player) sender; method, then please replace the player.getdisplayname with p!

Clone this wiki locally