-
Notifications
You must be signed in to change notification settings - Fork 244
Feature guide: Ping Spoof
NEZNAMY edited this page Aug 6, 2023
·
3 revisions
By default, the server sends information about ping of players to everyone, which you can see in the tablist as the green bar. Some modified clients allow to see the exact value instead of just bars. This feature spoofs ping value of all players to the configured value, hiding their true ping. I don't know why would anyone want to do that.
Find this section in your config.yml
ping-spoof:
enabled: false
value: 0
To enable the feature, set enabled: true
.
When the feature is enabled, everyone's ping value will be shown as value configured in value
field.
The ping intervals for bars are client sided and are as following:
Ping value | Displayed icon |
---|---|
Negative | |
0 - 149 | |
150 - 299 | |
300 - 599 | |
600 - 999 | |
1000+ |
- Why TAB?
- Installation
- Commands & Permissions
- Frequently Asked Questions
- Compatibility
- How to assign players into groups
- Known issues
- TAB-Bridge plugin
- Belowname
- Bossbar
- Global playerlist
- Header/Footer
- Layout
- Nametags
- Per world playerlist
- Ping spoof
- Playerlist objective
- RedisBungee support
- Scoreboard
- Sorting in tablist
- Spectator fix
- Tablist name formatting
- Animations
- Conditional placeholders
- Error logging
- MySQL
- Placeholder output replacements
- Placeholders
- RGB/font usage
- Client-sided mechanics
- Quick PlaceholderAPI startup guide
- How to setup compatibility with glow plugins
- How to display name from nickname plugins
- How to configure weights in LuckPerms
- How to save config in UTF-8 encoding
- Mini guides collection
- Additional information
- Optimizing plugin's CPU usage
- Developer API