diff --git a/docs/Configuration.md b/docs/Configuration.md
index 2fe7453..39231c1 100644
--- a/docs/Configuration.md
+++ b/docs/Configuration.md
@@ -741,6 +741,8 @@ World settings are on a per-world basis. The child-node `default` is used for al
* explode-when-killed
- **default**: false
- **description**: Makes the creeper explode when killed
+ ??? "📷 GIF of option in action"
+ ![Creeper explodes when killed](assets/creeper/explode-when-killed.gif){ loading=lazy }
* attributes
* max_health
- **default**: 10.0
@@ -813,12 +815,19 @@ World settings are on a per-world basis. The child-node `default` is used for al
* aggressive-towards-spawned-endermites
- **default**: false
- **description**: Set to true to make enderman aggro towards spawned endermites
+ ??? "📷 GIF of option in action"
+ ![Enderman aggros towards spawned endermites](assets/enderman/aggressive-towards-spawned-endermites.gif){ loading=lazy }
* ignore-players-wearing-dragon-head
- **default**: false
- **description**: Set to true to make enderman ignore players that wear the dragon head
+ ??? "📷 GIF of option in action"
+ ![Enderman ignores the player that wears the dragon head](assets/enderman/ignore-players-wearing-dragon-head.gif){ loading=lazy }
+
* disable-player-stare-aggression
- **default**: false
- **description**: Set to true to stop an enderman from going aggro by a player looking into the enderman's eyes
+ ??? "📷 GIF of option in action"
+ ![Enderman doesn't aggro towards player](assets/enderman/disable-player-stare-aggression.gif){ loading=lazy }
* attributes
* max_health
- **default**: 40.0
@@ -1052,6 +1061,8 @@ World settings are on a per-world basis. The child-node `default` is used for al
* default-collar-color
- **default**: RED
- **description**: Set the default collar color when a wolf is tamed. [Available Colors](https://purpur.pl3x.net/javadoc/org/bukkit/Color.html)
+ ??? "📷 GIF of option in action"
+ ![Wolf's default collar is blue when tamed](assets/wolf/default-collar-color.gif){ loading=lazy }
* breeding-delay-ticks
- **default**: 6000
- **description**: The amount of ticks to wait before being able to breed again
diff --git a/docs/assets/creeper/explode-when-killed.gif b/docs/assets/creeper/explode-when-killed.gif
new file mode 100644
index 0000000..f85bb7e
Binary files /dev/null and b/docs/assets/creeper/explode-when-killed.gif differ
diff --git a/docs/assets/enderman/aggressive-towards-spawned-endermites.gif b/docs/assets/enderman/aggressive-towards-spawned-endermites.gif
new file mode 100644
index 0000000..400beea
Binary files /dev/null and b/docs/assets/enderman/aggressive-towards-spawned-endermites.gif differ
diff --git a/docs/assets/enderman/disable-player-stare-aggression.gif b/docs/assets/enderman/disable-player-stare-aggression.gif
new file mode 100644
index 0000000..56fbdcc
Binary files /dev/null and b/docs/assets/enderman/disable-player-stare-aggression.gif differ
diff --git a/docs/assets/enderman/ignore-players-wearing-dragon-head.gif b/docs/assets/enderman/ignore-players-wearing-dragon-head.gif
new file mode 100644
index 0000000..0cada69
Binary files /dev/null and b/docs/assets/enderman/ignore-players-wearing-dragon-head.gif differ
diff --git a/docs/assets/enderman/sleep-ignore-nearby-mobs.gif b/docs/assets/enderman/sleep-ignore-nearby-mobs.gif
new file mode 100644
index 0000000..c2292be
Binary files /dev/null and b/docs/assets/enderman/sleep-ignore-nearby-mobs.gif differ
diff --git a/docs/images/purpur-small.png b/docs/assets/purpur-small.png
similarity index 100%
rename from docs/images/purpur-small.png
rename to docs/assets/purpur-small.png
diff --git a/docs/images/purpur.png b/docs/assets/purpur.png
similarity index 100%
rename from docs/images/purpur.png
rename to docs/assets/purpur.png
diff --git a/docs/assets/wolf/default-collar-color.gif b/docs/assets/wolf/default-collar-color.gif
new file mode 100644
index 0000000..dc4da84
Binary files /dev/null and b/docs/assets/wolf/default-collar-color.gif differ
diff --git a/mkdocs.yml b/mkdocs.yml
index f9dc656..ac6829d 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -17,8 +17,8 @@ extra_css:
theme:
name: material
custom_dir: overrides
- favicon: images/purpur-small.png
- logo: images/purpur-small.png
+ favicon: assets/purpur-small.png
+ logo: assets/purpur-small.png
palette:
- scheme: slate
primary: light blue
diff --git a/overrides/main.html b/overrides/main.html
index 04400a5..f88f18a 100644
--- a/overrides/main.html
+++ b/overrides/main.html
@@ -11,5 +11,5 @@
-
+
{% endblock %}
\ No newline at end of file