Skip to content

Commit

Permalink
add @encode42's gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
granny committed Mar 17, 2021
1 parent 72b58f5 commit 78d6a4c
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 4 deletions.
9 changes: 9 additions & 0 deletions docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -829,12 +829,19 @@ If `min-shoot-interval-ticks` and `max-shoot-interval-ticks` are both set to
* 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
Expand Down Expand Up @@ -1068,6 +1075,8 @@ If `min-shoot-interval-ticks` and `max-shoot-interval-ticks` are both set to
* 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
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file added docs/assets/wolf/default-collar-color.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<a href="https://purpur.pl3x.net"><img src="images/purpur.png" alt="Purpur header" width="1000"></a>
<a href="https://purpur.pl3x.net"><img src="assets/purpur.png" alt="Purpur header" width="1000"></a>

***
**Note: This documentation is a work in progress. Some information could still be missing or outdated.**
Expand Down
6 changes: 4 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ 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
accent: blue
markdown_extensions:
- attr_list
- pymdownx.details
- toc:
permalink: 🔗
- pymdownx.emoji:
Expand Down
2 changes: 1 addition & 1 deletion overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
<meta property="og:title" content="{{ title }}">
<meta property="og:description" content="{{ config.site_description }}">
<meta property="og:url" content="{{ page.canonical_url }}">
<meta property="og:image" content="https://pl3xgaming.github.io/PurpurDocs/images/purpur-small.png">
<meta property="og:image" content="https://pl3xgaming.github.io/PurpurDocs/assets/purpur-small.png">
{% endblock %}

0 comments on commit 78d6a4c

Please sign in to comment.