Last active
November 8, 2023 01:01
-
-
Save sco-tt/ee2f0ce9f0c47117930104913f2abde0 to your computer and use it in GitHub Desktop.
Minecraft Commands for Java 1.19.3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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