An open API service indexing awesome lists of open source software.

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.

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
```