/Ignore

Bukkit plugin that lets players ignore other players.

Primary LanguageJavaCreative Commons Zero v1.0 UniversalCC0-1.0

Ignore

A bukkit plugin that lets player's ignore each other.

Do note that this plugin due to technical reasons replaces the /me, /tell, /w and /msg commands. If another plugin also replaces any of these commands, it will conflict with this plugin.

Commands

/ignore [player]

(Un)ignores [player] (it's toggled). If no player is specified, shows who you are currently ignoring.

Compiling

Compiles using maven, run

mvn clean package

The built plugin will then be put into target/Ignore.jar.