https://github.com/hbidamian/pausescreenping
A simple plugin that shows the ping of the players in the Pause screen.
https://github.com/hbidamian/pausescreenping
Last synced: 2 months ago
JSON representation
A simple plugin that shows the ping of the players in the Pause screen.
- Host: GitHub
- URL: https://github.com/hbidamian/pausescreenping
- Owner: HBIDamian
- License: apache-2.0
- Created: 2025-01-26T17:39:06.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T17:42:18.000Z (4 months ago)
- Last Synced: 2025-01-26T18:30:17.389Z (4 months ago)
- Language: PHP
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PauseScreenPing
This plugin will show the ping of all players on the pause screen, by utilizing the Scoreboard.## Configuration
```yaml
# PauseScreenPing's Config# Display Name or Title on the Pause Menu
# If you want it to be empty, just do " "
display-name: "&dPauseScreenPing"# Update the ping of the players every x ticks
# (20 ticks = 1 second)
# Allowed values: Integer (1 or more)
update-interval: 20# Only see own ping (true/false)
only-see-own-ping: false
```