PlayerInfo/resources/config.yml
Matthew e1e66797f9 The Config Update
Version 1.2.0:

Configuration added:
Disable certain features!

Controls added:
You can now see if someone is using a Mouse/Controller or Touch!

GUI Scale added:
You can now see if a player uses Minimum/Medium or Maximum GUI Scale!
2017-05-31 00:10:29 +02:00

28 lines
384 B
YAML

---
# Configuration for PlayerInfo
# Show player's name
Name: true
# Show player's IP
IP: true
# Show Device OS
# (Android, iOS etc.)
OS: true
# Show Device Model
# (iPhone 7 etc.)
Model: true
# Show player's UI settings
# (Classic UI or Pocket UI)
UI: true
# Show player's GUI scale settings
GUI: true
# Show player's controls
# (Touch, Mouse or Controller)
Controls: true
...