No longer sending messages to "commands only" mode players, added /lenny, fixes related to testing #69

Merged
NorbiPeti merged 3 commits from dev into master 2017-08-17 16:12:56 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 16acba643f - Show all commits

View file

@ -188,7 +188,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.12-R0.1-SNAPSHOT</version>
<version>1.12.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>

View file

@ -6,7 +6,7 @@ public final class LennyCommand extends AppendTextCommandBase {
public String[] GetHelpText(String alias) {
return new String[] { "§6---- Lenny ----", //
"This command appends a Lenny face after your message", //
"Or just sends ne", //
"Or just sends one", //
"Use either /" + alias + " <message> or just /" + alias }; //
}