Files
PlayerInfo/resources/config.yml
Matthew 51f5fc0aa2 Compatibility with 3.0.0-ALPHA7
Added support for 3.0.0-ALPHA7 dropped support for lower api versions.
Added HP and coords
2017-08-14 16:51:02 +02:00

36 lines
507 B
YAML

---
# Configuration for PlayerInfo
# True = enabled
# False = disabled
# Show players name
Name: true
# Show players IP
IP: 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
...