mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 11:45:52 -07:00
Improve javadoc in 26 files.
Addresses: BUKKIT-1643, BUKKIT-1868, BUKKIT-1846, BUKKIT-2632, BUKKIT-3196, BUKKIT-3187, BUKKIT-3198, BUKKIT-3200, BUKKIT-3201 and BUKKIT-3417. By: feildmaster <admin@feildmaster.com>
This commit is contained in:
@@ -17,8 +17,8 @@ public class TeleportCommand extends VanillaCommand {
|
||||
|
||||
public TeleportCommand() {
|
||||
super("tp");
|
||||
this.description = "Teleports the given player to another player or location";
|
||||
this.usageMessage = "/tp [player] <target>\n/tp [player] <x> <y> <z>";
|
||||
this.description = "Teleports the given player (or yourself) to another player or coordinates";
|
||||
this.usageMessage = "/tp [player] <target> and/or <x> <y> <z>";
|
||||
this.setPermission("bukkit.command.teleport");
|
||||
}
|
||||
|
||||
|
@@ -18,7 +18,7 @@ public class WhitelistCommand extends VanillaCommand {
|
||||
|
||||
public WhitelistCommand() {
|
||||
super("whitelist");
|
||||
this.description = "Prevents the specified player from using this server";
|
||||
this.description = "Manages the list of players allowed to use this server";
|
||||
this.usageMessage = "/whitelist (add|remove) <player>\n/whitelist (on|off|list|reload)";
|
||||
this.setPermission("bukkit.command.whitelist.reload;bukkit.command.whitelist.enable;bukkit.command.whitelist.disable;bukkit.command.whitelist.list;bukkit.command.whitelist.add;bukkit.command.whitelist.remove");
|
||||
}
|
||||
|
Reference in New Issue
Block a user