Skip to content

Commit

Permalink
Updated AFK Page and Client side Websocket Code
Browse files Browse the repository at this point in the history
  • Loading branch information
GHostload committed Feb 15, 2024
1 parent 5fdb5eb commit d6da035
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Public/Themes/Heliactyl/Resources/Pages/Earn.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@
<h5 class="card-title mb-0">AFK Page</h5>
</div>
<div class="card-body py-3">
<h1>You are now earning, well done!</h1>
<br>
<h1>You are now earning, well done!</h1>
<br>
<p>Every <% if (settings.api.arcio["afk page"].every !== 1) { %><%= settings.api.arcio["afk page"].every %> seconds<% } else { %>second<% } %>, you will get <%= settings.api.arcio["afk page"].coins == 1 ? "a" : settings.api.arcio["afk page"].coins %> coin<%= settings.api.arcio["afk page"].coins == 1 ? "" : "s" %></p>
<p>To view your current coin balance, click "View account info" on the navigation bar</p>
<span id="arciotimer">30</span> seconds until you recive a Coin
<script>
<%- arcioafktext %>
</script>
Expand Down
Loading

0 comments on commit d6da035

Please sign in to comment.