Skip to content

Instantly share code, notes, and snippets.

@sco-tt
Last active November 8, 2023 01:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sco-tt/ee2f0ce9f0c47117930104913f2abde0 to your computer and use it in GitHub Desktop.
Save sco-tt/ee2f0ce9f0c47117930104913f2abde0 to your computer and use it in GitHub Desktop.
Minecraft Commands for Java 1.19.3
# see https://beebom.com/useful-best-minecraft-commands/
#
# Minecraft java version 1.19.3 - 1.21.x
# Syntax: <some-text> indicates text that will be replaced (brackets included)
# Example:
# /teleport <player-to-be-teleported> @s
# If the player to be teleported was named ArnoldSchoenberg, then the final command would be:
# /teleport ArnoldSchoenberg @s
# Summon a flying pig
/summon minecraft:pig ~1 ~3 ~ {NoGravity:1b,Attributes:[{Name:"generic.movementSpeed",Base:9f}],Saddle:1}
# Teleport another player to your current position
/teleport <player-to-be-teleported> @s
# Change the weather
/weather rain
/weather thunder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment