minecraft omdex code example
Example 1: tellraw minecraft
Minecraft Java Edition JSON formatting w/tellraw:
Available selectors are @a, @s, @p, @r
White text: /tellraw @a {"text":"This is an example of white Minecraft text"}
Colored text (Red): /tellraw @a {"text":"This is an example of red Minecraft text","color":"red"}
Minecraft Bedrock (Console, Windows 10, Mobile):
White Text: /tellraw @a {"rawtext":[{"text":"§fThis is an example of white Minecraft text"}]}
For white text ^^ §f stands for white all color letters can be found here
Red Text: /tellraw @a {"rawtext":[{"text":"§cThis is an example of white Minecraft text"}]}
For white text ^^ §c stands for red all color letters can be found here
== Info ==
Websites listed were not created by me.
The swift coding language is not used here; I used it for colors.
Example 2: minecraft auth server
Here are all the url's of the servers that the minecraft uses
minecraft.net
account.mojang.com
authserver.mojang.com
sessionserver.mojang.com
skins.minecraft.net
textures.minecraft.net
login.minecraft.net (no longer exists)