Horje
tellraw minecraft Code Example
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 /* https://www.colorschemer.com/minecraft-color-codes/ */
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 /* https://www.colorschemer.com/minecraft-color-codes/ */
== Info ==
Websites listed were not created by me.
The swift coding language is not used here; I used it for colors.
json minecraft
Minecraft Java Edition JSON formatting:
White text: {"text":"This is an example of white Minecraft text"}
Colored text (Red): {"text":"This is an example of red Minecraft text","color":"red"}
Minecraft Bedrock (Console, Windows 10, Mobile):
White Text: {"rawtext":[{"text":"§fThis is an example of white Minecraft text"}]}
For white text ^^ §f stands for white all color letters can be found here /* https://www.colorschemer.com/minecraft-color-codes/ */
Red Text: {"rawtext":[{"text":"§cThis is an example of white Minecraft text"}]}
For white text ^^ §c stands for red all color letters can be found here /* https://www.colorschemer.com/minecraft-color-codes/ */
== Info ==
Websites listed were not created by me.




Swift

Related
random string swift Code Example random string swift Code Example
swift change button text Code Example swift change button text Code Example
how to change the font of buttons programmatically swift Code Example how to change the font of buttons programmatically swift Code Example
change from Date to String swift 5 Code Example change from Date to String swift 5 Code Example
navigationview hide header swiftui Code Example navigationview hide header swiftui Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9