HypeServ
Minecraft

Minecraft Commands

Commonly used vanilla Minecraft commands and their availability.

This page documents important vanilla Minecraft commands, available on all standard Minecraft servers. Availability is marked for in-game usage and server console usage.


Player Management

CommandExampleIn-gameConsoleDescription
/op/op SteveGrants operator permissions to a player.
/deop/deop SteveRemoves operator permissions from a player.
/kick/kick Steve SpammingDisconnects a player from the server.
/ban/ban Steve GriefingPermanently bans a player.
/ban-ip/ban-ip 192.0.2.1Bans an IP address from the server.
/pardon/pardon SteveRemoves a player ban.
/pardon-ip/pardon-ip 192.0.2.1Removes an IP ban.
/whitelist/whitelist add SteveManages the server whitelist.
/list/listShows all online players.

Gameplay Control

CommandExampleIn-gameConsoleDescription
/gamemode/gamemode creative SteveChanges a player's game mode.
/difficulty/difficulty hardSets the server difficulty.
/gamerule/gamerule keepInventory trueChanges game rules.
/defaultgamemode/defaultgamemode survivalSets default gamemode for new players.
/team/team add redManages teams for players.
/scoreboard/scoreboard objectives listManages scoreboards and objectives.

World & Time

CommandExampleIn-gameConsoleDescription
/time/time set dayModifies world time.
/weather/weather clear 6000Changes the weather.
/seed/seedDisplays the world seed.
/setworldspawn/setworldspawnSets the world spawn point.
/worldborder/worldborder set 5000Manages the world border.
/locate/locate structure villageLocates nearby structures.
/locatebiome/locatebiome minecraft:plainsFinds specific biomes.
/forceload/forceload add ~ ~Forces chunks to stay loaded.

Teleportation

CommandExampleIn-gameConsoleDescription
/tp/tp Steve AlexTeleports players or entities.
/teleport/teleport Steve 0 80 0Alternative form of /tp.
/spawnpoint/spawnpoint SteveSets a player's spawn point.

Items & Effects

CommandExampleIn-gameConsoleDescription
/give/give Steve diamond 3Gives items to a player.
/clear/clear SteveClears a player's inventory.
/effect/effect give Steve speed 60 1Applies potion effects.
/enchant/enchant Steve sharpness 3Enchants the held item.
/xp/xp add Steve 10 levelsGives experience points.
/summon/summon minecraft:zombie ~ ~ ~Spawns entities or mobs.
/kill/kill SteveKills players or entities.
/attribute/attribute Steve minecraft:generic.max_health base set 40Modifies entity attributes.
/data/data get entity SteveReads or modifies NBT data.

Utility & Administration

CommandExampleIn-gameConsoleDescription
/say/say Server restart in 5 minutesBroadcasts a message.
/me/me wavesSends an action message.
/help/help banDisplays help information.
/stop/stopSafely shuts down the server.
/reload/reloadReloads server resources (not recommended).
/schedule/schedule function test:tick 10tSchedules function execution.

Notes

  • Commands may require operator permissions.
  • Console-only commands cannot be executed by players.
  • Command behavior may vary slightly between Minecraft versions.