| Class | Description |
|---|---|
| BanCommand | |
| BanIpCommand | |
| BanListCommand | |
| ClearCommand | |
| CloneCommand | |
| DefaultGameModeCommand | |
| DeopCommand | |
| DifficultyCommand | |
| EffectCommand | |
| EnchantCommand | |
| FunctionCommand | |
| GameModeCommand | |
| GameRuleCommand | |
| GiveCommand | |
| GlowVanillaCommand |
A subclass of
VanillaCommand with the additional feature that when the command sender is
a GlowPlayer, the description, usage and permission-error messages are looked up in the
client's locale, overriding whatever has been or is subsequently set in
Command.setDescription(String), Command.setUsage(String) or
Command.setPermissionMessage(String). |
| GlowVanillaCommand.CommandMessages | |
| KickCommand | |
| KillCommand | |
| ListCommand | |
| MeCommand | |
| OpCommand | |
| PardonCommand | |
| PardonIpCommand | |
| PlaySoundCommand | |
| SaveAllCommand | |
| SaveToggleCommand | |
| SayCommand | |
| SeedCommand | |
| SetBlockCommand | |
| SetIdleTimeoutCommand | |
| SetWorldSpawnCommand | |
| SpawnPointCommand | |
| StopCommand |
In vanilla Minecraft, this command takes no arguments; but as an extension, Glowstone treats any
arguments as a custom kick message.
|
| SummonCommand | |
| TeleportCommand |
/tp was an alias of this command until Minecraft 1.10, but now see
TpCommand. |
| TellCommand | |
| TellrawCommand | |
| TestForBlockCommand | |
| TestForBlocksCommand | |
| TestForCommand | |
| TimeCommand | |
| TitleCommand | |
| ToggleDownfallCommand |
Stops or starts rain, but doesn't schedule another weather change in the future as /weather does.
|
| TpCommand |
Differs from
TeleportCommand in that all relative coordinates are relative to the target
rather than the sender. |
| WeatherCommand | |
| WhitelistCommand | |
| WorldBorderCommand | |
| XpCommand |
| Enum | Description |
|---|---|
| CloneCommand.CloneMode | |
| CloneCommand.MaskMode | |
| GlowVanillaCommand.GenericMessage |
Keys for localizable messages shared by more than one command.
|
| TestForBlocksCommand.MatchMode |
Copyright © 2021. All rights reserved.