Package net.glowstone.command.minecraft
package net.glowstone.command.minecraft
-
ClassDescriptionA subclass of
VanillaCommandwith the additional feature that when the command sender is aGlowPlayer, the description, usage and permission-error messages are looked up in the client's locale, overriding whatever has been or is subsequently set inCommand.setDescription(String),Command.setUsage(String)orCommand.setPermissionMessage(String).Keys for localizable messages shared by more than one command.In vanilla Minecraft, this command takes no arguments; but as an extension, Glowstone treats any arguments as a custom kick message./tp was an alias of this command until Minecraft 1.10, but now seeTpCommand.Stops or starts rain, but doesn't schedule another weather change in the future as /weather does.Differs fromTeleportCommandin that all relative coordinates are relative to the target rather than the sender.