Files
PlayerInfo/resources/config.yml
Matthww 1dff27cc7a Add ping
Add ping to PlayerInfo
2018-01-21 12:26:33 +01:00

39 lines
539 B
YAML

---
# Configuration for PlayerInfo
# True = enabled
# False = disabled
# Show players name
Name: true
# Show players IP
IP: true
# Show players ping
Ping: true
# Show players Device OS
# (Android, iOS etc.)
OS: true
# Show players Device Model
# (iPhone 7 etc.)
Model: true
# Show players UI settings
# (Classic UI or Pocket UI)
UI: true
# Show players GUI scale settings
GUI: true
# Show players controls
# (Touch, Mouse or Controller)
Controls: true
# Show players health
Health: true
# Show players position
Position: true
...