https://github.com/trilinder/gettps
A simple API to add to your datapack.
https://github.com/trilinder/gettps
api datapack datapacks minecraft
Last synced: 5 months ago
JSON representation
A simple API to add to your datapack.
- Host: GitHub
- URL: https://github.com/trilinder/gettps
- Owner: TriLinder
- License: gpl-3.0
- Created: 2021-04-29T11:20:24.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-29T15:54:42.000Z (about 5 years ago)
- Last Synced: 2025-05-31T08:21:19.771Z (about 1 year ago)
- Topics: api, datapack, datapacks, minecraft
- Language: mcfunction
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GetTPS API
A simple API to add to your datapack.
**How to use:**
When needing to know the TPS, execute `/function tps:get_tps`
When finished, `working` in the objective `getTPS` will be set to `0`, and the result will be set to `tps`
**Why to use?**
Extremely simple
Can be used to sync a speed of a timer to the real time.
Making animations / dialogs? They will no longer have to slow down when the server is laggy.
