header
logo

Dashing Dashboard

Install
screenshot image
  • screenshot thumbnail

Description

this mod posts number of players and server tickrate to a web dashboard

you will need to setup your own dashboard powered by dashing.io

Example dashboard configuration

<% content_for :title do %>My super sweet dashboard<% end %>
<div class="gridster">
<ul>

<li data-row="1" data-col="1" data-sizex="1" data-sizey="1">
<div data-id="players" data-view="Meter" data-title="Players Online" data-min="0" data-max="10"></div>
</li>

<li data-row="1" data-col="1" data-sizex="1" data-sizey="1">
<div data-id="tps" data-view="Meter" data-title="TPS" data-min="0" data-max="20"></dev>
</li>

</ul>
</div>