• 11,965 views, 1 today
  • 1,018 downloads, 0 today
  • 2
  • 6
  • 2
Codetoil's Avatar Codetoil
Level 30 : Artisan Modder
0
I update more frequently on CF



How to use
To measure the tps, use the //tps command (two slashes). This will print to your local chat.

If you wish to display it publicly, use the //tpstoall command. This will print it as a chat message.

Commands:

//tps [​dimension] prints the tps of the dimension specified. Uses numeric ids.

//tpstoall [​dimension] prints the tps of the dimension specified as a chat message. Uses numeric ids.

TPS Mod - How to install



This mod is for LitLaunch for Minecraft v1.7.10-v1.14.4

To install,

1. Download the zip
2. Put the litlaunch jar for the minecraft version you want to install in the mods folder

3. Put the TPSMod jar in the mods_litlaunch folder, creating it it’s not there. This folder usually gets placed in the .minecraft folder.


My twitter is @codetoil, my discord is @Codetoil#7253, and my youtube is Codetoil.

DM me if you need help. If I don’t respond try commenting on Curseforge.

Links to GitHub


https://tinyurl.com/tpsmod

https://tinyurl.com/lit-tpsmod

https://github.com/Codetoil/TPS-Mod

Source of TPS-Mod


https://github.com/Codetoil/LitLaunch-Source

Planet Minecraft


https://www.planetminecraft.com/mod/tps-mod/

Discord


https://discord.gg/XgrbTjm


(legacy instructions)
This mod allows you to measure the tps of a server on a client without a mod required to be installed on the server.This mod uses TotalWorldTime on the client to measure the tps of the loaded server. The mod is currently on version v1.2
This software is licenced under GPL v3

How it works v1.2:
Every time one of the tps commands(//tps, //tpstoall, //alltps) are called by a player, the totalworldtime(increases by one every tick, and so measures the tick amount well) and measuretime(time in seconds to some random reference point) are compared with their respective values previously stored away by the command. This is how tps is calculated:tps = (totalworldtime - previoustotalworldtime) / (measuretime - previousmeasuretime)Finally the totalworldtime is stored into previoustotalworldtime, and measuretime is stored into previousmeasuretime.

What I'm doing right now:
-I'm writing the mod to use a custom built mod loader of mine that runs off different modloaders to run the mod on any version of minecraft. The tpsmod v2.0 will come out as a beta as soon as it's ready!

Plans:
-In the future I have an idea to improve the accuracy of my mod. My Idea to read the TotalWorldTime from a received vanilla packet, possibly using an event(through my mod-loader), instead of through the client.

All downloads: github.com/Codetoil/TPS-Mod
Progress100% complete
Game VersionMinecraft 1.7.10
Tags

3 Update Logs

2.0.1.2.6-0.0.3.14 : by Codetoil 10/10/2020 1:12:38 pmOct 10th, 2020

This uses the litlaunch version, so the installation is different.
LOAD MORE LOGS

Create an account or sign in to comment.

1
10/10/2020 1:14 pm
Level 30 : Artisan Modder
Codetoil
Codetoil's Avatar
Finally decided to update this.
1
07/31/2019 6:02 pm
Level 30 : Artisan Modder
Codetoil
Codetoil's Avatar
TPSMod will require LitLaunch for v2.0+
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome