TPS
Module info | |
---|---|
Configuration | mspt in config.yml |
Manager | MSPTManager |
Support | Paper 1.16+ |
Free version | ✔ |
Proxy-configurable | ❌ |
This module allows players to check the server's current MSPT and offers custom placeholders. It is possible to configure ranges to colorize the MSPT based on its value.
Setup
The following snippet of code represents and explains the MSPT's configuration.
# ...TPS's settings...
mspt:
enabled: true # whether to enable or disable this module
update-timeout: 1s # timeout between updates
qualities:
excellent: 50 # first quality's maximum MSPT (0-50)
great: 51.28 # second quality's maximum MSPT (51.28-55.54)
good: 55.55 # ...
poor: 58.82
bad: 62.5
unplayable: 66.66
# ...vanish's settings...
159
160
161
162
163
164
165
166
167
168
169
Refer to the Getting started/Syntax/Timestamps page to find out the timestamp specifiable at update-timeout
.
The first and last qualities determine the first and last MSPT ranges.
Adding qualities
To add a new quality or range, you just need to specify its ID and its maximum MSPT.
# ...TPS's settings...
qualities:
new-quality: 19.7
# ...default qualities...
# ...vanish's settings...
162
163
164
165
Once done, open messages.yml
and any custom messages files present and insert the new quality's ID, color and text at tps-qualities
:
# ...TPS's messages...
mspt-qualities:
# ...default qualities...
new-quality: '&9' # new quality's ID and color
# ...vanish's messages...
738
739
740
741
Placeholders
This module has a set of placeholders available described at Modules/Placeholders/MSPT.
/mspt
command
It is possible to check the server's current MSPT using the /mspt
command:
Refer to the Getting started/Commands/Misc page for more info.
ChatPlugin - A complete yet lightweight plugin which handles just too many features!
This wiki is currently updated to version 1.10.4.
© 2025 Remigio07
Please report any mistakes and misspellings as described at Home/Reporting issues.