Skip to content

Commit

Permalink
add killnotif
Browse files Browse the repository at this point in the history
  • Loading branch information
CreativeMCYT committed May 29, 2024
1 parent b8318e5 commit 40a2dd9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<a onclick="toggleLicense()">License</a>
<a href="#plugin-anchor">Plugins</a>
<a href="https://discord.gg/GpV3w5tyBs" target="_blank">Discord</a>
<a href="https://github.com/Imrglop/Latite-Releases" target="_blank">Github</a>
<a href="https://github.com/Imrglop/Latite-Releases" target="_blank">GitHub</a>
</ul>
</nav>
</div>
Expand Down Expand Up @@ -240,6 +240,24 @@ <h2>MentionChatPing</h2>
</a>
</div>

<div class="plugin-item">
<div class="plugin-text">
<div class="plugin-header">
<h2>KillNotif</h2>
<p>By Plextora</p>
<div class="new-plugin">NEW</div>
</div>
<div class="plugin-line"></div>
<p class="plugin-description">Plays a sound whenever you kill someone on supported servers</p>
</div>
<a class="plugin-link"
value="https://download-directory.github.io?url=https://github.com/LatiteScripting/Scripts/tree/master/Plugins/KillNotif&filename=KillNotif">
<button class="plugin-download">
<img src="sources/download-plugin.svg">
</button>
</a>
</div>

<div class="plugin-item">
<div class="plugin-text">
<div class="plugin-header">
Expand Down
2 changes: 1 addition & 1 deletion sources/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ nav {
flex-wrap: wrap;
opacity: 0;
/* transition: all 2s ease; */
transition: height 0.4s cubic-bezier(.5, 5.02, .59, 1);
transition: height 0.2s cubic-bezier(.28,0,.13,1);
position: relative;
width: 100%;
animation: brand 0.7s ease 0.4s forwards;
Expand Down

0 comments on commit 40a2dd9

Please sign in to comment.