```
# This is an example config file. You can delete this file if you want.
# You can add your own file near this file.
# Greetings
# This is a list of commands that will be executed with a certain chance.
- random:
- 0.5: tellraw %player% {"text":"Hello, %player%!", "color":"green"}
- 0.5: tellraw %player% {"text":"Hello, %player%!", "color":"yellow"}
# You can use the following variables:
with:
- 0.5: give %player% golden_apple 1
# with-can-be-any-tag: [0.5: give %player% golden_apple 1]
# 50% chance to give a diamond to the player
- 0.5: give %player% diamond 1