FountainMC / FountainAPI

A 'simple but beautiful' Minecraft Server Plugin API
https://fountainmc.org/
MIT License
5 stars 5 forks source link

Add a sendMessage() method for sending messages. #12

Closed PizzaCrust closed 8 years ago

PizzaCrust commented 8 years ago
phase commented 8 years ago

Don't put periods at the end of your commit messages, and make the description a collection of details that describe the commit.

Add CommandSender#sendMessage for sending messages

sendMessage takes a variable number of arguments so we can send multiple messages.

That is also a great example of completely misusing a semicolon.