mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 20:23:53 -07:00
Fix some messages
Addresses BUKKIT-5272, BUKKIT-5282, and BUKKIT-5283 By: Wesley Wolfe <weswolf@aol.com>
This commit is contained in:
@@ -14,7 +14,7 @@ import com.google.common.collect.ImmutableList;
|
||||
public class SayCommand extends VanillaCommand {
|
||||
public SayCommand() {
|
||||
super("say");
|
||||
this.description = "Broadcasts the given message as the console";
|
||||
this.description = "Broadcasts the given message as the sender";
|
||||
this.usageMessage = "/say <message ...>";
|
||||
this.setPermission("bukkit.command.say");
|
||||
}
|
||||
|
Reference in New Issue
Block a user