No longer sending messages to "commands only" mode players, added /lenny, fixes related to testing #69
2 changed files with 2 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -188,7 +188,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.spigotmc</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<artifactId>spigot</artifactId>
|
<artifactId>spigot</artifactId>
|
||||||
<version>1.12-R0.1-SNAPSHOT</version>
|
<version>1.12.1-R0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
|
@ -6,7 +6,7 @@ public final class LennyCommand extends AppendTextCommandBase {
|
||||||
public String[] GetHelpText(String alias) {
|
public String[] GetHelpText(String alias) {
|
||||||
return new String[] { "§6---- Lenny ----", //
|
return new String[] { "§6---- Lenny ----", //
|
||||||
"This command appends a Lenny face after your message", //
|
"This command appends a Lenny face after your message", //
|
||||||
"Or just sends ne", //
|
"Or just sends one", //
|
||||||
"Use either /" + alias + " <message> or just /" + alias }; //
|
"Use either /" + alias + " <message> or just /" + alias }; //
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue